1. f36425b progs/xdemos: test glXQueryDrawable() by Brian Paul · 15 years ago
  2. 846a6b0 progs/xdemos: fix swapped parameters to CreatePbuffer() by Brian Paul · 15 years ago
  3. 0259a2a progs/xdemos: add multictx to .gitignore by Brian Paul · 15 years ago
  4. c02b38d progs/xdemos: added multictx.c (multi-context rendering demo) by Brian Paul · 15 years ago
  5. 84e6733 glxgears: make functions static, update comments by Brian Paul · 15 years ago
  6. 1f71305 Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
  7. fb7cf73 xdemo/glxswapcontrol: Move get_framge_usage after the swap. by Pauli Nieminen · 15 years ago
  8. b59eb3b xdemos/glxcontexts: Don't leak visual info when choosing visual again. by Pauli Nieminen · 15 years ago
  9. 7fb4bec demos: Fix vsync checking in glxgears by Ian Romanick · 15 years ago
  10. 820436f demos: use glEnable/DisableClientState() for vertex arrays by Brian Paul · 15 years ago
  11. 5795545 xdemos: Fix xdemos which default to using display :0.0 to default to $DISPLAY by Jon TURNEY · 15 years ago
  12. b79e6a5 demos: fix issues in glxcontexts.c by Brian Paul · 15 years ago
  13. b2a69ae demos: ensure display lists are destroyed for next generation by Alan Hourihane · 15 years ago
  14. c4c4358 demos: add LDFLAGS for corender target, bug 20844 by Brian Paul · 16 years ago
  15. 1d2b14c xdemos: Fix sharedtex_mt. by Thomas Hellstrom · 16 years ago
  16. 474399d mesa: .gitignore by Younes Manton · 16 years ago
  17. 8132405 xdemos: Add multithreaded sharedtex_mt. by Thomas Hellstrom · 16 years ago
  18. 8b2ecfd demos: move declaration before code by Brian Paul · 16 years ago
  19. b6c7db8 xdemos: On termination with `esc` close the contexts correctly. by Alan Hourihane · 16 years ago
  20. cfae542 demos: fix glxpixmap and call glXWaitGL before calling XCopyArea. by Alan Hourihane · 16 years ago
  21. 5f75013 demos: better error message for overlay.c, see bug 20055 by Brian Paul · 16 years ago
  22. e97681c mesa: merge gallium-0.2 into gallium-master-merge by Brian Paul · 16 years ago
  23. 5b5ddfb glxgears: No, really. Fix the dyslexia. by Ian Romanick · 16 years ago
  24. 9d6880e Fix dyslexia. by Ian Romanick · 16 years ago
  25. 58b9cd4 glxgears: Log a message if synched to vblank by Ian Romanick · 16 years ago
  26. 7468765 Merge commit 'origin/master' into gallium-0.2 by Keith Whitwell · 16 years ago
  27. 72bbc89 Add glsync demo program from jbarnes for testing vblank synchronization. by Eric Anholt · 16 years ago
  28. 61d3a66 Merge commit 'origin/master' into gallium-0.2 by Alan Hourihane · 16 years ago
  29. 893ea47 glxswapcontrol: added -fullscreen option by Brian Paul · 16 years ago
  30. 9a84d78 glxgears: for fullscreen, disable window borders the right way by Brian Paul · 16 years ago
  31. 45efcc4 Remove CVS keywords. by Keith Whitwell · 16 years ago
  32. 89ab664 Merge commit 'origin/master' into gallium-0.2 by Keith Whitwell · 16 years ago
  33. 5d4c8ec remove invalid XDestroyWindow() call by Guillaume Melquiond · 16 years ago
  34. cc7dd4f Merge commit 'origin/gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  35. 90c93bb define new APP_CC configuration variable for building apps/demos/tests by Brian Paul · 16 years ago
  36. 0397b2b Merge branch 'gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  37. 3e8e292 Always pass CFLAGS when compiling or linking demos by Guillaume Melquiond · 16 years ago
  38. 51bfb6a query/print GLSL version string by Brian Paul · 16 years ago
  39. d8de01b sync up with glxgears.c from master by Brian Paul · 16 years ago
  40. 4c7a17c fix event handling issues (such as when resizing when not animating) by Brian Paul · 16 years ago
  41. 6d9c3fa press 'a' to toggle animation by Brian Paul · 16 years ago
  42. c35e021 code refactoring (draw_frame(0, handle_event()) by Brian Paul · 16 years ago
  43. c5342ad remove references to incorrect -winwidth/-winheight, replace with -geometry by Brian Paul · 16 years ago
  44. 77ce568 Remove CVS keywords. by José Fonseca · 16 years ago
  45. 019fc3a Merge branch 'gallium-0.1' into gallium-tex-surfaces by Michel Dänzer · 16 years ago
  46. f869ddf add new binaries to ignore to make 'git status' cleaner by Zack Rusin · 16 years ago
  47. 12a317b updated options/help by Brian Paul · 16 years ago
  48. 8f76459 mesa: document a/s keys by Brian Paul · 16 years ago
  49. f34a30b mesa: add texturing to thread test by Brian Paul · 16 years ago
  50. a2b73c7 Ignore xdemos/sharedtex by Dan Nicholson · 16 years ago
  51. 07b551f added xdemos/sharedtex.c test by Brian Paul · 16 years ago
  52. 9a43570 added xdemos/sharedtex.c test by Brian Paul · 16 years ago
  53. 96b4ac0 silence warning by Brian · 17 years ago
  54. bcb6198 Fix xdemos build on FreeBSD: <sys/types.h> before <netinet/tcp.h> by Eric Anholt · 17 years ago
  55. 7c7fece Darwin: Config/source fixes to now build glxdemo apps and OSMesa by Jeremy Huddleston · 17 years ago
  56. 51cd168 glxgears: oops, remove accidental commit of glFinish() hack. by Kristian Høgsberg · 17 years ago
  57. 6cb3f5c Use __DRIextension mechanism providing loader functionality to the driver. by Kristian Høgsberg · 17 years ago
  58. 2d38d1b Remove files of unsupported build systems. by José Fonseca · 17 years ago
  59. 8c81071 Ignore glxgears_pixmap by Dan Nicholson · 17 years ago
  60. 5961ed5 Add GLXPixmap version of glxgears to show case new GLX Pixmap functionality. by Kristian Høgsberg · 17 years ago
  61. e1ae5b8 glxinfo: Fix multisample visual reporting. by Adam Jackson · 17 years ago
  62. 6bd32cb Don't build yuvrect_client by default by Brian · 17 years ago
  63. 60dd3b1 remove unused var by Brian · 17 years ago
  64. e58c365 define M_PI if needed by Alexey Sokolov · 17 years ago
  65. f6ab134 remove dependency on libGLU by Brian · 17 years ago
  66. 918ea51 Rename 'mms-config.' to 'mms.config'. by Michal Krol · 17 years ago
  67. c05aa5e specify app lib dependencies in Makefiles (patch 1/3) by Dan Nicholson · 17 years ago
  68. 414a933 Ignore generated files. by José Fonseca · 17 years ago
  69. 8578534 Ignore new programs by Dan Nicholson · 17 years ago
  70. a074857 glxinfo: Try creating a GLX context using an fbconfig if no visuals are available. by Kristian Høgsberg · 17 years ago
  71. aad5c0f pbutil: Do not require GLX_SGIX_pbuffer for fbconfig only-functions. by Kristian Høgsberg · 17 years ago
  72. a5b4bb3 glxinfo: Also print number of fbconfigs. by Kristian Høgsberg · 17 years ago
  73. 87966ba Fixup a couple of thinkos in glxinfo changes. by Kristian Høgsberg · 17 years ago
  74. 791ad0e Implement support for printing glx fbconfigs in glxinfo. by Kristian Høgsberg · 17 years ago
  75. f7d1d55 glxinfo: Only print visuals that actually support GLX. by Kristian Høgsberg · 17 years ago
  76. c095f7e Do XSync() before resetting error handler. by Kristian Høgsberg · 17 years ago
  77. 72c8888 Example of cooperative rendering into one window by two processes by Brian · 17 years ago
  78. f1104b0 New glxsnoop demo to display another window's z/stencil/back buffer. by Brian · 17 years ago
  79. b182613 Ignore more generated files in progs/ by Dan Nicholson · 17 years ago
  80. 2a3e338 add support for LDFLAGS env var by Dan Nicholson · 17 years ago
  81. b74140d Update .gitignore for tests and xdemos. by Eric Anholt · 17 years ago
  82. 24cd841 clean-up (see bug 12317) by Brian · 17 years ago
  83. 5dab3bf xdemo case: Wei Wang's patch for bug#9759 by Xiang, Haihao · 17 years ago
  84. e45b403 parse standard -geometry option by Brian · 17 years ago
  85. 4a8ad16 glxgears: Add an x/y window size parameter. by Ingo Molnar · 17 years ago
  86. ffc633c fix logic error, typos by Brian · 17 years ago
  87. 34f6243 Improve this demo in a few ways. by Brian · 17 years ago
  88. 0c5662a use glXGetProcAddress to get extension funcs by Brian · 17 years ago
  89. b4f8d44 set texcoords depending on GLX_Y_INVERTED_EXT by Brian · 17 years ago
  90. 4465377 GLX_EXT_texture_from_pixmap test by Brian · 17 years ago
  91. 6c305c0 Remove the xdemo.c program from PROGS since it doesn't work with GLX/DRI. by Brian · 18 years ago
  92. 73eee24 Use XDisplayName() when reporting errors (bug 8079). by Brian · 18 years ago
  93. b46e359 glxinfo: When direct rendering is not enabled, print some hints. by Michel Dänzer · 18 years ago
  94. 14f9263 Make git ignore files only generated at build time. by Michel Dänzer · 18 years ago
  95. 8dff54e Added -clip option to test glCopyPixels beyond window bounds. by Brian Paul · 18 years ago
  96. 883f989 LIB_DIR is now just 'lib' or 'lib64' by Brian Paul · 18 years ago
  97. 4c6319d call reshape() after init() to set initial projection/viewing transform (see bug 6941) by Brian Paul · 18 years ago
  98. 601c02f bug 6941: fixed initial rendering problems in glxgears by Tilman Sauerbeck · 18 years ago
  99. 2ca741a added a few extension #ifdef tests by Brian Paul · 18 years ago
  100. c8ea111 usage() function by Brian Paul · 18 years ago