Age | Commit message (Expand) | Author |
2009-04-18 | demos: fix usage text | Brian Paul |
2009-04-17 | demos: new glsl/array.c demo | Brian Paul |
2009-04-17 | demos: move glewInit() call, fixes crash/bug 21247 | Brian Paul |
2009-04-17 | demos: move glewInit() after glutCreateWindow() | Brian Paul |
2009-04-16 | demos: set init window size, not pos | Brian Paul |
2009-04-16 | demos: use larger buffer for snprintf() call, see bug 21220 | Brian Paul |
2009-04-16 | Merge branch 'gallium-s3tc' | José Fonseca |
2009-04-15 | progs/tests: Make texcompress2 get texture | Jakob Bornecrantz |
2009-04-15 | tests: another extended swizzle test | Brian Paul |
2009-04-10 | wgl: Note down the gallium pixel formats, instead of re-guessing them. | José Fonseca |
2009-04-10 | mesa: asst. progs/test/Makefile files | Brian Paul |
2009-04-10 | progs: Port glxinfo to wgl. | José Fonseca |
2009-04-09 | demos: fix aspect ratio in Reshape() | Brian Paul |
2009-04-02 | progs: Ignores | Jakob Bornecrantz |
2009-04-01 | demos: added progs/glsl/linktest.c to test linking of separate compilation units | Brian Paul |
2009-03-25 | progs/vp: more psiz tests | Keith Whitwell |
2009-03-24 | demos: add LDFLAGS for corender target, bug 20844 | Brian Paul |
2009-03-24 | progs/vp: add pointsize + clamp test | Keith Whitwell |
2009-03-24 | progs/trivial: add fflushes for cygwin | Keith Whitwell |
2009-03-24 | progs/trivial: draw non-interleaved arrays out of one vbo | Keith Whitwell |
2009-03-24 | progs/tests: Build texcompress2 with scons | Jakob Bornecrantz |
2009-03-23 | vpglsl: add missing SConscript | Keith Whitwell |
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 |