Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs/vp: more psiz tests | Keith Whitwell | 2009-03-25 | 2 | -0/+15 |
| | |||||
* | demos: add LDFLAGS for corender target, bug 20844 | Brian Paul | 2009-03-24 | 1 | -1/+1 |
| | |||||
* | progs/vp: add pointsize + clamp test | Keith Whitwell | 2009-03-24 | 1 | -0/+9 |
| | |||||
* | progs/trivial: add fflushes for cygwin | Keith Whitwell | 2009-03-24 | 115 | -0/+116 |
| | |||||
* | progs/trivial: draw non-interleaved arrays out of one vbo | Keith Whitwell | 2009-03-24 | 3 | -0/+262 |
| | |||||
* | progs/tests: Build texcompress2 with scons | Jakob Bornecrantz | 2009-03-24 | 2 | -1/+1 |
| | |||||
* | vpglsl: add missing SConscript | Keith Whitwell | 2009-03-23 | 1 | -0/+13 |
| | |||||
* | progs/fp: pass texcoord to triangle, add a test shader | Keith Whitwell | 2009-03-23 | 3 | -0/+14 |
| | |||||
* | progs/wgl: Send a resize message after context have been created. | Michal Krol | 2009-03-20 | 1 | -0/+2 |
| | |||||
* | progs/wgl: Create GL context in a thread that actually uses it. | Michal Krol | 2009-03-20 | 1 | -30/+35 |
| | |||||
* | progs/wgl: Make context current to get GL_RENDERER string. | Michal Krol | 2009-03-20 | 1 | -0/+2 |
| | |||||
* | wgl: Add an `-s' option to wglthreads to force single-threaded operation. | Michal Krol | 2009-03-19 | 1 | -22/+43 |
| | |||||
* | progs: Build the wgl examples with scons. | José Fonseca | 2009-03-18 | 2 | -0/+24 |
| | |||||
* | progs/trivial: Make quad-tex-sub repeat patterns | Jakob Bornecrantz | 2009-03-18 | 1 | -7/+12 |
| | |||||
* | tests: remove/update old comments | Brian Paul | 2009-03-18 | 2 | -18/+2 |
| | |||||
* | progs/trivial: Add quad-tex-sub | Jakob Bornecrantz | 2009-03-18 | 4 | -0/+201 |
| | | | | Tests glTexSubImage | ||||
* | tests: add simplest mipgen test | Keith Whitwell | 2009-03-18 | 3 | -0/+209 |
| | |||||
* | progs/tests: Update mipmap_limits to show image and colors | Jakob Bornecrantz | 2009-03-18 | 2 | -67/+135 |
| | |||||
* | progs/trivial: Add tri-fbo-tex-mip | Jakob Bornecrantz | 2009-03-18 | 4 | -0/+272 |
| | | | | Tests rendering to mip levels other then first | ||||
* | wgl: Port sharedtex_mt to WGL. | Michal Krol | 2009-03-17 | 1 | -0/+540 |
| | |||||
* | xdemos: Fix sharedtex_mt. | Thomas Hellstrom | 2009-03-17 | 1 | -70/+33 |
| | | | | | | | | | 1) Don't allow multiple threads sharing current context, even if they are mutex protected. 2) Remove all XLockDisplay(), XUnLockDisplay() calls, as they were only workarounds for xcb. Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com> | ||||
* | progs/trivial: Ignores | Jakob Bornecrantz | 2009-03-16 | 1 | -0/+3 |
| | |||||
* | progs/tests: Ignores | Jakob Bornecrantz | 2009-03-16 | 1 | -0/+4 |
| | |||||
* | progs: Try to read the texture from the current dir, if full path fails. | José Fonseca | 2009-03-16 | 1 | -3/+9 |
| | |||||
* | wgl: Port glthreads to WGL. | Michal Krol | 2009-03-16 | 1 | -0/+593 |
| | |||||
* | mesa: .gitignore | Younes Manton | 2009-03-14 | 1 | -0/+1 |
| | |||||
* | xdemos: Add multithreaded sharedtex_mt. | Thomas Hellstrom | 2009-03-13 | 2 | -0/+524 |
| | | | | Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com> | ||||
* | vp: add test for pointsize output | Keith Whitwell | 2009-03-13 | 2 | -0/+25 |
| | |||||
* | progs: Add util to cpp path. | José Fonseca | 2009-03-13 | 1 | -0/+4 |
| | |||||
* | progs/vp: add keys for point prims, etc, and various new tests | Keith Whitwell | 2009-03-13 | 6 | -4/+64 |
| | |||||
* | demos: move declaration before code | Brian Paul | 2009-03-12 | 1 | -1/+1 |
| | |||||
* | trivial: draw non-interleaved arrays | Keith Whitwell | 2009-03-12 | 3 | -0/+119 |
| | |||||
* | demos: fix error string, comment | Brian Paul | 2009-03-12 | 1 | -2/+2 |
| | |||||
* | demos: fix typo | Brian Paul | 2009-03-12 | 1 | -1/+1 |
| | |||||
* | demos: use glGenerateMipmapEXT entrypoint in cubemap.c | Keith Whitwell | 2009-03-12 | 1 | -1/+8 |
| | | | | | glGenerateMipmap() is part of ARB_framebuffer_object, which many mesa drivers don't advertise. Add check for EXT_framebuffer_object. | ||||
* | mesa test prog for ATI_envmap_bumpmap | Roland Scheidegger | 2009-03-12 | 2 | -0/+215 |
| | |||||
* | progs/glsl: Ignore | Jakob Bornecrantz | 2009-03-12 | 1 | -0/+1 |
| | |||||
* | xdemos: On termination with `esc` close the contexts correctly. | Alan Hourihane | 2009-03-11 | 1 | -1/+1 |
| | |||||
* | progs/tests: compile with SCons and glew | Keith Whitwell | 2009-03-10 | 93 | -78/+344 |
| | | | | Also get mingw cross-compilation of these tests working | ||||
* | trivial: add a logic op test | Keith Whitwell | 2009-03-10 | 4 | -0/+368 |
| | |||||
* | vpglsl: add simple mov.glsl | Keith Whitwell | 2009-03-10 | 1 | -0/+5 |
| | |||||
* | vpglsl: build with scons and glew | Keith Whitwell | 2009-03-09 | 3 | -23/+28 |
| | |||||
* | demos: in progs/demos/cubemap.c press c/f to cycle through clamp/filter modes | Brian Paul | 2009-03-09 | 1 | -14/+72 |
| | | | | Also generate a mipmap for the default checker images. | ||||
* | trivial: add tri-stipple to SConscript | Keith Whitwell | 2009-03-09 | 1 | -0/+1 |
| | |||||
* | fp: enable a second texture unit and add a kil test for it | Keith Whitwell | 2009-03-09 | 2 | -0/+58 |
| | |||||
* | fp: add some more texture, position and kill tests | Keith Whitwell | 2009-03-06 | 4 | -1/+36 |
| | |||||
* | fp: new kill + position test | Keith Whitwell | 2009-03-06 | 1 | -0/+9 |
| | |||||
* | fp: dont reference fragment.position.zw | Keith Whitwell | 2009-03-06 | 1 | -1/+2 |
| | |||||
* | engine: also print fps data to stdout | Keith Whitwell | 2009-03-06 | 1 | -0/+22 |
| | | | | | Useful for figuring out how much of a perf impact the glBitmap fps display has on a given driver. | ||||
* | tests: add new mapbufrange.c test to test GL_ARB_map_buffer_range | Brian Paul | 2009-03-04 | 2 | -1/+206 |
| | | | | This only tests the most basic functionality for now. |