summaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Expand)AuthorAgeFilesLines
* progs/tests: asst. improvements to zreaddraw.cBrian Paul2010-04-221-17/+44
* Merge branch '7.8'Brian Paul2010-04-221-1/+1
|\
| * progs/demos: Fix the progs/demos/rain help textAaron Plattner2010-04-211-1/+1
| * egl: Pass flags to locate Xlib headers and librariesDan Nicholson2010-04-191-1/+1
| * Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson2010-04-192-4/+4
| * Use X_LIBS from pkg-config, instead of libdir, for locating libX11Jeff Smith2010-04-192-5/+5
* | 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
* | 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
* | 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
* | progs/gallium/raw: Update symbols.José Fonseca2010-04-123-11/+11
* | progs/gallium/python: Try to fix most regressions.José Fonseca2010-04-129-151/+123
* | 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
* | Fix copyright headers.Chia-I Wu2010-04-101-5/+6
* | Merge branch '7.8'Brian Paul2010-04-091-0/+13
|\ \ | |/
| * progs/tests: added some debug code (disabled)Brian Paul2010-04-081-0/+13
* | util: Get all depth stencil tests passing.José Fonseca2010-04-091-10/+294
* | util: Reorder format tests -- group by format.José Fonseca2010-04-091-28/+32
* | util: Add dedicated depth-stencil packing/unpacking functions.José Fonseca2010-04-091-20/+20
* | gallium/unit: Silence warnings.José Fonseca2010-04-091-2/+2
* | util: Remove the half typedef from p_compiler.h.José Fonseca2010-04-071-2/+2
* | util: Implement YUV and subsampled RGB format conversion.José Fonseca2010-04-071-4/+12
* | progs/egl: Correctly check GL_OES_EGL_image.Chia-I Wu2010-04-061-1/+0
* | progs/egl: Fix the blank window in pbuffer demo.Chia-I Wu2010-04-061-1/+2
* | progs/egl: Port drawtex and torus to eglut.Chia-I Wu2010-04-066-548/+150
* | progs: Include X11 headers and libraries in SCons build.Vinson Lee2010-04-041-0/+1
* | Merge branch '7.8'Ian Romanick2010-04-041-30/+15
|\ \ | |/
| * xdemos: Build object files firstJeremy Huddleston2010-04-031-30/+15
| * Revert accidental commits from the xquartz treeJeremy Huddleston2010-04-011-16/+31
| * xdemos: Build object files firstJeremy Huddleston2010-04-011-30/+15
| * xdemos: Fix a build failure for non-autoconf configsJeremy Huddleston2010-04-011-1/+1
* | progs/egl: Add an OpenGL ES demo for EGL_OES_image_pixmap.Chia-I Wu2010-04-042-0/+583
* | util: Revert unsolicited, untested, unreviewed, and broken changes to format ...José Fonseca2010-04-031-1/+7
* | python/tests: Output test results in a format that Hudson CI can understand.José Fonseca2010-04-031-5/+69
* | progs/gallium/unit: Silence uninitialized variable warnings.Vinson Lee2010-04-021-4/+4
* | progs/gallium/unit: Move declaration before code.Vinson Lee2010-04-011-1/+2
* | gallium/util: revert util_format_init additionLuca Barbieri2010-04-021-4/+0
* | gallium/util: add util_format_is_supported to check for pack/unpackLuca Barbieri2010-04-021-3/+1
* | progs/gallium: add unit test for u_halfLuca Barbieri2010-04-023-1/+77
* | progs/egl: Update .gitignore.Chia-I Wu2010-04-023-7/+12
* | progs/egl: Link to eglut first.Chia-I Wu2010-04-023-11/+11
* | gallium/util: add util_format_init that inits s3tc and util_halfLuca Barbieri2010-04-021-1/+1
* | gallium/util: rewrite global constructor system for half floats (GCC/MSVC only!)Luca Barbieri2010-04-011-1/+0
* | python/tests: We're using a rgba8 rendertarget so sample only in the [0, 1] r...José Fonseca2010-04-011-2/+2