Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-12 | remove dependency on libGLU | Brian | |
2007-10-29 | specify app lib dependencies in Makefiles (patch 1/3) | Dan Nicholson | |
2007-10-25 | Ignore new programs | Dan Nicholson | |
2007-10-18 | glxinfo: Try creating a GLX context using an fbconfig if no visuals are ↵ | Kristian Høgsberg | |
available. | |||
2007-10-17 | pbutil: Do not require GLX_SGIX_pbuffer for fbconfig only-functions. | Kristian Høgsberg | |
2007-10-17 | glxinfo: Also print number of fbconfigs. | Kristian Høgsberg | |
2007-10-17 | Fixup a couple of thinkos in glxinfo changes. | Kristian Høgsberg | |
2007-10-16 | Implement support for printing glx fbconfigs in glxinfo. | Kristian Høgsberg | |
2007-10-16 | glxinfo: Only print visuals that actually support GLX. | Kristian Høgsberg | |
2007-10-13 | Do XSync() before resetting error handler. | Kristian Høgsberg | |
2007-10-11 | Example of cooperative rendering into one window by two processes | Brian | |
2007-10-11 | New glxsnoop demo to display another window's z/stencil/back buffer. | Brian | |
2007-10-10 | Ignore more generated files in progs/ | Dan Nicholson | |
Many of the directories in progs/ were missing .gitignore files or were tracking generated files. This patch is basically the process of running `make' in each directory and then finding the untracked files with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing files were also sorted. | |||
2007-09-28 | add support for LDFLAGS env var | Dan Nicholson | |
2007-09-24 | Update .gitignore for tests and xdemos. | Eric Anholt | |
2007-09-10 | clean-up (see bug 12317) | Brian | |
2007-08-14 | xdemo case: Wei Wang's patch for bug#9759 | Xiang, Haihao | |
2007-08-07 | parse standard -geometry option | Brian | |
2007-08-07 | glxgears: Add an x/y window size parameter. | Ingo Molnar | |
2007-07-24 | fix logic error, typos | Brian | |
2007-07-11 | Improve this demo in a few ways. | Brian | |
1. Use more reasonable hither/yon clip planes to make better use of shallow (16-bit) z buffers. 2. Use different colors on cube faces to help detect Z fighting if it occurs. 3. Report GL_DEPTH_BITS on start-up. | |||
2007-05-29 | use glXGetProcAddress to get extension funcs | Brian | |
2007-05-21 | set texcoords depending on GLX_Y_INVERTED_EXT | Brian | |
2007-05-19 | GLX_EXT_texture_from_pixmap test | Brian | |
2006-12-13 | Remove the xdemo.c program from PROGS since it doesn't work with GLX/DRI. | Brian | |
2006-12-13 | Use XDisplayName() when reporting errors (bug 8079). | Brian | |
2006-12-06 | glxinfo: When direct rendering is not enabled, print some hints. | Michel Dänzer | |
If indirect rendering is forced, say how. Otherwise, suggest setting LIBGL_DEBUG=verbose. Inspired by http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=379323 . | |||
2006-12-06 | Make git ignore files only generated at build time. | Michel Dänzer | |
2006-10-16 | Added -clip option to test glCopyPixels beyond window bounds. | Brian Paul | |
Clear dest window to black before copying. Use glWindowPos2iARB(). | |||
2006-07-13 | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | |
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck. | |||
2006-05-17 | call reshape() after init() to set initial projection/viewing transform (see ↵ | Brian Paul | |
bug 6941) | |||
2006-05-16 | bug 6941: fixed initial rendering problems in glxgears | Tilman Sauerbeck | |
2006-05-15 | added a few extension #ifdef tests | Brian Paul | |
2006-05-15 | usage() function | Brian Paul | |
2006-05-13 | Expanded output with -l option: vertex/fragment program and vertex/fragment | Brian Paul | |
shader limits. Misc sync-ups with x.org copy of glxinfo. | |||
2006-04-13 | Use -I$(INCDIR) to get Mesa, not system headers (Dan Schikore) | Brian Paul | |
2006-03-23 | Added -l option for explicit locking around Xlib and GLX calls in | Brian Paul | |
threaded code. Seems to improve reliability quite a bit. | |||
2006-03-23 | Added -p option to create a display connection per thread. | Brian Paul | |
This seems more stabile than using one display connection for all threads. Still get an occasional Xlib: unexpected async reply error, unfortunately. | |||
2006-03-15 | updated some printfs, added comment about sched_yield | Brian Paul | |
2006-01-16 | Free visinfo object (Tilman Sauerbeck) | Brian Paul | |
2005-09-23 | Committing in . | Jouk Jansen | |
1) change compilation on VMS to use IEEE floating points 2) one more problem with _mesa_sprintf solved Modified Files: Mesa/docs/README.VMS Mesa/progs/demos/descrip.mms Mesa/progs/tests/descrip.mms Mesa/progs/util/descrip.mms Mesa/progs/xdemos/descrip.mms Mesa/src/glu/mesa/descrip.mms Mesa/src/glu/sgi/descrip.mms Mesa/src/glut/glx/descrip.mms Mesa/src/mesa/array_cache/descrip.mms Mesa/src/mesa/drivers/common/descrip.mms Mesa/src/mesa/drivers/osmesa/descrip.mms Mesa/src/mesa/drivers/x11/descrip.mms Mesa/src/mesa/glapi/descrip.mms Mesa/src/mesa/main/descrip.mms Mesa/src/mesa/main/texobj.c Mesa/src/mesa/math/descrip.mms Mesa/src/mesa/shader/descrip.mms Mesa/src/mesa/shader/grammar/descrip.mms Mesa/src/mesa/shader/slang/descrip.mms Mesa/src/mesa/swrast/descrip.mms Mesa/src/mesa/swrast_setup/descrip.mms Mesa/src/mesa/tnl/descrip.mms ---------------------------------------------------------------------- | |||
2005-08-25 | s/GLX_RGBA_BIT/GLX_RGBA_TYPE/ (bug 4237) | Brian Paul | |
2005-08-09 | delete display lists upon exit | Brian Paul | |
2005-07-19 | overlay planes test | Brian Paul | |
2005-07-02 | Add $(CFLAGS) to the link commands. This makes 'make linux-x86 | Ian Romanick | |
ARCH_FLAGS=-m32' work correctly on x86-64 systems. | |||
2005-05-07 | assorted warning clean-ups for x86_64, etc (Mikko T.) | Brian Paul | |
2005-04-06 | added wrappers/helpers for creating/destroying rendering contexts | Brian Paul | |
2005-04-06 | changed implementation of GetAllFBConfigs() | Brian Paul | |
2005-04-05 | Make glxgears_fbconfig compile and respect the DISPLAY setting. Add it | Ian Romanick | |
to the Makefile as well. | |||
2005-02-26 | use girl2.rgb by default | Dave Airlie | |