1. 67171ed xlib: Integrate the trace driver with all pipe drivers. by José Fonseca · 15 years ago
  2. 0526100 gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320 by Brian Paul · 15 years ago
  3. 40636fe gallium/xlib: minor clean-ups by Brian Paul · 15 years ago
  4. 7ec8652 gallium/xlib: silence unitialized var warning by Brian Paul · 15 years ago
  5. 9f0495a Gallium xlib: Add support for BGRA visuals. by Michel Dänzer · 15 years ago
  6. 62c9199 xlib: Ensure one screen instance. by José Fonseca · 15 years ago
  7. b57b6c2 xlib winsys: use new st_swapbuffers() function by Brian Paul · 15 years ago
  8. 08d4451 st: call _glapi_check_multithread from st_make_current by Keith Whitwell · 15 years ago
  9. d405ba3 xlib st: Fix makeCurrent. by Thomas Hellstrom · 15 years ago
  10. f500f3a gallium: Remove do_flip argument from surface_copy by Jakob Bornecrantz · 15 years ago
  11. 317687c Fix up another instance of _mesa_unreference_framebuffer(). by Michel Dänzer · 16 years ago
  12. b0d0e53 gallium: change the st_get_framebuffer_surface/texture functions by Alan Hourihane · 16 years ago
  13. 4f134f9 xlib: don't explicitly create the pipe_winsys struct by Keith Whitwell · 16 years ago
  14. 2f19fec xlib: allow winsys's to register themselves with glx/xlib state tracker by Keith Whitwell · 16 years ago
  15. 61e843f xlib: move state tracker to glx/xlib by Keith Whitwell · 16 years ago[Renamed from src/gallium/state_trackers/xlib/xm_api.c]
  16. 05f8e41 xlib: combine and eliminate some header files by Keith Whitwell · 16 years ago
  17. ee28763 xlib: strip out some unused XMesa api functions by Keith Whitwell · 16 years ago
  18. 25deb85 xlib: rename old_xmesa.h to xm_api.h by Keith Whitwell · 16 years ago
  19. e83e2c4 xlib: remove XMesaMakeCurrent, use XMesaMakeCurrent2 always by Keith Whitwell · 16 years ago
  20. 2b96012 xlib: remove old xmesa_x.h file and all its defines by Keith Whitwell · 16 years ago
  21. 153b4d5 xlib: remove some XMesa types, just use the native Xlib ones by Keith Whitwell · 16 years ago
  22. 9ed74c6 xlib: pull in private copies of the GL/xmesa*.h headers by Keith Whitwell · 16 years ago
  23. cae13a8 xlib: strip out FX stuff by Keith Whitwell · 16 years ago
  24. 18ad0e3 xlib: remove XFree86Server stuff by Keith Whitwell · 16 years ago
  25. 002dfb1 gallium: split driver-independent code out of xlib winsys by Keith Whitwell · 16 years ago[Renamed (97%) from src/gallium/winsys/xlib/xm_api.c]
  26. 536092f xlib: fix typo by Keith Whitwell · 16 years ago
  27. 284ab5a cell: checkpoint commit of new per-fragment processing by Brian Paul · 16 years ago
  28. 6f33b77 gallium: call st_finish() in XMesaFlush() by Brian Paul · 16 years ago
  29. 0bb852f gallium: thread wrapper clean-up by Brian Paul · 16 years ago
  30. f9e14e0 xlib: Revert destroying pipe_screen (temporary). by José Fonseca · 16 years ago
  31. 969ff9e xlib: Use trace usage. by José Fonseca · 16 years ago
  32. c1c4ff2 gallium: use PIPE_FORMAT_X8Z24_UNORM for 24-bit Z but no stencil by Brian Paul · 16 years ago
  33. 2258f6b xlib: add failure paths for context creation by Keith Whitwell · 16 years ago
  34. fec1d21 xlib: more SP_NO_RAST support by Keith Whitwell · 16 years ago
  35. a52faa9 gallium: remove unneeded st->haveFramebufferSurfaces field. by Brian Paul · 16 years ago
  36. 5935b16 If visual is 32bpp, set visual->alphaBits = 8. by Brian · 16 years ago
  37. b09de96 xlib: Add support for MIT-SHM in xlib winsys driver by Ian Romanick · 16 years ago
  38. b642730 Code reorganization: move files into their places. by José Fonseca · 17 years ago[Renamed from src/mesa/pipe/xlib/xm_api.c]
  39. e922adb gallium: pipe->surface_copy can flip the contents vertically when necessary. by Michel Dänzer · 17 years ago
  40. c76efb9 Remove mapping fields from struct pipe_surface. by Michel Dänzer · 17 years ago
  41. f44e2f1 fix mem leaks by Brian · 17 years ago
  42. c664302 Fix problem with initial viewport/scissor size. by Brian · 17 years ago
  43. dbf6ece move st_make_current() before buffer size check so renderbuffer alloc storage works by Brian · 17 years ago
  44. 20eae59 Re-org of st_create_framebuffer() and renderbuffer format selection. by Brian · 17 years ago
  45. 6f467e5 trim down #includes by Brian · 17 years ago
  46. c474f1f Port i965 driver to Gallium3D. by Zack Rusin · 17 years ago
  47. 2067eed Get rid of "duplicate" formats. by Brian · 17 years ago
  48. 0d1669f byteswapping fixes in choose_pixel_format() by Brian · 17 years ago
  49. 749d723 Overhaul the Xlib winsys layer. by Brian · 17 years ago
  50. b859cdf Eliminate struct pipe_region. by Michel Dänzer · 17 years ago
  51. 9df0a6d added B8G8R8A8 support and improved pixel format selection when doing remote display to X server of different endianness. by Brian · 17 years ago
  52. fc6172b better depth buffer selection by Brian · 17 years ago
  53. 7d1a04e Add winsys->surface_release() to complement winsys->surface_alloc(). by Brian · 17 years ago
  54. a151ad2 rename xmesa_create_softpipe() xmesa_create_context() by Brian · 17 years ago
  55. 5fb6ebf disable finish_or_flush() for now by Brian · 17 years ago
  56. ea286d4 need to call pipe->flush() in finish_or_flush() by Brian · 17 years ago
  57. 0862df2 remove debug abort() call by Brian · 17 years ago
  58. 2e78484 Call xmesa_init_driver_functions() to install xmesa_viewport() function. by Brian · 17 years ago
  59. 91564ee Remove some temporary state tracker context/framebuffer_create functions. by Brian · 17 years ago
  60. e39f1b4 Update xlib driver to use newer state tracker context/framebuffer functions. by Brian · 17 years ago
  61. 15c565b don't call _mesa_init_driver_functions() by Brian · 17 years ago
  62. 0d6608e Implement surface clearing w/out dependency on XMesa/Mesa stuff. by Brian · 17 years ago
  63. b761177 make winsys objects singletons, comments by Brian · 17 years ago
  64. 4c7be3f Clean up xmesa winsys stuff by Brian · 17 years ago
  65. 869318d move few remaining bits of xm_dd.c into xm_api.c by Brian · 17 years ago
  66. a778d60 Remove xmesa_update_state(), which was called by ctx->Driver.UpdateState() by Brian · 17 years ago
  67. e5ff772 remove HPCR support by Brian · 17 years ago
  68. b345c92 remove timer_query, s3tc extension bits by Brian · 17 years ago
  69. f36372f Start removing old driver funcs like ColorMask, ClearColor, etc. by Brian · 17 years ago
  70. 4a13a55 remove FX/glide stuff by Brian · 17 years ago
  71. 7398272 remove tnl/swrast code by Brian · 17 years ago
  72. e0e8cf1 disable swrast/tnl stuff by Brian · 17 years ago
  73. 12f3f6c omit X point/line/triangle routines by Brian · 17 years ago
  74. ef25c49 Copy of xlib driver. This will get trimmed down a lot for Gallium. by Brian · 17 years ago