- e1ae5b8 glxinfo: Fix multisample visual reporting. by Adam Jackson · 17 years ago
- 6bd32cb Don't build yuvrect_client by default by Brian · 17 years ago
- 60dd3b1 remove unused var by Brian · 17 years ago
- e58c365 define M_PI if needed by Alexey Sokolov · 17 years ago
- f6ab134 remove dependency on libGLU by Brian · 17 years ago
- c05aa5e specify app lib dependencies in Makefiles (patch 1/3) by Dan Nicholson · 17 years ago
- 8578534 Ignore new programs by Dan Nicholson · 17 years ago
- a074857 glxinfo: Try creating a GLX context using an fbconfig if no visuals are available. by Kristian Høgsberg · 17 years ago
- aad5c0f pbutil: Do not require GLX_SGIX_pbuffer for fbconfig only-functions. by Kristian Høgsberg · 17 years ago
- a5b4bb3 glxinfo: Also print number of fbconfigs. by Kristian Høgsberg · 17 years ago
- 87966ba Fixup a couple of thinkos in glxinfo changes. by Kristian Høgsberg · 17 years ago
- 791ad0e Implement support for printing glx fbconfigs in glxinfo. by Kristian Høgsberg · 17 years ago
- f7d1d55 glxinfo: Only print visuals that actually support GLX. by Kristian Høgsberg · 17 years ago
- c095f7e Do XSync() before resetting error handler. by Kristian Høgsberg · 17 years ago
- 72c8888 Example of cooperative rendering into one window by two processes by Brian · 17 years ago
- f1104b0 New glxsnoop demo to display another window's z/stencil/back buffer. by Brian · 17 years ago
- b182613 Ignore more generated files in progs/ by Dan Nicholson · 17 years ago
- 2a3e338 add support for LDFLAGS env var by Dan Nicholson · 17 years ago
- b74140d Update .gitignore for tests and xdemos. by Eric Anholt · 17 years ago
- 24cd841 clean-up (see bug 12317) by Brian · 17 years ago
- 5dab3bf xdemo case: Wei Wang's patch for bug#9759 by Xiang, Haihao · 17 years ago
- e45b403 parse standard -geometry option by Brian · 17 years ago
- 4a8ad16 glxgears: Add an x/y window size parameter. by Ingo Molnar · 17 years ago
- ffc633c fix logic error, typos by Brian · 17 years ago
- 34f6243 Improve this demo in a few ways. by Brian · 17 years ago
- 0c5662a use glXGetProcAddress to get extension funcs by Brian · 17 years ago
- b4f8d44 set texcoords depending on GLX_Y_INVERTED_EXT by Brian · 18 years ago
- 4465377 GLX_EXT_texture_from_pixmap test by Brian · 18 years ago
- 6c305c0 Remove the xdemo.c program from PROGS since it doesn't work with GLX/DRI. by Brian · 18 years ago
- 73eee24 Use XDisplayName() when reporting errors (bug 8079). by Brian · 18 years ago
- b46e359 glxinfo: When direct rendering is not enabled, print some hints. by Michel Dänzer · 18 years ago
- 14f9263 Make git ignore files only generated at build time. by Michel Dänzer · 18 years ago
- 8dff54e Added -clip option to test glCopyPixels beyond window bounds. by Brian Paul · 18 years ago
- 883f989 LIB_DIR is now just 'lib' or 'lib64' by Brian Paul · 18 years ago
- 4c6319d call reshape() after init() to set initial projection/viewing transform (see bug 6941) by Brian Paul · 19 years ago
- 601c02f bug 6941: fixed initial rendering problems in glxgears by Tilman Sauerbeck · 19 years ago
- 2ca741a added a few extension #ifdef tests by Brian Paul · 19 years ago
- c8ea111 usage() function by Brian Paul · 19 years ago
- ad7805d Expanded output with -l option: vertex/fragment program and vertex/fragment by Brian Paul · 19 years ago
- ecc0d10 Use -I$(INCDIR) to get Mesa, not system headers (Dan Schikore) by Brian Paul · 19 years ago
- c4f2710 Added -l option for explicit locking around Xlib and GLX calls in by Brian Paul · 19 years ago
- 436d72e Added -p option to create a display connection per thread. by Brian Paul · 19 years ago
- 30655c2 updated some printfs, added comment about sched_yield by Brian Paul · 19 years ago
- 361bccb Free visinfo object (Tilman Sauerbeck) by Brian Paul · 19 years ago
- d997b90 by Jouk Jansen · 19 years ago
- 7e6553c s/GLX_RGBA_BIT/GLX_RGBA_TYPE/ (bug 4237) by Brian Paul · 19 years ago
- e78a3c4 delete display lists upon exit by Brian Paul · 19 years ago
- 2d47c07 overlay planes test by Brian Paul · 19 years ago
- 4f178c6 Add $(CFLAGS) to the link commands. This makes 'make linux-x86 by Ian Romanick · 19 years ago
- 6f3d16c assorted warning clean-ups for x86_64, etc (Mikko T.) by Brian Paul · 20 years ago
- c617829 added wrappers/helpers for creating/destroying rendering contexts by Brian Paul · 20 years ago
- c3984fc changed implementation of GetAllFBConfigs() by Brian Paul · 20 years ago
- 29c909f Make glxgears_fbconfig compile and respect the DISPLAY setting. Add it by Ian Romanick · 20 years ago
- 8ca5150 use girl2.rgb by default by Dave Airlie · 20 years ago
- c68233c Add glXAllocateMemoryMESA demo app using ycbcr... by Dave Airlie · 20 years ago
- a6ddd24 remove trailing slash from TOP definition by Daniel Borca · 20 years ago
- f9b8991 new test to exercise context and window create/delete by Keith Whitwell · 20 years ago
- 14e98b7 remove a debug line by Brian Paul · 20 years ago
- ff53a4e tweak output formattting, fixed uninitialized var error by Brian Paul · 20 years ago
- 612bf1f improved animation rate by Brian Paul · 20 years ago
- 1b058a0 rotate at a reasonable rate by Brian Paul · 20 years ago
- ba5ceda added GetAllFBConfigs() by Brian Paul · 20 years ago
- 71fc6a3 New GetAllFBConfigs() function. Some FBConfigs weren't reported before. by Brian Paul · 20 years ago
- f72e442 Use the GLX 1.3 pbuffer/fbconfig functions in preference to the SGIX ones. by Brian Paul · 20 years ago
- 16db157 Add a -fullscreen option by Keith Whitwell · 20 years ago
- 8402149 removed unused visInfo var by Brian Paul · 20 years ago
- 2083131 added stereo option (Jacek Rosik) by Brian Paul · 20 years ago
- 07553c5 wrap angle value (Philipp Klaus Krause) by Brian Paul · 20 years ago
- a511b70 silence warnings by Brian Paul · 20 years ago
- 6917201 Have the rendering contexts share textures. by Brian Paul · 20 years ago
- b1872fe silence a warning by Brian Paul · 20 years ago
- 2fe6e91 minor fix for newest glxext.h header by Brian Paul · 20 years ago
- 3bbdcdc cvs ignore file by Brian Paul · 20 years ago
- f2afdca query/print max convolution filter size by Brian Paul · 20 years ago
- d07859e redo the event loop to make event response better by Brian Paul · 20 years ago
- d6693c4 s/GLX_PIXMAP_BIT_SGIX/GLX_PBUFFER_BIT_SGIX/ by Brian Paul · 21 years ago
- 216d980 Uses either the GLX_SGI_make_current_read or GLX 1.3 interface, by Ian Romanick · 21 years ago
- 362f1df obsolete by Brian Paul · 21 years ago
- 5c2040c minor fixes by Brian Paul · 21 years ago
- 46727c7 Tweaks for make clean / realclean. by Brian Paul · 21 years ago
- de0ee31 New Makefile system by Brian Paul · 21 years ago
- 68b38d2 check for GLX 1.3 during init by Brian Paul · 21 years ago
- c00fbd5 The available GLX version is now logged in addition to the client by Ian Romanick · 21 years ago
- 840e821 Added a test case for Mesa bug #508473 that I wrote a long time ago. by Ian Romanick · 21 years ago
- 1d6e08d Added yet another version of gears. This one uses fbconfigs, and is a by Ian Romanick · 21 years ago
- b6a9cb7 another pbuffer demo (Andrew Lentvorski) by Brian Paul · 21 years ago
- 18a9490 tweak comments by Brian Paul · 21 years ago
- b4b35bc New glXUseRotatedXFontMESA() function. Like glXUseXFont(), but takes by Brian Paul · 21 years ago
- 15f7f4e press f key to toggle front/back drawing/copying by Brian Paul · 21 years ago
- 5fd77da improved 'clean' targets (Otto Solares) by Brian Paul · 21 years ago
- 50253ea Remove all the swap_control stuff from glxgears demo (restored to vers 1.2). by Brian Paul · 21 years ago
- 9826ca3 by Jouk Jansen · 21 years ago
- ccb8284 by Jouk Jansen · 21 years ago
- b953beb updated old-style makefiles for new tree by Brian Paul · 21 years ago
- 9ac51f5 Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. by Ian Romanick · 21 years ago
- 3ba8a49 Remove a bunch of really old/obsolete configs. Use the new mklib script. by Brian Paul · 21 years ago
- b2a4aec Removed an accidental addition in the previous commit. by Ian Romanick · 21 years ago
- 785774d applied Ian's misc patches by Brian Paul · 21 years ago
- 370d7ad by Jouk Jansen · 22 years ago
- d93b68f silence warnings by Brian Paul · 22 years ago