| Commit message (Expand) | Author | Age | Files | Lines |
* | demos: check that GL version is 2.0 or higher | Brian Paul | 2009-04-21 | 1 | -0/+8 |
* | trivial/tri-viewport: add keys for frustrum/ortho and z coordinate | Keith Whitwell | 2009-04-21 | 1 | -43/+77 |
* | trivial/tri-viewport: add more out-of-bounds background quads | Keith Whitwell | 2009-04-21 | 1 | -1/+27 |
* | trivial/tri_viewport: add space==reset key | Keith Whitwell | 2009-04-21 | 1 | -1/+3 |
* | trivial/tri_viewport: add width/height keys | Keith Whitwell | 2009-04-21 | 1 | -18/+49 |
* | mesa/progs: fix scons build after recent demo moves | Keith Whitwell | 2009-04-20 | 2 | -10/+9 |
* | trivial/tri-viewport.c - add guide lines, more triangles, make interactive | Keith Whitwell | 2009-04-20 | 1 | -14/+118 |
* | tests/mipmap_view: add linear/nearest key | Keith Whitwell | 2009-04-20 | 1 | -2/+13 |
* | progs/demos: Update ignore | Jakob Bornecrantz | 2009-04-19 | 1 | -0/+4 |
* | progs/glsl: Update ignore | Jakob Bornecrantz | 2009-04-19 | 1 | -0/+3 |
* | demos: added glsl/texaaline.c program and overhaul the Makefile | Brian Paul | 2009-04-18 | 2 | -148/+499 |
* | demos: updated .gitignore list | Brian Paul | 2009-04-18 | 1 | -6/+3 |
* | demos: move demos/texobj.c to tests/ | Brian Paul | 2009-04-18 | 3 | -1/+1 |
* | demos: move demos/occlude.c (old HP extension) to tests | Brian Paul | 2009-04-18 | 1 | -0/+0 |
* | demos: move tests/dinoshade.c to demos/ | Brian Paul | 2009-04-18 | 3 | -4/+4 |
* | demos: move tests/projtex.c to demos/ | Brian Paul | 2009-04-18 | 3 | -32/+30 |
* | demos: move tests/fbotexture.c to demos/ | Brian Paul | 2009-04-18 | 3 | -1/+1 |
* | demos: move texdown.c to tests/ | Brian Paul | 2009-04-18 | 3 | -1/+1 |
* | demos: move glutfx demo to tests/ | Brian Paul | 2009-04-18 | 3 | -1/+1 |
* | demos: move streaming_rect.c demo to tests/ | Brian Paul | 2009-04-18 | 3 | -1/+1 |
* | demos: move glslnoise.c demo to glsl/noise2.c | Brian Paul | 2009-04-18 | 3 | -1/+8 |
* | demos: fix incorrect assertion | Brian Paul | 2009-04-18 | 1 | -1/+1 |
* | demos: fix usage text | Brian Paul | 2009-04-18 | 1 | -1/+1 |
* | demos: new glsl/array.c demo | Brian Paul | 2009-04-17 | 2 | -0/+269 |
* | demos: move glewInit() call, fixes crash/bug 21247 | Brian Paul | 2009-04-17 | 1 | -1/+1 |
* | demos: move glewInit() after glutCreateWindow() | Brian Paul | 2009-04-17 | 1 | -1/+1 |
* | demos: set init window size, not pos | Brian Paul | 2009-04-16 | 1 | -1/+1 |
* | demos: use larger buffer for snprintf() call, see bug 21220 | Brian Paul | 2009-04-16 | 1 | -1/+1 |
* | Merge branch 'gallium-s3tc' | José Fonseca | 2009-04-16 | 1 | -2/+21 |
|\ |
|
| * | progs/tests: Make texcompress2 get texture | Jakob Bornecrantz | 2009-04-15 | 1 | -2/+21 |
* | | tests: another extended swizzle test | Brian Paul | 2009-04-15 | 1 | -0/+5 |
|/ |
|
* | wgl: Note down the gallium pixel formats, instead of re-guessing them. | José Fonseca | 2009-04-10 | 1 | -4/+4 |
* | mesa: asst. progs/test/Makefile files | Brian Paul | 2009-04-10 | 1 | -3/+3 |
* | progs: Port glxinfo to wgl. | José Fonseca | 2009-04-10 | 2 | -0/+739 |
* | demos: fix aspect ratio in Reshape() | Brian Paul | 2009-04-09 | 1 | -1/+2 |
* | progs: Ignores | Jakob Bornecrantz | 2009-04-02 | 3 | -0/+7 |
* | demos: added progs/glsl/linktest.c to test linking of separate compilation units | Brian Paul | 2009-04-01 | 2 | -0/+265 |
* | 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 |