1. 6ce11e7 c11/threads: create mutexattrs only when needed by Emil Velikov · 8 years ago
  2. 4424bf5 configure: added xcb to dri3 modules to pkg-conf by Andres Gomez · 8 years ago
  3. 3c9096e glsl/linker: dvec3/dvec4 consume twice input vertex attributes by Juan A. Suarez Romero · 8 years ago
  4. b46867c i965/fs: do not depend on std140 alignment rules for UBO loads by Francisco Jerez · 8 years ago
  5. 38b719d nir: handle double-precision in fsign, fsat, fnot and frcp by Iago Toral Quiroga · 8 years ago
  6. 3f73039 nir: handle double-precision in fabs, frsq and fsqrt by Iago Toral Quiroga · 8 years ago
  7. 3466db3 glsl/parser: handle multiple layout sections with AST nodes. by Dave Airlie · 8 years ago
  8. aaa69c7 glsl: allow layout qualifier overrides with ARB_shading_language_420pack by Dave Airlie · 8 years ago
  9. 6f2dc0d subroutines: handle explicit indexes properly by Dave Airlie · 8 years ago
  10. 5fe9128 mesa/subroutines: fix reset on bindpipeline by Dave Airlie · 8 years ago
  11. 7fa0250 mesa/subroutines: count number subroutines properly. by Dave Airlie · 8 years ago
  12. 22db9b1 mesa/subroutines: don't generate error in GetSubroutineIndex. by Dave Airlie · 8 years ago
  13. 3b8b6be glsl/ast: for geom shaders allow stream flags in input flags. by Dave Airlie · 8 years ago
  14. 93b3b6a glsl/linker: skip inactive explicit locations. by Dave Airlie · 8 years ago
  15. c714731 glsl: fix subroutine uniform .length(). by Dave Airlie · 8 years ago
  16. 432ac19 glsl/linker: link error on too many subroutine functions. by Dave Airlie · 8 years ago
  17. 18b0a13 glsl: produce a linker error for a subroutine uniform with no functions. by Dave Airlie · 8 years ago
  18. b572b59 glsl: validate subroutine types match function signature. by Dave Airlie · 8 years ago
  19. ba3414d arb_shader_subroutine: check active subroutine limit by Dave Airlie · 9 years ago
  20. 74e71cb nv30: don't assert when running out of registers by Ilia Mirkin · 8 years ago
  21. 36ff09c nouveau: allow allocating non-object-backed buffers by Ilia Mirkin · 8 years ago
  22. 96f390f llvm/softpipe: Enable cull_distance as draw supports it. by Tobias Klausmann · 8 years ago
  23. e6d9389 tgsi: remove culldist semantic. by Dave Airlie · 8 years ago
  24. d17062a draw: stop using CULLDIST semantic. by Dave Airlie · 8 years ago
  25. bddb3b5 virgl: remove unused state_tracker/graw.h include by Emil Velikov · 8 years ago
  26. 62c728f mesa/queryobject: return INVALID_VALUE if offset < 0 (v2) by Dave Airlie · 8 years ago
  27. a7fad12 nvc0/ir: fix indirect access for images by Samuel Pitoiset · 8 years ago
  28. cb9a51d nv30: reset the stencil mask when fast-clearing by Ilia Mirkin · 8 years ago
  29. f57a844 nv30,nv50: add PIPE_SHADER_CAP_PREFERRED_IR support by Ilia Mirkin · 8 years ago
  30. 9f19ccf nvc0: fix setting of tess_mode in various situations by Ilia Mirkin · 8 years ago
  31. d6edae7 nv50/ir: fix prog info init by Ilia Mirkin · 8 years ago
  32. 035b109 nvc0/ir: return 0 for gl_TessCoord.z for non-triangles modes by Ilia Mirkin · 8 years ago
  33. bdc9c20 mesa: Unlock mutex on error path. by Matt Turner · 8 years ago
  34. a83e9af i965: remove redundant NULL check by Timothy Arceri · 8 years ago
  35. 7dce479 anv/nir_apply_pipeline_layout: Pass the nir_src from the nir_tex_src by Eduardo Lima Mitev · 8 years ago
  36. 30b9314 nvc0: expose GLSL version 420 on GF100 by Samuel Pitoiset · 8 years ago
  37. d040500 nvc0: enable ARB_shader_image_load_store on GF100 by Samuel Pitoiset · 8 years ago
  38. 362e17a nvc0/ir: add a lowering pass for surfaces on Fermi by Samuel Pitoiset · 8 years ago
  39. b663db4 nvc0/ir: add emission for SULDB and SUSTx by Samuel Pitoiset · 8 years ago
  40. cd88d1a nvc0/ir: add emission for OP_SULEA by Samuel Pitoiset · 8 years ago
  41. 8aa1fd3 nv50/ir: fix tex constraints for surface coords on Fermi by Samuel Pitoiset · 8 years ago
  42. be4caaf nv50/ir: use moveSources to condense sources by Ilia Mirkin · 8 years ago
  43. 879bd2e nvc0: bind images on fragment and compute shaders for Fermi by Samuel Pitoiset · 8 years ago
  44. e7d2ef4 nvc0/ir: don't check the format for surface stores on Kepler by Samuel Pitoiset · 8 years ago
  45. 5e32cc9 nv50/ir: fix a comment in canDualIssue() by Samuel Pitoiset · 8 years ago
  46. 70834d0 nv50/ir: fix SUSTx constraints on Kepler by Samuel Pitoiset · 8 years ago
  47. 9c0d16a i965: Just read the existing tally on EndTransformFeedback if paused. by Kenneth Graunke · 8 years ago
  48. 915f7c2 i965: Don't write a counter snapshot on EndTransformFeedback if paused. by Kenneth Graunke · 8 years ago
  49. 47fbe17 mesa: Call TransformFeedback driver hooks before setting flags. by Kenneth Graunke · 8 years ago
  50. f7eb95a nir: Fix crash in nir_lower_wpos_center(). by Kenneth Graunke · 8 years ago
  51. 0970c56 nir: remove dead glsl variables before lowering io. by Dave Airlie · 8 years ago
  52. de45da6 spirv: Handle the PixelCenterInteger execution mode. by Kenneth Graunke · 8 years ago
  53. 9b8b3f7 i965: Delete dead dFdy flipping code. by Kenneth Graunke · 8 years ago
  54. 08bc74e i965: Delete brw_wm_prog_key::render_to_fbo and drawable_height. by Kenneth Graunke · 8 years ago
  55. dac10e8 i965, anv: Use NIR FragCoord re-center and y-transform passes. by Kenneth Graunke · 8 years ago
  56. 6e5d86c nir: Add a simple nir_lower_wpos_center() pass for Vulkan drivers. by Kenneth Graunke · 8 years ago
  57. 12ab7fc nir: Don't use ffma in nir_lower_wpos_ytransform(). by Kenneth Graunke · 8 years ago
  58. b8b1b1c nir: Handle fddy_fine and fddy_coarse in nir_lower_wpos_ytransform. by Kenneth Graunke · 8 years ago
  59. 4b7577f nir: Make lower_wpos_ytransform_block a void function. by Kenneth Graunke · 8 years ago
  60. 88ea960 nir: Make nir_lower_wpos_ytransform() match FragCoord by location. by Kenneth Graunke · 8 years ago
  61. c9192fc nir: Add interp_var_at_offset flipping. by Kenneth Graunke · 8 years ago
  62. 287f099 nir: Fix fddy swizzles in nir_lower_wpos_ytransform(). by Kenneth Graunke · 8 years ago
  63. 7fe9a19 nir: Fix wpos_ytransform lowering state_slot swizzle. by Kenneth Graunke · 8 years ago
  64. 1539009 i965: Fix brw_regs_equal() for NaN and positive/negative zero. by Kenneth Graunke · 8 years ago
  65. b19a0d5 virgl: handle cull distance cap. by Dave Airlie · 8 years ago
  66. 2235b80 virgl: Add missing texture transfer_inline_write by Rob Herring · 8 years ago
  67. 12dc89d anv: Merge in my TODO list items by Kristian Høgsberg Kristensen · 8 years ago
  68. 015f220 mesa: Replace uses of Shared->Mutex with hash-table mutexes by Matt Turner · 9 years ago
  69. aded116 hash: Add _mesa_HashRemoveLocked() function. by Matt Turner · 9 years ago
  70. fb5dcb8 i965: Pass nir_src/nir_dest by reference. by Matt Turner · 8 years ago
  71. 9ca5ec2 glsl: Guard against NULL dereference by Mark Janes · 8 years ago
  72. 9b8c400 anv: Enable textureCompressionASTC_LDR on Gen9+ by Nanley Chery · 8 years ago
  73. 0d2847e anv/format: Reorder ASTC mappings to match ISL enum ordering by Nanley Chery · 8 years ago
  74. f3ed3a0 genxml: Expand SKL's SurfaceFormat field width for ASTC by Nanley Chery · 8 years ago
  75. a141576 isl: Handle npot ASTC block dimensions on Gen9+ by Nanley Chery · 8 years ago
  76. de86fb8 isl: Add 2D ASTC format layouts and enums by Nanley Chery · 8 years ago
  77. 4e2c9a0 mesa: Build EGL without X11 headers after interop patchset by Youry Metlitsky · 8 years ago
  78. df361fc nir/validate: assume() that hashtable entry exists by Rob Clark · 8 years ago
  79. fcd6b3f nir: coverity unitialized pointer read by Rob Clark · 8 years ago
  80. 53c48fe nir: coverity sign-extension fix by Rob Clark · 8 years ago
  81. bb993da nir/glsl_to_nir: quell some uninit_member coverity errors by Rob Clark · 8 years ago
  82. 3a1bbd6 freedreno/ir3: need to lower fmod too by Rob Clark · 8 years ago
  83. a2d28dd i965: Fix strerror error code sign by Mark Janes · 8 years ago
  84. eb384da nir/spirv: Handle the NonReadable decoration on struct members by Jason Ekstrand · 8 years ago
  85. ea8c11f anv/pipeline: Bounds-check resource indices when robuts_buffer_access is enabled by Jason Ekstrand · 8 years ago
  86. 902628b anv/pipeline: Only do buffer bounds checks if robustBufferAccess is enabled by Jason Ekstrand · 8 years ago
  87. 23090b5 anv/apply_dynamic_offsets: Use rewrite_src instead of a regular assignment by Jason Ekstrand · 8 years ago
  88. c29ffea anv/device: Add a boolean for robust buffer access by Jason Ekstrand · 8 years ago
  89. d5b4638 anv: Add a TODO file by Jason Ekstrand · 8 years ago
  90. 3ca1c221 glsl: handle same struct redeclaration (v2) by Dave Airlie · 8 years ago
  91. 8a65b51 i965/fs: Recognize and emit ld_lz, sample_lz, sample_c_lz. by Matt Turner · 8 years ago
  92. 75dccf5 i965: Add infrastucture for sample lod-zero operations. by Matt Turner · 8 years ago
  93. 0735359 i965/fs: Add and use get_nir_src_imm(). by Matt Turner · 8 years ago
  94. 8bf5493 nvc0: account for shader-allocated local memory needs by Ilia Mirkin · 8 years ago
  95. 5c6b8cc nv50/ir: treat addresses as local by Ilia Mirkin · 8 years ago
  96. 65c2abf swr: [rasterizer] utility functions for shared libs by Tim Rowley · 8 years ago
  97. 6deb9f7 swr: [rasterizer jitter] fix assert in AVX implementation of MASKLOADD by Tim Rowley · 8 years ago
  98. 6005281 swr: [rasterizer core] apply KNOB_TOSS_DRAW to more functions by Tim Rowley · 8 years ago
  99. 6d212cc swr: [rasterizer jitter] add instancing to non-gather fetch path by Tim Rowley · 8 years ago
  100. 63d7ed8 swr: [rasterizer core] move MultisampleTrait static from header to cpp by Tim Rowley · 8 years ago