1. 66d9504 mesa: Silence unused parameter warning in _mesa_init_shader_program by Ian Romanick · 10 years ago
  2. 99e8a39 mesa: Remove context parameter from dd_function_table::NewShaderProgram by Ian Romanick · 10 years ago
  3. c76cc7b mesa: Make _mesa_init_shader_program static by Ian Romanick · 10 years ago
  4. cfe195f mesa: Remove context parameter from _mesa_init_shader_program by Ian Romanick · 10 years ago
  5. edcba62 glsl_to_tgsi: Remove st_new_shader by Ian Romanick · 10 years ago
  6. deee3b0 glsl_to_tgsi: Remove st_new_shader_program by Ian Romanick · 10 years ago
  7. a2dc16e i965: Remove brw_new_shader_program by Ian Romanick · 10 years ago
  8. 9cdf2f7 mesa: Silence unused parameter warning in _mesa_clear_shader_program_data by Ian Romanick · 10 years ago
  9. fefead3 linker: Rely on _mesa_clear_shader_program_data to clear link information by Ian Romanick · 10 years ago
  10. 7cbcff0 mesa: Add some missing clean-up to _mesa_clear_shader_program_data by Ian Romanick · 10 years ago
  11. a3bfc7d mesa: Remove prototypes for nonexistent functions by Ian Romanick · 10 years ago
  12. 1ac924a ff_fragment_shader: Silence unused parameter warning in smear by Ian Romanick · 10 years ago
  13. 3e462d9 meta: Only use _mesa_ClipControl if the extension is supported by Ian Romanick · 10 years ago
  14. f9a9054 docs: add news item and link release notes by Emil Velikov · 10 years ago
  15. 95d00f6 docs: Add sha256 sums for the 10.3.2 release by Emil Velikov · 10 years ago
  16. 95d31ab Add release notes for the 10.3.2 release by Emil Velikov · 10 years ago
  17. 5d10462 i965/fs: Compute q-values for register allocation manually by Jason Ekstrand · 10 years ago
  18. 2ec161b i965/fs: Don't interfere with too many base registers by Jason Ekstrand · 10 years ago
  19. ee65f2b i965/fs: Properly precolor payload registers on GEN5 in SIMD16 by Jason Ekstrand · 10 years ago
  20. 1988b71 i965/fs: Add another use of MAX_VGRF_SIZE by Jason Ekstrand · 10 years ago
  21. f84adb8 util: Use reg_belongs_to_class instead of BITSET_TEST by Jason Ekstrand · 10 years ago
  22. 701f739 llvmpipe: Ensure the packed input of the lp_test_format is aligned. by José Fonseca · 10 years ago
  23. 1ef6d43 llvmpipe: Flush stdout on lp_test_* unit tests. by José Fonseca · 10 years ago
  24. 5fc0e11 gallium: Enable ARB_clip_control for gallium drivers. by Mathias Fröhlich · 10 years ago
  25. 5608813 gallium: introduce PIPE_CAP_CLIP_HALFZ. by Mathias Fröhlich · 10 years ago
  26. 85edaa8 mesa: Handle clip control in meta operations. by Mathias Fröhlich · 10 years ago
  27. 34a3c97 mesa: Implement ARB_clip_control. by Mathias Fröhlich · 10 years ago
  28. 6340e60 mesa: Refactor viewport transform computation. by Mathias Fröhlich · 10 years ago
  29. 8c7ac37 vc4: Reuse uniform_data/contents indices when making uniforms. by Eric Anholt · 10 years ago
  30. 18ccda7 vc4: When asked to discard-map a whole resource, discard it. by Eric Anholt · 10 years ago
  31. a71c3b8 vc4: Refactor flushing before mapping a BO. by Eric Anholt · 10 years ago
  32. 5282481 vc4: Allow dead code elimination of unused varyings. by Eric Anholt · 10 years ago
  33. 5d32e26 vc4: Add debug output to match shaderdb info to program dumps. by Eric Anholt · 10 years ago
  34. 14bdcc6 radeon: enable Hyper-Z on r600g and radeonsi by default by Andreas Boll · 10 years ago
  35. 76f27a6 i965: Silence unused variable warning. by Matt Turner · 10 years ago
  36. 40492be i965/fs: Silence uninitialized variable warning. by Matt Turner · 10 years ago
  37. 2695891 util: Add assume() macro. by Matt Turner · 10 years ago
  38. bbe9316 glapi: Fix compiler warning and script name by Jan Vesely · 10 years ago
  39. 4f1fec6 Revert "freedreno/a3xx: only emit dirty consts" by Rob Clark · 10 years ago
  40. 6eabc11 freedreno: fix PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE by Rob Clark · 10 years ago
  41. ab53830 clover: Require libelf by Jan Vesely · 10 years ago
  42. b4039cf clover: use correct typenames for compat::pair's first/second by Emil Velikov · 10 years ago
  43. c63eb5d auxiliary/os: get the mmap/munmap wrappers working with android by Emil Velikov · 10 years ago
  44. 417b173 gallium/nouveau: fully build the driver under android by Mauro Rossi · 10 years ago
  45. d897e7c mesa/shaderimage.c: fix inconsistent sign warning by Alon Levy · 10 years ago
  46. 501baa6 wgl: stw_pixelformat_get_info: correct type for index variable by Alon Levy · 10 years ago
  47. 23080e4 u_math.h: fix 64 to 32 bit truncation warning by Alon Levy · 10 years ago
  48. 75ad4fe gallivm: Fix build with LLVM 3.3. by José Fonseca · 10 years ago
  49. 065256d gallivm: Properly update for removal of JITMemoryManager in LLVM 3.6. by José Fonseca · 10 years ago
  50. 3fd220e gallivm: Fix white-space. by José Fonseca · 10 years ago
  51. 013ff2f gallivm,llvmpipe,clover: Bump required LLVM version to 3.3. by José Fonseca · 10 years ago
  52. 9ad80d1 mesa: remove conditional render and rgtc from ES3 requirements by Ilia Mirkin · 10 years ago
  53. c9a6ec1 u_blitter: put a comment on util_blitter_cache_all_shaders() by Brian Paul · 10 years ago
  54. f82a84c u_blitter: use ctx->bind_fs_state(), not pipe->bind_fs_state() by Brian Paul · 10 years ago
  55. 0bcd9f5 u_blitter: create basic fs shaders in util_blitter_cache_all_shaders() by Brian Paul · 10 years ago
  56. 27de89d u_blitter: do error checking assertions for shader caching by Brian Paul · 10 years ago
  57. 7a652c4 glsl: Use signed array index in update_max_array_access() by Anuj Phogat · 10 years ago
  58. 6f0089e glsl: Fix crash due to negative array index by Anuj Phogat · 10 years ago
  59. 8ec40ad radeonsi: implement pipe_rasterizer_state::clip_halfz by Marek Olšák · 10 years ago
  60. a3591da r600g: implement pipe_rasterizer_state::clip_halfz by Marek Olšák · 10 years ago
  61. 8ddd2f7 r300g: implement pipe_rasterizer_state::clip_halfz by Marek Olšák · 10 years ago
  62. ae87971 r600g: Drop references to destroyed blend state by Michel Dänzer · 10 years ago
  63. 6dc6e6e i965/vec4: Generate better code for ir_triop_csel. by Kenneth Graunke · 10 years ago
  64. f5c3f09 i965/vec4: Simplify visit(ir_expression *)'s result_src/dst setup. by Kenneth Graunke · 10 years ago
  65. cb36e79 i965/vec4: Delete some dead code in visit(ir_expression *). by Kenneth Graunke · 10 years ago
  66. 4d34c4b i965/fs: Generate better code for ir_triop_csel. by Kenneth Graunke · 10 years ago
  67. 32364a1 glsl: Delete unused gl_uniform_driver_format enum values. by Kenneth Graunke · 10 years ago
  68. 36310d9 freedreno/a3xx: fix depth/stencil restore format by Rob Clark · 10 years ago
  69. 2bc2ab6 freedreno/a3xx: fix viewport state during clear by Rob Clark · 10 years ago
  70. 3eb8289 freedreno: mark scissor state dirty when enable bit changes by Rob Clark · 10 years ago
  71. 01b757e freedreno: clear vs scissor by Rob Clark · 10 years ago
  72. 1ab6543 clover: Fix build error with LLVM 3.4. by Vinson Lee · 10 years ago
  73. 43b2432 r600g,radeonsi: convert TGSI shader type to LLVM shader type by Marek Olšák · 10 years ago
  74. c5a44cf radeonsi: add some missing register definitions by Marek Olšák · 10 years ago
  75. fc3b335 radeonsi: load ring resource descriptors only once by Marek Olšák · 10 years ago
  76. d787608 radeonsi: clarify shader constant load functions by Marek Olšák · 10 years ago
  77. 55a9b77 radeonsi: statically declare resource and sampler arrays by Marek Olšák · 10 years ago
  78. e827bb6 radeonsi: remove conversion of DX9 FACE input to GL by Marek Olšák · 10 years ago
  79. a18f803 radeonsi: revert hack for random failures in glsl-max-varyings by Marek Olšák · 10 years ago
  80. b9b0973 radeonsi: generate shader pm4 states right after shader compilation by Marek Olšák · 10 years ago
  81. c94af8f radeonsi: make pm4 state generation for shaders independent of the context by Marek Olšák · 10 years ago
  82. 139bde0 radeonsi: inline si_pm4_alloc_state by Marek Olšák · 10 years ago
  83. 22c5886 r300g: replace r300_get_num_samples with a util variant by Marek Olšák · 10 years ago
  84. 013850a glsl_to_tgsi: use _mesa_copy_linked_program_data by Marek Olšák · 10 years ago
  85. 9ec305e glsl_to_tgsi: fix the value of gl_FrontFacing with native integers by Marek Olšák · 10 years ago
  86. e8764a4 st/mesa: add ST_DEBUG=wf option which enables wireframe rendering by Marek Olšák · 10 years ago
  87. 5f5b83c gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesa by Marek Olšák · 10 years ago
  88. ef280c9 vc4: Fix SRC_ALPHA_SATURATE blending. by Eric Anholt · 10 years ago
  89. cc29802 vc4: Fix stencil writemask handling. by Eric Anholt · 10 years ago
  90. 48f6351 vc4: Don't look at back stencil state unless two-sided stencil is enabled. by Eric Anholt · 10 years ago
  91. 4f17e02 freedreno/ir3: add debug flag to disable cp by Rob Clark · 10 years ago
  92. f0ca267 freedreno: positions come out as integers, not half-integers by Ilia Mirkin · 10 years ago
  93. 3fcb021 freedreno/a3xx: disable early-z when we have kill's by Rob Clark · 10 years ago
  94. 8a0ffed freedreno/ir3: fix potential gpu lockup with kill by Rob Clark · 10 years ago
  95. ab33a24 freedreno/ir3: comment + better fxn name by Rob Clark · 10 years ago
  96. 94bb336 freedreno/a3xx: only emit dirty consts by Rob Clark · 10 years ago
  97. 74069e3 freedreno/a3xx: more layer/level fixes by Rob Clark · 10 years ago
  98. aafbd89 mesa: fix 'feeedback' typo in comment by Brian Paul · 10 years ago
  99. 4676c6c mesa: fix 'misalgned' typos in error messages by Brian Paul · 10 years ago
  100. 14379a0 glsl: fix several use-after-free bugs by Brian Paul · 10 years ago