summaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Collapse)AuthorAgeFilesLines
* xdemos: Build object files firstJeremy Huddleston2010-04-031-30/+15
| | | | | | This helps debugging on darwin. Signed-off-by: Jeremy Huddleston <[email protected]>
* Revert accidental commits from the xquartz treeJeremy Huddleston2010-04-011-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 firstJeremy Huddleston2010-04-011-30/+15
| | | | | | This helps debugging on darwin. Signed-off-by: Jeremy Huddleston <[email protected]>
* xdemos: Fix a build failure for non-autoconf configsJeremy Huddleston2010-04-011-1/+1
| | | | Signed-off-by: Jeremy Huddleston <[email protected]>
* progs/tests: Remove duplicate texcompress2 in SConscript.Vinson Lee2010-03-271-1/+0
|
* progs/tests: Add cva_huge to SCons build.Vinson Lee2010-03-211-0/+1
|
* progs/tests: Include stddef.h for ptrdiff_t on all platforms.Vinson Lee2010-03-211-5/+1
| | | | | | stddef.h is the standard C header that defines ptrdiff_t. Fixes build of cva_huge on Mac OS X.
* tests: Add test for huge client arrays that has to be split.Pauli Nieminen2010-03-212-0/+237
| | | | | | | | When running this test case in valgrind report includes read of unitialized value in _tnl_draw_prims. The bug doesn't cause any vissible errors. Bug is caused by vbo_split_copy that is calling draw function with max_index one past the end instead of the end.
* Add programs to .gitignore in redbookJeff Smith2010-03-121-0/+13
| | | | | Signed-off-by: Jeff Smith <[email protected]> Signed-off-by: Brian Paul <[email protected]>
* Add programs to .gitignore in xdemosJeff Smith2010-03-121-3/+4
| | | | | Signed-off-by: Jeff Smith <[email protected]> Signed-off-by: Brian Paul <[email protected]>
* Add -L$(libdir) for xdemos and egl so that the right libX11 is foundJeff Smith2010-03-122-4/+4
| | | | | Signed-off-by: Jeff Smith <[email protected]> Signed-off-by: Brian Paul <[email protected]>
* Grammar and spelling fixesJeff Smith2010-03-124-4/+4
| | | | | Signed-off-by: Jeff Smith <[email protected]> Signed-off-by: Brian Paul <[email protected]>
* progs/demos: Add arbocclude2 to Makefile and .gitignore.Vinson Lee2010-03-052-0/+2
|
* progs/xdemos: fix up GLX extension checkingJesse Barnes2010-03-053-27/+6
| | | | | | A few of my programs were using the client string in addition to the main extensions string to see if a feature was present. Correct this to only check for the currently available and working extensions.
* xdemos/omlsync: add waitformsc and swap interval codeJesse Barnes2010-03-051-5/+27
|
* progs: Add arbocclude2 demo.Michal Krol2010-03-052-0/+315
|
* xdemos: add OML sync testJesse Barnes2010-03-043-0/+252
| | | | Add program to test glXSwapBuffersMscOML behavior. Based on glsync.c.
* fix getprocaddress testGeorge Sapountzis2010-03-041-1/+1
|
* progs/gallium/unit: Test (un)pack_4ub.José Fonseca2010-03-031-8/+103
| | | | Most of them are failing.
* progs/gallium/unit: Remove PIPE_FORMAT_R8G8B8X8_SNORM test cases.José Fonseca2010-03-031-9/+1
|
* progs/gallium/unit: Add test cases for single precision floats.José Fonseca2010-03-021-3/+38
|
* progs/gallium/unit: Add test cases for Nx16 and Nx32 integer formats.José Fonseca2010-03-021-10/+234
|
* progs/gallium/unit: Add more test cases.José Fonseca2010-03-021-48/+181
|
* progs/gallium/python: Rename pipe formats.José Fonseca2010-03-0210-45/+45
|
* gallium/unit: Rename pipe formats.José Fonseca2010-03-021-74/+74
|
* rbug: Rename pipe formats.José Fonseca2010-03-021-1/+1
|
* progs/gallium/unit: Rename PIPE_FORMAT_A8B8G8R8_SNORM.José Fonseca2010-03-011-9/+9
|
* progs/gallium: Make a phony target "unit" to run unit tests.José Fonseca2010-03-011-0/+5
|
* progs/gallium: Add unit tests for pixel format packing/unpacking.José Fonseca2010-02-273-38/+337
|
* eglinfo: Wrap extension stringKristian Høgsberg2010-02-261-2/+37
|
* xeglgears: Add an case that exercises EGL_KHR_gl_renderbuffer_imageKristian Høgsberg2010-02-261-12/+67
|
* progs/tests: add compile-time option for coloring texture cornersBrian Paul2010-02-261-0/+32
| | | | | When debugging wrap modes it's helpful to set each corner of the texture image to a distinct color.
* progs/glsl: Ensure CFLAGS are passed during linkingDan Nicholson2010-02-261-1/+4
| | | | | | | | | | | | Commit ab6825b3e3fd04564b7840e945fa32b0a7b3c0c2 fixed an issue where the architecture option -m32 wasn't being passed to the compiler when linking .o files. This would only fix the issue with user's building with the hacky --enable-32-bit. The right way to fix this is to pass CFLAGS to the linker, which the GNU make builtin rules unfortunately don't do. Signed-off-by: Dan Nicholson <[email protected]> Tested-by: Török Edwin <[email protected]>
* xeglgears: Clean up the code a bitKristian Høgsberg2010-02-261-32/+45
| | | | Still a mess...
* progs/xdemos: fix typo in glxinfo helpBrian Paul2010-02-261-1/+1
|
* Fix up more stale references to gl(X)_API.xml which have moved.Michel Dänzer2010-02-264-18/+2
| | | | | AFAICT the getproc* stanzas in progs/{fp,trivial}/Makefile are completely unused at this point, so just remove them.
* fix test progs from gl_API moveWil Reichert2010-02-262-2/+2
| | | | Looks like these got missed.
* drop header files and demos for dropped window systemsGeorge Sapountzis2010-02-263-428/+0
|
* progs/glsl: add ARCH_FLAGS to LDLIBSTörök Edvin2010-02-251-1/+1
| | | | | | Allows building 32-bit demos on 64-bit Debian host. Signed-off-by: Brian Paul <[email protected]>
* Remove windml progsKristian Høgsberg2010-02-2518-5166/+0
|
* Remove remaining miniglx referencesKristian Høgsberg2010-02-259-1931/+0
|
* Remove GGI supportKristian Høgsberg2010-02-2510-2171/+0
|
* Remove directfb supportKristian Høgsberg2010-02-256-2264/+0
|
* xeglgears: Update help textKristian Høgsberg2010-02-241-1/+2
|
* xeglgears: Remove borrowed GL_OES_EGL_image typesKristian Høgsberg2010-02-241-5/+3
| | | | These are now in gl.h.
* xeglgears: Add test case for texturing from an EGLImageKristian Høgsberg2010-02-241-23/+72
|
* python/retrace: Dump all vertices for verbosity level 3.José Fonseca2010-02-221-1/+1
|
* glxinfo: Fix User error in glGetProgramivARBBrian Paul2010-02-221-4/+17
| | | | | | | | | | | | glxinfo needed fixing after commit 4bccd69. Move fragment program only parameters into their own list so that they are not queried for a vertex program. Signed-off-by: Xavier Chantry <[email protected]> Signed-off-by: Brian Paul <[email protected]> (cherry picked from commit b0e5dcb859692707fec8752dd21fc61fc4c3dbcc)
* Link egl progs to libm as necessary.Ray Kohler2010-02-221-4/+4
| | | | Signed-off-by: Ray Kohler <[email protected]>
* progs/redbook: Silence warn_unused_result warnings.Vinson Lee2010-02-203-9/+22
|