1. 444c8c2 r600g: Implement sm5 interpolation functions by Glenn Kennard · 10 years ago
  2. 3b83a5c docs: Update GL3.txt and relnotes for GL_KHR_context_flush_control by Neil Roberts · 10 years ago
  3. 60ec95f mesa: Add support for the GL_KHR_context_flush_control extension by Neil Roberts · 10 years ago
  4. 1ecf6e1 gles2: Update gl2ext.h to revision 28335 by Neil Roberts · 10 years ago
  5. 17d98ae i965/fs: Don't set dependency hints on instructions with spilled destinations by Jason Ekstrand · 10 years ago
  6. 547a7fb i965/fs: Make scratch write instructions use the correct execution size by Jason Ekstrand · 10 years ago
  7. 9d1f72e i965/fs: Use correct spill offsets by Jason Ekstrand · 10 years ago
  8. 4242eb1 i965: Use the spill destination for the message header on GEN >= 7 by Jason Ekstrand · 10 years ago
  9. 76bb695 i965/fs: Don't [un]spill multiple registers at a time in SIMD8 mode by Jason Ekstrand · 10 years ago
  10. 3a5df8b i965/fs: Use instruction execution sizes when generating scratch reads/writes by Jason Ekstrand · 10 years ago
  11. d175e7c egl/drm: do not crash when swapping buffers without any rendering by Lionel Landwerlin · 10 years ago
  12. 1a17098 nv50: handle inverted render conditions by Tobias Klausmann · 10 years ago
  13. 1386281 freedreno/ir3: consider instruction neighbors in cp by Rob Clark · 10 years ago
  14. 4dff2a6 freedreno/ir3: always mov tex coords by Rob Clark · 10 years ago
  15. 3319354 freedreno: rename a couple debug flags by Rob Clark · 10 years ago
  16. ded5013 freedreno/ir3: skip virtual outputs in standalone compiler by Rob Clark · 10 years ago
  17. a9c634d glx: Fix make check. by Mathias Fröhlich · 10 years ago
  18. ce61559 mesa: Add ARB_clip_control.xml to automake. by Mathias Fröhlich · 10 years ago
  19. d6252d0 freedreno/ir3: standalone compiler updates for ir3test by Rob Clark · 10 years ago
  20. 762c68b ilo: improve blob decoding by Chia-I Wu · 10 years ago
  21. 08599f6 i965: Skip recalculating URB allocations if the entry size didn't change. by Eric Anholt · 10 years ago
  22. b0e0c26 glsl: Standardize names and fix typos by Andres Gomez · 10 years ago
  23. 7d560a3 i965: Silence unused parameter warning in brw_dump_ir by Ian Romanick · 10 years ago
  24. 4939c2e i965: Remove brwIsProgramNative by Ian Romanick · 10 years ago
  25. 66d9504 mesa: Silence unused parameter warning in _mesa_init_shader_program by Ian Romanick · 10 years ago
  26. 99e8a39 mesa: Remove context parameter from dd_function_table::NewShaderProgram by Ian Romanick · 10 years ago
  27. c76cc7b mesa: Make _mesa_init_shader_program static by Ian Romanick · 10 years ago
  28. cfe195f mesa: Remove context parameter from _mesa_init_shader_program by Ian Romanick · 10 years ago
  29. edcba62 glsl_to_tgsi: Remove st_new_shader by Ian Romanick · 10 years ago
  30. deee3b0 glsl_to_tgsi: Remove st_new_shader_program by Ian Romanick · 10 years ago
  31. a2dc16e i965: Remove brw_new_shader_program by Ian Romanick · 10 years ago
  32. 9cdf2f7 mesa: Silence unused parameter warning in _mesa_clear_shader_program_data by Ian Romanick · 10 years ago
  33. fefead3 linker: Rely on _mesa_clear_shader_program_data to clear link information by Ian Romanick · 10 years ago
  34. 7cbcff0 mesa: Add some missing clean-up to _mesa_clear_shader_program_data by Ian Romanick · 10 years ago
  35. a3bfc7d mesa: Remove prototypes for nonexistent functions by Ian Romanick · 10 years ago
  36. 1ac924a ff_fragment_shader: Silence unused parameter warning in smear by Ian Romanick · 10 years ago
  37. 3e462d9 meta: Only use _mesa_ClipControl if the extension is supported by Ian Romanick · 10 years ago
  38. f9a9054 docs: add news item and link release notes by Emil Velikov · 10 years ago
  39. 95d00f6 docs: Add sha256 sums for the 10.3.2 release by Emil Velikov · 10 years ago
  40. 95d31ab Add release notes for the 10.3.2 release by Emil Velikov · 10 years ago
  41. 5d10462 i965/fs: Compute q-values for register allocation manually by Jason Ekstrand · 10 years ago
  42. 2ec161b i965/fs: Don't interfere with too many base registers by Jason Ekstrand · 10 years ago
  43. ee65f2b i965/fs: Properly precolor payload registers on GEN5 in SIMD16 by Jason Ekstrand · 10 years ago
  44. 1988b71 i965/fs: Add another use of MAX_VGRF_SIZE by Jason Ekstrand · 10 years ago
  45. f84adb8 util: Use reg_belongs_to_class instead of BITSET_TEST by Jason Ekstrand · 10 years ago
  46. 701f739 llvmpipe: Ensure the packed input of the lp_test_format is aligned. by José Fonseca · 10 years ago
  47. 1ef6d43 llvmpipe: Flush stdout on lp_test_* unit tests. by José Fonseca · 10 years ago
  48. 5fc0e11 gallium: Enable ARB_clip_control for gallium drivers. by Mathias Fröhlich · 10 years ago
  49. 5608813 gallium: introduce PIPE_CAP_CLIP_HALFZ. by Mathias Fröhlich · 10 years ago
  50. 85edaa8 mesa: Handle clip control in meta operations. by Mathias Fröhlich · 10 years ago
  51. 34a3c97 mesa: Implement ARB_clip_control. by Mathias Fröhlich · 10 years ago
  52. 6340e60 mesa: Refactor viewport transform computation. by Mathias Fröhlich · 10 years ago
  53. 8c7ac37 vc4: Reuse uniform_data/contents indices when making uniforms. by Eric Anholt · 10 years ago
  54. 18ccda7 vc4: When asked to discard-map a whole resource, discard it. by Eric Anholt · 10 years ago
  55. a71c3b8 vc4: Refactor flushing before mapping a BO. by Eric Anholt · 10 years ago
  56. 5282481 vc4: Allow dead code elimination of unused varyings. by Eric Anholt · 10 years ago
  57. 5d32e26 vc4: Add debug output to match shaderdb info to program dumps. by Eric Anholt · 10 years ago
  58. 14bdcc6 radeon: enable Hyper-Z on r600g and radeonsi by default by Andreas Boll · 10 years ago
  59. 76f27a6 i965: Silence unused variable warning. by Matt Turner · 10 years ago
  60. 40492be i965/fs: Silence uninitialized variable warning. by Matt Turner · 10 years ago
  61. 2695891 util: Add assume() macro. by Matt Turner · 10 years ago
  62. bbe9316 glapi: Fix compiler warning and script name by Jan Vesely · 10 years ago
  63. 4f1fec6 Revert "freedreno/a3xx: only emit dirty consts" by Rob Clark · 10 years ago
  64. 6eabc11 freedreno: fix PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE by Rob Clark · 10 years ago
  65. ab53830 clover: Require libelf by Jan Vesely · 10 years ago
  66. b4039cf clover: use correct typenames for compat::pair's first/second by Emil Velikov · 10 years ago
  67. c63eb5d auxiliary/os: get the mmap/munmap wrappers working with android by Emil Velikov · 10 years ago
  68. 417b173 gallium/nouveau: fully build the driver under android by Mauro Rossi · 10 years ago
  69. d897e7c mesa/shaderimage.c: fix inconsistent sign warning by Alon Levy · 10 years ago
  70. 501baa6 wgl: stw_pixelformat_get_info: correct type for index variable by Alon Levy · 10 years ago
  71. 23080e4 u_math.h: fix 64 to 32 bit truncation warning by Alon Levy · 10 years ago
  72. 75ad4fe gallivm: Fix build with LLVM 3.3. by José Fonseca · 10 years ago
  73. 065256d gallivm: Properly update for removal of JITMemoryManager in LLVM 3.6. by José Fonseca · 10 years ago
  74. 3fd220e gallivm: Fix white-space. by José Fonseca · 10 years ago
  75. 013ff2f gallivm,llvmpipe,clover: Bump required LLVM version to 3.3. by José Fonseca · 10 years ago
  76. 9ad80d1 mesa: remove conditional render and rgtc from ES3 requirements by Ilia Mirkin · 10 years ago
  77. c9a6ec1 u_blitter: put a comment on util_blitter_cache_all_shaders() by Brian Paul · 10 years ago
  78. f82a84c u_blitter: use ctx->bind_fs_state(), not pipe->bind_fs_state() by Brian Paul · 10 years ago
  79. 0bcd9f5 u_blitter: create basic fs shaders in util_blitter_cache_all_shaders() by Brian Paul · 10 years ago
  80. 27de89d u_blitter: do error checking assertions for shader caching by Brian Paul · 10 years ago
  81. 7a652c4 glsl: Use signed array index in update_max_array_access() by Anuj Phogat · 10 years ago
  82. 6f0089e glsl: Fix crash due to negative array index by Anuj Phogat · 10 years ago
  83. 8ec40ad radeonsi: implement pipe_rasterizer_state::clip_halfz by Marek Olšák · 10 years ago
  84. a3591da r600g: implement pipe_rasterizer_state::clip_halfz by Marek Olšák · 10 years ago
  85. 8ddd2f7 r300g: implement pipe_rasterizer_state::clip_halfz by Marek Olšák · 10 years ago
  86. ae87971 r600g: Drop references to destroyed blend state by Michel Dänzer · 10 years ago
  87. 6dc6e6e i965/vec4: Generate better code for ir_triop_csel. by Kenneth Graunke · 10 years ago
  88. f5c3f09 i965/vec4: Simplify visit(ir_expression *)'s result_src/dst setup. by Kenneth Graunke · 10 years ago
  89. cb36e79 i965/vec4: Delete some dead code in visit(ir_expression *). by Kenneth Graunke · 10 years ago
  90. 4d34c4b i965/fs: Generate better code for ir_triop_csel. by Kenneth Graunke · 10 years ago
  91. 32364a1 glsl: Delete unused gl_uniform_driver_format enum values. by Kenneth Graunke · 10 years ago
  92. 36310d9 freedreno/a3xx: fix depth/stencil restore format by Rob Clark · 10 years ago
  93. 2bc2ab6 freedreno/a3xx: fix viewport state during clear by Rob Clark · 10 years ago
  94. 3eb8289 freedreno: mark scissor state dirty when enable bit changes by Rob Clark · 10 years ago
  95. 01b757e freedreno: clear vs scissor by Rob Clark · 10 years ago
  96. 1ab6543 clover: Fix build error with LLVM 3.4. by Vinson Lee · 10 years ago
  97. 43b2432 r600g,radeonsi: convert TGSI shader type to LLVM shader type by Marek Olšák · 10 years ago
  98. c5a44cf radeonsi: add some missing register definitions by Marek Olšák · 10 years ago
  99. fc3b335 radeonsi: load ring resource descriptors only once by Marek Olšák · 10 years ago
  100. d787608 radeonsi: clarify shader constant load functions by Marek Olšák · 10 years ago