1. 1f4e48d radeonsi/compute: Enable PIPE_SHADER_IR_NATIVE for compute shaders v2 by Tom Stellard · 10 years ago
  2. fa07f4b r600g/compute: Enable PIPE_SHADER_IR_NATIVE for compute shaders v2 by Tom Stellard · 10 years ago
  3. e91735a gallium/radeon: Add query for symbol specific config information by Tom Stellard · 10 years ago
  4. f058c6b r300g: remove enabled/disabled hyperz and AA compression messages by Marek Olšák · 10 years ago
  5. 068b9f4 r600g: Delete unused variable 'max_global_size' in 'r600_get_compute_param' by Dieter Nützel · 10 years ago
  6. 4ded2ef mesa: protect the debug state with a mutex by Chia-I Wu · 10 years ago
  7. 2d64e4f glsl: protect glsl_type with a mutex by Chia-I Wu · 10 years ago
  8. a670616 glsl: protect anonymous struct id with a mutex by Chia-I Wu · 10 years ago
  9. 61c3d49 util: initialize locale_t with a static object by Chia-I Wu · 10 years ago
  10. b039dbf configure: check for xlocale.h and strtof by Chia-I Wu · 10 years ago
  11. e3f2029 util: add _mesa_strtod and _mesa_strtof by Chia-I Wu · 10 years ago
  12. 2c2ada6 mesa/gallium: Signal _NEW_TRANSFORM from glClipControl. by Mathias Fröhlich · 10 years ago
  13. 600066a Revert "i965/compaction: Disable compaction on SNB temporarily." by Matt Turner · 10 years ago
  14. 601a134 i965/vec4: Perform CSE on MAD instructions with final arguments switched. by Matt Turner · 10 years ago
  15. b65bd95 i965/fs: Perform CSE on MAD instructions with final arguments switched. by Matt Turner · 10 years ago
  16. d056863 glsl: Drop constant 0.0 components from dot products. by Matt Turner · 10 years ago
  17. 26122e0 glx/dri3: Implement LIBGL_SHOW_FPS=1 for DRI3/Present. by Kenneth Graunke · 11 years ago
  18. 62b07b9 i965: Rename brw_vec4_gs.[ch] to brw_gs.[ch]. by Kenneth Graunke · 10 years ago
  19. 02f8f90 i965: Rename brw_gs{,_emit}.[ch] to brw_ff_gs{,_emit}.[ch]. by Kenneth Graunke · 10 years ago
  20. 1480814 i965: Rename intel_bufferobj_* functions to match GL and DD hooks. by Kenneth Graunke · 10 years ago
  21. 993e292 configure: fix typos by Jan Vesely · 10 years ago
  22. af9551e configure: include llvm systemlibs when using static llvm by Jan Vesely · 10 years ago
  23. 402ab50 radeon/llvm: Dynamically allocate branch/loop stack arrays by Michel Dänzer · 10 years ago
  24. 0d5f496 mesa: Fix order of errors for glDrawTransformFeedbackStream by Chris Forbes · 10 years ago
  25. f87c700 vc4: Add support for ARL and indirect register access on TGSI_FILE_CONSTANT. by Eric Anholt · 10 years ago
  26. 5539a5b vc4: Fix mixup of return type in reloc_tex(). by Eric Anholt · 10 years ago
  27. 926ab7d vc4: Drop redundant check for is_tmu_write(). by Eric Anholt · 10 years ago
  28. 8911879 vc4: Don't forget to validate code that's got PROG_END on it. by Eric Anholt · 10 years ago
  29. fc1eb61 vc4: Add .dir-locals.el for kernel style in the kernel code. by Eric Anholt · 10 years ago
  30. 6576dc1 vc4: Fix a couple missing '\n's in error output. by Eric Anholt · 10 years ago
  31. 6ad1c1e st/mesa: use PIPE_BIND_DISPLAY_TARGET when checking for sRGB capability by Brian Paul · 10 years ago
  32. 6fcb552 Revert "st/mesa: set MaxUnrollIterations = 255" by Marek Olšák · 10 years ago
  33. b7186eb r300g/vdpau: enable again by David Heidelberger · 10 years ago
  34. 3fc499a r300g: only set clip_halfz for chips with HW TCL by Marek Olšák · 10 years ago
  35. e05259b radeonsi: fix incorrect index buffer max size for lowered 8-bit indices by Marek Olšák · 10 years ago
  36. 7242406 radeonsi: fix polygon mode for points and lines and point/line fill modes by Marek Olšák · 10 years ago
  37. dab177e r600g: fix polygon mode for points and lines and point/line fill modes by Marek Olšák · 10 years ago
  38. 7b1c0cb r600g: Implement sm5 UBO/sampler indexing by Glenn Kennard · 10 years ago
  39. 444c8c2 r600g: Implement sm5 interpolation functions by Glenn Kennard · 10 years ago
  40. 3b83a5c docs: Update GL3.txt and relnotes for GL_KHR_context_flush_control by Neil Roberts · 10 years ago
  41. 60ec95f mesa: Add support for the GL_KHR_context_flush_control extension by Neil Roberts · 10 years ago
  42. 1ecf6e1 gles2: Update gl2ext.h to revision 28335 by Neil Roberts · 10 years ago
  43. 17d98ae i965/fs: Don't set dependency hints on instructions with spilled destinations by Jason Ekstrand · 10 years ago
  44. 547a7fb i965/fs: Make scratch write instructions use the correct execution size by Jason Ekstrand · 10 years ago
  45. 9d1f72e i965/fs: Use correct spill offsets by Jason Ekstrand · 10 years ago
  46. 4242eb1 i965: Use the spill destination for the message header on GEN >= 7 by Jason Ekstrand · 10 years ago
  47. 76bb695 i965/fs: Don't [un]spill multiple registers at a time in SIMD8 mode by Jason Ekstrand · 10 years ago
  48. 3a5df8b i965/fs: Use instruction execution sizes when generating scratch reads/writes by Jason Ekstrand · 10 years ago
  49. d175e7c egl/drm: do not crash when swapping buffers without any rendering by Lionel Landwerlin · 10 years ago
  50. 1a17098 nv50: handle inverted render conditions by Tobias Klausmann · 10 years ago
  51. 1386281 freedreno/ir3: consider instruction neighbors in cp by Rob Clark · 10 years ago
  52. 4dff2a6 freedreno/ir3: always mov tex coords by Rob Clark · 10 years ago
  53. 3319354 freedreno: rename a couple debug flags by Rob Clark · 10 years ago
  54. ded5013 freedreno/ir3: skip virtual outputs in standalone compiler by Rob Clark · 10 years ago
  55. a9c634d glx: Fix make check. by Mathias Fröhlich · 10 years ago
  56. ce61559 mesa: Add ARB_clip_control.xml to automake. by Mathias Fröhlich · 10 years ago
  57. d6252d0 freedreno/ir3: standalone compiler updates for ir3test by Rob Clark · 10 years ago
  58. 762c68b ilo: improve blob decoding by Chia-I Wu · 10 years ago
  59. 08599f6 i965: Skip recalculating URB allocations if the entry size didn't change. by Eric Anholt · 10 years ago
  60. b0e0c26 glsl: Standardize names and fix typos by Andres Gomez · 10 years ago
  61. 7d560a3 i965: Silence unused parameter warning in brw_dump_ir by Ian Romanick · 10 years ago
  62. 4939c2e i965: Remove brwIsProgramNative by Ian Romanick · 10 years ago
  63. 66d9504 mesa: Silence unused parameter warning in _mesa_init_shader_program by Ian Romanick · 10 years ago
  64. 99e8a39 mesa: Remove context parameter from dd_function_table::NewShaderProgram by Ian Romanick · 10 years ago
  65. c76cc7b mesa: Make _mesa_init_shader_program static by Ian Romanick · 10 years ago
  66. cfe195f mesa: Remove context parameter from _mesa_init_shader_program by Ian Romanick · 10 years ago
  67. edcba62 glsl_to_tgsi: Remove st_new_shader by Ian Romanick · 10 years ago
  68. deee3b0 glsl_to_tgsi: Remove st_new_shader_program by Ian Romanick · 10 years ago
  69. a2dc16e i965: Remove brw_new_shader_program by Ian Romanick · 10 years ago
  70. 9cdf2f7 mesa: Silence unused parameter warning in _mesa_clear_shader_program_data by Ian Romanick · 10 years ago
  71. fefead3 linker: Rely on _mesa_clear_shader_program_data to clear link information by Ian Romanick · 10 years ago
  72. 7cbcff0 mesa: Add some missing clean-up to _mesa_clear_shader_program_data by Ian Romanick · 10 years ago
  73. a3bfc7d mesa: Remove prototypes for nonexistent functions by Ian Romanick · 10 years ago
  74. 1ac924a ff_fragment_shader: Silence unused parameter warning in smear by Ian Romanick · 10 years ago
  75. 3e462d9 meta: Only use _mesa_ClipControl if the extension is supported by Ian Romanick · 10 years ago
  76. f9a9054 docs: add news item and link release notes by Emil Velikov · 10 years ago
  77. 95d00f6 docs: Add sha256 sums for the 10.3.2 release by Emil Velikov · 10 years ago
  78. 95d31ab Add release notes for the 10.3.2 release by Emil Velikov · 10 years ago
  79. 5d10462 i965/fs: Compute q-values for register allocation manually by Jason Ekstrand · 10 years ago
  80. 2ec161b i965/fs: Don't interfere with too many base registers by Jason Ekstrand · 10 years ago
  81. ee65f2b i965/fs: Properly precolor payload registers on GEN5 in SIMD16 by Jason Ekstrand · 10 years ago
  82. 1988b71 i965/fs: Add another use of MAX_VGRF_SIZE by Jason Ekstrand · 10 years ago
  83. f84adb8 util: Use reg_belongs_to_class instead of BITSET_TEST by Jason Ekstrand · 10 years ago
  84. 701f739 llvmpipe: Ensure the packed input of the lp_test_format is aligned. by José Fonseca · 10 years ago
  85. 1ef6d43 llvmpipe: Flush stdout on lp_test_* unit tests. by José Fonseca · 10 years ago
  86. 5fc0e11 gallium: Enable ARB_clip_control for gallium drivers. by Mathias Fröhlich · 10 years ago
  87. 5608813 gallium: introduce PIPE_CAP_CLIP_HALFZ. by Mathias Fröhlich · 10 years ago
  88. 85edaa8 mesa: Handle clip control in meta operations. by Mathias Fröhlich · 10 years ago
  89. 34a3c97 mesa: Implement ARB_clip_control. by Mathias Fröhlich · 10 years ago
  90. 6340e60 mesa: Refactor viewport transform computation. by Mathias Fröhlich · 10 years ago
  91. 8c7ac37 vc4: Reuse uniform_data/contents indices when making uniforms. by Eric Anholt · 10 years ago
  92. 18ccda7 vc4: When asked to discard-map a whole resource, discard it. by Eric Anholt · 10 years ago
  93. a71c3b8 vc4: Refactor flushing before mapping a BO. by Eric Anholt · 10 years ago
  94. 5282481 vc4: Allow dead code elimination of unused varyings. by Eric Anholt · 10 years ago
  95. 5d32e26 vc4: Add debug output to match shaderdb info to program dumps. by Eric Anholt · 10 years ago
  96. 14bdcc6 radeon: enable Hyper-Z on r600g and radeonsi by default by Andreas Boll · 10 years ago
  97. 76f27a6 i965: Silence unused variable warning. by Matt Turner · 10 years ago
  98. 40492be i965/fs: Silence uninitialized variable warning. by Matt Turner · 10 years ago
  99. 2695891 util: Add assume() macro. by Matt Turner · 10 years ago
  100. bbe9316 glapi: Fix compiler warning and script name by Jan Vesely · 10 years ago