summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Collapse)Author
2007-12-07Make osdemos linking like other programsDan Nicholson
Most of the programs list their dependencies on the Mesa libraries in their Makefiles. This works with the default configuration where APP_LIB_DEPS only lists external libraries. This changes the linux-osmesa configs and the osdemos Makefile to follow that convention. Some cleanup of the Makefile is also added to refer to the GL libraries through the existing variables rather than hardcoding their names.
2007-12-04Undo changes made to the toyball shaders in commit ↵Brian
d19d0596daf004b56d80f78fa1a329b43c2ebf94 This demo produces the expected results again.
2007-12-04added culling/wireframe optionsBrian
2007-11-30better front-plane clip testBrian
2007-11-30Updates of some OpenVMS makefiles.joukj
2007-11-27add a few more logicop modes, simplify codeBrian
2007-11-23better test of point attenuationBrian
2007-11-23#define GL_GLEXT_PROTOTYPES to silence warningBrian
2007-11-22Print point/line size range limitsBrian
2007-11-16added z/s keys to reset/step rotationBrian
2007-11-16Only emit texcoords for enabled units. Enable/disable units with 0..7 keys.Brian
Also, asst. clean-ups.
2007-11-12remove dependency on libGLUBrian
2007-11-09test that point/line/quad rendering hits the right pixelsBrian
2007-10-30test glStencilFuncSeparateATI()Brian
2007-10-29specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson
2007-10-26Merge branch '965-glsl'Zou Nan hai
Conflicts: src/mesa/drivers/dri/i965/brw_sf.h src/mesa/drivers/dri/i965/intel_context.c
2007-10-25Ignore new programsDan Nicholson
2007-10-24fix assorted bugs, works nowBrian
2007-10-18glxinfo: Try creating a GLX context using an fbconfig if no visuals are ↵Kristian Høgsberg
available.
2007-10-17Support cards that have ARB_fp but not ARB_shadow.Ian Romanick
2007-10-17pbutil: Do not require GLX_SGIX_pbuffer for fbconfig only-functions.Kristian Høgsberg
2007-10-17glxinfo: Also print number of fbconfigs.Kristian Høgsberg
2007-10-17Fixup a couple of thinkos in glxinfo changes.Kristian Høgsberg
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-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-14added copypix.c test (test glCopyPixels w/ pixel zoom)Brian
2007-09-10clean-up (see bug 12317)Brian
2007-08-27added --noclear option to demonstrate rendering without glClearBrian
2007-08-14xdemo case: Wei Wang's patch for bug#9759Xiang, Haihao
2007-08-07parse standard -geometry optionBrian
2007-08-07glxgears: Add an x/y window size parameter.Ingo Molnar
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-26clamp float colorsBrian
2007-07-24fix logic error, typosBrian
2007-07-21Fix a number of MINGW32 issuesZhang