Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-04 | sync up with glxgears.c from master | Brian Paul | |
2008-06-04 | fix event handling issues (such as when resizing when not animating) | Brian Paul | |
2008-06-04 | press 'a' to toggle animation | Brian Paul | |
2008-06-04 | code refactoring (draw_frame(0, handle_event()) | Brian Paul | |
2008-06-04 | remove references to incorrect -winwidth/-winheight, replace with -geometry | Brian Paul | |
2008-05-26 | Remove CVS keywords. | José Fonseca | |
2008-05-21 | Merge branch 'gallium-0.1' into gallium-tex-surfaces | Michel Dänzer | |
2008-05-20 | add new binaries to ignore to make 'git status' cleaner | Zack Rusin | |
2008-05-07 | updated options/help | Brian Paul | |
2008-05-07 | mesa: document a/s keys | Brian Paul | |
2008-05-07 | mesa: add texturing to thread test | Brian Paul | |
Run with -t to enable texture mapping. Press 't' to update the texture image. When the texture is changed in one thread it should also get updated in the other threads since textures are shared by all contexts. | |||
2008-05-05 | Ignore xdemos/sharedtex | Dan Nicholson | |
2008-04-30 | added xdemos/sharedtex.c test | Brian Paul | |
Test that modifications to a texture object in one rendering context are seen in a second rendering context. Press 't' to change the texture's image/colors. | |||
2008-04-30 | added xdemos/sharedtex.c test | Brian Paul | |
Test that modifications to a texture object in one rendering context are seen in a second rendering context. Press 't' to change the texture's image/colors. | |||
2008-04-03 | silence warning | Brian | |
2008-03-21 | Fix xdemos build on FreeBSD: <sys/types.h> before <netinet/tcp.h> | Eric Anholt | |
2008-03-10 | Darwin: Config/source fixes to now build glxdemo apps and OSMesa | Jeremy Huddleston | |
Also added darwin-fat-32bit darwin-fat-all configs and deleted old darwin-x86ppc config (cherry picked from commit 7120c0089d663a2b7e7b0c97da38f9bc233fbdd7) | |||
2008-02-29 | glxgears: oops, remove accidental commit of glFinish() hack. | Kristian Høgsberg | |
2008-02-29 | Use __DRIextension mechanism providing loader functionality to the driver. | Kristian Høgsberg | |
Instead of passing in a fixed struct, the loader now passes in a list of __DRIextension structs, to advertise the functionality it can provide to the driver. Each extension is individually versioned and can be extended or phased out as the interface develops. | |||
2008-02-25 | Remove files of unsupported build systems. | José Fonseca | |
2008-02-17 | Ignore glxgears_pixmap | Dan Nicholson | |
2008-02-14 | Add GLXPixmap version of glxgears to show case new GLX Pixmap functionality. | Kristian Høgsberg | |
2008-01-22 | glxinfo: Fix multisample visual reporting. | Adam Jackson | |
strstr() == 0 tests for the string _not_ being present. Originally Red Hat bug #351871. | |||
2008-01-22 | Don't build yuvrect_client by default | Brian | |
Added 'extra' rule to build optional yuvrect_client, shape, xdemo programs | |||
2008-01-22 | remove unused var | Brian | |
2008-01-22 | define M_PI if needed | Alexey Sokolov | |
2007-11-12 | remove dependency on libGLU | Brian | |
2007-10-29 | Rename 'mms-config.' to 'mms.config'. | Michal Krol | |
It looks like Windows does not like filenames ending with a dot, in effect renaming it to 'mms-config'. | |||
2007-10-29 | specify app lib dependencies in Makefiles (patch 1/3) | Dan Nicholson | |
2007-10-25 | Ignore generated files. | José Fonseca | |
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 | |