summaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Collapse)AuthorAgeFilesLines
* 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 <dbn.lists@gmail.com> Tested-by: Török Edwin <edwintorok@gmail.com>
* 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 <brianp@vmware.com>
* 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 <chantry.xavier@gmail.com> Signed-off-by: Brian Paul <brianp@vmware.com> (cherry picked from commit b0e5dcb859692707fec8752dd21fc61fc4c3dbcc)
* Link egl progs to libm as necessary.Ray Kohler2010-02-221-4/+4
| | | | Signed-off-by: Ray Kohler <ataraxia937@gmail.com>
* progs/redbook: Silence warn_unused_result warnings.Vinson Lee2010-02-203-9/+22
|
* progs/tests: new zbitmap.c test to exercize Z testing of glBitmapBrian Paul2010-02-194-0/+130
|
* progs/demos: sort filenamesBrian Paul2010-02-191-3/+3
|
* progs/demos: update arbocclude.c to do multiple queries at onceBrian Paul2010-02-181-105/+108
| | | | | | Issue a whole bunch of queries then get the results and render. Draw the test object in red instead of orange if the result was not ready when we first queried it.
* progs/trivial: Update .gitignore.Vinson Lee2010-02-181-0/+4
|
* progs/redbook: Fix array out-of-bounds access.Vinson Lee2010-02-181-1/+1
|
* progs/rbug: Silence printf format warning.Vinson Lee2010-02-171-1/+1
|
* progs/rbug: Add missing headers.Vinson Lee2010-02-174-0/+6
|
* progs/rbug: Use util_format_name().Vinson Lee2010-02-173-3/+4
|
* progs/rbug: Add missing header.Vinson Lee2010-02-171-0/+2
|
* progs/rbug: s/read/rbug_read/Vinson Lee2010-02-171-3/+3
| | | | read conflicts with read in /usr/include/unistd.h.
* Merge commit '381d5e209815235911c4aab516037c868c8f695f'Ian Romanick2010-02-171-24/+54
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This merges the patches from the series "[PATCH 00/14] More client-side GLX house cleaning" that were posted to the mesa3d-dev mailing list. See http://marc.info/?l=mesa3d-dev&m=126582985214612&w=2 Patches 01 through 04 eliminate a bunch of annoying warnings that I get when building Mesa. Patch 05 fixes an inconsistency between the implementation of glXSwapIntervalMESA and the spec. I chose to favor the code over the spec in this case. This also eliminated a warning. Patches 06 through 12 clean up the way that context creation is performed on the client. When support for GLX_SGIX_fbconfig and the related GLX 1.3 functions was added, I refactored a bunch nuts-and-bolts of context creation to CreateContext. The refactor was a good idea, I just didn't do it right. Patches 13 and 14 update glxgears_fbconfig to use GLX 1.3 interfaces.
| * glxgears_fbconfig: Use glXCreateWindow and glXDestroyWindowIan Romanick2010-02-111-5/+39
| |
| * glxgears_fbconfig: Use GLX 1.3 name for function poiner typesIan Romanick2010-02-111-19/+15
| |
* | progs/demos: update GL version test to accept GL 3.xBrian Paul2010-02-171-2/+2
| |
* | progs/openvg: Add .gitignore.Chia-I Wu2010-02-171-0/+24
| | | | | | | | Add all OpenVG demos to .gitignore.
* | progs/es1: Update .gitignore.Chia-I Wu2010-02-171-0/+1
| | | | | | | | Add xegl/bindtex to .gitignore.
* | progs/redbook: Fix memory leaks on error paths.Vinson Lee2010-02-173-0/+3
| |
* | Revert "progs/redbook: Temporarily disable the demos that extensions not ↵José Fonseca2010-02-161-10/+10
| | | | | | | | | | | | part of windows to fix build." This reverts commit 1587eff1b6d6ab74c302ca2ccb767d917ce3b1dd.