1. 30320f0 softpipe: add texture target sanity check assertion by Brian Paul · 15 years ago
  2. c8c0953 gallium: replace lib with $(LIB_DIR) by Hanno Böck · 15 years ago
  3. b6e2261 wgl: Grow the maximum number of pixel formats to cope with the new accum pixel formats. by José Fonseca · 15 years ago
  4. 44a996b wgl: Export pixelformats with accumulation bits. by José Fonseca · 15 years ago
  5. e6a3801 util/upload: catch failures to map_range and return error by Keith Whitwell · 15 years ago
  6. ee79827 stw: fix potential uninitialized use of curctx by Keith Whitwell · 15 years ago
  7. d5eac43 wgl: Enforce a minimum 1x1 framebuffer size. by José Fonseca · 15 years ago
  8. d78b595 wgl: Add assertion for missing function. by José Fonseca · 15 years ago
  9. 692263a wgl: Remove unused variable. by José Fonseca · 15 years ago
  10. 4d28fcf wgl: Implement ShareLists. by José Fonseca · 15 years ago
  11. 1ed9009 wgl: Implemente SwapLayerBuffers. by José Fonseca · 15 years ago
  12. be3f9dd util: Limit the stack walk to avoid referencing undefined memory. by José Fonseca · 15 years ago
  13. f628d7f gallium/tgsi: hack around linker/archiver breakage by Keith Whitwell · 15 years ago
  14. d075cb4 wgl: Include alpha bits in pixel format's cColorBits field. by José Fonseca · 15 years ago
  15. af09ba9 gallium/draw: cope with unused vertex_elements by Keith Whitwell · 15 years ago
  16. bb9ea58 wgl: UINT_PTR null value is an integral type, so return 0 instead of NULL. by José Fonseca · 15 years ago
  17. 1248ff7 pb: Save the stack backtrace when creating/mapping a debug buffer. by José Fonseca · 15 years ago
  18. 606a547 pb: Dump the fenced buffer sizes. by José Fonseca · 15 years ago
  19. 79ada8c gallium: fix texcoords for cubemap mipmap generation by Brian Paul · 15 years ago
  20. 2953b18 radeon: Don't even bother with things too big to fit into our card. by Corbin Simpson · 15 years ago
  21. 5b15cc3 r300-gallium, radeon-winsys: Hide radeon_cs from r300 pipe. by Corbin Simpson · 15 years ago
  22. c11ad48 r300-gallium, radeon-winsys: Space accounting. by Corbin Simpson · 15 years ago
  23. d7f4ac9 r300-gallium, radeon-winsys: Reorganize r300_winsys header, break ABI. by Corbin Simpson · 15 years ago
  24. a609f78 r300-gallium: Don't bother with conditional double define. by Corbin Simpson · 15 years ago
  25. 1f43cc1 radeon: Fix cast and comment. by Corbin Simpson · 15 years ago
  26. 9cb3cde mesa: Prepend "-Wl," to linking options by Tormod Volden · 15 years ago
  27. 60927f9 i915simple: remove duplicated i915_context.c in C_SOURCES by Brian Paul · 15 years ago
  28. ba27fe3 gallium: Add SCons build support for the DRI state tracker. by Michel Dänzer · 15 years ago
  29. 8fa6c1a tgsi: added tgsi_check_soa_dependencies() and related debug code (disabled) by Brian Paul · 15 years ago
  30. 46ddcbc softpipe: return PIPE_UNREFERENCED in softpipe_is_buffer/texture_referenced() by Brian Paul · 15 years ago
  31. eb979ce gallium/draw: add ability to print out active pipeline stages by Keith Whitwell · 15 years ago
  32. b91e5f8 util/indices: remove debug prints by Keith Whitwell · 15 years ago
  33. 43e24a5 wgl: Store current HDC/HGLRC in stw_context. by José Fonseca · 15 years ago
  34. 2c994ad gallium dri st: Propagate the drawable info when we bind to new drawables. by Thomas Hellstrom · 15 years ago
  35. 8cfa654 gallium dri st: Use st_get_current() instead of GET_CURRENT_CONTEXT() by Thomas Hellstrom · 15 years ago
  36. aef3bcc gallium-intel: Create a i965_dri.so symlink by Jakob Bornecrantz · 15 years ago
  37. c9b336b gallium-intel: Fix build of dri driver by Jakob Bornecrantz · 15 years ago
  38. 171c7f9 gallium dri st: Fix up some comments and minor bugs. by Thomas Hellstrom · 15 years ago
  39. 81ded80 radeon-r300: Fix a bit of breakage. by Corbin Simpson · 15 years ago
  40. 1ae877d radeon: Use PCI_MATCH_ANY for xorg driver. by Corbin Simpson · 15 years ago
  41. 05af5a7 gallium: Rename the dri state tracker lib to libdridrm.a by Thomas Hellstrom · 15 years ago
  42. 0929b2b gallium: indent and cleanfile the dri state-tracker. by Thomas Hellstrom · 15 years ago
  43. ca1f5f7 gallium: Update the dri2 state tracker to support dri1. by Thomas Hellstrom · 15 years ago
  44. a70c4f3 gallium: Add a dri1 api by Thomas Hellstrom · 15 years ago
  45. 2e5acd2 gallium: Move the dri2 state tracker since we're about to extend it to dri1. by Thomas Hellstrom · 15 years ago
  46. 638261b gallium: Update the drm_api. by Thomas Hellstrom · 15 years ago
  47. 76b9da9 wgl: Cope with pre-existing threads. by José Fonseca · 15 years ago
  48. c384ccb wgl: Implement WGL_EXT_extensions_string extension. by José Fonseca · 15 years ago
  49. 3ebcf2d util: Remove unix includes. by José Fonseca · 15 years ago
  50. 5250eec util/time: add util_time_sleep() for windows userspace by Keith Whitwell · 15 years ago
  51. b618827 util: Add debug_printf_once by Micah Dowty · 15 years ago
  52. b504721 stw: Use a statically initiallized gl proc table. by José Fonseca · 15 years ago
  53. 904b563 r300-gallium: Correctly flush Draw. by Corbin Simpson · 15 years ago
  54. 86d2144 r300-gallium: Add a draw_flush() to r300_flush(). by Mathias Gottschlag · 15 years ago
  55. 233c6fb r300-gallium: Fix vertex shader OVM counting. by Corbin Simpson · 15 years ago
  56. f45a7a1 r300-gallium: Clean up FB state emit. by Corbin Simpson · 15 years ago
  57. d9f2d07 r300-gallium: Set framebuffer pitch on every framebuffer change. by Mathias Gottschlag · 15 years ago
  58. a098e60 gallium-intel: Fix warning by Jakob Bornecrantz · 15 years ago
  59. 5f701f2 gallium-intel: Cache software switch by Jakob Bornecrantz · 15 years ago
  60. f44f115 gallium-intel: Link dri2 driver with softpipe by Jakob Bornecrantz · 15 years ago
  61. 91eb8ba tgis: SSE code generator doesn't yet support indirect addressing of temp regs by Brian Paul · 15 years ago
  62. 29d9abf pipebuffer: don't fail when validating mapped buffers by Keith Whitwell · 15 years ago
  63. f4a286e util: Add more entry points for dumping to bmp by Jakob Bornecrantz · 15 years ago
  64. f3c7d6f gallium: Handle non-NULL data pointer in EXA ModifyPixmapHeader hook. by Michel Dänzer · 15 years ago
  65. e0da812 gallium: Make the intel xorg winsys start up with any Intel chipset. by Michel Dänzer · 15 years ago
  66. 13cb826 gallium/intel/gem: Use softpipe rather than i915simple if INTEL_SOFTPIPE is set. by Michel Dänzer · 15 years ago
  67. 49ba80d gallium: Always include xorg-server.h before other X server headers. by Michel Dänzer · 15 years ago
  68. 17ee25b gallium: Fix up xorg state tracker build. by Michel Dänzer · 15 years ago
  69. c5a97ed gallium: license, copyright by Brian Paul · 15 years ago
  70. b8fff1f r300-gallium: Fix CS size mismatch by Mathias Gottschlag · 15 years ago
  71. d27d79d softpipe: fix softpipe_is_buffer/texture_referenced() regression by Brian Paul · 15 years ago
  72. be6037d wgl: Don't implement broken gl_dispatch_stub_xxx. by José Fonseca · 15 years ago
  73. c7c76ba util: don't set unused blend state by Keith Whitwell · 15 years ago
  74. 8ae5241 trace: Add initializer for static variables by Jakob Bornecrantz · 15 years ago
  75. f2d2b3d trace: Enable dumping to be turned on and off by Jakob Bornecrantz · 15 years ago
  76. dc1153c softpipe: Simplify softpipe_create's prototype. by José Fonseca · 15 years ago
  77. 876e95d softpipe: Fix softpipe_is_texture_referenced prototype. by José Fonseca · 15 years ago
  78. eb63e8c softpipe: Remove softpipe_winsys. by José Fonseca · 15 years ago
  79. 867afa4 xlib/trace: Fixup xlib trace by Jakob Bornecrantz · 15 years ago
  80. 86ed894 pipe: Get the p_atomic_dec_zero logic right this time. by José Fonseca · 15 years ago
  81. 3b76072 gallium: Fix PIPE_ATOMIC_GCC_INTRINSIC build. by Michel Dänzer · 15 years ago
  82. 44d0e0c trace: Keep screen objects on lists by Jakob Bornecrantz · 15 years ago
  83. 1e42f68 trace: Fix is_referenced functions by Jakob Bornecrantz · 15 years ago
  84. 5800e0a trace: Simplify trace_buffer function by Jakob Bornecrantz · 15 years ago
  85. dbb9043 pipe: Fix InterlockedDecrement usage. by José Fonseca · 15 years ago
  86. 995a168 wgl: Put commas in the right places. by José Fonseca · 15 years ago
  87. 5458f8e wgl: Flip the pixel format order. by José Fonseca · 15 years ago
  88. ee2a5f3 egl: don't crash with one more khronos api by Zack Rusin · 15 years ago
  89. 687f331 gallium: simplify further the logic for selecting mutex implementation by Keith Whitwell · 15 years ago
  90. 29a2f6f util: flush stdout before emitting debug_printf on stderr by Keith Whitwell · 15 years ago
  91. db93dce gallium: add #warning to mutex-based atomic implementation by Keith Whitwell · 15 years ago
  92. 3a618da python/retrace: Rename module as it conflicts with a builtin module. by José Fonseca · 15 years ago
  93. e80d1e3 Merge branch 'gallium-s3tc' by José Fonseca · 15 years ago
  94. 5a118d4 util: Fix surface usage by Jakob Bornecrantz · 15 years ago
  95. 49b40f9 gallium: new, simple RGBA surface create/destroy helpers by Brian Paul · 15 years ago
  96. b83cf05 r300-gallium: Fixup for commit 9b75627fab5bf2ea90f27ddd31b60c54895f6de6. by Thomas Hellstrom · 15 years ago
  97. 9b75627 gallium: Make sure we flush before some texture / buffer operations. by Thomas Hellstrom · 15 years ago
  98. 1a84072 r300-gallium: Use viewport state. by Corbin Simpson · 15 years ago
  99. a4e0a46 r300-gallium: Don't use indexbufs for now. by Corbin Simpson · 15 years ago
  100. a5f68b4 r300-gallium: Point size is at OVM position 15, not 1. by Corbin Simpson · 15 years ago