summaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Collapse)AuthorAgeFilesLines
* Remove last bits of progs/ infrastructureKristian Høgsberg2010-06-072-33/+0
|
* progs: remove rbug subdirBrian Paul2010-06-0413-1010/+0
|
* demos: remove fbdev subdirBrian Paul2010-06-043-655/+0
|
* progs: remove beos subdirBrian Paul2010-06-045-560/+0
|
* progs: remove tools subdirBrian Paul2010-06-047-583/+0
|
* progs: remove slang subdirBrian Paul2010-06-0415-3458/+0
|
* progs: Remove forked/dead files.José Fonseca2010-06-045-2013/+0
|
* progs: Remove remaining EGL demos.Chia-I Wu2010-05-2137-5579/+0
| | | | They have been moved to git+ssh://git.freedesktop.org/git/mesa/demos.
* mesa: disable building the removed demosBrian Paul2010-05-211-2/+2
| | | | This is a quick fix.
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-21872-947054/+0
| | | | | | | 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.
* progs/tests: print more info in copypixrate.cBrian Paul2010-05-211-0/+3
|
* progs/egl: Fix building on cygwin.Chia-I Wu2010-05-1910-11/+34
| | | | | Update the Makefiles to use variables such as EGL_LIB_NAME. Define M_PI if it hasn't been defined yet.
* vpglsl: add some simple tests with function callsZack Rusin2010-05-152-0/+87
|
* glxinfo: add queries and reporting for float and sRGB buffer typesBrian Paul2010-05-141-26/+71
| | | | | | | | | | | | | 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.
* rbug: Update and add READMEsJakob Bornecrantz2010-05-121-2/+5
|
* progs/tests: disable invalid 3D texture compression testsBrian Paul2010-05-111-3/+6
|
* progs/tests: fix a couple bugs in the getprocaddress.c testBrian Paul2010-05-111-1/+5
|
* progs/tests: update getprocaddress test since moving glapi filesBrian Paul2010-05-112-3/+8
|
* progs/egl: Fix eglut with OpenGL ES 2.0.Chia-I Wu2010-05-051-1/+3
| | | | EGL_OPENGL_ES2_BIT is not set when choosing OpenGL ES 2.0 configs.
* progs/demos: set line width back to 1.0 in DrawBox()Brian Paul2010-05-041-0/+1
|
* glxinfo: Get visual info when an fbconfig has an associated visualKristian Høgsberg2010-05-041-8/+11
|
* progs/egl/opengles2: Add es2gears demoKristian Høgsberg2010-05-032-4/+429
| | | | Because every subdirectory under progs has to have a version of gears.
* progs/demos: check for GL_ARB_imaging if convolutions is requestedBrian Paul2010-05-031-0/+7
|
* progs/tests: Remove meaningless const qualifiers.Vinson Lee2010-05-0112-12/+12
|
* progs/demos: Remove meaningless const qualifier in vao_demo.c.Vinson Lee2010-05-011-1/+1
|
* progs/demos: added code to test compressed mipmap generation (disabled)Brian Paul2010-04-281-0/+66
|
* Merge branch '7.8'Brian Paul2010-04-282-2/+6
|\ | | | | | | | | | | | | Conflicts: src/glx/dri2_glx.c src/glx/glx_pbuffer.c
| * osdemos: replace assertion with error handlerBrian Paul2010-04-271-1/+5
| |
| * osmesa: don't need to link with -lGLBrian Paul2010-04-271-1/+1
| | | | | | | | The gl entrypoints are in libOSMesa.so
* | progs/tests: Remove meaningless const qualifier in arraytexture.c.Vinson Lee2010-04-271-1/+1
| |
* | progs/egl: Add egl/eglut to PROGRAM_DIRS.Chia-I Wu2010-04-274-13/+4
| | | | | | | | | | Make sure eglut is built before the demos. This should work more reliably with make -j<N>.
* | progs/tests: asst. improvements to zreaddraw.cBrian Paul2010-04-221-17/+44
| |
* | Merge branch '7.8'Brian Paul2010-04-221-1/+1
|\ \ | |/ | | | | | | | | Conflicts: src/mesa/state_tracker/st_format.c
| * progs/demos: Fix the progs/demos/rain help textAaron Plattner2010-04-211-1/+1
| | | | | | | | Signed-off-by: Brian Paul <brianp@vmware.com>
| * egl: Pass flags to locate Xlib headers and librariesDan Nicholson2010-04-191-1/+1
| | | | | | | | | | | | | | | | 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>
| * Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson2010-04-192-4/+4
| | | | | | | | | | | | | | | | | | 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)
| * Use X_LIBS from pkg-config, instead of libdir, for locating libX11Jeff Smith2010-04-192-5/+5
| | | | | | | | | | | | Signed-off-by: Jeff Smith <whydoubt@yahoo.com> Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> (cherry picked from commit 8d86d395dcf6a5f192b6987485bb7aef49f1fefc)
* | progs/glsl: better commentsBrian Paul2010-04-211-2/+2
| |
* | progs/tests: asst. changes to antialias.cBrian Paul2010-04-201-39/+32
| |
* | egl: Fix demos to build with user specified XlibDan Nicholson2010-04-195-9/+12
| | | | | | | | | | | | | | 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>
* | progs/tests: IgnoresJakob Bornecrantz2010-04-171-3/+14
| |
* | progs/tests: added stencilreaddraw to SConscript, MakefileBrian Paul2010-04-142-0/+2
| |
* | progs/tests: new stencilreaddraw.c testBrian Paul2010-04-141-0/+187
| | | | | | | | Based on the zreaddraw.c test.
* | glxinfo: Print drawable type in verbose modeKristian Høgsberg2010-04-141-2/+28
| |
* | progs/gallium: Move into src/gallium/testsJosé Fonseca2010-04-1388-6712/+0
| | | | | | | | | | | | | | 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
* | progs/gallium/raw: Update symbols.José Fonseca2010-04-123-11/+11
| | | | | | | | Untested -- just the same changes done to progs/gallium/python.
* | progs/gallium/python: Try to fix most regressions.José Fonseca2010-04-129-151/+123
| | | | | | | | Not enough for retrace to work again though.
* | progs/trivial: Update .gitignore.Vinson Lee2010-04-111-0/+1
| |
* | progs/egl: Add lib directories to OpenVG demosJakob Bornecrantz2010-04-121-1/+1
| |
* | progs/glsl: Update .gitignore.Vinson Lee2010-04-101-0/+2
| |