Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | clear-repeat: print fps, use 300x300 window size | Keith Whitwell | 2009-03-04 | 1 | -1/+19 |
| | |||||
* | demos/engine: respect display list mode when drawing pistons | Keith Whitwell | 2009-03-03 | 1 | -1/+4 |
| | |||||
* | demos: add progs/glsl/shadow_sampler.c to test GLSL shadow2D(), etc. | Brian Paul | 2009-02-28 | 2 | -0/+342 |
| | | | | | Heh, I wrote this program a long time ago but just discovered today that it wasn't in git. | ||||
* | demos: fix renderbuffer leak in progs/tests/fbotexture.c | Brian Paul | 2009-02-27 | 1 | -10/+21 |
| | | | | And re-org some code for testing purposes. | ||||
* | tests: new mapvbo.c test | Brian Paul | 2009-02-27 | 2 | -0/+139 |
| | | | | | Test that glDrawArrays() isn't effected by a glMapBuffer()/modify/glUnmapBuffer() immediately afterward. | ||||
* | demos: add a fourth test case to VBO test for position/color in different VBOs | Brian Paul | 2009-02-26 | 1 | -15/+74 |
| | |||||
* | trivial: Add tri-viewport | Jakob Bornecrantz | 2009-02-21 | 4 | -0/+132 |
| | |||||
* | trivial: Fix indentation in tri | Jakob Bornecrantz | 2009-02-21 | 1 | -43/+43 |
| | |||||
* | demos: add some fflushes for windows | Keith Whitwell | 2009-02-24 | 11 | -0/+11 |
| | |||||
* | trival: Make the last of progs show the name | Jakob Bornecrantz | 2009-02-19 | 3 | -3/+3 |
| | |||||
* | trivial: Add quadstrip-clip | Jakob Bornecrantz | 2009-02-14 | 4 | -0/+140 |
| | |||||
* | progs: Make fp-tri use glew and add scons target | Jakob Bornecrantz | 2009-02-14 | 4 | -4/+28 |
| | |||||
* | progs/trivial: Label program windows with actual program name | Keith Whitwell | 2009-02-18 | 101 | -101/+101 |
| | | | | | | | Each of these programs previously called itself "First Tri" which was a little confusing. Could have left one as "First Tri", but the trouble then is that people would still clone that file & we'd end up with another thousand first tri apps... | ||||
* | trivial: Make tri-fog a bit more interesting to look at | Jakob Bornecrantz | 2009-02-13 | 1 | -8/+17 |
| | |||||
* | trivial: Add a tri-unfilled-fog test | Jakob Bornecrantz | 2009-02-13 | 4 | -0/+155 |
| | |||||
* | demos: Add polygon mode point to isosurf | Jakob Bornecrantz | 2009-02-13 | 1 | -4/+10 |
| | |||||
* | demos: fix glxpixmap and call glXWaitGL before calling XCopyArea. | Alan Hourihane | 2009-02-16 | 1 | -0/+1 |
| | |||||
* | progs: Prevent clash with min macro. | José Fonseca | 2009-02-12 | 1 | -0/+3 |
| | |||||
* | demos: minor updates for shader_api.c test | Brian Paul | 2009-02-11 | 1 | -4/+4 |
| | | | | | | | | Mesa's glGetUniformLocation() does support array indexes. Minor code reformatting. It would be great if this program were converted into a glean test... |