1. c786df2 i965g: Fix memory leak. by Vinson Lee · 15 years ago
  2. b7eed19 st/mesa: Fix memory leak on out-of-memory error path. by Vinson Lee · 15 years ago
  3. 8ff6790 r300g: Remove unnecessary header. by Vinson Lee · 15 years ago
  4. 701ac58 Link egl progs to libm as necessary. by Ray Kohler · 15 years ago
  5. 3c244da r300g: precompute framebuffer register values by Marek Olšák · 15 years ago
  6. 7a087e1 r300g: add all missing colorbuffer formats by Marek Olšák · 15 years ago
  7. 5c14fd1 r300g: make r300_translate_texformat private by Marek Olšák · 15 years ago
  8. 2a30c26 r300g: re-enable SRGB formats by Marek Olšák · 15 years ago
  9. 7da9da1 mesa: Add assert to check for null pointer dereference. by Vinson Lee · 15 years ago
  10. d89de9c draw: Remove dead code. by Vinson Lee · 15 years ago
  11. 3194197 i965g: Remove dead code. by Vinson Lee · 15 years ago
  12. 0b83f48 i965g: Fix assertions that were always true. by Vinson Lee · 15 years ago
  13. d1aafb3 glsl/cl: Prevent possible buffer overflow. by Vinson Lee · 15 years ago
  14. f56c9c2 i965g: Fix use of out-of-scope variable. by Vinson Lee · 15 years ago
  15. 1207482 st/egl: Disable SHM in ximage backend. by Chia-I Wu · 15 years ago
  16. f96e8a0 radeon: Silence compiler format warning. by Vinson Lee · 15 years ago
  17. ae41339 glsl/cl: Prevent possible string overflow. by Vinson Lee · 15 years ago
  18. dbaa845 st/egl: Properly convert vrefresh to refresh rate. by Chia-I Wu · 15 years ago
  19. 5d4d545 st/egl: Enable extensions before adding configs. by Chia-I Wu · 15 years ago
  20. 719c4b0 st/egl: Do not force validate when update_buffer is called. by Chia-I Wu · 15 years ago
  21. 9d88006 st/egl: Clean up DRI2 surface. by Chia-I Wu · 15 years ago
  22. d6b348d st/egl: Clean up ximage surface. by Chia-I Wu · 15 years ago
  23. 71e3abc st/xlib: Add assert to check for null pointer dereference. by Vinson Lee · 15 years ago
  24. e3114d3 Cygwin build fix: Fix linkage by Jon TURNEY · 15 years ago
  25. 1613735 gamma: Silence uninitialized variable warnings. by Vinson Lee · 15 years ago
  26. fdcad8a gamma: Add missing headers. by Vinson Lee · 15 years ago
  27. fbf04ce gamma: Remove unnecessary header. by Vinson Lee · 15 years ago
  28. b76164d intel: Silence compiler format warnings. by Vinson Lee · 15 years ago
  29. 6cfdb61 progs/redbook: Silence warn_unused_result warnings. by Vinson Lee · 15 years ago
  30. 5fd84e0 tgsi: ifdef out unused function micro_sqrt. by Vinson Lee · 15 years ago
  31. a45f2ec mesa: Silence compiler format warning. by Vinson Lee · 15 years ago
  32. 150cce6 mesa: fix snprintf() typo by Brian Paul · 15 years ago
  33. 78a0c35 mesa: restore _mesa_snprintf() - it's needed for Windows by Brian Paul · 15 years ago
  34. 8de5a29 mesa: casts to silence new warnings from printf() by Brian Paul · 15 years ago
  35. 984b72a mesa: remove abs/negate from fetch_vector1ui() by Brian Paul · 15 years ago
  36. da43aa8 intel: Set buffer stamp before getting new buffers by Kristian Høgsberg · 15 years ago
  37. f0c5034 r300g: fix rendering into the L8 and A8 texture formats by Marek Olšák · 15 years ago
  38. 99ae9e8 Drop macro wrappers for the aligned memory functions by Kristian Høgsberg · 15 years ago
  39. 3ef51b4 progs/tests: new zbitmap.c test to exercize Z testing of glBitmap by Brian Paul · 15 years ago
  40. e9df31f progs/demos: sort filenames by Brian Paul · 15 years ago
  41. f814a49 tgsi: Make more exec opcodes look pretty. by Michal Krol · 15 years ago
  42. f1f7006 tgsi: Change prototypes of micro opcodes to explicitly indicates number of args. by Michal Krol · 15 years ago
  43. d68f024 tgsi: Rewrite exec implementations of NRM and NRM4. by Michal Krol · 15 years ago
  44. 298be2b Replace the _mesa_*printf() wrappers with the plain libc versions by Kristian Høgsberg · 15 years ago
  45. 32f2fd1 Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions by Kristian Høgsberg · 15 years ago
  46. 6bf1ea8 mesa: replace _mesa_bzero() with memset() by Brian Paul · 15 years ago
  47. 2240ba1 mesa: replace old MEMSET macro with memset by Brian Paul · 15 years ago
  48. e197de5 mesa: replace old MEMCPY macro with memcpy by Brian Paul · 15 years ago
  49. 2efa86e Remove _mesa_memcmp in favor of plain memcmp. by Kenneth Graunke · 15 years ago
  50. 26f8fad Remove _mesa_memset in favor of plain memset. by Kenneth Graunke · 15 years ago
  51. c7ac486 Remove _mesa_memcpy in favor of plain memcpy. by Kenneth Graunke · 15 years ago
  52. 60b0cae Remove _mesa_atoi in favor of plain atoi. by Kenneth Graunke · 15 years ago
  53. 9d9afe9 Remove _mesa_strncmp in favor of plain strncmp. by Kenneth Graunke · 15 years ago
  54. 8d73aa6 Remove _mesa_strcmp in favor of plain strcmp. by Kenneth Graunke · 15 years ago
  55. 21d0c70 Remove _mesa_strlen in favor of plain strlen. by Kenneth Graunke · 15 years ago
  56. f69d1d1 Remove _mesa_strncpy in favor of plain strncpy. by Kenneth Graunke · 15 years ago
  57. 5fcaa78 Remove _mesa_strcpy in favor of plain strcpy. by Kenneth Graunke · 15 years ago
  58. 8ff7624 Remove _mesa_strncat in favor of plain strncat. by Kenneth Graunke · 15 years ago
  59. 0aecdb6 Remove _mesa_strstr in favor of plain strstr. by Kenneth Graunke · 15 years ago
  60. 71214c6 Revert "r300g: remove L8_UNORM from colorbuffer formats" by Corbin Simpson · 15 years ago
  61. e95948e gamma: s#colormac.h#main/colormac.h# by Vinson Lee · 15 years ago
  62. 24bdace gamma: s/gammacontext.h/gamma_context.h/ by Vinson Lee · 15 years ago
  63. 496724b egl: Silence warnings when compiled with -pedantic. by Chia-I Wu · 15 years ago
  64. bef4b47 egl: Silence warnings in check/return macros. by Chia-I Wu · 15 years ago
  65. fc427d2 r300g: remove L8_UNORM from colorbuffer formats by Marek Olšák · 15 years ago
  66. ae7a702 softpipe: fix depth testing problems by Brian Paul · 15 years ago
  67. 0c72803 st/mesa: added some bitmap debug code (disabled) by Brian Paul · 15 years ago
  68. 86bf224 progs/demos: update arbocclude.c to do multiple queries at once by Brian Paul · 15 years ago
  69. 00d1d8a softpipe: comments and whitespace fixes by Brian Paul · 15 years ago
  70. 46b5ae7 softpipe: const qualifiers, comments by Brian Paul · 15 years ago
  71. 2ecdc2e identity: Propagate api->name and api->driver_name up by Jakob Bornecrantz · 15 years ago
  72. 288e4b1 trace: Propagate api->name up by Jakob Bornecrantz · 15 years ago
  73. 1ee905b pipebuffer: Include fenced buffer manager in build by Jakob Bornecrantz · 15 years ago
  74. 0032525 i915: update render buffers at prepare_render time by Jesse Barnes · 15 years ago
  75. 79cc455 Revert "Make mklib propogate all errors" by Dan Nicholson · 15 years ago
  76. cc66847 mklib: remove unused -contents_of_archives(), add comments by Brian Paul · 15 years ago
  77. b69dad2 mesa: silence mklib output for libglapi.c as for other targets by Brian Paul · 15 years ago
  78. d6f5549 Make mklib propogate all errors by Jon TURNEY · 15 years ago
  79. 205c965 mklib: Teach mklib to fail build if link fails on cygwin by Brian Paul · 15 years ago
  80. 9798890 configure: PTHREADS should be defined on cygwin, as well by Brian Paul · 15 years ago
  81. a61dce3 swrast: fix left side clipping by Brian Paul · 15 years ago
  82. 196214b Revert "st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME)." by Francisco Jerez · 15 years ago
  83. 0aa6105 intel: Include main/hash.h using "" instead of <> by Kristian Høgsberg · 15 years ago
  84. 82e5a11 progs/trivial: Update .gitignore. by Vinson Lee · 15 years ago
  85. 7f7b7b9 progs/redbook: Fix array out-of-bounds access. by Vinson Lee · 15 years ago
  86. 37e955d st/mesa: always call FLUSH_CURRENT before st->pipe->flush() by Keith Whitwell · 15 years ago
  87. 64d18b8 progs/rbug: Silence printf format warning. by Vinson Lee · 15 years ago
  88. 869896f progs/rbug: Add missing headers. by Vinson Lee · 15 years ago
  89. 9f5640d util: Fix typo of debug_dump_float_rgba_bmp. by Vinson Lee · 15 years ago
  90. 8266f1e progs/rbug: Use util_format_name(). by Vinson Lee · 15 years ago
  91. 20a1172 progs/rbug: Add missing header. by Vinson Lee · 15 years ago
  92. 56b7a6f progs/rbug: s/read/rbug_read/ by Vinson Lee · 15 years ago
  93. 3f7af84 svga: Silence uninitialized variable warnings. by Vinson Lee · 15 years ago
  94. ca0e88c r300g: add support for all missing non-FP sampler formats by Marek Olšák · 15 years ago
  95. 9a939ad winsys/drm: Do not use --whole-archive in Makefile.egl. by Chia-I Wu · 15 years ago
  96. d449627 intel: Implement the DRI2 invalidate function properly by Kristian Høgsberg · 15 years ago
  97. 56dcd01 dri/nouveau: Some multithreaded rendering fixes. by Francisco Jerez · 15 years ago
  98. 52e3f09 st/dri2: Flush FRAME instead of RENDER_CACHE on buffer invalidation. by Francisco Jerez · 15 years ago
  99. f455ca6 st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME). by Francisco Jerez · 15 years ago
  100. 7ccbeb4 Merge commit '381d5e209815235911c4aab516037c868c8f695f' by Ian Romanick · 15 years ago