Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-07-13 | 1 | -0/+1 |
|\ | |||||
| * | demos: set 4th component of texcoord to 1.0 | Brian Paul | 2009-07-10 | 1 | -0/+1 |
| | | | | | | | | Avoid potential randomness in resulting texcoords. | ||||
* | | demos: indentation fix | Brian Paul | 2009-07-08 | 1 | -1/+1 |
| | | |||||
* | | demos: use glEnable/DisableClientState() for vertex arrays | Brian Paul | 2009-07-08 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-06-29 | 1 | -1/+1 |
|\| | |||||
| * | progs/glsl: link with GLEW library | Brian Paul | 2009-06-29 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz | 2009-06-14 | 26 | -1/+105 |
|\| | |||||
| * | progs/glsl: compile with scons and glew | Keith Whitwell | 2009-06-29 | 26 | -1/+105 |
| | | | | | | | | Get most of these working with scons. | ||||
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-06-01 | 1 | -10/+11 |
|\| | |||||
| * | demos: add missing dependencies for util files | Brian Paul | 2009-06-01 | 1 | -10/+11 |
| | | |||||
| * | demos: fix multitex.c VertCoord attribute mapping | Brian Paul | 2009-05-22 | 1 | -1/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | If the multitex.vert shader uses the VertCoord generic vertex attribute instead of the pre-defined gl_Vertex attribute, we need to make sure that VertCoord gets bound to generic vertex attribute zero. That's because we need to call glVertexAttrib2fv(0, xy) after all the other vertex attributes have been set since setting generic attribute 0 triggers vertex submission. Before, we wound up issuing the vertex attributes in the order 0, 1, 2 which caused the first vertex to be submitted before all the attributes were set. Now, the attributes are set in 1, 2, 0 order. | ||||
* | | demos: extend glsl/multitex.c to use a vertex buffer object | Brian Paul | 2009-05-22 | 1 | -6/+87 |
|/ | |||||
* | 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: move glslnoise.c demo to glsl/noise2.c | Brian Paul | 2009-04-18 | 2 | -0/+209 |
| | |||||
* | demos: new glsl/array.c demo | Brian Paul | 2009-04-17 | 2 | -0/+269 |
| | | | | Test variable indexing into a uniform array in a vertex shader. | ||||
* | demos: set init window size, not pos | Brian Paul | 2009-04-16 | 1 | -1/+1 |
| | |||||
* | demos: fix aspect ratio in Reshape() | Brian Paul | 2009-04-09 | 1 | -1/+2 |
| | |||||
* | progs: Ignores | Jakob Bornecrantz | 2009-04-02 | 1 | -0/+1 |
| | |||||
* | demos: added progs/glsl/linktest.c to test linking of separate compilation units | Brian Paul | 2009-04-01 | 2 | -0/+265 |
| | |||||
* | progs/glsl: Ignore | Jakob Bornecrantz | 2009-03-12 | 1 | -0/+1 |
| | |||||
* | demos: add progs/glsl/shadow_sampler.c to test GLSL shadow2D(), etc. | Brian Paul | 2009-02-28 | 2 | -0/+342 |
| | | | | | Heh, I wrote this program a long time ago but just discovered today that it wasn't in git. | ||||
* | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul | 2009-02-09 | 7 | -58/+302 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | progs: Ignores | Jakob Bornecrantz | 2009-01-21 | 1 | -0/+1 |
| | | |||||
| * | mesa: add new samplers_array test | Alan Hourihane | 2009-01-14 | 2 | -0/+18 |
| | | |||||
| * | 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 | ||||
| * \ | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2008-12-30 | 1 | -16/+28 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/mesa/main/config.h | ||||
| * \ \ | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2008-12-19 | 1 | -0/+8 |
| |\ \ \ | |||||
| * | | | | mesa: s/CC/APP_CC/ in progs/glsl/Makefile | Brian Paul | 2008-12-19 | 1 | -5/+5 |
| | | | | | |||||
| * | | | | demos: add test of vertex-only and fragment-only shader programs | Brian Paul | 2008-12-18 | 2 | -0/+200 |
| | | | | | |||||
| * | | | | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2008-12-15 | 4 | -0/+284 |
| |\ \ \ \ | |||||
| * | | | | | 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 | ||||
| * | | | | | | mesa: Update some .gitignore files. | Younes Manton | 2008-12-02 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | remove some redundant rules from prev merge | Brian Paul | 2008-11-24 | 1 | -7/+0 |
| | | | | | | | |||||
| * | | | | | | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2008-11-24 | 1 | -0/+7 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: progs/glsl/Makefile | ||||
| * | | | | | | | added progs/demos/fragcoord.c - tests gl_FragCoord attribute in fragment shader | Brian Paul | 2008-11-24 | 2 | -0/+193 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fragment's red/greenb/blue is a function gl_FragCoord.xyz | ||||
| * | | | | | | | progs: Add ignores | Jakob Bornecrantz | 2008-11-24 | 1 | -0/+2 |
| | | | | | | | | |||||
| * | | | | | | | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2008-11-11 | 1 | -22/+2 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/mesa/shader/prog_execute.c src/mesa/shader/slang/library/slang_vertex_builtin_gc.h | ||||
| * | | | | | | | | use APP_CC, not CC for skinning demo | Brian Paul | 2008-11-05 | 1 | -2/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2008-11-05 | 9 | -11/+340 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | mesa: don't continually redraw | Brian Paul | 2008-10-28 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | replace 1.0/sqrt() with inversesqrt() | Brian Paul | 2008-10-10 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | mesa: use the shaderutil.c helper functions | Brian Paul | 2008-10-07 | 2 | -84/+17 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Progs: hook the glsl identity example into the makefile. | Stephane Marchesin | 2008-10-07 | 1 | -0/+1 |
| | | | | | | | | | |