1. d012e6d mesa: remove ARB_transpose_matrix extension enable flag by Marek Olšák · 12 years ago
  2. 3bba7c5 mesa: remove ARB_copy_buffer extension enable flag by Marek Olšák · 12 years ago
  3. c9f2af3 gallium: expose ARB_map_buffer_alignment on Radeon by Marek Olšák · 12 years ago
  4. f2f782d mesa: implement ARB_map_buffer_alignment by Marek Olšák · 12 years ago
  5. 0ebd0b7 st/mesa: don't use _NEW_PROGRAM where ST_NEW_xxx_PROGRAM is sufficient by Marek Olšák · 12 years ago
  6. c0c26dd r600g: use better sample positions for 8x MSAA by Marek Olšák · 12 years ago
  7. e73bf3b gallium: add start_slot parameter to set_vertex_buffers by Marek Olšák · 13 years ago
  8. a7c5be0 st/xorg: Remove superfluous miInitializeBackingStore() call by Marvin Schmidt · 12 years ago
  9. 0a66ced xlib: Do not undefine _R, _G, and _B. by Vinson Lee · 12 years ago
  10. aab0ea9 mesa: remove array size so the static assert can work by Brian Paul · 12 years ago
  11. 1e46d81 mesa: use GLuint for more gl_constants fields by Brian Paul · 12 years ago
  12. ec53418 vbo: silence MSVC double/float conversion warnings by Brian Paul · 12 years ago
  13. f6c83e1 mesa: silence some MSVC conversion warnings in get.c by Brian Paul · 12 years ago
  14. 06bb81f mesa: silence MSVC signed/unsigned comparision warnings in hash_table.c by Brian Paul · 12 years ago
  15. 8e45e38 mesa: silence MSVC signed/unsigned comparision warnings in transformfeedback.c by Brian Paul · 12 years ago
  16. 03503da mesa: silence MSVC signed/unsigned comparision warnings in accum.c by Brian Paul · 12 years ago
  17. db0136a mesa: silence MSVC signed/unsigned comparison warning in texstorage.c by Brian Paul · 12 years ago
  18. 298d7a2 mesa: silence MSVC double/float assignment warnings in pixel unpack code by Brian Paul · 12 years ago
  19. 5ab82e0 r600g: tgsi-to-llvm emits right input intrinsics by Vincent Lejeune · 12 years ago
  20. e4e3b07 intel: support for 16 bit config with 24 depth and 8 stencil by Tapani Pälli · 12 years ago
  21. e8f2bec dri: Support MESA_FORMAT_SARGB8 in driCreateConfigs by Ian Romanick · 12 years ago
  22. 749ac8b intel: If the visual is sRGB, use an sRGB internal format by Ian Romanick · 12 years ago
  23. 1f6e10f dri: Convert driCreateConfigs to use a gl_format enum by Ian Romanick · 12 years ago
  24. 43d6fe1 dri_util: Elminiate the bytes_per_pixel table by Ian Romanick · 12 years ago
  25. bda208a dri_util: Remove support for RGB332 framebuffers by Ian Romanick · 12 years ago
  26. 0398a26 swrast: Remove the 2_3_3_REV framebuffer format by Ian Romanick · 12 years ago
  27. 386282b glx: Add the extension string for GLX_ARB_framebuffer_sRGB by Ian Romanick · 12 years ago
  28. 7b0f912 glx: Set sRGBCapable to a default value by Ian Romanick · 12 years ago
  29. 170f045 glsl_to_tgsi: set correct register type for array and structure elements by Bryan Cain · 12 years ago
  30. 96ed6c9 r600g: implement texturing with 8x MSAA compressed surfaces for Evergreen by Marek Olšák · 12 years ago
  31. b3921e1 mesa: bump MAX_VARYING to 32 by Marek Olšák · 12 years ago
  32. 00e6819 Revert "glsl_to_tgsi: set correct register type for array and structure elements" by Andreas Boll · 12 years ago
  33. d37ae64 scons: Add -fno-rtti to CXXFLAGS with llvm-3.2. by Vinson Lee · 12 years ago
  34. 9ae7d8b nv50/ir: restore use of long immediate encodings by Christoph Bumiller · 12 years ago
  35. 351d3c5 nv50,nvc0: fix 2d engine stencil-only copies by Christoph Bumiller · 12 years ago
  36. eaa8e56 gallium/gallivm: code generation options for LLVM 3.1+ by Alexander V. Nikolaev · 12 years ago
  37. 459b28a i965: Merge brw_prepare_query_begin() and brw_emit_query_begin(). by Eric Anholt · 12 years ago
  38. 99dc870 i965: Rename misleading "active" field of brw->query. by Eric Anholt · 12 years ago
  39. b78b624 r600g: advertise 32 streamout vec4 outputs by Marek Olšák · 12 years ago
  40. 80bc320 softpipe: remove extraneous whitespace by Brian Paul · 12 years ago
  41. 369b5a3 gallivm/llvmpipe: fix 64-bit %ll format compiler warnings for mingw32 by Brian Paul · 12 years ago
  42. 8b63512 r600g: advertise 32 fragment shaders inputs, not 34 by Marek Olšák · 12 years ago
  43. 8eb2b33 graw/fs-test: Use user constant buffers. by José Fonseca · 12 years ago
  44. ce10624 trace: Flush before drawing. by José Fonseca · 12 years ago
  45. 91332e4 graw: Ensure new members are zeroed. by José Fonseca · 12 years ago
  46. 2532f0d tests/graw: Update occlusion query example. by José Fonseca · 12 years ago
  47. 97078b1 radeonsi: Handle TGSI_SEMANTIC_FACE. by Michel Dänzer · 12 years ago
  48. 691f08d radeonsi: Handle TGSI_SEMANTIC_BCOLOR. by Michel Dänzer · 12 years ago
  49. 44ef033 radeonsi: Don't snoop context state while building shaders. by Michel Dänzer · 12 years ago
  50. f3257d8 radeon/llvm: Add intrinsic for reading SI FRONT_FACE VGPR in the pixel shader. by Michel Dänzer · 12 years ago
  51. bd274eb r600g: split cayman common state out into a shared function by Alex Deucher · 12 years ago
  52. 67c8751 r600g: emit some additional regs on cayman by Alex Deucher · 12 years ago
  53. d781f0c r600g: there are 16 const buffer size regs for each shader stage by Alex Deucher · 12 years ago
  54. 20d268b r600g: rework evergreen_init_common_regs() by Alex Deucher · 12 years ago
  55. 480e146 r600g/compute: always CONTEXT_CONTROL packet at start of CS by Alex Deucher · 12 years ago
  56. 4a93414 tools/trace: More helpful message when no args are provided. by José Fonseca · 12 years ago
  57. 5453668 scons: Build xlib swrast too. by José Fonseca · 12 years ago
  58. 59d4bc8 vl: fix the dri winsys helper screen init by Christian König · 12 years ago
  59. 8cb2a4a tests: Use printf instead of debug_printf in u_format_compatible_test. by Vinson Lee · 12 years ago
  60. 8fb4b1d r300g: fix texture border color for sRGB formats by Marek Olšák · 12 years ago
  61. b45a68e glsl: Allow ir_if in the linker's move_non_declarations function. by Kenneth Graunke · 12 years ago
  62. 03ea156 i965/vs: Preserve the type when copy propagating into an instruction. by Kenneth Graunke · 12 years ago
  63. 10ff677 i965/vs: Don't lose the MRF writemask when doing compute-to-MRF. by Kenneth Graunke · 12 years ago
  64. 9142ade glcpp: Don't use infinite lookhead for #define differentiation. by Kenneth Graunke · 12 years ago
  65. eeb2fb7 i965/vs: Fix debug dumping of VS push constants. by Kenneth Graunke · 12 years ago
  66. df924d8 mesa/tests: Add ES3.0 dispatch table sanity test by Matt Turner · 12 years ago
  67. 355f507 Split dispatch sanity's validate_function test into two by Matt Turner · 12 years ago
  68. 1cf6360 dispatch_sanity: print names of functions that shouldnt be in dispatch table. by Paul Berry · 12 years ago
  69. 03984b2 shared-glapi: implement _glapi_get_proc_name(). by Paul Berry · 12 years ago
  70. 67f1e7b src/glsl/tests/Makefile.am: Specify -I... in AM_CPPFLAGS by Matt Turner · 12 years ago
  71. d654afd egl: Import eglext.h revision 19332 by Matt Turner · 12 years ago
  72. 41b14d1 ralloc: Annotate printf functions with PRINTFLIKE(...) by Matt Turner · 12 years ago
  73. ec57fbb build: Ship install-sh in the tarball by Matt Turner · 12 years ago
  74. 0cb0c38 mesa/st: Don't use 4bits for GL_UNSIGNED_BYTE_3_3_2(_REV) by José Fonseca · 12 years ago
  75. 4efcdd1 trace: Fix dumping of set_constant_buffer method. by José Fonseca · 12 years ago
  76. 86cd77d docs: add another fixed bug to mesa 8.0.5 release notes by Andreas Boll · 12 years ago
  77. 2574d10 docs: Add 8.0.5 release notes by Andreas Boll · 12 years ago
  78. ebd8df7 glsl_to_tgsi: set correct register type for array and structure elements by Bryan Cain · 12 years ago
  79. 0f35702 r600g: force bank_swizzle if already set by Vincent Lejeune · 12 years ago
  80. d1eaa9e r600g: rewrite tgsi-to-llvm load-input to handle fragcoord by Vincent Lejeune · 12 years ago
  81. d310e29 nv50/ir/tgsi: fix srcMask for TXP with SHADOW1D by Christoph Bumiller · 12 years ago
  82. be1c5f4 mesa: Use MIN instead of CLAMP for unsigned source data by Ian Romanick · 12 years ago
  83. eee1ff4 st/mesa: Fix assertions for copying texture image to finalized miptree. by Michel Dänzer · 12 years ago
  84. ecb02c2 gallium/docs: fix sphinx warning by Andreas Boll · 12 years ago
  85. 016897c scons: Do not use -fvisibilty=hidden on Cygwin. by Vinson Lee · 12 years ago
  86. 3e3ff4c mesa: fix indentation in get-pick-list.sh script by Andreas Boll · 12 years ago
  87. 135ec3a mesa: grep for commits with cherry picked in commit message only once by Andreas Boll · 12 years ago
  88. b299152 mesa: optimize get-pick-list.sh script by Andreas Boll · 12 years ago
  89. fa27a0d mesa: simplify get-pick-list.sh script by Andreas Boll · 12 years ago
  90. 2d95db6 mesa: add get-pick-list.sh script into bin/ by Ian Romanick · 12 years ago
  91. 2e0de80 _mesa_create_exec_table: GLES3 fixes. by Paul Berry · 12 years ago
  92. 5863e3d _mesa_create_exec_table(): deprecate ProgramStringARB. by Paul Berry · 12 years ago
  93. 893ddb0 _mesa_create_exec_table: de-deprecate GetPointerv. by Paul Berry · 12 years ago
  94. e7dd2e5 glapi: Alias VertexAttribDivisor and VertexAttribDivisorARB. by Paul Berry · 12 years ago
  95. bad96f6 glapi: Alias ClampColor and ClampColorARB. by Paul Berry · 12 years ago
  96. 992ed68 main: Fix warning ('struct gl_context' declared inside parameter list). by Paul Berry · 12 years ago
  97. ab7188e mesa: Return 0 for GL_CURRENT_QUERY with a mismatched query target. by Eric Anholt · 12 years ago
  98. 8f1131f mesa: Refuse to EndQuery with a mismatched query target. by Eric Anholt · 12 years ago
  99. ce086eb mesa: Throw an error for a new query on an already-active query target. by Eric Anholt · 12 years ago
  100. e755c1a i965: Actually add support for GL_ANY_SAMPLES_PASSED from GL_ARB_oq2. by Eric Anholt · 12 years ago