Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs/egl/opengles2: Add es2gears demo | Kristian Høgsberg | 2010-05-03 | 2 | -4/+429 |
| | | | | Because every subdirectory under progs has to have a version of gears. | ||||
* | progs/demos: check for GL_ARB_imaging if convolutions is requested | Brian Paul | 2010-05-03 | 1 | -0/+7 |
| | |||||
* | progs/tests: Remove meaningless const qualifiers. | Vinson Lee | 2010-05-01 | 12 | -12/+12 |
| | |||||
* | progs/demos: Remove meaningless const qualifier in vao_demo.c. | Vinson Lee | 2010-05-01 | 1 | -1/+1 |
| | |||||
* | progs/demos: added code to test compressed mipmap generation (disabled) | Brian Paul | 2010-04-28 | 1 | -0/+66 |
| | |||||
* | Merge branch '7.8' | Brian Paul | 2010-04-28 | 2 | -2/+6 |
|\ | | | | | | | | | | | | | Conflicts: src/glx/dri2_glx.c src/glx/glx_pbuffer.c | ||||
| * | osdemos: replace assertion with error handler | Brian Paul | 2010-04-27 | 1 | -1/+5 |
| | | |||||
| * | osmesa: don't need to link with -lGL | Brian Paul | 2010-04-27 | 1 | -1/+1 |
| | | | | | | | | The gl entrypoints are in libOSMesa.so | ||||
* | | progs/tests: Remove meaningless const qualifier in arraytexture.c. | Vinson Lee | 2010-04-27 | 1 | -1/+1 |
| | | |||||
* | | progs/egl: Add egl/eglut to PROGRAM_DIRS. | Chia-I Wu | 2010-04-27 | 4 | -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.c | Brian Paul | 2010-04-22 | 1 | -17/+44 |
| | | |||||
* | | Merge branch '7.8' | Brian Paul | 2010-04-22 | 1 | -1/+1 |
|\| | | | | | | | | | | | Conflicts: src/mesa/state_tracker/st_format.c | ||||
| * | progs/demos: Fix the progs/demos/rain help text | Aaron Plattner | 2010-04-21 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Brian Paul <[email protected]> | ||||
| * | egl: Pass flags to locate Xlib headers and libraries | Dan Nicholson | 2010-04-19 | 1 | -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 <[email protected]> | ||||
| * | Change libX11 variables to not conflict with AC_PATH_XTRA | Dan Nicholson | 2010-04-19 | 2 | -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 <[email protected]> (cherry picked from commit e725ef171b5a4d5425461f237d9ccab223806913) | ||||
| * | Use X_LIBS from pkg-config, instead of libdir, for locating libX11 | Jeff Smith | 2010-04-19 | 2 | -5/+5 |
| | | | | | | | | | | | | Signed-off-by: Jeff Smith <[email protected]> Signed-off-by: Dan Nicholson <[email protected]> (cherry picked from commit 8d86d395dcf6a5f192b6987485bb7aef49f1fefc) | ||||
* | | progs/glsl: better comments | Brian Paul | 2010-04-21 | 1 | -2/+2 |
| | | |||||
* | | progs/tests: asst. changes to antialias.c | Brian Paul | 2010-04-20 | 1 | -39/+32 |
| | | |||||
* | | egl: Fix demos to build with user specified Xlib | Dan Nicholson | 2010-04-19 | 5 | -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 <[email protected]> | ||||
* | | progs/tests: Ignores | Jakob Bornecrantz | 2010-04-17 | 1 | -3/+14 |
| | | |||||
* | | progs/tests: added stencilreaddraw to SConscript, Makefile | Brian Paul | 2010-04-14 | 2 | -0/+2 |
| | | |||||
* | | progs/tests: new stencilreaddraw.c test | Brian Paul | 2010-04-14 | 1 | -0/+187 |
| | | | | | | | | Based on the zreaddraw.c test. | ||||
* | | glxinfo: Print drawable type in verbose mode | Kristian Høgsberg | 2010-04-14 | 1 | -2/+28 |
| | | |||||
* | | progs/gallium: Move into src/gallium/tests | José Fonseca | 2010-04-13 | 88 | -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é Fonseca | 2010-04-12 | 3 | -11/+11 |
| | | | | | | | | Untested -- just the same changes done to progs/gallium/python. | ||||
* | | progs/gallium/python: Try to fix most regressions. | José Fonseca | 2010-04-12 | 9 | -151/+123 |
| | | | | | | | | Not enough for retrace to work again though. | ||||
* | | progs/trivial: Update .gitignore. | Vinson Lee | 2010-04-11 | 1 | -0/+1 |
| | | |||||
* | | progs/egl: Add lib directories to OpenVG demos | Jakob Bornecrantz | 2010-04-12 | 1 | -1/+1 |
| | | |||||
* | | progs/glsl: Update .gitignore. | Vinson Lee | 2010-04-10 | 1 | -0/+2 |
| | | |||||
* | | Fix copyright headers. | Chia-I Wu | 2010-04-10 | 1 | -5/+6 |
| | | | | | | | | | | | | Update the warranty disclaimer to use the more general "THE AUTHORS OR COPYRIGHT HOLDERS". This is done manually on files created by me. Hope that I do not miss anything. | ||||
* | | Merge branch '7.8' | Brian Paul | 2010-04-09 | 1 | -0/+13 |
|\| | |||||
| * | progs/tests: added some debug code (disabled) | Brian Paul | 2010-04-08 | 1 | -0/+13 |
| | | |||||
* | | util: Get all depth stencil tests passing. | José Fonseca | 2010-04-09 | 1 | -10/+294 |
| | | | | | | | | | | Note the tests don't test all the paths, in particular stride, and ensuring the old value is preserved. | ||||
* | | util: Reorder format tests -- group by format. | José Fonseca | 2010-04-09 | 1 | -28/+32 |
| | | |||||
* | | util: Add dedicated depth-stencil packing/unpacking functions. | José Fonseca | 2010-04-09 | 1 | -20/+20 |
| | | | | | | | | | | | | | | Depth-stencil manually written given that each one is very close to be a special case. u_format_zs.c's still untested. | ||||
* | | gallium/unit: Silence warnings. | José Fonseca | 2010-04-09 | 1 | -2/+2 |
| | | |||||
* | | util: Remove the half typedef from p_compiler.h. | José Fonseca | 2010-04-07 | 1 | -2/+2 |
| | | | | | | | | Unnecessary, and doesn't even guarantee size. | ||||
* | | util: Implement YUV and subsampled RGB format conversion. | José Fonseca | 2010-04-07 | 1 | -4/+12 |
| | | |||||
* | | progs/egl: Correctly check GL_OES_EGL_image. | Chia-I Wu | 2010-04-06 | 1 | -1/+0 |
| | | | | | | | | | | The hack was added because GL_OES_EGL_image was not exported in the extension string. | ||||
* | | progs/egl: Fix the blank window in pbuffer demo. | Chia-I Wu | 2010-04-06 | 1 | -1/+2 |
| | | | | | | | | EGL requires eglSwapBuffers to be called on the current surface. | ||||
* | | progs/egl: Port drawtex and torus to eglut. | Chia-I Wu | 2010-04-06 | 6 | -548/+150 |
| | | | | | | | | | | This brings the demos also to KMS and removes about 400 duplicated lines of code. | ||||
* | | progs: Include X11 headers and libraries in SCons build. | Vinson Lee | 2010-04-04 | 1 | -0/+1 |
| | | | | | | | | Fixes Mac OS X SCons build. | ||||
* | | Merge branch '7.8' | Ian Romanick | 2010-04-04 | 1 | -30/+15 |
|\| | |||||
| * | xdemos: Build object files first | Jeremy Huddleston | 2010-04-03 | 1 | -30/+15 |
| | | | | | | | | | | | | This helps debugging on darwin. Signed-off-by: Jeremy Huddleston <[email protected]> | ||||
| * | Revert accidental commits from the xquartz tree | Jeremy Huddleston | 2010-04-01 | 1 | -16/+31 |
| | | | | | | | | | | | | | | | | | | | | | | This reverts commit 9aadc793f3db64cefa0b08f18abad424a659dacc. This reverts commit 69ea4e7718efb60b6b0d795a355cebd6712ceac1. This reverts commit dbe8b013936d977ec63d6607bfd2fc6772d29787. This reverts commit 23215ef4d60a86d9f3b3fdc08e3fdadc59e98890. This reverts commit 9495e3703062d1ddaf3161f4efc23f0b51284d9b. This reverts commit 0594cf70883b64692ba617d85f4f9b4e636e5c2b. This reverts commit 86a7978d37393ee34f876569ac06ffdb8d7289ae. This reverts commit 437902ce978cde9a0e1aa260f12dc232a8501c42. | ||||
| * | xdemos: Build object files first | Jeremy Huddleston | 2010-04-01 | 1 | -30/+15 |
| | | | | | | | | | | | | This helps debugging on darwin. Signed-off-by: Jeremy Huddleston <[email protected]> | ||||
| * | xdemos: Fix a build failure for non-autoconf configs | Jeremy Huddleston | 2010-04-01 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Jeremy Huddleston <[email protected]> | ||||
* | | progs/egl: Add an OpenGL ES demo for EGL_OES_image_pixmap. | Chia-I Wu | 2010-04-04 | 2 | -0/+583 |
| | | | | | | | | | | The demo uses a Pixmap as its drawing area, and whatever is drawn on the pixmap will be used as a texture to draw a cube. | ||||
* | | util: Revert unsolicited, untested, unreviewed, and broken changes to format ↵ | José Fonseca | 2010-04-03 | 1 | -1/+7 |
| | | | | | | | | | | | | | | support. Not all is bad, but I'm afraid I'll have to throw the baby with the water given they are all tied to together. | ||||
* | | python/tests: Output test results in a format that Hudson CI can understand. | José Fonseca | 2010-04-03 | 1 | -5/+69 |
| | |