1. 78a0c35 mesa: restore _mesa_snprintf() - it's needed for Windows by Brian Paul · 15 years ago
  2. 8de5a29 mesa: casts to silence new warnings from printf() by Brian Paul · 15 years ago
  3. 984b72a mesa: remove abs/negate from fetch_vector1ui() by Brian Paul · 15 years ago
  4. da43aa8 intel: Set buffer stamp before getting new buffers by Kristian Høgsberg · 15 years ago
  5. f0c5034 r300g: fix rendering into the L8 and A8 texture formats by Marek Olšák · 15 years ago
  6. 99ae9e8 Drop macro wrappers for the aligned memory functions by Kristian Høgsberg · 15 years ago
  7. 3ef51b4 progs/tests: new zbitmap.c test to exercize Z testing of glBitmap by Brian Paul · 15 years ago
  8. e9df31f progs/demos: sort filenames by Brian Paul · 15 years ago
  9. f814a49 tgsi: Make more exec opcodes look pretty. by Michal Krol · 15 years ago
  10. f1f7006 tgsi: Change prototypes of micro opcodes to explicitly indicates number of args. by Michal Krol · 15 years ago
  11. d68f024 tgsi: Rewrite exec implementations of NRM and NRM4. by Michal Krol · 15 years ago
  12. 298be2b Replace the _mesa_*printf() wrappers with the plain libc versions by Kristian Høgsberg · 15 years ago
  13. 32f2fd1 Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions by Kristian Høgsberg · 15 years ago
  14. 6bf1ea8 mesa: replace _mesa_bzero() with memset() by Brian Paul · 15 years ago
  15. 2240ba1 mesa: replace old MEMSET macro with memset by Brian Paul · 15 years ago
  16. e197de5 mesa: replace old MEMCPY macro with memcpy by Brian Paul · 15 years ago
  17. 2efa86e Remove _mesa_memcmp in favor of plain memcmp. by Kenneth Graunke · 15 years ago
  18. 26f8fad Remove _mesa_memset in favor of plain memset. by Kenneth Graunke · 15 years ago
  19. c7ac486 Remove _mesa_memcpy in favor of plain memcpy. by Kenneth Graunke · 15 years ago
  20. 60b0cae Remove _mesa_atoi in favor of plain atoi. by Kenneth Graunke · 15 years ago
  21. 9d9afe9 Remove _mesa_strncmp in favor of plain strncmp. by Kenneth Graunke · 15 years ago
  22. 8d73aa6 Remove _mesa_strcmp in favor of plain strcmp. by Kenneth Graunke · 15 years ago
  23. 21d0c70 Remove _mesa_strlen in favor of plain strlen. by Kenneth Graunke · 15 years ago
  24. f69d1d1 Remove _mesa_strncpy in favor of plain strncpy. by Kenneth Graunke · 15 years ago
  25. 5fcaa78 Remove _mesa_strcpy in favor of plain strcpy. by Kenneth Graunke · 15 years ago
  26. 8ff7624 Remove _mesa_strncat in favor of plain strncat. by Kenneth Graunke · 15 years ago
  27. 0aecdb6 Remove _mesa_strstr in favor of plain strstr. by Kenneth Graunke · 15 years ago
  28. 71214c6 Revert "r300g: remove L8_UNORM from colorbuffer formats" by Corbin Simpson · 15 years ago
  29. e95948e gamma: s#colormac.h#main/colormac.h# by Vinson Lee · 15 years ago
  30. 24bdace gamma: s/gammacontext.h/gamma_context.h/ by Vinson Lee · 15 years ago
  31. 496724b egl: Silence warnings when compiled with -pedantic. by Chia-I Wu · 15 years ago
  32. bef4b47 egl: Silence warnings in check/return macros. by Chia-I Wu · 15 years ago
  33. fc427d2 r300g: remove L8_UNORM from colorbuffer formats by Marek Olšák · 15 years ago
  34. ae7a702 softpipe: fix depth testing problems by Brian Paul · 15 years ago
  35. 0c72803 st/mesa: added some bitmap debug code (disabled) by Brian Paul · 15 years ago
  36. 86bf224 progs/demos: update arbocclude.c to do multiple queries at once by Brian Paul · 15 years ago
  37. 00d1d8a softpipe: comments and whitespace fixes by Brian Paul · 15 years ago
  38. 46b5ae7 softpipe: const qualifiers, comments by Brian Paul · 15 years ago
  39. 2ecdc2e identity: Propagate api->name and api->driver_name up by Jakob Bornecrantz · 15 years ago
  40. 288e4b1 trace: Propagate api->name up by Jakob Bornecrantz · 15 years ago
  41. 1ee905b pipebuffer: Include fenced buffer manager in build by Jakob Bornecrantz · 15 years ago
  42. 0032525 i915: update render buffers at prepare_render time by Jesse Barnes · 15 years ago
  43. 79cc455 Revert "Make mklib propogate all errors" by Dan Nicholson · 15 years ago
  44. cc66847 mklib: remove unused -contents_of_archives(), add comments by Brian Paul · 15 years ago
  45. b69dad2 mesa: silence mklib output for libglapi.c as for other targets by Brian Paul · 15 years ago
  46. d6f5549 Make mklib propogate all errors by Jon TURNEY · 15 years ago
  47. 205c965 mklib: Teach mklib to fail build if link fails on cygwin by Brian Paul · 15 years ago
  48. 9798890 configure: PTHREADS should be defined on cygwin, as well by Brian Paul · 15 years ago
  49. a61dce3 swrast: fix left side clipping by Brian Paul · 15 years ago
  50. 196214b Revert "st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME)." by Francisco Jerez · 15 years ago
  51. 0aa6105 intel: Include main/hash.h using "" instead of <> by Kristian Høgsberg · 15 years ago
  52. 82e5a11 progs/trivial: Update .gitignore. by Vinson Lee · 15 years ago
  53. 7f7b7b9 progs/redbook: Fix array out-of-bounds access. by Vinson Lee · 15 years ago
  54. 37e955d st/mesa: always call FLUSH_CURRENT before st->pipe->flush() by Keith Whitwell · 15 years ago
  55. 64d18b8 progs/rbug: Silence printf format warning. by Vinson Lee · 15 years ago
  56. 869896f progs/rbug: Add missing headers. by Vinson Lee · 15 years ago
  57. 9f5640d util: Fix typo of debug_dump_float_rgba_bmp. by Vinson Lee · 15 years ago
  58. 8266f1e progs/rbug: Use util_format_name(). by Vinson Lee · 15 years ago
  59. 20a1172 progs/rbug: Add missing header. by Vinson Lee · 15 years ago
  60. 56b7a6f progs/rbug: s/read/rbug_read/ by Vinson Lee · 15 years ago
  61. 3f7af84 svga: Silence uninitialized variable warnings. by Vinson Lee · 15 years ago
  62. ca0e88c r300g: add support for all missing non-FP sampler formats by Marek Olšák · 15 years ago
  63. 9a939ad winsys/drm: Do not use --whole-archive in Makefile.egl. by Chia-I Wu · 15 years ago
  64. d449627 intel: Implement the DRI2 invalidate function properly by Kristian Høgsberg · 15 years ago
  65. 56dcd01 dri/nouveau: Some multithreaded rendering fixes. by Francisco Jerez · 15 years ago
  66. 52e3f09 st/dri2: Flush FRAME instead of RENDER_CACHE on buffer invalidation. by Francisco Jerez · 15 years ago
  67. f455ca6 st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME). by Francisco Jerez · 15 years ago
  68. 7ccbeb4 Merge commit '381d5e209815235911c4aab516037c868c8f695f' by Ian Romanick · 15 years ago
  69. 0583c29 progs/demos: update GL version test to accept GL 3.x by Brian Paul · 15 years ago
  70. 5b392ff glsl/apps: print usage info if insufficient args by Brian Paul · 15 years ago
  71. 6b4a553 st/mesa: replace conditional with assertion by Brian Paul · 15 years ago
  72. f454247 progs/openvg: Add .gitignore. by Chia-I Wu · 15 years ago
  73. 915d60d progs/es1: Update .gitignore. by Chia-I Wu · 15 years ago
  74. 0c93814 llvmpipe: use ffs technique for full tiles also by Keith Whitwell · 15 years ago
  75. e16f577 docs: Update TODOs of egl.html. by Chia-I Wu · 15 years ago
  76. 4afe248 egl: Revisit global data locking. by Chia-I Wu · 15 years ago
  77. 655f465 egl: Always lock a display before using it. by Chia-I Wu · 15 years ago
  78. db5ce8b egl: Make eglGetDisplay atomic. by Chia-I Wu · 15 years ago
  79. 99bcb1f egl: Add a mutex to _EGLDisplay. by Chia-I Wu · 15 years ago
  80. b3bb180 egl: eglGetError should return the status of the last call. by Chia-I Wu · 15 years ago
  81. 3dee01a egl: Always record error code. by Chia-I Wu · 15 years ago
  82. aed7358 egl: Use new error checking macros. by Chia-I Wu · 15 years ago
  83. f3e03e1 egl: Add new error checking macros. by Chia-I Wu · 15 years ago
  84. 31c8167 llvmpipe: rework do_block_16 to use bitmasks and ffs by Keith Whitwell · 15 years ago
  85. cb66e9f glsl/pp: Remove sl_pp_get_extension_state(). by Michal Krol · 15 years ago
  86. 27a68bd glsl/cl: Parse layout qualifiers only when an appropriate extension enabled. by Michal Krol · 15 years ago
  87. a21215a glsl/cl: Properly emit layout qualifier list. by Michal Krol · 15 years ago
  88. ba0ac64 glsl: Silence unused value warning. by Vinson Lee · 15 years ago
  89. 7eaf33a progs/redbook: Fix memory leaks on error paths. by Vinson Lee · 15 years ago
  90. 41b19c2 nouveau: fix legacy dri driver build by Johannes Obermayr · 15 years ago
  91. de5928a sl/pp: re-do extension testing code by Brian Paul · 15 years ago
  92. f7aea80 nv40: Fix incorrect so_new() numbering. by Francisco Jerez · 15 years ago
  93. 8bd62db nv40: Implement PIPE_CAP_MAX_COMBINED_SAMPLERS. by Francisco Jerez · 15 years ago
  94. 846cf49 glx: Fix a couple of warnings by Kristian Høgsberg · 15 years ago
  95. 215d0da glx: Only register wire handlers for the events the server supports by Kristian Høgsberg · 15 years ago
  96. f845e4f st/dri2: Use event-driven buffer validation. by Francisco Jerez · 15 years ago
  97. 88a5606 dri/nouveau: Use event driven buffer validation. by Francisco Jerez · 15 years ago
  98. 61d26bc dri2: Event driven buffer validation. by Francisco Jerez · 15 years ago
  99. 925b901 dri2: Allocate cliprect as part of the __DRIdrawableRec by Kristian Høgsberg · 15 years ago
  100. 97ec607 glx: Move GetGLXDRIDrawable() prototype to glxclient.h by Kristian Høgsberg · 15 years ago