Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-27 | progs/tests: Remove duplicate texcompress2 in SConscript. | Vinson Lee | 1 | -1/+0 | |
2010-03-21 | progs/tests: Add cva_huge to SCons build. | Vinson Lee | 1 | -0/+1 | |
2010-03-21 | progs/tests: Include stddef.h for ptrdiff_t on all platforms. | Vinson Lee | 1 | -5/+1 | |
stddef.h is the standard C header that defines ptrdiff_t. Fixes build of cva_huge on Mac OS X. | |||||
2010-03-21 | tests: Add test for huge client arrays that has to be split. | Pauli Nieminen | 2 | -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. | |||||
2010-03-12 | Add programs to .gitignore in redbook | Jeff Smith | 1 | -0/+13 | |
Signed-off-by: Jeff Smith <whydoubt@yahoo.com> Signed-off-by: Brian Paul <brianp@vmware.com> | |||||
2010-03-12 | Add programs to .gitignore in xdemos | Jeff Smith | 1 | -3/+4 | |
Signed-off-by: Jeff Smith <whydoubt@yahoo.com> Signed-off-by: Brian Paul <brianp@vmware.com> | |||||
2010-03-12 | Add -L$(libdir) for xdemos and egl so that the right libX11 is found | Jeff Smith | 2 | -4/+4 | |
Signed-off-by: Jeff Smith <whydoubt@yahoo.com> Signed-off-by: Brian Paul <brianp@vmware.com> | |||||
2010-03-12 | Grammar and spelling fixes | Jeff Smith | 4 | -4/+4 | |
Signed-off-by: Jeff Smith <whydoubt@yahoo.com> Signed-off-by: Brian Paul <brianp@vmware.com> | |||||
2010-03-05 | progs/demos: Add arbocclude2 to Makefile and .gitignore. | Vinson Lee | 2 | -0/+2 | |
2010-03-05 | progs/xdemos: fix up GLX extension checking | Jesse Barnes | 3 | -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. | |||||
2010-03-05 | xdemos/omlsync: add waitformsc and swap interval code | Jesse Barnes | 1 | -5/+27 | |
2010-03-05 | progs: Add arbocclude2 demo. | Michal Krol | 2 | -0/+315 | |
2010-03-04 | xdemos: add OML sync test | Jesse Barnes | 3 | -0/+252 | |
Add program to test glXSwapBuffersMscOML behavior. Based on glsync.c. | |||||
2010-03-04 | fix getprocaddress test | George Sapountzis | 1 | -1/+1 | |
2010-03-03 | progs/gallium/unit: Test (un)pack_4ub. | José Fonseca | 1 | -8/+103 | |
Most of them are failing. | |||||
2010-03-03 | progs/gallium/unit: Remove PIPE_FORMAT_R8G8B8X8_SNORM test cases. | José Fonseca | 1 | -9/+1 | |
2010-03-02 | progs/gallium/unit: Add test cases for single precision floats. | José Fonseca | 1 | -3/+38 | |
2010-03-02 | progs/gallium/unit: Add test cases for Nx16 and Nx32 integer formats. | José Fonseca | 1 | -10/+234 | |
2010-03-02 | progs/gallium/unit: Add more test cases. | José Fonseca | 1 | -48/+181 | |
2010-03-02 | progs/gallium/python: Rename pipe formats. | José Fonseca | 10 | -45/+45 | |
2010-03-02 | gallium/unit: Rename pipe formats. | José Fonseca | 1 | -74/+74 | |
2010-03-02 | rbug: Rename pipe formats. | José Fonseca | 1 | -1/+1 | |
2010-03-01 | progs/gallium/unit: Rename PIPE_FORMAT_A8B8G8R8_SNORM. | José Fonseca | 1 | -9/+9 | |
2010-03-01 | progs/gallium: Make a phony target "unit" to run unit tests. | José Fonseca | 1 | -0/+5 | |
2010-02-27 | progs/gallium: Add unit tests for pixel format packing/unpacking. | José Fonseca | 3 | -38/+337 | |
2010-02-26 | eglinfo: Wrap extension string | Kristian Høgsberg | 1 | -2/+37 | |
2010-02-26 | xeglgears: Add an case that exercises EGL_KHR_gl_renderbuffer_image | Kristian Høgsberg | 1 | -12/+67 | |
2010-02-26 | progs/tests: add compile-time option for coloring texture corners | Brian Paul | 1 | -0/+32 | |
When debugging wrap modes it's helpful to set each corner of the texture image to a distinct color. | |||||
2010-02-26 | progs/glsl: Ensure CFLAGS are passed during linking | Dan Nicholson | 1 | -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> | |||||
2010-02-26 | xeglgears: Clean up the code a bit | Kristian Høgsberg | 1 | -32/+45 | |
Still a mess... | |||||
2010-02-26 | progs/xdemos: fix typo in glxinfo help | Brian Paul | 1 | -1/+1 | |
2010-02-26 | Fix up more stale references to gl(X)_API.xml which have moved. | Michel Dänzer | 4 | -18/+2 | |
AFAICT the getproc* stanzas in progs/{fp,trivial}/Makefile are completely unused at this point, so just remove them. | |||||
2010-02-26 | fix test progs from gl_API move | Wil Reichert | 2 | -2/+2 | |
Looks like these got missed. | |||||
2010-02-26 | drop header files and demos for dropped window systems | George Sapountzis | 3 | -428/+0 | |
2010-02-25 | progs/glsl: add ARCH_FLAGS to LDLIBS | Török Edvin | 1 | -1/+1 | |
Allows building 32-bit demos on 64-bit Debian host. Signed-off-by: Brian Paul <brianp@vmware.com> | |||||
2010-02-25 | Remove windml progs | Kristian Høgsberg | 18 | -5166/+0 | |
2010-02-25 | Remove remaining miniglx references | Kristian Høgsberg | 9 | -1931/+0 | |
2010-02-25 | Remove GGI support | Kristian Høgsberg | 10 | -2171/+0 | |
2010-02-25 | Remove directfb support | Kristian Høgsberg | 6 | -2264/+0 | |
2010-02-24 | xeglgears: Update help text | Kristian Høgsberg | 1 | -1/+2 | |
2010-02-24 | xeglgears: Remove borrowed GL_OES_EGL_image types | Kristian Høgsberg | 1 | -5/+3 | |
These are now in gl.h. | |||||
2010-02-24 | xeglgears: Add test case for texturing from an EGLImage | Kristian Høgsberg | 1 | -23/+72 | |
2010-02-22 | python/retrace: Dump all vertices for verbosity level 3. | José Fonseca | 1 | -1/+1 | |
2010-02-22 | glxinfo: Fix User error in glGetProgramivARB | Brian Paul | 1 | -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) | |||||
2010-02-22 | Link egl progs to libm as necessary. | Ray Kohler | 1 | -4/+4 | |
Signed-off-by: Ray Kohler <ataraxia937@gmail.com> | |||||
2010-02-20 | progs/redbook: Silence warn_unused_result warnings. | Vinson Lee | 3 | -9/+22 | |
2010-02-19 | progs/tests: new zbitmap.c test to exercize Z testing of glBitmap | Brian Paul | 4 | -0/+130 | |
2010-02-19 | progs/demos: sort filenames | Brian Paul | 1 | -3/+3 | |
2010-02-18 | progs/demos: update arbocclude.c to do multiple queries at once | Brian Paul | 1 | -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. | |||||
2010-02-18 | progs/trivial: Update .gitignore. | Vinson Lee | 1 | -0/+4 | |