summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Collapse)Author
2007-10-16Implement support for printing glx fbconfigs in glxinfo.Kristian Høgsberg
2007-10-16glxinfo: Only print visuals that actually support GLX.Kristian Høgsberg
2007-10-13Do XSync() before resetting error handler.Kristian Høgsberg
2007-10-11Example of cooperative rendering into one window by two processesBrian
2007-10-11New glxsnoop demo to display another window's z/stencil/back buffer.Brian
2007-10-10replace 'brick' with correct program name in printfsBrian
2007-10-10Ignore 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-29hack in some code to test loops, breakBrian
2007-09-28temporary hack to test nested conditionalsBrian
2007-09-28add support for LDFLAGS env varDan Nicholson
2007-09-24Fix progs/tests/ build with BSD make.Eric Anholt
2007-09-24Update .gitignore for tests and xdemos.Eric Anholt
2007-09-24Just use stddef.h to get ptrdiff_t instead of obsolete malloc.h.Eric Anholt
2007-09-19Update .gitignore for demos.Eric Anholt
2007-09-18use perspective projection, press r/R to rotate the quadBrian
2007-09-14added copypix.c test (test glCopyPixels w/ pixel zoom)Brian
2007-09-10clean-up (see bug 12317)Brian
2007-08-30more usage infoBrian
2007-08-30test flat shading w/ clippingBrian
2007-08-27added --noclear option to demonstrate rendering without glClearBrian
2007-08-14vars to test 1D/2D textures with linear/nearest filteringBrian
2007-08-14xdemo case: Wei Wang's patch for bug#9759Xiang, Haihao
2007-08-13added pixelzoom cmd line optBrian
2007-08-13Draw white square in lower-left corner to test orientationBrian
2007-08-10glRead/DrawPixels testBrian
2007-08-10change triangle orientation, fix exit()Brian
2007-08-08increase texture size to 32x32root
2007-08-07parse standard -geometry optionBrian
2007-08-07Gutsy oopses on touch of existing file. Workaround.Keith Whitwell
2007-08-07glxgears: Add an x/y window size parameter.Ingo Molnar
2007-08-02added clear-scissor.cBrian
2007-08-02test glClear w/ scissorBrian
2007-08-01triangle rasterization with frag shaderBrian
2007-08-01added trirast programBrian
2007-07-30misc comments, clean-upsBrian
2007-07-29added a few more functionsBrian
2007-07-29Added shader points and shader bitmap demosBrian
2007-07-27more Mingw32 fixesZhang
2007-07-27Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa ↵michal
into softpipe_0_1_branch
2007-07-26clamp float colorsBrian
2007-07-24added code to test per-vertex colorsBrian
2007-07-24simple fragment shader testBrian
2007-07-24fix logic error, typosBrian
2007-07-24Merge branch 'softpipe_0_1_branch' of ↵Brian
git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch
2007-07-21Fix a number of MINGW32 issuesZhang
2007-07-17Merge branch 'origin' into softpipe_0_1_branchKeith Whitwell
2007-07-17 Fix SOP in fragment shader, brick is ok now.Zou Nan hai
2007-07-17Merge branch 'master' of git+ssh://znh@git.freedesktop.org/git/mesa/mesa ↵Zou Nan hai
into 965-glsl
2007-07-17 bumpmap sample is correct nowZou Nan hai
2007-07-13press 'f' to toggle front-face windingBrian