Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs/objviewer: remove debug code | Brian Paul | 2010-03-15 | 1 | -2/+2 |
| | |||||
* | Use X_LIBS from pkg-config, instead of libdir, for locating libX11 | Jeff Smith | 2010-03-13 | 2 | -5/+5 |
| | | | | | Signed-off-by: Jeff Smith <[email protected]> Signed-off-by: Dan Nicholson <[email protected]> | ||||
* | Merge branch '7.8' | Michel Dänzer | 2010-03-12 | 8 | -11/+25 |
|\ | |||||
| * | Add programs to .gitignore in redbook | Jeff Smith | 2010-03-12 | 1 | -0/+13 |
| | | | | | | | | | | Signed-off-by: Jeff Smith <[email protected]> Signed-off-by: Brian Paul <[email protected]> | ||||
| * | Add programs to .gitignore in xdemos | Jeff Smith | 2010-03-12 | 1 | -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 found | Jeff Smith | 2010-03-12 | 2 | -4/+4 |
| | | | | | | | | | | Signed-off-by: Jeff Smith <[email protected]> Signed-off-by: Brian Paul <[email protected]> | ||||
| * | Grammar and spelling fixes | Jeff Smith | 2010-03-12 | 4 | -4/+4 |
| | | | | | | | | | | Signed-off-by: Jeff Smith <[email protected]> Signed-off-by: Brian Paul <[email protected]> | ||||
* | | progs/demos: added 'f' key to toggle filtering mode in stex3d.c | Brian Paul | 2010-03-11 | 1 | -4/+11 |
| | | |||||
* | | progs/fpglsl: Fix GLSL compilation failures on Mac OS X. | Vinson Lee | 2010-03-11 | 2 | -2/+2 |
| | | |||||
* | | progs/trivial: use -c option to use glCopyPixels() | Brian Paul | 2010-03-10 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | Otherwise we use glRead/DrawPixels to copy the off-screen FBO image into the window. Looks like NVIDIA's broken when using -c (the image is upside down), but OK with -c -t. | ||||
* | | progs/trivial: make clear-fbo-scissor.c work with other GL drivers | Brian Paul | 2010-03-10 | 1 | -1/+19 |
| | | | | | | | | | | | | | | NVIDIA's driver requires that the texture that we're going to render into be complete. Need to set min/mag filters to non-mipmap modes. Plus added other error/debug checks. | ||||
* | | fpglsl: a few more useful glsl tests | Zack Rusin | 2010-03-10 | 5 | -0/+46 |
| | | |||||
* | | fpglsl: set an integer uniform required by the loop example | Zack Rusin | 2010-03-10 | 1 | -0/+5 |
| | | |||||
* | | fpglsl: add some for and while loops | Zack Rusin | 2010-03-10 | 2 | -0/+18 |
| | | |||||
* | | progs/trivial: add -t (RTT) option for clear-fbo-scissor.c | Brian Paul | 2010-03-10 | 1 | -5/+33 |
| | | |||||
* | | progs/trivial: added clear-fbo-scissor.c to test scissored clear of FBO | Brian Paul | 2010-03-10 | 3 | -1/+189 |
| | | |||||
* | | progs/tests: add additional FBO->window test paths (disabled) | Brian Paul | 2010-03-10 | 1 | -9/+37 |
| | | | | | | | | | | Normally use glReadPixels + glDrawPixels. Add debug/test paths for glCopyPixels and glBlitFramebuffer. | ||||
* | | progs/tests: use first color attachement | Maciej Cencora | 2010-03-09 | 3 | -9/+9 |
| | | | | | | | | Allows the tests to be run on drivers that supports only one color attachement. | ||||
* | | Merge branch 'gallium-vertexelementcso' | Roland Scheidegger | 2010-03-09 | 1 | -1/+0 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/cso_cache/cso_context.c src/gallium/auxiliary/util/u_blit.c src/gallium/auxiliary/util/u_gen_mipmap.c src/gallium/drivers/i915/i915_context.h src/gallium/drivers/i965/brw_draw_upload.c src/gallium/drivers/r300/r300_blit.c src/gallium/drivers/r300/r300_context.h src/gallium/drivers/r300/r300_render.c src/gallium/drivers/r300/r300_state_derived.c src/mesa/state_tracker/st_cb_bitmap.c src/mesa/state_tracker/st_cb_clear.c | ||||
| * | | gallium: remove redundant nr_components field from pipe_vertex_element | Roland Scheidegger | 2010-02-17 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | This is a property of the associated src_format pipe format. Hence use util_format_get_nr_components to query this when necessary instead. | ||||
* | | | xdemos/omlsync: improve OML WaitMsc test | Jesse Barnes | 2010-03-08 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | Use the divisor/remainder for the WaitForMscOML call if a wait_interval is passed. Allows for testing of the WaitMSC paths in the server & DDX. | ||||
* | | | Merge branch '7.8' | Brian Paul | 2010-03-08 | 2 | -0/+2 |
|\ \ \ | | |/ | |/| | |||||
| * | | progs/demos: Add arbocclude2 to Makefile and .gitignore. | Vinson Lee | 2010-03-05 | 2 | -0/+2 |
| | | | |||||
* | | | progs/gallium/unit: Remove the test cases. | José Fonseca | 2010-03-06 | 1 | -545/+11 |
| | | | |||||
* | | | progs/gallium/unit: Skip test cases which cannot be represented in 4ub. | José Fonseca | 2010-03-06 | 1 | -4/+23 |
| | | | |||||
* | | | progs/gallium/unit: Use the shortened name to reconstruct the function being ↵ | José Fonseca | 2010-03-06 | 1 | -1/+1 |
| | | | | | | | | | | | | tested. | ||||
* | | | progs/gallium/unit: Cleanup/fix PIPE_FORMAT_R8SG8SB8UX8U_NORM test cases. | José Fonseca | 2010-03-06 | 1 | -7/+6 |
|/ / | |||||
* | | progs/xdemos: fix up GLX extension checking | Jesse Barnes | 2010-03-05 | 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. | ||||
* | | xdemos/omlsync: add waitformsc and swap interval code | Jesse Barnes | 2010-03-05 | 1 | -5/+27 |
| | | |||||
* | | progs: Add arbocclude2 demo. | Michal Krol | 2010-03-05 | 2 | -0/+315 |
| | | |||||
* | | xdemos: add OML sync test | Jesse Barnes | 2010-03-04 | 3 | -0/+252 |
| | | | | | | | | Add program to test glXSwapBuffersMscOML behavior. Based on glsync.c. | ||||
* | | fix getprocaddress test | George Sapountzis | 2010-03-04 | 1 | -1/+1 |
| | | |||||
* | | progs/gallium/unit: Test (un)pack_4ub. | José Fonseca | 2010-03-03 | 1 | -8/+103 |
| | | | | | | | | Most of them are failing. | ||||
* | | progs/gallium/unit: Remove PIPE_FORMAT_R8G8B8X8_SNORM test cases. | José Fonseca | 2010-03-03 | 1 | -9/+1 |
| | | |||||
* | | progs/gallium/unit: Add test cases for single precision floats. | José Fonseca | 2010-03-02 | 1 | -3/+38 |
| | | |||||
* | | progs/gallium/unit: Add test cases for Nx16 and Nx32 integer formats. | José Fonseca | 2010-03-02 | 1 | -10/+234 |
| | | |||||
* | | progs/gallium/unit: Add more test cases. | José Fonseca | 2010-03-02 | 1 | -48/+181 |
| | | |||||
* | | progs/gallium/python: Rename pipe formats. | José Fonseca | 2010-03-02 | 10 | -45/+45 |
| | | |||||
* | | gallium/unit: Rename pipe formats. | José Fonseca | 2010-03-02 | 1 | -74/+74 |
| | | |||||
* | | rbug: Rename pipe formats. | José Fonseca | 2010-03-02 | 1 | -1/+1 |
| | | |||||
* | | progs/gallium/unit: Rename PIPE_FORMAT_A8B8G8R8_SNORM. | José Fonseca | 2010-03-01 | 1 | -9/+9 |
| | | |||||
* | | progs/gallium: Make a phony target "unit" to run unit tests. | José Fonseca | 2010-03-01 | 1 | -0/+5 |
| | | |||||
* | | progs/gallium: Add unit tests for pixel format packing/unpacking. | José Fonseca | 2010-02-27 | 3 | -38/+337 |
| | | |||||
* | | eglinfo: Wrap extension string | Kristian Høgsberg | 2010-02-26 | 1 | -2/+37 |
| | | |||||
* | | xeglgears: Add an case that exercises EGL_KHR_gl_renderbuffer_image | Kristian Høgsberg | 2010-02-26 | 1 | -12/+67 |
| | | |||||
* | | progs/tests: add compile-time option for coloring texture corners | Brian Paul | 2010-02-26 | 1 | -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 linking | Dan Nicholson | 2010-02-26 | 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 <[email protected]> Tested-by: Török Edwin <[email protected]> | ||||
* | | xeglgears: Clean up the code a bit | Kristian Høgsberg | 2010-02-26 | 1 | -32/+45 |
| | | | | | | | | Still a mess... | ||||
* | | progs/xdemos: fix typo in glxinfo help | Brian Paul | 2010-02-26 | 1 | -1/+1 |
| | | |||||
* | | Fix up more stale references to gl(X)_API.xml which have moved. | Michel Dänzer | 2010-02-26 | 4 | -18/+2 |
| | | | | | | | | | | AFAICT the getproc* stanzas in progs/{fp,trivial}/Makefile are completely unused at this point, so just remove them. |