summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2007-12-04added culling/wireframe optionsBrian1-13/+57
2007-11-30better front-plane clip testBrian1-15/+28
2007-11-30Updates of some OpenVMS makefiles.joukj1-26/+26
2007-11-27add a few more logicop modes, simplify codeBrian1-52/+45
2007-11-23better test of point attenuationBrian1-23/+33
2007-11-23#define GL_GLEXT_PROTOTYPES to silence warningBrian1-0/+1
2007-11-22Print point/line size range limitsBrian1-1/+11
2007-11-16added z/s keys to reset/step rotationBrian1-2/+12
2007-11-16Only emit texcoords for enabled units. Enable/disable units with 0..7 keys.Brian1-58/+65
2007-11-12remove dependency on libGLUBrian1-2/+1
2007-11-09test that point/line/quad rendering hits the right pixelsBrian2-0/+201
2007-10-30test glStencilFuncSeparateATI()Brian1-0/+26
2007-10-29specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson15-34/+55
2007-10-26Merge branch '965-glsl'Zou Nan hai2-6/+8
2007-10-25Ignore new programsDan Nicholson3-0/+6
2007-10-24fix assorted bugs, works nowBrian1-12/+13
2007-10-18glxinfo: Try creating a GLX context using an fbconfig if no visuals are avail...Kristian Høgsberg1-13/+46
2007-10-17Support cards that have ARB_fp but not ARB_shadow.Ian Romanick1-13/+49
2007-10-17pbutil: Do not require GLX_SGIX_pbuffer for fbconfig only-functions.Kristian Høgsberg2-26/+48
2007-10-17glxinfo: Also print number of fbconfigs.Kristian Høgsberg1-1/+1
2007-10-17Fixup a couple of thinkos in glxinfo changes.Kristian Høgsberg1-5/+2
2007-10-16Implement support for printing glx fbconfigs in glxinfo.Kristian Høgsberg1-31/+195
2007-10-16glxinfo: Only print visuals that actually support GLX.Kristian Høgsberg1-5/+10
2007-10-13Do XSync() before resetting error handler.Kristian Høgsberg1-0/+1
2007-10-11Example of cooperative rendering into one window by two processesBrian4-1/+687
2007-10-11New glxsnoop demo to display another window's z/stencil/back buffer.Brian2-0/+378
2007-10-10replace 'brick' with correct program name in printfsBrian4-10/+10
2007-10-10Ignore more generated files in progs/Dan Nicholson16-21/+172
2007-09-28add support for LDFLAGS env varDan Nicholson15-43/+43
2007-09-24Fix progs/tests/ build with BSD make.Eric Anholt1-18/+16
2007-09-24Update .gitignore for tests and xdemos.Eric Anholt2-0/+27
2007-09-24Just use stddef.h to get ptrdiff_t instead of obsolete malloc.h.Eric Anholt3-15/+3
2007-09-19Update .gitignore for demos.Eric Anholt1-0/+13
2007-09-14added copypix.c test (test glCopyPixels w/ pixel zoom)Brian2-0/+253
2007-09-10clean-up (see bug 12317)Brian1-11/+11
2007-08-27added --noclear option to demonstrate rendering without glClearBrian1-6/+45
2007-08-14xdemo case: Wei Wang's patch for bug#9759Xiang, Haihao1-0/+5
2007-08-07parse standard -geometry optionBrian1-9/+6
2007-08-07glxgears: Add an x/y window size parameter.Ingo Molnar1-1/+11
2007-08-01triangle rasterization with frag shaderBrian1-0/+326
2007-08-01added trirast programBrian1-1/+2
2007-07-30misc comments, clean-upsBrian1-9/+13
2007-07-29added a few more functionsBrian1-0/+19
2007-07-29Added shader points and shader bitmap demosBrian3-0/+675
2007-07-27more Mingw32 fixesZhang1-18/+3
2007-07-26clamp float colorsBrian1-2/+5
2007-07-24fix logic error, typosBrian1-5/+4
2007-07-21Fix a number of MINGW32 issuesZhang1-4/+29
2007-07-17 Fix SOP in fragment shader, brick is ok now.Zou Nan hai1-5/+1
2007-07-17Merge branch 'master' of git+ssh://znh@git.freedesktop.org/git/mesa/mesa into...Zou Nan hai7-34/+118