1. 56f8ed4 i965/gen4: Fix assertion failures in depthstencil piglit tests. by Eric Anholt · 12 years ago
  2. b57d2df i965: Add "alpha to coverage" to performance debug recompile messages. by Kenneth Graunke · 12 years ago
  3. 369419e i965: Don't replicate data for zero-stride arrays when copying to VBOs. by Kenneth Graunke · 12 years ago
  4. 3d2b429 i965: Don't bother trying to extend the current vertex buffers. by Kenneth Graunke · 12 years ago
  5. 1eedebc r600g: re-enable handling of DISCARD_RANGE, improving performance by Marek Olšák · 12 years ago
  6. fa58644 r600g: fix abysmal performance in Reaction Quake by Marek Olšák · 12 years ago
  7. 4cf6acc3d gallium/u_vbuf: document how it works by Marek Olšák · 12 years ago
  8. 46b0893 gallium/u_vbuf: optimize looping over the list of buffers to upload by Marek Olšák · 12 years ago
  9. a97b053 gallium/u_vbuf: skip processing of buffers unused by the vertex element state by Marek Olšák · 12 years ago
  10. fc2cf14 swrast: remove explicit size from texfetch_funcs array by Brian Paul · 12 years ago
  11. f69fc36 llvmpipe: Obey back writemask. by José Fonseca · 12 years ago
  12. 470952f r600g: avoid shader needing too many gpr to lockup the gpu v2 by Jerome Glisse · 12 years ago
  13. 183e122 draw: fix assertion failure in draw_emit_vertex_attr by Marek Olšák · 12 years ago
  14. 91107a3 r600g: use SQ_VTX_SEMANTIC_CLEAR to clear the semantic registers by Marek Olšák · 12 years ago
  15. d6600f9 mesa: remove NV_read_buffer extension enable flag by Marek Olšák · 12 years ago
  16. b8380e5 mesa: remove SGIS_texture_lod extension enable flag by Marek Olšák · 12 years ago
  17. 01f0bed mesa: remove NV_texgen_reflection extension enable flag by Marek Olšák · 12 years ago
  18. 7857dbe mesa: remove NV_light_max_exponent extension enable flag by Marek Olšák · 12 years ago
  19. cc07149 mesa: remove IBM_rasterpos_clip extension enable flag by Marek Olšák · 12 years ago
  20. f5543d6 mesa: remove IBM_multimode_draw_arrays extension enable flag by Marek Olšák · 12 years ago
  21. 271b6ae mesa: remove APPLE_packed_pixels extension enable flag by Marek Olšák · 12 years ago
  22. 55bf57d mesa: don't always enable OES_standard_derivatives by Marek Olšák · 12 years ago
  23. b6f5c37 mesa: move EXT_texture3D enabling to _mesa_init_extensions by Marek Olšák · 12 years ago
  24. 2266b1d mesa: remove EXT_separate_specular_color extension enable flag by Marek Olšák · 12 years ago
  25. 39a0223 mesa: remove EXT_rescale_normal extension enable flag by Marek Olšák · 12 years ago
  26. 6f5fc61 mesa: remove EXT_packed_pixels extension enable flag by Marek Olšák · 12 years ago
  27. 57b00c8 mesa: remove EXT_draw_range_elements extension enable flag by Marek Olšák · 12 years ago
  28. cf9acc3 mesa: remove EXT_compiled_vertex_array extension enable flag by Marek Olšák · 12 years ago
  29. 1301f91 mesa: remove ARB_window_pos extension enable flag by Marek Olšák · 12 years ago
  30. d012e6d mesa: remove ARB_transpose_matrix extension enable flag by Marek Olšák · 12 years ago
  31. 3bba7c5 mesa: remove ARB_copy_buffer extension enable flag by Marek Olšák · 12 years ago
  32. c9f2af3 gallium: expose ARB_map_buffer_alignment on Radeon by Marek Olšák · 12 years ago
  33. f2f782d mesa: implement ARB_map_buffer_alignment by Marek Olšák · 12 years ago
  34. 0ebd0b7 st/mesa: don't use _NEW_PROGRAM where ST_NEW_xxx_PROGRAM is sufficient by Marek Olšák · 12 years ago
  35. c0c26dd r600g: use better sample positions for 8x MSAA by Marek Olšák · 12 years ago
  36. e73bf3b gallium: add start_slot parameter to set_vertex_buffers by Marek Olšák · 13 years ago
  37. a7c5be0 st/xorg: Remove superfluous miInitializeBackingStore() call by Marvin Schmidt · 12 years ago
  38. 0a66ced xlib: Do not undefine _R, _G, and _B. by Vinson Lee · 12 years ago
  39. aab0ea9 mesa: remove array size so the static assert can work by Brian Paul · 12 years ago
  40. 1e46d81 mesa: use GLuint for more gl_constants fields by Brian Paul · 12 years ago
  41. ec53418 vbo: silence MSVC double/float conversion warnings by Brian Paul · 12 years ago
  42. f6c83e1 mesa: silence some MSVC conversion warnings in get.c by Brian Paul · 12 years ago
  43. 06bb81f mesa: silence MSVC signed/unsigned comparision warnings in hash_table.c by Brian Paul · 12 years ago
  44. 8e45e38 mesa: silence MSVC signed/unsigned comparision warnings in transformfeedback.c by Brian Paul · 12 years ago
  45. 03503da mesa: silence MSVC signed/unsigned comparision warnings in accum.c by Brian Paul · 12 years ago
  46. db0136a mesa: silence MSVC signed/unsigned comparison warning in texstorage.c by Brian Paul · 12 years ago
  47. 298d7a2 mesa: silence MSVC double/float assignment warnings in pixel unpack code by Brian Paul · 12 years ago
  48. 5ab82e0 r600g: tgsi-to-llvm emits right input intrinsics by Vincent Lejeune · 12 years ago
  49. e4e3b07 intel: support for 16 bit config with 24 depth and 8 stencil by Tapani Pälli · 12 years ago
  50. e8f2bec dri: Support MESA_FORMAT_SARGB8 in driCreateConfigs by Ian Romanick · 12 years ago
  51. 749ac8b intel: If the visual is sRGB, use an sRGB internal format by Ian Romanick · 12 years ago
  52. 1f6e10f dri: Convert driCreateConfigs to use a gl_format enum by Ian Romanick · 12 years ago
  53. 43d6fe1 dri_util: Elminiate the bytes_per_pixel table by Ian Romanick · 12 years ago
  54. bda208a dri_util: Remove support for RGB332 framebuffers by Ian Romanick · 12 years ago
  55. 0398a26 swrast: Remove the 2_3_3_REV framebuffer format by Ian Romanick · 12 years ago
  56. 386282b glx: Add the extension string for GLX_ARB_framebuffer_sRGB by Ian Romanick · 12 years ago
  57. 7b0f912 glx: Set sRGBCapable to a default value by Ian Romanick · 12 years ago
  58. 170f045 glsl_to_tgsi: set correct register type for array and structure elements by Bryan Cain · 12 years ago
  59. 96ed6c9 r600g: implement texturing with 8x MSAA compressed surfaces for Evergreen by Marek Olšák · 12 years ago
  60. b3921e1 mesa: bump MAX_VARYING to 32 by Marek Olšák · 12 years ago
  61. 00e6819 Revert "glsl_to_tgsi: set correct register type for array and structure elements" by Andreas Boll · 12 years ago
  62. d37ae64 scons: Add -fno-rtti to CXXFLAGS with llvm-3.2. by Vinson Lee · 12 years ago
  63. 9ae7d8b nv50/ir: restore use of long immediate encodings by Christoph Bumiller · 12 years ago
  64. 351d3c5 nv50,nvc0: fix 2d engine stencil-only copies by Christoph Bumiller · 12 years ago
  65. eaa8e56 gallium/gallivm: code generation options for LLVM 3.1+ by Alexander V. Nikolaev · 12 years ago
  66. 459b28a i965: Merge brw_prepare_query_begin() and brw_emit_query_begin(). by Eric Anholt · 12 years ago
  67. 99dc870 i965: Rename misleading "active" field of brw->query. by Eric Anholt · 12 years ago
  68. b78b624 r600g: advertise 32 streamout vec4 outputs by Marek Olšák · 12 years ago
  69. 80bc320 softpipe: remove extraneous whitespace by Brian Paul · 12 years ago
  70. 369b5a3 gallivm/llvmpipe: fix 64-bit %ll format compiler warnings for mingw32 by Brian Paul · 12 years ago
  71. 8b63512 r600g: advertise 32 fragment shaders inputs, not 34 by Marek Olšák · 12 years ago
  72. 8eb2b33 graw/fs-test: Use user constant buffers. by José Fonseca · 12 years ago
  73. ce10624 trace: Flush before drawing. by José Fonseca · 12 years ago
  74. 91332e4 graw: Ensure new members are zeroed. by José Fonseca · 12 years ago
  75. 2532f0d tests/graw: Update occlusion query example. by José Fonseca · 12 years ago
  76. 97078b1 radeonsi: Handle TGSI_SEMANTIC_FACE. by Michel Dänzer · 12 years ago
  77. 691f08d radeonsi: Handle TGSI_SEMANTIC_BCOLOR. by Michel Dänzer · 12 years ago
  78. 44ef033 radeonsi: Don't snoop context state while building shaders. by Michel Dänzer · 12 years ago
  79. f3257d8 radeon/llvm: Add intrinsic for reading SI FRONT_FACE VGPR in the pixel shader. by Michel Dänzer · 12 years ago
  80. bd274eb r600g: split cayman common state out into a shared function by Alex Deucher · 12 years ago
  81. 67c8751 r600g: emit some additional regs on cayman by Alex Deucher · 12 years ago
  82. d781f0c r600g: there are 16 const buffer size regs for each shader stage by Alex Deucher · 12 years ago
  83. 20d268b r600g: rework evergreen_init_common_regs() by Alex Deucher · 12 years ago
  84. 480e146 r600g/compute: always CONTEXT_CONTROL packet at start of CS by Alex Deucher · 12 years ago
  85. 4a93414 tools/trace: More helpful message when no args are provided. by José Fonseca · 12 years ago
  86. 5453668 scons: Build xlib swrast too. by José Fonseca · 12 years ago
  87. 59d4bc8 vl: fix the dri winsys helper screen init by Christian König · 12 years ago
  88. 8cb2a4a tests: Use printf instead of debug_printf in u_format_compatible_test. by Vinson Lee · 12 years ago
  89. 8fb4b1d r300g: fix texture border color for sRGB formats by Marek Olšák · 12 years ago
  90. b45a68e glsl: Allow ir_if in the linker's move_non_declarations function. by Kenneth Graunke · 12 years ago
  91. 03ea156 i965/vs: Preserve the type when copy propagating into an instruction. by Kenneth Graunke · 12 years ago
  92. 10ff677 i965/vs: Don't lose the MRF writemask when doing compute-to-MRF. by Kenneth Graunke · 12 years ago
  93. 9142ade glcpp: Don't use infinite lookhead for #define differentiation. by Kenneth Graunke · 12 years ago
  94. eeb2fb7 i965/vs: Fix debug dumping of VS push constants. by Kenneth Graunke · 12 years ago
  95. df924d8 mesa/tests: Add ES3.0 dispatch table sanity test by Matt Turner · 12 years ago
  96. 355f507 Split dispatch sanity's validate_function test into two by Matt Turner · 12 years ago
  97. 1cf6360 dispatch_sanity: print names of functions that shouldnt be in dispatch table. by Paul Berry · 12 years ago
  98. 03984b2 shared-glapi: implement _glapi_get_proc_name(). by Paul Berry · 12 years ago
  99. 67f1e7b src/glsl/tests/Makefile.am: Specify -I... in AM_CPPFLAGS by Matt Turner · 12 years ago
  100. d654afd egl: Import eglext.h revision 19332 by Matt Turner · 12 years ago