summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Collapse)Author
2010-06-07Remove last bits of progs/ infrastructureKristian Høgsberg
2010-06-04progs: remove rbug subdirBrian Paul
2010-06-04demos: remove fbdev subdirBrian Paul
2010-06-04progs: remove beos subdirBrian Paul
2010-06-04progs: remove tools subdirBrian Paul
2010-06-04progs: remove slang subdirBrian Paul
2010-06-04progs: Remove forked/dead files.José Fonseca
2010-05-21progs: Remove remaining EGL demos.Chia-I Wu
They have been moved to git+ssh://git.freedesktop.org/git/mesa/demos.
2010-05-21mesa: disable building the removed demosBrian Paul
This is a quick fix.
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt
The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about.
2010-05-21progs/tests: print more info in copypixrate.cBrian Paul
2010-05-19progs/egl: Fix building on cygwin.Chia-I Wu
Update the Makefiles to use variables such as EGL_LIB_NAME. Define M_PI if it hasn't been defined yet.
2010-05-15vpglsl: add some simple tests with function callsZack Rusin
2010-05-14glxinfo: add queries and reporting for float and sRGB buffer typesBrian Paul
Check for the GLX_ARB_fbconfig_float and GLX_NV_float_buffer extensions to determine if color bufs are floating point. Check for the GLX_EXT_framebuffer_sRGB extension to determine if the framebuffer is sRGB capable. Increase field size for some attribs (visual ID and buffer size) to accomodate today's larger values. Also print missing caveats info in verbose mode.
2010-05-12rbug: Update and add READMEsJakob Bornecrantz
2010-05-11progs/tests: disable invalid 3D texture compression testsBrian Paul
2010-05-11progs/tests: fix a couple bugs in the getprocaddress.c testBrian Paul
2010-05-11progs/tests: update getprocaddress test since moving glapi filesBrian Paul
2010-05-05progs/egl: Fix eglut with OpenGL ES 2.0.Chia-I Wu
EGL_OPENGL_ES2_BIT is not set when choosing OpenGL ES 2.0 configs.
2010-05-04progs/demos: set line width back to 1.0 in DrawBox()Brian Paul
2010-05-04glxinfo: Get visual info when an fbconfig has an associated visualKristian Høgsberg
2010-05-03progs/egl/opengles2: Add es2gears demoKristian Høgsberg
Because every subdirectory under progs has to have a version of gears.
2010-05-03progs/demos: check for GL_ARB_imaging if convolutions is requestedBrian Paul
2010-05-01progs/tests: Remove meaningless const qualifiers.Vinson Lee
2010-05-01progs/demos: Remove meaningless const qualifier in vao_demo.c.Vinson Lee
2010-04-28progs/demos: added code to test compressed mipmap generation (disabled)Brian Paul
2010-04-28Merge branch '7.8'Brian Paul
Conflicts: src/glx/dri2_glx.c src/glx/glx_pbuffer.c
2010-04-27osdemos: replace assertion with error handlerBrian Paul
2010-04-27osmesa: don't need to link with -lGLBrian Paul
The gl entrypoints are in libOSMesa.so
2010-04-27progs/tests: Remove meaningless const qualifier in arraytexture.c.Vinson Lee
2010-04-27progs/egl: Add egl/eglut to PROGRAM_DIRS.Chia-I Wu
Make sure eglut is built before the demos. This should work more reliably with make -j<N>.
2010-04-22progs/tests: asst. improvements to zreaddraw.cBrian Paul
2010-04-22Merge branch '7.8'Brian Paul
Conflicts: src/mesa/state_tracker/st_format.c
2010-04-21progs/demos: Fix the progs/demos/rain help textAaron Plattner
Signed-off-by: Brian Paul <brianp@vmware.com>
2010-04-21progs/glsl: better commentsBrian Paul
2010-04-20progs/tests: asst. changes to antialias.cBrian Paul
2010-04-19egl: Fix demos to build with user specified XlibDan Nicholson
Commit 88be2171e7 fixed the egl demos on the stable branch, but now they're spread out across multiple subdirectories. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
2010-04-19egl: Pass flags to locate Xlib headers and librariesDan Nicholson
eglplatform.h pulls in Xlib.h on X11 platforms. Likewise, the egl glx driver and egl programs needs to link to libX11. Make sure we use the locations the user told us about. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
2010-04-19Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson
The variable X_LIBS from AC_PATH_XTRA contains only the -L searchdir parameter and not the -lX11 to link to Xlib. Use X11 prefixed build vars for linking with Xlib to avoid the conflict. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> (cherry picked from commit e725ef171b5a4d5425461f237d9ccab223806913)
2010-04-19Use X_LIBS from pkg-config, instead of libdir, for locating libX11Jeff Smith
Signed-off-by: Jeff Smith <whydoubt@yahoo.com> Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> (cherry picked from commit 8d86d395dcf6a5f192b6987485bb7aef49f1fefc)
2010-04-17progs/tests: IgnoresJakob Bornecrantz
2010-04-14progs/tests: added stencilreaddraw to SConscript, MakefileBrian Paul
2010-04-14progs/tests: new stencilreaddraw.c testBrian Paul
Based on the zreaddraw.c test.
2010-04-14glxinfo: Print drawable type in verbose modeKristian Høgsberg
2010-04-13progs/gallium: Move into src/gallium/testsJosé Fonseca
Two reasons: - progs will eventually have its own repository - it is just to easy to forget updating the code for interface changes when it is outside of src
2010-04-12progs/gallium/raw: Update symbols.José Fonseca
Untested -- just the same changes done to progs/gallium/python.
2010-04-12progs/gallium/python: Try to fix most regressions.José Fonseca
Not enough for retrace to work again though.
2010-04-11progs/trivial: Update .gitignore.Vinson Lee
2010-04-12progs/egl: Add lib directories to OpenVG demosJakob Bornecrantz
2010-04-10progs/glsl: Update .gitignore.Vinson Lee