1. 70048eb gallium: Add a pipe cap for whether primitive restart works for patches. by Kenneth Graunke · 8 years ago
  2. 0150350 i965/fs: Mark UBO uniform pull constant loads as force_writemask_all. by Francisco Jerez · 8 years ago
  3. 7eb4966 i965/fs: Allow spilling of non-contiguous registers. by Francisco Jerez · 9 years ago
  4. 6fc5dd5 i965/fs: Calculate the (un)spill block size correctly. by Francisco Jerez · 8 years ago
  5. 11260cc i965/fs: Set exec_all on spills not matching the channel layout of the instruction. by Francisco Jerez · 8 years ago
  6. bb67c46 i965/fs: Set exec_all on unspills. by Francisco Jerez · 8 years ago
  7. 07e67cc i965/fs: Move scratch block size calculation into the caller of emit_(un)spill. by Francisco Jerez · 8 years ago
  8. 284c8fb i965/fs: Make emit_spill/unspill static functions taking builder as argument. by Francisco Jerez · 8 years ago
  9. 70023c4 i965/fs: Apply execution controls from the instruction to scratch messages. by Francisco Jerez · 8 years ago
  10. e98cf03 i965/fs: Fix signedness of local variables and arguments of emit_(un)spill. by Francisco Jerez · 8 years ago
  11. f471d3e i965/fs: Factor out calculation of the block of MRFs reserved for spilling. by Francisco Jerez · 9 years ago
  12. 21edd24 egl: Add OpenGL_ES to API string regardless of GLES version by Plamena Manolova · 8 years ago
  13. 46ff175 freedreno/ir3: disable cp for indirect src's by Rob Clark · 8 years ago
  14. c3c4370 nvc0: do not invalidate compute constbufs on Kepler by Samuel Pitoiset · 8 years ago
  15. 5245d84 nir/validate: fix null deref coverity warning by Rob Clark · 8 years ago
  16. 0cbc90c mesa: dri: Add shared glapi to LIBADD on Android by Nicolas Boichat · 8 years ago
  17. 27d713a configure.ac: Add support for Android builds by Nicolas Boichat · 8 years ago
  18. 960d854 anv: remove define _DEFAULT_SOURCE by Emil Velikov · 8 years ago
  19. 1b64d12 gbm: remove define _DEFAULT_SOURCE by Emil Velikov · 8 years ago
  20. efe4beb gbm: remove define _BSD_SOURCE by Emil Velikov · 8 years ago
  21. a6ce91f glxcmds: glXGetFBConfigs, fix screen bounds by Jiri Slaby · 8 years ago
  22. 0f738fa doxygen: Add missing modules to Windows runner by Elie TOURNIER · 8 years ago
  23. 793574a egl: add missing link against $(CLOCK_LIB) by Emil Velikov · 8 years ago
  24. d67e757 egl: android: remove explicit glFlush call by Emil Velikov · 8 years ago
  25. 9b3c748 egl: android: drop dri2_create_image_android_native_buffer argument by Emil Velikov · 8 years ago
  26. 38ef6f5 egl: android: directly use dri2_create_image_dma_buf() by Emil Velikov · 8 years ago
  27. 2cd687c configure.ac: error out when building from git without python3 by Emil Velikov · 8 years ago
  28. a155cda vl/drm: don't call close(-1) in vl_drm_screen_create error path by Emil Velikov · 8 years ago
  29. ed3f6cc st/xa: don't call close(-1) in xa_tracker_create error path by Emil Velikov · 8 years ago
  30. 6e00a1e st/dri: don't call close(-1) in dri{2, kms_}_init_screen error path by Emil Velikov · 8 years ago
  31. 7362bb3 vk/intel: use negative VK_NO_PROTOTYPES scheme by Eric Engestrom · 9 years ago
  32. 8aeb6d7 gbm: Add map/unmap functions by Rob Herring · 8 years ago
  33. 1f4869a configure.ac: add pthreadstubs support by Rob Herring · 8 years ago
  34. 0a4275b gbm: rename gbm_dri_bo_{map,unmap} to gbm_dri_bo_{map,unmap}_dumb by Rob Herring · 8 years ago
  35. e8431a6 st/dri: Add support for DRIimage extension mapImage/unmapImage by Rob Herring · 8 years ago
  36. a0f06f1 DRI: Add DRIimage map and unmap functions by Rob Herring · 8 years ago
  37. bdfa635 gbm: Add Android build support by Rob Herring · 8 years ago
  38. 64a005e gbm: add Android gallium_dri.so library loading support by Rob Herring · 8 years ago
  39. 7d79eec gbm: split out source file to Makefile.sources by Rob Herring · 8 years ago
  40. fc1806e Android: Move setting DEFAULT_DRIVER_DIR to shared location by Rob Herring · 8 years ago
  41. 6ce11e7 c11/threads: create mutexattrs only when needed by Emil Velikov · 9 years ago
  42. 4424bf5 configure: added xcb to dri3 modules to pkg-conf by Andres Gomez · 8 years ago
  43. 3c9096e glsl/linker: dvec3/dvec4 consume twice input vertex attributes by Juan A. Suarez Romero · 8 years ago
  44. b46867c i965/fs: do not depend on std140 alignment rules for UBO loads by Francisco Jerez · 8 years ago
  45. 38b719d nir: handle double-precision in fsign, fsat, fnot and frcp by Iago Toral Quiroga · 8 years ago
  46. 3f73039 nir: handle double-precision in fabs, frsq and fsqrt by Iago Toral Quiroga · 8 years ago
  47. 3466db3 glsl/parser: handle multiple layout sections with AST nodes. by Dave Airlie · 8 years ago
  48. aaa69c7 glsl: allow layout qualifier overrides with ARB_shading_language_420pack by Dave Airlie · 8 years ago
  49. 6f2dc0d subroutines: handle explicit indexes properly by Dave Airlie · 8 years ago
  50. 5fe9128 mesa/subroutines: fix reset on bindpipeline by Dave Airlie · 8 years ago
  51. 7fa0250 mesa/subroutines: count number subroutines properly. by Dave Airlie · 8 years ago
  52. 22db9b1 mesa/subroutines: don't generate error in GetSubroutineIndex. by Dave Airlie · 8 years ago
  53. 3b8b6be glsl/ast: for geom shaders allow stream flags in input flags. by Dave Airlie · 8 years ago
  54. 93b3b6a glsl/linker: skip inactive explicit locations. by Dave Airlie · 8 years ago
  55. c714731 glsl: fix subroutine uniform .length(). by Dave Airlie · 8 years ago
  56. 432ac19 glsl/linker: link error on too many subroutine functions. by Dave Airlie · 8 years ago
  57. 18b0a13 glsl: produce a linker error for a subroutine uniform with no functions. by Dave Airlie · 8 years ago
  58. b572b59 glsl: validate subroutine types match function signature. by Dave Airlie · 8 years ago
  59. ba3414d arb_shader_subroutine: check active subroutine limit by Dave Airlie · 9 years ago
  60. 74e71cb nv30: don't assert when running out of registers by Ilia Mirkin · 8 years ago
  61. 36ff09c nouveau: allow allocating non-object-backed buffers by Ilia Mirkin · 8 years ago
  62. 96f390f llvm/softpipe: Enable cull_distance as draw supports it. by Tobias Klausmann · 8 years ago
  63. e6d9389 tgsi: remove culldist semantic. by Dave Airlie · 8 years ago
  64. d17062a draw: stop using CULLDIST semantic. by Dave Airlie · 8 years ago
  65. bddb3b5 virgl: remove unused state_tracker/graw.h include by Emil Velikov · 8 years ago
  66. 62c728f mesa/queryobject: return INVALID_VALUE if offset < 0 (v2) by Dave Airlie · 8 years ago
  67. a7fad12 nvc0/ir: fix indirect access for images by Samuel Pitoiset · 8 years ago
  68. cb9a51d nv30: reset the stencil mask when fast-clearing by Ilia Mirkin · 8 years ago
  69. f57a844 nv30,nv50: add PIPE_SHADER_CAP_PREFERRED_IR support by Ilia Mirkin · 8 years ago
  70. 9f19ccf nvc0: fix setting of tess_mode in various situations by Ilia Mirkin · 8 years ago
  71. d6edae7 nv50/ir: fix prog info init by Ilia Mirkin · 8 years ago
  72. 035b109 nvc0/ir: return 0 for gl_TessCoord.z for non-triangles modes by Ilia Mirkin · 8 years ago
  73. bdc9c20 mesa: Unlock mutex on error path. by Matt Turner · 8 years ago
  74. a83e9af i965: remove redundant NULL check by Timothy Arceri · 8 years ago
  75. 7dce479 anv/nir_apply_pipeline_layout: Pass the nir_src from the nir_tex_src by Eduardo Lima Mitev · 8 years ago
  76. 30b9314 nvc0: expose GLSL version 420 on GF100 by Samuel Pitoiset · 9 years ago
  77. d040500 nvc0: enable ARB_shader_image_load_store on GF100 by Samuel Pitoiset · 9 years ago
  78. 362e17a nvc0/ir: add a lowering pass for surfaces on Fermi by Samuel Pitoiset · 8 years ago
  79. b663db4 nvc0/ir: add emission for SULDB and SUSTx by Samuel Pitoiset · 9 years ago
  80. cd88d1a nvc0/ir: add emission for OP_SULEA by Samuel Pitoiset · 9 years ago
  81. 8aa1fd3 nv50/ir: fix tex constraints for surface coords on Fermi by Samuel Pitoiset · 9 years ago
  82. be4caaf nv50/ir: use moveSources to condense sources by Ilia Mirkin · 9 years ago
  83. 879bd2e nvc0: bind images on fragment and compute shaders for Fermi by Samuel Pitoiset · 9 years ago
  84. e7d2ef4 nvc0/ir: don't check the format for surface stores on Kepler by Samuel Pitoiset · 8 years ago
  85. 5e32cc9 nv50/ir: fix a comment in canDualIssue() by Samuel Pitoiset · 8 years ago
  86. 70834d0 nv50/ir: fix SUSTx constraints on Kepler by Samuel Pitoiset · 8 years ago
  87. 9c0d16a i965: Just read the existing tally on EndTransformFeedback if paused. by Kenneth Graunke · 8 years ago
  88. 915f7c2 i965: Don't write a counter snapshot on EndTransformFeedback if paused. by Kenneth Graunke · 8 years ago
  89. 47fbe17 mesa: Call TransformFeedback driver hooks before setting flags. by Kenneth Graunke · 8 years ago
  90. f7eb95a nir: Fix crash in nir_lower_wpos_center(). by Kenneth Graunke · 8 years ago
  91. 0970c56 nir: remove dead glsl variables before lowering io. by Dave Airlie · 8 years ago
  92. de45da6 spirv: Handle the PixelCenterInteger execution mode. by Kenneth Graunke · 8 years ago
  93. 9b8b3f7 i965: Delete dead dFdy flipping code. by Kenneth Graunke · 8 years ago
  94. 08bc74e i965: Delete brw_wm_prog_key::render_to_fbo and drawable_height. by Kenneth Graunke · 8 years ago
  95. dac10e8 i965, anv: Use NIR FragCoord re-center and y-transform passes. by Kenneth Graunke · 8 years ago
  96. 6e5d86c nir: Add a simple nir_lower_wpos_center() pass for Vulkan drivers. by Kenneth Graunke · 8 years ago
  97. 12ab7fc nir: Don't use ffma in nir_lower_wpos_ytransform(). by Kenneth Graunke · 8 years ago
  98. b8b1b1c nir: Handle fddy_fine and fddy_coarse in nir_lower_wpos_ytransform. by Kenneth Graunke · 8 years ago
  99. 4b7577f nir: Make lower_wpos_ytransform_block a void function. by Kenneth Graunke · 8 years ago
  100. 88ea960 nir: Make nir_lower_wpos_ytransform() match FragCoord by location. by Kenneth Graunke · 8 years ago