1. 822e791 i965/skl: Set mask bits in PIPELINE_SELECT on Skylake. by Kenneth Graunke · 10 years ago
  2. e813728 i965/skl: Set max OpenGL version the same as gen7/8 by Jordan Justen · 10 years ago
  3. 48157b9 i965/skl: Update 3DSTATE_SBE for Skylake. by Damien Lespiau · 12 years ago
  4. 2b7f73a glsl: Improve the CSE pass debugging output. by Kenneth Graunke · 10 years ago
  5. 799106d i965/fs: Don't compute_to_mrf() on Gen >= 7. by Matt Turner · 10 years ago
  6. 5fbcb1b glsl: Remove now useless dot optimization on basis vect by Matt Turner · 10 years ago
  7. 336e76c glsl: Emit mul instead of dot if only one component left. by Matt Turner · 10 years ago
  8. 263eb7f clover: Fix clBuildProgram piglit regression by Tom Stellard · 10 years ago
  9. bfd453f gallivm: Disable frame-pointer-omission on x86 to ensure right stack alignment. by José Fonseca · 10 years ago
  10. b7e447d gallivm: When disassemble a function, start by printing out its name. by José Fonseca · 10 years ago
  11. 5695303 i965/chv: Increase VS and GS thread counts by Ben Widawsky · 10 years ago
  12. 52576dc gallium/docs: fix NRM, NRM4 docs by Brian Paul · 10 years ago
  13. afdc430 softpipe: use the tgsi_free_tokens() function by Brian Paul · 10 years ago
  14. e6ee85e tgsi: add a tgsi_free_tokens() function by Brian Paul · 10 years ago
  15. c996b22 util: simplify u_pstipple.c code by Brian Paul · 10 years ago
  16. 55008ef util: simplify temp register selection in u_pstipple.c by Brian Paul · 10 years ago
  17. ccd1ea9 util: simplify util_pstipple_create_fragment_shader() params by Brian Paul · 10 years ago
  18. e3ecb82 softpipe: remove unused softpipe_create_fs_variant_exec() parameter by Brian Paul · 10 years ago
  19. 2b9e638 softpipe: check for SP_NEW_STIPPLE when building quad pipeline by Brian Paul · 10 years ago
  20. b9e41b5 r600g: Fix build with opencl and radeonsi disabled by Tom Stellard · 10 years ago
  21. 64b0fac clover: Fix bug when binary programs are passed to clBuildProgram() v2 by Tom Stellard · 10 years ago
  22. e5468df clover: Factor input validation of clCompileProgram into a new function v2 by Tom Stellard · 10 years ago
  23. 1f4e48d radeonsi/compute: Enable PIPE_SHADER_IR_NATIVE for compute shaders v2 by Tom Stellard · 10 years ago
  24. fa07f4b r600g/compute: Enable PIPE_SHADER_IR_NATIVE for compute shaders v2 by Tom Stellard · 10 years ago
  25. e91735a gallium/radeon: Add query for symbol specific config information by Tom Stellard · 10 years ago
  26. f058c6b r300g: remove enabled/disabled hyperz and AA compression messages by Marek Olšák · 10 years ago
  27. 068b9f4 r600g: Delete unused variable 'max_global_size' in 'r600_get_compute_param' by Dieter Nützel · 10 years ago
  28. 4ded2ef mesa: protect the debug state with a mutex by Chia-I Wu · 10 years ago
  29. 2d64e4f glsl: protect glsl_type with a mutex by Chia-I Wu · 10 years ago
  30. a670616 glsl: protect anonymous struct id with a mutex by Chia-I Wu · 10 years ago
  31. 61c3d49 util: initialize locale_t with a static object by Chia-I Wu · 10 years ago
  32. b039dbf configure: check for xlocale.h and strtof by Chia-I Wu · 10 years ago
  33. e3f2029 util: add _mesa_strtod and _mesa_strtof by Chia-I Wu · 10 years ago
  34. 2c2ada6 mesa/gallium: Signal _NEW_TRANSFORM from glClipControl. by Mathias Fröhlich · 10 years ago
  35. 600066a Revert "i965/compaction: Disable compaction on SNB temporarily." by Matt Turner · 10 years ago
  36. 601a134 i965/vec4: Perform CSE on MAD instructions with final arguments switched. by Matt Turner · 10 years ago
  37. b65bd95 i965/fs: Perform CSE on MAD instructions with final arguments switched. by Matt Turner · 10 years ago
  38. d056863 glsl: Drop constant 0.0 components from dot products. by Matt Turner · 10 years ago
  39. 26122e0 glx/dri3: Implement LIBGL_SHOW_FPS=1 for DRI3/Present. by Kenneth Graunke · 11 years ago
  40. 62b07b9 i965: Rename brw_vec4_gs.[ch] to brw_gs.[ch]. by Kenneth Graunke · 10 years ago
  41. 02f8f90 i965: Rename brw_gs{,_emit}.[ch] to brw_ff_gs{,_emit}.[ch]. by Kenneth Graunke · 10 years ago
  42. 1480814 i965: Rename intel_bufferobj_* functions to match GL and DD hooks. by Kenneth Graunke · 10 years ago
  43. 993e292 configure: fix typos by Jan Vesely · 10 years ago
  44. af9551e configure: include llvm systemlibs when using static llvm by Jan Vesely · 10 years ago
  45. 402ab50 radeon/llvm: Dynamically allocate branch/loop stack arrays by Michel Dänzer · 10 years ago
  46. 0d5f496 mesa: Fix order of errors for glDrawTransformFeedbackStream by Chris Forbes · 10 years ago
  47. f87c700 vc4: Add support for ARL and indirect register access on TGSI_FILE_CONSTANT. by Eric Anholt · 10 years ago
  48. 5539a5b vc4: Fix mixup of return type in reloc_tex(). by Eric Anholt · 10 years ago
  49. 926ab7d vc4: Drop redundant check for is_tmu_write(). by Eric Anholt · 10 years ago
  50. 8911879 vc4: Don't forget to validate code that's got PROG_END on it. by Eric Anholt · 10 years ago
  51. fc1eb61 vc4: Add .dir-locals.el for kernel style in the kernel code. by Eric Anholt · 10 years ago
  52. 6576dc1 vc4: Fix a couple missing '\n's in error output. by Eric Anholt · 10 years ago
  53. 6ad1c1e st/mesa: use PIPE_BIND_DISPLAY_TARGET when checking for sRGB capability by Brian Paul · 10 years ago
  54. 6fcb552 Revert "st/mesa: set MaxUnrollIterations = 255" by Marek Olšák · 10 years ago
  55. b7186eb r300g/vdpau: enable again by David Heidelberger · 10 years ago
  56. 3fc499a r300g: only set clip_halfz for chips with HW TCL by Marek Olšák · 10 years ago
  57. e05259b radeonsi: fix incorrect index buffer max size for lowered 8-bit indices by Marek Olšák · 10 years ago
  58. 7242406 radeonsi: fix polygon mode for points and lines and point/line fill modes by Marek Olšák · 10 years ago
  59. dab177e r600g: fix polygon mode for points and lines and point/line fill modes by Marek Olšák · 10 years ago
  60. 7b1c0cb r600g: Implement sm5 UBO/sampler indexing by Glenn Kennard · 10 years ago
  61. 444c8c2 r600g: Implement sm5 interpolation functions by Glenn Kennard · 10 years ago
  62. 3b83a5c docs: Update GL3.txt and relnotes for GL_KHR_context_flush_control by Neil Roberts · 10 years ago
  63. 60ec95f mesa: Add support for the GL_KHR_context_flush_control extension by Neil Roberts · 10 years ago
  64. 1ecf6e1 gles2: Update gl2ext.h to revision 28335 by Neil Roberts · 10 years ago
  65. 17d98ae i965/fs: Don't set dependency hints on instructions with spilled destinations by Jason Ekstrand · 10 years ago
  66. 547a7fb i965/fs: Make scratch write instructions use the correct execution size by Jason Ekstrand · 10 years ago
  67. 9d1f72e i965/fs: Use correct spill offsets by Jason Ekstrand · 10 years ago
  68. 4242eb1 i965: Use the spill destination for the message header on GEN >= 7 by Jason Ekstrand · 10 years ago
  69. 76bb695 i965/fs: Don't [un]spill multiple registers at a time in SIMD8 mode by Jason Ekstrand · 10 years ago
  70. 3a5df8b i965/fs: Use instruction execution sizes when generating scratch reads/writes by Jason Ekstrand · 10 years ago
  71. d175e7c egl/drm: do not crash when swapping buffers without any rendering by Lionel Landwerlin · 10 years ago
  72. 1a17098 nv50: handle inverted render conditions by Tobias Klausmann · 10 years ago
  73. 1386281 freedreno/ir3: consider instruction neighbors in cp by Rob Clark · 10 years ago
  74. 4dff2a6 freedreno/ir3: always mov tex coords by Rob Clark · 10 years ago
  75. 3319354 freedreno: rename a couple debug flags by Rob Clark · 10 years ago
  76. ded5013 freedreno/ir3: skip virtual outputs in standalone compiler by Rob Clark · 10 years ago
  77. a9c634d glx: Fix make check. by Mathias Fröhlich · 10 years ago
  78. ce61559 mesa: Add ARB_clip_control.xml to automake. by Mathias Fröhlich · 10 years ago
  79. d6252d0 freedreno/ir3: standalone compiler updates for ir3test by Rob Clark · 10 years ago
  80. 762c68b ilo: improve blob decoding by Chia-I Wu · 10 years ago
  81. 08599f6 i965: Skip recalculating URB allocations if the entry size didn't change. by Eric Anholt · 10 years ago
  82. b0e0c26 glsl: Standardize names and fix typos by Andres Gomez · 10 years ago
  83. 7d560a3 i965: Silence unused parameter warning in brw_dump_ir by Ian Romanick · 10 years ago
  84. 4939c2e i965: Remove brwIsProgramNative by Ian Romanick · 10 years ago
  85. 66d9504 mesa: Silence unused parameter warning in _mesa_init_shader_program by Ian Romanick · 10 years ago
  86. 99e8a39 mesa: Remove context parameter from dd_function_table::NewShaderProgram by Ian Romanick · 10 years ago
  87. c76cc7b mesa: Make _mesa_init_shader_program static by Ian Romanick · 10 years ago
  88. cfe195f mesa: Remove context parameter from _mesa_init_shader_program by Ian Romanick · 10 years ago
  89. edcba62 glsl_to_tgsi: Remove st_new_shader by Ian Romanick · 10 years ago
  90. deee3b0 glsl_to_tgsi: Remove st_new_shader_program by Ian Romanick · 10 years ago
  91. a2dc16e i965: Remove brw_new_shader_program by Ian Romanick · 10 years ago
  92. 9cdf2f7 mesa: Silence unused parameter warning in _mesa_clear_shader_program_data by Ian Romanick · 10 years ago
  93. fefead3 linker: Rely on _mesa_clear_shader_program_data to clear link information by Ian Romanick · 10 years ago
  94. 7cbcff0 mesa: Add some missing clean-up to _mesa_clear_shader_program_data by Ian Romanick · 10 years ago
  95. a3bfc7d mesa: Remove prototypes for nonexistent functions by Ian Romanick · 10 years ago
  96. 1ac924a ff_fragment_shader: Silence unused parameter warning in smear by Ian Romanick · 10 years ago
  97. 3e462d9 meta: Only use _mesa_ClipControl if the extension is supported by Ian Romanick · 10 years ago
  98. f9a9054 docs: add news item and link release notes by Emil Velikov · 10 years ago
  99. 95d00f6 docs: Add sha256 sums for the 10.3.2 release by Emil Velikov · 10 years ago
  100. 95d31ab Add release notes for the 10.3.2 release by Emil Velikov · 10 years ago