Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-07 | Remove last bits of progs/ infrastructure | Kristian Høgsberg | |
2010-06-04 | progs: remove rbug subdir | Brian Paul | |
2010-06-04 | demos: remove fbdev subdir | Brian Paul | |
2010-06-04 | progs: remove beos subdir | Brian Paul | |
2010-06-04 | progs: remove tools subdir | Brian Paul | |
2010-06-04 | progs: remove slang subdir | Brian Paul | |
2010-06-04 | progs: Remove forked/dead files. | José Fonseca | |
2010-05-21 | progs: Remove remaining EGL demos. | Chia-I Wu | |
They have been moved to git+ssh://git.freedesktop.org/git/mesa/demos. | |||
2010-05-21 | mesa: disable building the removed demos | Brian Paul | |
This is a quick fix. | |||
2010-05-21 | Remove 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-21 | progs/tests: print more info in copypixrate.c | Brian Paul | |
2010-05-19 | progs/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-15 | vpglsl: add some simple tests with function calls | Zack Rusin | |
2010-05-14 | glxinfo: add queries and reporting for float and sRGB buffer types | Brian 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-12 | rbug: Update and add READMEs | Jakob Bornecrantz | |
2010-05-11 | progs/tests: disable invalid 3D texture compression tests | Brian Paul | |
2010-05-11 | progs/tests: fix a couple bugs in the getprocaddress.c test | Brian Paul | |
2010-05-11 | progs/tests: update getprocaddress test since moving glapi files | Brian Paul | |
2010-05-05 | progs/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-04 | progs/demos: set line width back to 1.0 in DrawBox() | Brian Paul | |
2010-05-04 | glxinfo: Get visual info when an fbconfig has an associated visual | Kristian Høgsberg | |
2010-05-03 | progs/egl/opengles2: Add es2gears demo | Kristian Høgsberg | |
Because every subdirectory under progs has to have a version of gears. | |||
2010-05-03 | progs/demos: check for GL_ARB_imaging if convolutions is requested | Brian Paul | |
2010-05-01 | progs/tests: Remove meaningless const qualifiers. | Vinson Lee | |
2010-05-01 | progs/demos: Remove meaningless const qualifier in vao_demo.c. | Vinson Lee | |
2010-04-28 | progs/demos: added code to test compressed mipmap generation (disabled) | Brian Paul | |
2010-04-28 | Merge branch '7.8' | Brian Paul | |
Conflicts: src/glx/dri2_glx.c src/glx/glx_pbuffer.c | |||
2010-04-27 | osdemos: replace assertion with error handler | Brian Paul | |
2010-04-27 | osmesa: don't need to link with -lGL | Brian Paul | |
The gl entrypoints are in libOSMesa.so | |||
2010-04-27 | progs/tests: Remove meaningless const qualifier in arraytexture.c. | Vinson Lee | |
2010-04-27 | progs/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-22 | progs/tests: asst. improvements to zreaddraw.c | Brian Paul | |
2010-04-22 | Merge branch '7.8' | Brian Paul | |
Conflicts: src/mesa/state_tracker/st_format.c | |||
2010-04-21 | progs/demos: Fix the progs/demos/rain help text | Aaron Plattner | |
Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-04-21 | progs/glsl: better comments | Brian Paul | |
2010-04-20 | progs/tests: asst. changes to antialias.c | Brian Paul | |
2010-04-19 | egl: Fix demos to build with user specified Xlib | Dan 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-19 | egl: Pass flags to locate Xlib headers and libraries | Dan 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-19 | Change libX11 variables to not conflict with AC_PATH_XTRA | Dan 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-19 | Use X_LIBS from pkg-config, instead of libdir, for locating libX11 | Jeff 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-17 | progs/tests: Ignores | Jakob Bornecrantz | |
2010-04-14 | progs/tests: added stencilreaddraw to SConscript, Makefile | Brian Paul | |
2010-04-14 | progs/tests: new stencilreaddraw.c test | Brian Paul | |
Based on the zreaddraw.c test. | |||
2010-04-14 | glxinfo: Print drawable type in verbose mode | Kristian Høgsberg | |
2010-04-13 | progs/gallium: Move into src/gallium/tests | José 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-12 | progs/gallium/raw: Update symbols. | José Fonseca | |
Untested -- just the same changes done to progs/gallium/python. | |||
2010-04-12 | progs/gallium/python: Try to fix most regressions. | José Fonseca | |
Not enough for retrace to work again though. | |||
2010-04-11 | progs/trivial: Update .gitignore. | Vinson Lee | |
2010-04-12 | progs/egl: Add lib directories to OpenVG demos | Jakob Bornecrantz | |
2010-04-10 | progs/glsl: Update .gitignore. | Vinson Lee | |