1. 0d5cb4a i965: Only call _mesa_load_state_parameters if prog exists. by Kenneth Graunke · 9 years ago
  2. a122af6 i965: Switch TCS gl_program/gl_shader_program checks over to TES. by Kenneth Graunke · 9 years ago
  3. 9d35fec i965: Remove unnecessary brw->tess_ctrl_program assertions. by Kenneth Graunke · 9 years ago
  4. f46dbfa i965: Consolidate BRW_NEW_TESS_{CTRL,EVAL}_PROGRAM flags. by Kenneth Graunke · 9 years ago
  5. 8498cb4 i965: Only call brw_upload_tcs/tes_prog when using tessellation. by Kenneth Graunke · 9 years ago
  6. 2bcf989 nir: Add a glsl_vec_type() helper. by Kenneth Graunke · 9 years ago
  7. 0daf51e nir: Use writemasked store_vars in glsl_to_nir. by Kenneth Graunke · 9 years ago
  8. 7d53908 nir: Add a writemask to store intrinsics. by Kenneth Graunke · 9 years ago
  9. 50fc4a9 mesa: update gl_HelperInvocation support status in docs by Tapani Pälli · 9 years ago
  10. f2be5b8 mesa: fix interface matching done in validate_io by Tapani Pälli · 9 years ago
  11. 5f8bb6f mesa: add SSBOs to the list of fragment shader side effects by Iago Toral Quiroga · 9 years ago
  12. 9bbdd0e i965: Ensure FS execution in presence of atomic buffers by Iago Toral Quiroga · 9 years ago
  13. 1a95b87 mesa: Add a _mesa_active_fragment_shader_has_side_effects helper by Iago Toral Quiroga · 9 years ago
  14. 57f7c85 i965: Implement gl_PatchVerticesIn by baking it into brw_tcs_prog_key. by Kenneth Graunke · 9 years ago
  15. 24be658 i965: Add tessellation control shaders. by Kenneth Graunke · 9 years ago
  16. a503842 i965: Add tessellation evaluation shaders by Kenneth Graunke · 9 years ago
  17. 54daffe nir: remove field only used in GLSL IR when assigning varying locations by Timothy Arceri · 9 years ago
  18. a8c4747 nouveau: enable use of new kernel interfaces by Ben Skeggs · 9 years ago
  19. 5b614b1 nvc0: remove use of deprecated sw class identifier by Ben Skeggs · 9 years ago
  20. 33a3ba8 nv50: fix g98+ vdec class allocation by Ben Skeggs · 9 years ago
  21. 791a3e1 nouveau: remove use of deprecated nouveau_device_wrap() by Ben Skeggs · 9 years ago
  22. 323d4da nouveau: fix screen creation failure paths by Ben Skeggs · 9 years ago
  23. 6c1bfff nouveau: return nouveau_screen from hw-specific creation functions by Ben Skeggs · 9 years ago
  24. 1a9ec8e nouveau: remove use of deprecated nouveau_device::drm_version by Ben Skeggs · 9 years ago
  25. a458ffa nouveau: remove use of deprecated nouveau_device::fd by Ben Skeggs · 9 years ago
  26. a8abdf2 nouveau: bump required libdrm version to 2.4.66 by Ben Skeggs · 9 years ago
  27. d191066 r600: fix viewport clipping handling (v2) by Dave Airlie · 9 years ago
  28. 73e7c5f radeonsi: fix viewport clipping handling. (v2) by Dave Airlie · 9 years ago
  29. 847f91f r600: drop VTX_CNT_EN write from initial state by Dave Airlie · 9 years ago
  30. ea8c0b1 gallium/radeon: fix regression in a number of driver queries by Nicolai Hähnle · 9 years ago
  31. 0865088 i965: Only apply CS stall workaround pre-SKL by Ben Widawsky · 9 years ago
  32. f7b7145 glx/dri3: a drawable might not be bound at wait time by Ilia Mirkin · 9 years ago
  33. 37186c4 docs: add news item and link release notes for 11.0.8 by Emil Velikov · 9 years ago
  34. 1c1994d docs: add sha256 checksums for 11.0.8 by Emil Velikov · 9 years ago
  35. bb5adf0 docs: add release notes for 11.0.8 by Emil Velikov · 9 years ago
  36. 97eee90 glsl: count attributes for vertex inputs properly. by Dave Airlie · 9 years ago
  37. 14193e4 ralloc: Fix ralloc_adopt() to the old context's last child's parent. by Kenneth Graunke · 9 years ago
  38. b476c58 glsl: fix transform feedback for 64-bit outupts. by Dave Airlie · 9 years ago
  39. 64cfacf glsl: fix partial marking for fp64 types. by Dave Airlie · 9 years ago
  40. 1fc39da glsl: only update doubles inputs for vertex inputs. by Dave Airlie · 9 years ago
  41. f1fb85e vc4: Do instruction scheduling on the QIR to hide texture fetch latency. by Eric Anholt · 10 years ago
  42. 5278c64 vc4: Fix latency handling for QPU texture scheduling. by Eric Anholt · 9 years ago
  43. 960f488 vc4: Keep sample mask writes from being reordered after TLB writes by Eric Anholt · 9 years ago
  44. 5dc22ca glsl: fix count_attribute_slots to allow for different 64-bit handling by Dave Airlie · 9 years ago
  45. 69ea662 glsl: use dual slot helper in the linker code. by Dave Airlie · 9 years ago
  46. d97b060 glsl/fp64: add helper for dual slot double detection. by Dave Airlie · 9 years ago
  47. 9fbcd8e glsl: pass stage into mark function by Dave Airlie · 9 years ago
  48. b201a6e freedreno/ir3: fix 32-bit builds with pointer-to-int-cast error enabled by Rob Herring · 9 years ago
  49. bb9eb59 i965/vec4: Optimize predicate handling for any/all. by Matt Turner · 9 years ago
  50. c8a74e3 nir: Delete bany, ball, fany, fall. by Matt Turner · 9 years ago
  51. 21cd298 glsl: Implement all(v) as all_equal(v, true). by Matt Turner · 9 years ago
  52. 2268a50 glsl: Remove ir_unop_any. by Matt Turner · 9 years ago
  53. 249bb89 glsl: Implement any(v) as any_nequal(v, false). by Matt Turner · 9 years ago
  54. 0a6a17b gallium/radeon: only dispose locally created target machine in radeon_llvm_compile by Nicolai Hähnle · 9 years ago
  55. 61e5f8d gallium/util: (trivial) include p_shader_tokens.h in u_simple_shaders.h by Roland Scheidegger · 9 years ago
  56. 6743c68 draw: fix clip test with NaNs by Roland Scheidegger · 9 years ago
  57. 44e87b7 draw: fix pstipple and aaline stages wrt sampler_views/samplers by Roland Scheidegger · 9 years ago
  58. 6723b61 swrast: move two global defines to the only place where they are used by Miklós Máté · 9 years ago
  59. 555f67c mesa: improve debug log in atifragshader by Miklós Máté · 9 years ago
  60. 5150d56 program: fix comment about the fog formula by Miklós Máté · 9 years ago
  61. 7279453 mesa: Don't leak ATIfs instructions in DeleteFragmentShader by Miklós Máté · 9 years ago
  62. 6e44bbe configura.ac: fix test for SSE4.1 assembler support by Oded Gabbay · 9 years ago
  63. 4ef44bb configure: check for python2.7 for PYTHON2 by Jonathan Gray · 9 years ago
  64. 7f585a6 configure.ac: use pkg-config for libelf by Jonathan Gray · 9 years ago
  65. e97b207 i965/screen: Allow OpenGLES 3.1 for gen8+ by Jordan Justen · 9 years ago
  66. 3b5d442 i965: Enable compute shaders in more cases for OpenGLES 3.1 by Jordan Justen · 9 years ago
  67. 3e8a6e4 main/version: Don't require ARB_compute_shader for OpenGLES 3.1 by Jordan Justen · 9 years ago
  68. a9d9347 main: Allow compute shaders to be compiled with OpenGLES 3.1 by Jordan Justen · 9 years ago
  69. 3507d0b main: Add MESA_VERBOSE=api for LinkProgram & UseProgram by Jordan Justen · 9 years ago
  70. 257fb76 ir_to_mesa: Skip useless comparison instructions. by Matt Turner · 9 years ago
  71. 4a5cff2 glsl: Remove inverse() from GLSL 1.20 and 1.30. by Kenneth Graunke · 9 years ago
  72. 695ae81 nv50: free memory allocated by the prog which reads MP perf counters by Samuel Pitoiset · 9 years ago
  73. f992d02 st/osmesa: add OSMesaCreateContextAttribs() function by Brian Paul · 9 years ago
  74. a34e761 osmesa: add new OSMesaCreateContextAttribs function by Brian Paul · 9 years ago
  75. c2c0983 svga: don't use debug code in update_state() in release builds by Brian Paul · 9 years ago
  76. aeee7f2 nv50,nvc0: free memory allocated by performance metrics by Samuel Pitoiset · 9 years ago
  77. 9aca60b nvc0: free memory allocated by the prog which reads MP perf counters by Samuel Pitoiset · 9 years ago
  78. 8022c74 nvc0: fix metric-achieved_occupancy calculation on Kepler by Samuel Pitoiset · 9 years ago
  79. a87a142 st/va: remove fence handling v3 by Christian König · 9 years ago
  80. 61cdb76 Revert "i965: Use MESA_FORMAT_B8G8R8X8_SRGB for RGB visuals" by Neil Roberts · 9 years ago
  81. 8c5310d i965: Fix crash when calling glViewport with no surface bound by Neil Roberts · 9 years ago
  82. 4c7c9e4 mesa/blit: Don't require the same format for mulitisample blits by Neil Roberts · 9 years ago
  83. 89eb342 st/va: retrieve size from the temporary img variable by Julien Isorce · 9 years ago
  84. 8e195a6 draw: handle edge flags in llvm path by Roland Scheidegger · 9 years ago
  85. 13c0b1c draw: don't set start_instance and instance id for pt emit by Roland Scheidegger · 9 years ago
  86. d7cb163 nir/lower_system_values: Refactor and use the builder. by Jason Ekstrand · 9 years ago
  87. f6910f0 nir/builder: Add a load_system_value helper by Jason Ekstrand · 9 years ago
  88. ca5be00 nir/lower_system_values: Stop supporting non-SSA by Jason Ekstrand · 9 years ago
  89. 276837c nvc0: remove old comment related to metric calculations by Samuel Pitoiset · 9 years ago
  90. 3858722 vc4: Add support for dumping executed commands to a file. by Eric Anholt · 10 years ago
  91. 07570ed vc4: Import updated vc4_drm.h with hang state. by Eric Anholt · 9 years ago
  92. c5b886b vc4: Only update vc4->msaa when the framebuffer changes. by Eric Anholt · 9 years ago
  93. f2cf2a6 vc4: Don't consider nr_samples==1 surfaces to be MSAA. by Eric Anholt · 9 years ago
  94. da92f16 vc4: Fix min() wrapper definition for the simulator's kernel code. by Eric Anholt · 9 years ago
  95. 02bcb44 vc4: Warn instead of abort()ing on exec ioctl failures. by Eric Anholt · 9 years ago
  96. a2140b0 docs: Replace sourceforge logo with a text link by Andreas Boll · 9 years ago
  97. c8d9d28 radeonsi: fix perfcounter selection for SI_PC_MULTI_BLOCK layouts by Nicolai Hähnle · 9 years ago
  98. 149d049 gallium/radeon: remove unnecessary test in r600_pc_query_add_result by Nicolai Hähnle · 9 years ago
  99. 819543a mesa/main: use BITSET_FOREACH_SET in perf_monitor_result_size by Nicolai Hähnle · 9 years ago
  100. 9c07739 docs: add news item and link release notes for 11.1.0 by Emil Velikov · 9 years ago