1. 9e6af56 appveyor: Initial integration. by Jose Fonseca · 9 years ago
  2. 4a3d388 util/blitter: Fix "SO C90 forbids mixed declarations and code". by Jose Fonseca · 9 years ago
  3. d31065c mesa: print enum string in compressed_subtexture_error_check() error msg by Brian Paul · 9 years ago
  4. 772f429 gallium/util: Fix util_blitter_clear_depth_stencil() for num_layers>1 by Edward O'Callaghan · 9 years ago
  5. 8f2c5e2 gallium/util: Fix util_blitter_clear_render_target() for num_layers>1 by Edward O'Callaghan · 9 years ago
  6. 09f74e6 mesa: fix VIEWPORT_INDEX_PROVOKING_VERTEX and LAYER_PROVOKING_VERTEX queries by Roland Scheidegger · 9 years ago
  7. 56aff6bb Remove Sun CC specific code. by Jose Fonseca · 9 years ago
  8. 51564f0 configure.ac: Refuse to build with Sun C compiler. by Jose Fonseca · 9 years ago
  9. 18f8da7 travis: Add a test build with scons. by Eric Anholt · 9 years ago
  10. 975b129 i965: Increase BRW_MAX_UBO to 14. by Kenneth Graunke · 9 years ago
  11. 7e6a6f3 i965: Do dead-code elimination in a single pass. by Matt Turner · 9 years ago
  12. 5a6f0bf glsl: Rename safe_reverse -> reverse_safe. by Matt Turner · 9 years ago
  13. 48b4e88 i965: Don't mark dead instructions' sources live. by Matt Turner · 9 years ago
  14. 0e49151 r600: set mega fetch count to 16 for gs copy shader by Dave Airlie · 9 years ago
  15. 4ebcf51 r600: increment ring index after emit vertex not before. by Dave Airlie · 9 years ago
  16. 13b134a r600: add alu + cf nop to copy shader on r600 by Dave Airlie · 9 years ago
  17. af4013d r600: SMX returns CONTEXT_DONE early workaround by Dave Airlie · 9 years ago
  18. b63944e r600: do SQ flush ES ring rolling workaround by Dave Airlie · 9 years ago
  19. ea33920 nv50,nvc0: allow to create resources other than buffers by Samuel Pitoiset · 9 years ago
  20. f391b95 glapi: work-around MSVC 65K string length limitation for enums.c by Brian Paul · 9 years ago
  21. 148c2f5 mapi: Fix enums.c build with other build systems. by Eric Anholt · 9 years ago
  22. 1c0ac19 travis: Initial import of travis instructions. by Eric Anholt · 9 years ago
  23. 4922a3a mesa: Drop the blacklisting of new GL enums. by Eric Anholt · 9 years ago
  24. b65e44f mesa: Use a 32-bit offset for the enums.c string offset table. by Eric Anholt · 9 years ago
  25. c75cfe1 mesa: Prefer newer names to older ones among names present in core. by Eric Anholt · 9 years ago
  26. 710762b mesa: Drop bitfield "enums" from the enum-to-string table. by Eric Anholt · 9 years ago
  27. cbabf5f mesa: Switch to using the Khronos registry for generating enums. by Eric Anholt · 9 years ago
  28. f72923a mesa: Remove the python mode bits from gl_enums.py. by Eric Anholt · 9 years ago
  29. 741f642 mesa: Drop apparently typoed GL_ALL_CLIENT_ATTRIB_BITS. by Eric Anholt · 9 years ago
  30. 5cb9dc4 mesa: Drop enums that had been removed in later revs of specs. by Eric Anholt · 9 years ago
  31. 5a7e5d8 mesa: Fix a typo in AMD_performance_monitor enum. by Eric Anholt · 9 years ago
  32. bfc64b9 mesa: Fix enum definition of CULL_VERTEX_EYE/OBJECT_POSITION by Eric Anholt · 9 years ago
  33. 76ec0b9 mesa: Add a copy of the Khronos gl.xml (SVN #31705). by Eric Anholt · 9 years ago
  34. edc8850 mesa: Cut enum_strings.cpp test down to a few hand-chosen enums. by Eric Anholt · 9 years ago
  35. 9adbb9e clover: Handle NULL devices returned by pipe_loader_probe() v2 by Tom Stellard · 9 years ago
  36. 99cd600 automake: fix some occurrences of hardcoded -ldl and -lpthread by Jonathan Gray · 9 years ago
  37. 241f15a glsl/lower_ubo_reference: split struct copies into element copies by Iago Toral Quiroga · 9 years ago
  38. 867c436 glsl/lower_ubo_reference: split array copies into element copies by Iago Toral Quiroga · 9 years ago
  39. e483cba st/va: also retrieve reference frames info for h264 by Julien Isorce · 9 years ago
  40. b4fb6d7 st/va: delay decoder creation until max_references is known by Julien Isorce · 9 years ago
  41. 750393f glsl/dead_builin_varyings: Fix gl_FragData array lowering by Iago Toral Quiroga · 9 years ago
  42. 4f34722 r600: workaround empty geom shader. by Dave Airlie · 9 years ago
  43. 04efcc6 r600: rv670 use at least 16es/gs threads by Dave Airlie · 9 years ago
  44. 8168dfd r600: geometry shader gsvs itemsize workaround by Dave Airlie · 9 years ago
  45. 2ab9cd0 glsl: don't sort varying in separate shader mode by Gregory Hainaut · 9 years ago
  46. 8117f46 glsl: don't dead code remove SSO varyings marked as active by Gregory Hainaut · 9 years ago
  47. 618612f glsl: add always_active_io attribute to ir_variable by Gregory Hainaut · 9 years ago
  48. 76c09c1 glsl: copy how_declared when lowering interface blocks by Timothy Arceri · 9 years ago
  49. 12ba6cf glsl: optimise inputs/outputs with explicit locations by Timothy Arceri · 9 years ago
  50. 4d64459 r600/shader: split address get out to a function. by Dave Airlie · 9 years ago
  51. 44944a6 doc: Set GL_OES_geometry_shader as started by Marta Lofstedt · 9 years ago
  52. 1d5b88e gles2: Update gl2ext.h to revision: 32120 by Marta Lofstedt · 9 years ago
  53. 10c1491 vl/buffers: fixes vl_video_buffer_formats for RGBX by Julien Isorce · 9 years ago
  54. a348fe8 i965/fs: remove unused fs_reg offset by Samuel Iglesias Gonsálvez · 9 years ago
  55. 83dedb6 i965: Add src/dst interference for certain instructions with hazards. by Kenneth Graunke · 9 years ago
  56. 1ac1581 i965: Fix JIP to properly skip over unrelated control flow. by Kenneth Graunke · 9 years ago
  57. d72299c r600: move per-type settings into a switch statement by Dave Airlie · 9 years ago
  58. 58e0122 r600: split out common alu_writes pattern. by Dave Airlie · 9 years ago
  59. 26332ef r600/llvm: fix r600/llvm build by Dave Airlie · 9 years ago
  60. 9eff9f6 r600: fixes for register definitions. by Dave Airlie · 9 years ago
  61. c2e701c r600: add missing register to initial state by Dave Airlie · 9 years ago
  62. bcdc748 r600: define registers required for tessellation by Dave Airlie · 9 years ago
  63. b502bae r600: consolidate clip state updates by Dave Airlie · 9 years ago
  64. b8c524f nv50/ir: always display the opcode number for unknown instructions by Samuel Pitoiset · 9 years ago
  65. d37ebed mesa: remove len argument from _mesa_shader_debug() by Emil Velikov · 9 years ago
  66. e714c97 drivers/x11: scons: partially revert b9b40ef9b76 by Emil Velikov · 9 years ago
  67. 31ed3fc nir: remove recursive inclusion in builtin_type_macros.h by Emil Velikov · 9 years ago
  68. fc16942 nir: remove unneeded include by Emil Velikov · 9 years ago
  69. b92ecdc mesa/program: remove dead function declarations by Emil Velikov · 9 years ago
  70. 5d294d9 auxiliary/vl/dri: fd management cleanups by Emil Velikov · 9 years ago
  71. 151290c auxiliary/vl/drm: fd management cleanups by Emil Velikov · 9 years ago
  72. fe71059 st/xa: fd management cleanups by Emil Velikov · 9 years ago
  73. d90ba57 st/dri: fd management cleanups by Emil Velikov · 9 years ago
  74. 5f92906 pipe-loader: check if winsys.name is non-null prior to strcmp by Emil Velikov · 9 years ago
  75. 866a1f7 st/va: add missing break statement by Emil Velikov · 9 years ago
  76. 0396eaa mesa: support GL_RED/GL_RG in ES2 contexts when driver support exists by Ilia Mirkin · 9 years ago
  77. 9e5e702 radeon: only suspend queries on flush if they haven't been suspended yet by Nicolai Hähnle · 9 years ago
  78. ea3f394 scons: Use LD version script for libgl-xlib. by Jose Fonseca · 9 years ago
  79. a11955b svga: Don't return value from void function. by Jose Fonseca · 9 years ago
  80. c127e6a gallium: Make pipe_query_result::batch array length non-zero. by Jose Fonseca · 9 years ago
  81. bc2470d util: Tiny optimisation for the linear→srgb conversion by Neil Roberts · 9 years ago
  82. 27a88a9 docs: Update GL3.txt to add ARB_internalformat_query2 by Eduardo Lima Mitev · 9 years ago
  83. c3ec12e glsl: don't generate extra errors in ValidateProgramPipeline by Timothy Arceri · 9 years ago
  84. 57fc0dd freedreno/ir3: assign varying locations later by Rob Clark · 9 years ago
  85. 2181f2c freedreno/ir3: use instr flag to mark unused instructions by Rob Clark · 9 years ago
  86. 2fbe4e7 freedreno/a4xx: rework vinterp/vpsrepl by Rob Clark · 9 years ago
  87. 5adf4a5 freedreno/a3xx: rework vinterp/vpsrepl by Rob Clark · 9 years ago
  88. b7c958b clover: fix tgsi compiler crash with invalid src by Serge Martin · 9 years ago
  89. 55ffa64 i965/gen9+: Switch thread scratch space to non-coherent stateless access. by Francisco Jerez · 9 years ago
  90. bc81828 i965/fs: Don't use Gen7-style scratch block reads on Gen9+. by Francisco Jerez · 9 years ago
  91. 3e6d0d2 i965: Add symbolic defines for some magic dataport surface indices. by Francisco Jerez · 9 years ago
  92. 6b5268d radeon: use PIPE_DRIVER_QUERY_FLAG_DONT_LIST for perfcounters by Nicolai Hähnle · 9 years ago
  93. f36d985 gallium: add PIPE_DRIVER_QUERY_FLAG_DONT_LIST by Nicolai Hähnle · 9 years ago
  94. 80a16de radeon: delay the generation of driver query names until first use by Nicolai Hähnle · 9 years ago
  95. ca976e6 st/va: add missing profiles in PipeToProfile's switch. by Julien Isorce · 9 years ago
  96. 63b49e1 mesa: remove ARB_geometry_shader4 by Marta Lofstedt · 9 years ago
  97. c2e146f mesa: error out in indirect draw when vertex bindings mismatch by Tapani Pälli · 9 years ago
  98. 22d2dda targets/xvmc: use the non-inline sw helpers by Michel Dänzer · 9 years ago
  99. 72c33f0 targets/nine: remove freedreno target by Emil Velikov · 9 years ago
  100. aa335bb targets/nine: remove vc4 target by Emil Velikov · 9 years ago