Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-11 | demos: minor updates for shader_api.c test | Brian Paul | |
Mesa's glGetUniformLocation() does support array indexes. Minor code reformatting. It would be great if this program were converted into a glean test... | |||
2009-02-11 | demos: better error message for overlay.c, see bug 20055 | Brian Paul | |
2009-02-10 | Merge commit 'origin/gallium-master-merge' | Brian Paul | |
This is the big merge of the gallium-0.2 branch into master. gallium-master-merge was just the staging area for it. Both gallium-0.2 and gallium-master-merge are considered closed now. Conflicts: progs/demos/Makefile src/mesa/main/state.c src/mesa/main/texenvprogram.c | |||
2009-02-10 | Merge commit 'origin/gallium-0.2' into gallium-master-merge | Brian Paul | |
2009-02-10 | progs: Build samples dir with scons and glew. | José Fonseca | |
2009-02-10 | progs: Build rebook with scons too. | José Fonseca | |
2009-02-09 | demos: remove OSMESA stuff from Makefile | Brian | |
2009-02-09 | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul | |
Merge commit 'origin/gallium-0.2' into gallium-master-merge Conflicts: Makefile docs/relnotes-7.4.html docs/relnotes.html src/mesa/drivers/dri/i965/brw_wm.h src/mesa/main/imports.c src/mesa/main/mtypes.h src/mesa/main/texcompress.c src/mesa/main/texenvprogram.c src/mesa/main/version.h src/mesa/vbo/vbo_exec_api.c src/mesa/vbo/vbo_save_draw.c | |||
2009-02-04 | demos: remove unused function | Brian Paul | |
2009-02-04 | demos: silence uninitialized var warning | Brian Paul | |
2009-02-03 | demos: modify bufferobj.c to exercise interleaved vertex arrays | Brian Paul | |
Also, put colors before vertex positions, and place the data at a 40-byte offset from the start of the buffer. | |||
2009-02-02 | demos: update multitex.c GLSL demo to use vertex arrays or glVertex-mode | Brian Paul | |
Press 'a' to toggle drawing mode. | |||
2009-02-02 | util: added more functions to extfuncs.h | Brian Paul | |
2009-02-01 | glxgears: No, really. Fix the dyslexia. | Ian Romanick | |
2009-02-01 | progs: Get more samples building on windows. | José Fonseca | |
2009-01-30 | Fix dyslexia. | Ian Romanick | |
2009-01-30 | glxgears: Log a message if synched to vblank | Ian Romanick | |
Tries to use either GLX_MESA_swap_control or GLX_SGI_video_sync to detect whether the display is synchronized to the vertical blank. If it detects this, a message will be printed. HOPEFULLY this will prevent some of the bug reports such as "glxgears only gets 59.7fps. What's wrong with my driver?" | |||
2009-01-24 | progs: Fix isosurf. | José Fonseca | |
2009-01-24 | progs: Port most of the demos to glew. | José Fonseca | |
A couple of test weren't ported due to glew breakage -- it undefines GLAPIENTRY. | |||
2009-01-24 | scons: Build the progs into seperate dirs as well. | José Fonseca | |
2009-01-23 | progs: Port vp-tris to glew. | José Fonseca | |
There was some wglGetProcAddress calls to setup extensions already, but including glext caused many compilation errors in MinGW. | |||
2009-01-23 | progs: Ignore more output executables. | José Fonseca | |
2009-01-23 | progs/trivial: Use glew where needed. | José Fonseca | |
Builds on windows now. | |||
2009-01-22 | demos: revamp the fbotexture.c demo | Brian Paul | |
Try making depth/stencil attachments in two different ways. Check for GL errors and GL_FRAMEBUFFER_UNSUPPORTED status to be more robust. Reorganize the code a bit to make it clearer. Added -arb option to test GL_ARB_fbo's mixed renderbuffer sizes Added -ds2 option to test GL_DEPTH_STENCIL_ATTACHMENT | |||
2009-01-22 | demos: updated FBO tests to for ARB_fbo | Brian Paul | |
Some things that were not errors in EXT_fbo are errors in ARB_fbo. | |||
2009-01-22 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | |
Conflicts: windows/VC8/mesa/osmesa/osmesa.vcproj windows/VC8/progs/demos/gears.vcproj windows/VC8/progs/progs.sln | |||
2009-01-21 | progs: Ignores | Jakob Bornecrantz | |
2009-01-19 | tests: test pseudo-XOR blend mode. | Brian Paul | |
GL_XOR logicop mode can be approximated with blending by computing 1 - dst. Here's a couple test programs for that. | |||
2009-01-19 | Merge commit 'origin/gallium-0.2' into gallium-xlib-rework | Keith Whitwell | |
2009-01-19 | egl: eglinfo load i915 driver | Jakob Bornecrantz | |
2009-01-18 | egl: Make eglscreen sleep for five seconds | Jakob Bornecrantz | |
2009-01-18 | egl: Add eglscreen to help debug egl mesa screen | Jakob Bornecrantz | |
2009-01-17 | egl: Make eglinfo print screen info | Jakob Bornecrantz | |
2009-01-14 | trivial: clear with random color | Keith Whitwell | |
2009-01-14 | mesa: add new samplers_array test | Alan Hourihane | |
2009-01-14 | progs: List tri-clear. | José Fonseca | |
2009-01-10 | mesa: Update .gitignore | Younes Manton | |
2009-01-05 | progs/glsl: Add ignores | Jakob Bornecrantz | |
2009-01-05 | progs/glsl: Remove double target def for vert-or-frag-only | Jakob Bornecrantz | |
2009-01-03 | demos: remove redundant Makefile lines from prev merge | Brian | |
2009-01-02 | mesa: replace CC with APP_CC in progs/glsl/Makefile | Brian Paul | |
2009-01-02 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | |
Conflicts: src/mesa/main/ffvertex_prog.c src/mesa/main/texenvprogram.c | |||
2009-01-01 | demos: added progs/glsl/samplers.c to test all available texture samplers | Brian Paul | |
2008-12-30 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | |
Conflicts: src/mesa/main/config.h | |||
2008-12-30 | demos: minor fixes to twoside.c glsl demo | Brian Paul | |
2008-12-22 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | José Fonseca | |
Conflicts: src/gallium/auxiliary/util/Makefile | |||
2008-12-21 | Ignore new tests executables. | José Fonseca | |
2008-12-19 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | |
2008-12-19 | mesa: s/CC/APP_CC/ in progs/glsl/Makefile | Brian Paul | |
2008-12-18 | demos: all glutDestroyWindow() upon exit to test query object clean-up | Brian Paul | |