1. 107a2ec mesa: Lock mutex around _mesa_HashLookup linked list chase. by Brian Paul · 15 years ago
  2. 693f4af mesa: Test for failed malloc in _mesa_HashInsert. by Brian Paul · 15 years ago
  3. b0f9717 Revert "progs/redbook: Temporarily disable the demos that extensions not part of windows to fix build." by José Fonseca · 15 years ago
  4. fa8acb0 glsl/pp: Do not try to enable extension `all'. by Michal Krol · 15 years ago
  5. 828f545 nv50: use hw idx buffers where we can by Ben Skeggs · 15 years ago
  6. c6e63f3 progs/redbook: use glew by Brian Paul · 15 years ago
  7. bd3829b nouveau: fix for latest libdrm by Ben Skeggs · 15 years ago
  8. 33cf477 wgl: Be lenient when sharing contexts. by José Fonseca · 15 years ago
  9. 1587eff progs/redbook: Temporarily disable the demos that extensions not part of windows to fix build. by José Fonseca · 15 years ago
  10. 8c7d39c scons: A less magic way of not building progs by default. by José Fonseca · 15 years ago
  11. ee67167 glsl/pp: Fix handling of if/elif/else cases. by Michal Krol · 15 years ago
  12. b90f265 progs/redbook: test image for new redbook tests by Brian Paul · 15 years ago
  13. ce65a8d progs/redbook: add additional tests for GL 1.4 by Brian Paul · 15 years ago
  14. 3be1c11 docs: document glMultiDrawElements() fix by Brian Paul · 15 years ago
  15. 36a5488 vbo: fix broken glMultiDrawElements() by Brian Paul · 15 years ago
  16. e045af4 glu/sgi: Add assert to check for null pointer dereference. by Vinson Lee · 15 years ago
  17. a05fdbc mesa: Remove pointless comparison of unsigned integer with a negative constant. by Vinson Lee · 15 years ago
  18. f0e1499 glsl/pp: Add asserts to check for null pointer deferences. by Vinson Lee · 15 years ago
  19. 6536cdf draw: Add assert to check input of memcpy. by Vinson Lee · 15 years ago
  20. 026d4b5 glu/sgi: Move initialization of members to top of Curve constructor. by Vinson Lee · 15 years ago
  21. 4bbcc11 glu/sgi: Initialize members of class Curvelist. by Vinson Lee · 15 years ago
  22. 53d4486 glu/sgi: Initialize members of class Curve. by Vinson Lee · 15 years ago
  23. 9867b6e glu/sgi: Initialize member of class Pool. by Vinson Lee · 15 years ago
  24. 86d98fa glx: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  25. 08cfe3a st/mesa: minor assorted clean-ups by Brian Paul · 15 years ago
  26. f4ded0e st/mesa: change some function return types by Brian Paul · 15 years ago
  27. e90bc2e st/mesa: move per-fragment shader fields to local vars by Brian Paul · 15 years ago
  28. 33681bc st/mesa: use _mesa_clone_fragment_program() by Brian Paul · 15 years ago
  29. 630b83b r600: use new program cloning functions by Brian Paul · 15 years ago
  30. 79d4954 r300: use new program cloning functions by Brian Paul · 15 years ago
  31. 7a38d8d glsl: use new program cloning functions by Brian Paul · 15 years ago
  32. 848835a mesa: added _mesa_clone_vertex/fragment_program() by Brian Paul · 15 years ago
  33. 7851856 r600: Silence uninitialized variable warnings. by Vinson Lee · 15 years ago
  34. d3d3345 r300g: fix the size of constant buffers by Marek Olšák · 15 years ago
  35. 21fe86b python/retrace: Reconstruct blend state from binary blobs. by José Fonseca · 15 years ago
  36. e918519 python: Reconstruct blend state objects from binary blobs. by José Fonseca · 15 years ago
  37. dcdf94c trace: Dump blend state as a binary blob. by José Fonseca · 15 years ago
  38. 1fc94ab trace: Fix constant buffer unwrapping. by José Fonseca · 15 years ago
  39. d70c769 util: Avoid dumping masked state. Other minor improvements. by José Fonseca · 15 years ago
  40. 270279a os: A stream for debug logging. by José Fonseca · 15 years ago
  41. d422310 trace: No need to dump reference counts. by José Fonseca · 15 years ago
  42. c2b0484 python: Pretty-printing of blend state. by José Fonseca · 15 years ago
  43. 165b824 util: Helper functions to dump all state objects. by José Fonseca · 15 years ago
  44. 6460623 os: Add a growable string stream. by José Fonseca · 15 years ago
  45. 7820098 os: Complement/improve stream inline helpers. by José Fonseca · 15 years ago
  46. 33682e5 os: Fix bad calloc. by José Fonseca · 15 years ago
  47. dbc7b3d trace: Update for os_stream changes. by José Fonseca · 15 years ago
  48. 323c6f8 util: Update for os_stream changes. by José Fonseca · 15 years ago
  49. 2b4575f os: Make streams abstract. by José Fonseca · 15 years ago
  50. e7660a5 glut: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  51. 0b58d02 llvmpipe: Silence unused value warning. by Vinson Lee · 15 years ago
  52. 7e64701 svga: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  53. 558c159 r300: add half_float_vertex support by Marek Olšák · 15 years ago
  54. 6e95883 mesa: Don't pass paramter to __builtin_clz which would hve undefined result. by Pauli Nieminen · 15 years ago
  55. 7344e20 r300g: set the correct tiling flags for renderbuffers by Marek Olšák · 15 years ago
  56. c608e19 r300g: add macrotiling support to texture setup by Marek Olšák · 15 years ago
  57. f7db96c radeong: flush when changing tiling flags of BO referenced by CS by Marek Olšák · 15 years ago
  58. f22ddd8 r300g: accelerate blitting for all formats by faking the texture format by Marek Olšák · 15 years ago
  59. 2523172 src/glu/mesa: fix mem leak (bug 26559) by Brian Paul · 15 years ago
  60. d4d0629 src/glu/mini: fix mem leak (bug 26559) by Brian Paul · 15 years ago
  61. 291bd19 progs/objviewer: close file (bug 26559) by Brian Paul · 15 years ago
  62. e84eec0 progs/fp: close file (bug 26559) by Brian Paul · 15 years ago
  63. 71ac955 r300g: fix texture formats: A4R4G4B4_UNORM, A1R5G5B5_UNORM, R5G6B5_UNORM by Marek Olšák · 15 years ago
  64. fe889a8 scons: Control caching via new SCONS_CACHE_DIR environment variable. by José Fonseca · 15 years ago
  65. abdcdb3 llvmpipe: s/debug_dump_/util_dump_/ by José Fonseca · 15 years ago
  66. da8de03 gallivm: s/debug_dump_/util_dump_/ by José Fonseca · 15 years ago
  67. c16a8e0 util: Rename u_debug_dump.[ch] -> u_dump.[ch]. by José Fonseca · 15 years ago
  68. db18996 mesa: Add missing include. by José Fonseca · 15 years ago
  69. fd3237c gallium: Remove previously forgotten pf_name() prototype. by José Fonseca · 15 years ago
  70. 13701aa draw: Use util_format_name(). by José Fonseca · 15 years ago
  71. c667a5b util: Use util_format_name(). by José Fonseca · 15 years ago
  72. 8f2b2d1 cell: Use util_format_name(). by José Fonseca · 15 years ago
  73. 9189d04 llvmpipe: Use util_format_name(). by José Fonseca · 15 years ago
  74. db2df0a nv: Use util_format_name(). by José Fonseca · 15 years ago
  75. 06f76e4 r300g: Use util_format_name(). by José Fonseca · 15 years ago
  76. 6f5e053 trace: Use util_format_name(). by José Fonseca · 15 years ago
  77. ee65faf xorg: Use util_format_name(). by José Fonseca · 15 years ago
  78. d468791 mesa: Use util_format_name(). by José Fonseca · 15 years ago
  79. 5784381 util: Add pf_name() replacement: util_format_name(). by José Fonseca · 15 years ago
  80. c3168e0 makefiles: Don't complaint about changing configs if the same one is reselected. by José Fonseca · 15 years ago
  81. 4ab3f0e python/retrace: Interpret pipe_screen::context_create(). by José Fonseca · 15 years ago
  82. 11a981f trace: Fix generated XML. by José Fonseca · 15 years ago
  83. f184897 python: Tell swig how to index per-rendertarget blend state. by José Fonseca · 15 years ago
  84. 04cc505 python: Pass p_format.h as-is to swig now that it has no inlines. by José Fonseca · 15 years ago
  85. 50812e6 progs/gallium/python: New home for python statetracker scripts. by José Fonseca · 15 years ago
  86. 0a3e362 glut: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  87. 3a29907 r300: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  88. 4f13135 r600: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  89. ec5e54a glu/sgi: Initialize members of class Curvelist. by Vinson Lee · 15 years ago
  90. 1462c12 llvmpipe: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  91. 71e750f softpipe: Silence uninitialized variable warnings. by Vinson Lee · 15 years ago
  92. 260ec80 st/python: fix build error after gallium-screen-context merge by Marek Olšák · 15 years ago
  93. 804a6d6 r300g: fix scons build by Marek Olšák · 15 years ago
  94. 85425b3 softpipe: fix broken cubemap / mipmap selection code by Brian Paul · 15 years ago
  95. b30898f mesa: Fix compiler warnings by Karl Schultz · 15 years ago
  96. 5fd2b46 docs: document GL_ARB_fragment_coord_conventions by Brian Paul · 15 years ago
  97. 31ed663 mesa: enable GL_ARB_fragment_coord_conventions for sw drivers by Brian Paul · 15 years ago
  98. c2c4935 glsl: implement layout qualifiers by Brian Paul · 15 years ago
  99. 26661ac glsl: added type layout field and new type compare func by Brian Paul · 15 years ago
  100. b947b1d mesa: copy frag coord layout fields too by Brian Paul · 15 years ago