Age | Commit message (Expand) | Author |
2009-03-23 | progs/fp: pass texcoord to triangle, add a test shader | Keith Whitwell |
2009-03-20 | progs/wgl: Send a resize message after context have been created. | Michal Krol |
2009-03-20 | progs/wgl: Create GL context in a thread that actually uses it. | Michal Krol |
2009-03-20 | progs/wgl: Make context current to get GL_RENDERER string. | Michal Krol |
2009-03-19 | wgl: Add an `-s' option to wglthreads to force single-threaded operation. | Michal Krol |
2009-03-18 | progs: Build the wgl examples with scons. | José Fonseca |
2009-03-18 | progs/trivial: Make quad-tex-sub repeat patterns | Jakob Bornecrantz |
2009-03-18 | tests: remove/update old comments | Brian Paul |
2009-03-18 | progs/trivial: Add quad-tex-sub | Jakob Bornecrantz |
2009-03-18 | tests: add simplest mipgen test | Keith Whitwell |
2009-03-18 | progs/tests: Update mipmap_limits to show image and colors | Jakob Bornecrantz |
2009-03-18 | progs/trivial: Add tri-fbo-tex-mip | Jakob Bornecrantz |
2009-03-17 | wgl: Port sharedtex_mt to WGL. | Michal Krol |
2009-03-17 | xdemos: Fix sharedtex_mt. | Thomas Hellstrom |
2009-03-16 | progs/trivial: Ignores | Jakob Bornecrantz |
2009-03-16 | progs/tests: Ignores | Jakob Bornecrantz |
2009-03-16 | progs: Try to read the texture from the current dir, if full path fails. | José Fonseca |
2009-03-16 | wgl: Port glthreads to WGL. | Michal Krol |
2009-03-14 | mesa: .gitignore | Younes Manton |
2009-03-13 | xdemos: Add multithreaded sharedtex_mt. | Thomas Hellstrom |
2009-03-13 | vp: add test for pointsize output | Keith Whitwell |
2009-03-13 | progs: Add util to cpp path. | José Fonseca |
2009-03-13 | progs/vp: add keys for point prims, etc, and various new tests | Keith Whitwell |
2009-03-12 | demos: move declaration before code | Brian Paul |
2009-03-12 | trivial: draw non-interleaved arrays | Keith Whitwell |
2009-03-12 | demos: fix error string, comment | Brian Paul |
2009-03-12 | demos: fix typo | Brian Paul |
2009-03-12 | demos: use glGenerateMipmapEXT entrypoint in cubemap.c | Keith Whitwell |
2009-03-12 | mesa test prog for ATI_envmap_bumpmap | Roland Scheidegger |
2009-03-12 | progs/glsl: Ignore | Jakob Bornecrantz |
2009-03-11 | xdemos: On termination with `esc` close the contexts correctly. | Alan Hourihane |
2009-03-10 | progs/tests: compile with SCons and glew | Keith Whitwell |
2009-03-10 | trivial: add a logic op test | Keith Whitwell |
2009-03-10 | vpglsl: add simple mov.glsl | Keith Whitwell |
2009-03-09 | vpglsl: build with scons and glew | Keith Whitwell |
2009-03-09 | demos: in progs/demos/cubemap.c press c/f to cycle through clamp/filter modes | Brian Paul |
2009-03-09 | trivial: add tri-stipple to SConscript | Keith Whitwell |
2009-03-09 | fp: enable a second texture unit and add a kil test for it | Keith Whitwell |
2009-03-06 | fp: add some more texture, position and kill tests | Keith Whitwell |
2009-03-06 | fp: new kill + position test | Keith Whitwell |
2009-03-06 | fp: dont reference fragment.position.zw | Keith Whitwell |
2009-03-06 | engine: also print fps data to stdout | Keith Whitwell |
2009-03-04 | tests: add new mapbufrange.c test to test GL_ARB_map_buffer_range | Brian Paul |
2009-03-04 | clear-repeat: print fps, use 300x300 window size | Keith Whitwell |
2009-03-03 | demos/engine: respect display list mode when drawing pistons | Keith Whitwell |
2009-02-28 | demos: add progs/glsl/shadow_sampler.c to test GLSL shadow2D(), etc. | Brian Paul |
2009-02-27 | demos: fix renderbuffer leak in progs/tests/fbotexture.c | Brian Paul |
2009-02-27 | tests: new mapvbo.c test | Brian Paul |
2009-02-26 | demos: add a fourth test case to VBO test for position/color in different VBOs | Brian Paul |
2009-02-21 | trivial: Add tri-viewport | Jakob Bornecrantz |