Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs: Get more samples building on windows. | José Fonseca | 2009-02-01 | 10 | -55/+82 |
| | |||||
* | progs: Fix isosurf. | José Fonseca | 2009-01-24 | 1 | -6/+4 |
| | |||||
* | progs: Port most of the demos to glew. | José Fonseca | 2009-01-24 | 12 | -18/+26 |
| | | | | | A couple of test weren't ported due to glew breakage -- it undefines GLAPIENTRY. | ||||
* | scons: Build the progs into seperate dirs as well. | José Fonseca | 2009-01-24 | 1 | -0/+1 |
| | |||||
* | progs: Port vp-tris to glew. | José Fonseca | 2009-01-23 | 4 | -30/+17 |
| | | | | | There was some wglGetProcAddress calls to setup extensions already, but including glext caused many compilation errors in MinGW. | ||||
* | progs: Ignore more output executables. | José Fonseca | 2009-01-23 | 1 | -0/+3 |
| | |||||
* | progs/trivial: Use glew where needed. | José Fonseca | 2009-01-23 | 40 | -39/+119 |
| | | | | Builds on windows now. | ||||
* | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2009-01-22 | 3 | -0/+443 |
|\ | | | | | | | | | | | | | Conflicts: windows/VC8/mesa/osmesa/osmesa.vcproj windows/VC8/progs/demos/gears.vcproj windows/VC8/progs/progs.sln | ||||
| * | tests: test pseudo-XOR blend mode. | Brian Paul | 2009-01-19 | 3 | -0/+443 |
| | | | | | | | | | | GL_XOR logicop mode can be approximated with blending by computing 1 - dst. Here's a couple test programs for that. | ||||
* | | progs: Ignores | Jakob Bornecrantz | 2009-01-21 | 1 | -0/+1 |
| | | |||||
* | | Merge commit 'origin/gallium-0.2' into gallium-xlib-rework | Keith Whitwell | 2009-01-19 | 7 | -2/+149 |
|\ \ | |||||
| * | | egl: eglinfo load i915 driver | Jakob Bornecrantz | 2009-01-19 | 1 | -1/+2 |
| | | | |||||
| * | | egl: Make eglscreen sleep for five seconds | Jakob Bornecrantz | 2009-01-18 | 1 | -0/+3 |
| | | | |||||
| * | | egl: Add eglscreen to help debug egl mesa screen | Jakob Bornecrantz | 2009-01-18 | 3 | -0/+123 |
| | | | |||||
| * | | egl: Make eglinfo print screen info | Jakob Bornecrantz | 2009-01-17 | 1 | -1/+2 |
| | | | |||||
| * | | mesa: add new samplers_array test | Alan Hourihane | 2009-01-14 | 2 | -0/+18 |
| | | | |||||
| * | | progs: List tri-clear. | José Fonseca | 2009-01-14 | 1 | -0/+1 |
| | | | |||||
* | | | trivial: clear with random color | Keith Whitwell | 2009-01-14 | 2 | -0/+133 |
|/ / | |||||
* | | mesa: Update .gitignore | Younes Manton | 2009-01-10 | 1 | -0/+1 |
| | | |||||
* | | progs/glsl: Add ignores | Jakob Bornecrantz | 2009-01-05 | 1 | -0/+2 |
| | | |||||
* | | progs/glsl: Remove double target def for vert-or-frag-only | Jakob Bornecrantz | 2009-01-05 | 1 | -1/+0 |
| | | |||||
* | | demos: remove redundant Makefile lines from prev merge | Brian | 2009-01-03 | 1 | -8/+0 |
| | | |||||
* | | mesa: replace CC with APP_CC in progs/glsl/Makefile | Brian Paul | 2009-01-02 | 1 | -6/+6 |
| | | |||||
* | | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2009-01-02 | 2 | -0/+365 |
|\| | | | | | | | | | | | | | Conflicts: src/mesa/main/ffvertex_prog.c src/mesa/main/texenvprogram.c | ||||
| * | demos: added progs/glsl/samplers.c to test all available texture samplers | Brian Paul | 2009-01-01 | 2 | -0/+365 |
| | | |||||
* | | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2008-12-30 | 1 | -16/+28 |
|\| | | | | | | | | | | | Conflicts: src/mesa/main/config.h | ||||
| * | demos: minor fixes to twoside.c glsl demo | Brian Paul | 2008-12-30 | 1 | -16/+28 |
| | | |||||
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2 | José Fonseca | 2008-12-22 | 1 | -5/+5 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/util/Makefile | ||||
| * | | Ignore new tests executables. | José Fonseca | 2008-12-21 | 1 | -5/+20 |
| | | | |||||
| * | | scons: Build progs. | José Fonseca | 2008-12-12 | 4 | -0/+281 |
| | | | | | | | | | | | | | | | | | | | | | | | | Just demos and trivial dirs for starters. Conflicts: .gitignore | ||||
* | | | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2008-12-19 | 1 | -0/+8 |
|\ \ \ | | |/ | |/| | |||||
| * | | demos: all glutDestroyWindow() upon exit to test query object clean-up | Brian Paul | 2008-12-18 | 1 | -2/+3 |
| | | | |||||
| * | | demos: add test of vertex-only and fragment-only shader programs | Brian Paul | 2008-12-17 | 2 | -0/+200 |
| | | | |||||
| * | | util: check for frag/vertShader=0 before attaching | Brian Paul | 2008-12-17 | 1 | -2/+7 |
| | | | |||||
* | | | mesa: s/CC/APP_CC/ in progs/glsl/Makefile | Brian Paul | 2008-12-19 | 1 | -5/+5 |
| | | | |||||
* | | | demos: all glutDestroyWindow() upon exit to test query object clean-up | Brian Paul | 2008-12-18 | 1 | -2/+3 |
| | | | |||||
* | | | demos: add test of vertex-only and fragment-only shader programs | Brian Paul | 2008-12-18 | 2 | -0/+200 |
| | | | |||||
* | | | util: check for frag/vertShader=0 before attaching | Brian Paul | 2008-12-18 | 1 | -2/+7 |
| | | | |||||
* | | | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2008-12-16 | 2 | -46/+136 |
|\| | | |||||
| * | | demos: updated tests/floattex.c (doesn't work just yet). | Brian Paul | 2008-12-15 | 2 | -46/+136 |
| | | | |||||
* | | | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2008-12-15 | 4 | -0/+284 |
|\| | | |||||
| * | | Fix silly type mismatch error in multinoise demo. | Gary Wong | 2008-12-13 | 1 | -4/+8 |
| | | | |||||
| * | | Add "multinoise" demo, to test 1/2/3/4 dimensional noise. | Gary Wong | 2008-12-13 | 3 | -0/+279 |
| | | | |||||
| * | | Ensure p.w is initialised in noise demo. | Gary Wong | 2008-12-13 | 1 | -0/+1 |
| | | | |||||
* | | | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul | 2008-12-10 | 3 | -0/+272 |
|\ \ \ | | |/ | |/| | |||||
| * | | mesa: more trivial tests | Keith Whitwell | 2008-12-10 | 3 | -0/+272 |
| | | | |||||
* | | | fix conflict breakage | Alan Hourihane | 2008-12-08 | 1 | -4/+0 |
| | | | |||||
* | | | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2008-12-08 | 2 | -1/+292 |
|\ \ \ | | |/ | |/| | | | | | | | | | | Conflicts: progs/glsl/Makefile | ||||
| * | | demos: added simple vertex shader texture test. | Brian | 2008-12-03 | 2 | -1/+287 |
| | | | | | | | | | | | | Draw a quadmesh where Z coord is taken from a texture map. | ||||
* | | | mesa: Update some .gitignore files. | Younes Manton | 2008-12-02 | 2 | -0/+17 |
| | | |