Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ext-provoking-vertex' | Brian Paul | 2009-06-19 | 3 | -0/+631 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: docs/relnotes-7.6.html progs/tests/Makefile src/gallium/drivers/softpipe/sp_prim_vbuf.c src/glx/x11/indirect.c src/mesa/glapi/Makefile src/mesa/glapi/dispatch.h src/mesa/glapi/glapioffsets.h src/mesa/glapi/glapitable.h src/mesa/glapi/glapitemp.h src/mesa/glapi/glprocs.h src/mesa/main/dlist.c src/mesa/main/enums.c src/mesa/sparc/glapi_sparc.S src/mesa/x86-64/glapi_x86-64.S src/mesa/x86/glapi_x86.S | ||||
| * | tests: prim.c demo, modified for GL_EXT_provoking_vertex | Brian Paul | 2009-06-09 | 2 | -0/+560 |
| | | |||||
| * | tests: need tkmap.c for prim.c | Brian Paul | 2009-06-09 | 1 | -0/+71 |
| | | |||||
* | | progs/rbug: Add small program to add block rules | Jakob Bornecrantz | 2009-06-18 | 3 | -0/+88 |
| | | |||||
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-06-16 | 2 | -17/+20 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: src/mesa/main/api_validate.c | ||||
| * | | progs/wgl: Quit after displaying usage for -h option. | José Fonseca | 2009-06-16 | 1 | -0/+1 |
| | | | |||||
| * | | progs/wgl: Use appropriate types to silence msvc warnings. | José Fonseca | 2009-06-16 | 1 | -7/+7 |
| | | | |||||
| * | | progs/wgl: Fix assertion failure in wglthreads' texture creation. | José Fonseca | 2009-06-16 | 1 | -8/+10 |
| | | | |||||
| * | | progs/tests: Use opaque colors. | José Fonseca | 2009-06-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Transparency is not relevant for this example, and leads to distraction due to different results in alpha visuals, when capturing images to disk. | ||||
* | | | Merge branch 'mesa_7_5_branch' | Thomas Hellstrom | 2009-06-15 | 3 | -38/+158 |
|\| | | | | | | | | | | | | | | | | | Conflicts: progs/util/extfuncs.h | ||||
| * | | demos: update fbotexture.c to use EXT or ARB functions exclusively | Brian Paul | 2009-06-12 | 2 | -38/+77 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When the -arb option is specified we use GL_ARB_framebuffer_object intead of GL_EXT_framebuffer_object. For some vendors' OpenGL it's important to call the ARB entrypoints instead of the EXT entrypoints to get correct behaviour. Use some function pointer tricks to do this (instead of GLEW). | ||||
| * | | util: additional function pointers | Brian Paul | 2009-06-12 | 1 | -0/+101 |
| | | | |||||
* | | | tests: added persp_hint.c test | Brian Paul | 2009-06-12 | 3 | -0/+151 |
| | | | | | | | | | | | | Test the effect of GL_PERSPECTIVE_CORRECTION_HINT on color interpolation. | ||||
* | | | tests: added arbgpuprog, for compile-testing ARB vertex/fragment programs | Brian Paul | 2009-06-12 | 2 | -0/+231 |
| | | | |||||
* | | | progs/rbug: Add binary to bmp converter program | Jakob Bornecrantz | 2009-06-12 | 3 | -0/+113 |
| | | | |||||
* | | | Merge branch 'mesa_7_5_branch' | José Fonseca | 2009-06-11 | 10 | -26/+50 |
|\| | | | | | | | | | | | | | | | | | Conflicts: src/mesa/state_tracker/st_cb_fbo.c src/mesa/state_tracker/st_framebuffer.c | ||||
| * | | progs: Port fp programs to GLEW. | José Fonseca | 2009-06-11 | 10 | -26/+50 |
| | | | |||||
* | | | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz | 2009-06-09 | 5 | -0/+312 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile src/mesa/main/version.h src/mesa/shader/slang/slang_preprocess.c src/mesa/state_tracker/st_cb_bufferobjects.c | ||||
| * | | progs/tests: Add some scissor tests | Jakob Bornecrantz | 2009-06-08 | 5 | -0/+312 |
| | | | |||||
* | | | tests: check for GL_EXT/ARB_framebuffer_object | Brian Paul | 2009-06-09 | 1 | -1/+3 |
| | | | |||||
* | | | tests: also test glGetTexImage with render to texture | Brian Paul | 2009-06-09 | 1 | -11/+103 |
| | | | | | | | | | | | | | | | Also, adjust texture dims for the original test. And use GLEW. | ||||
* | | | tests: quick and dirty glGetTexImage() test program | Brian Paul | 2009-06-09 | 2 | -1/+125 |
| | | | |||||
* | | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-06-04 | 5 | -22/+109 |
|\| | | | | | | | | | | | | | | | | | Conflicts: src/mesa/main/context.c | ||||
| * | | progs/vpglsl: add similar support for point rendering as progs/vp | Keith Whitwell | 2009-06-01 | 3 | -6/+64 |
| | | | |||||
| * | | trivial/tri-z: add controls for depthrange min/max | Keith Whitwell | 2009-06-01 | 1 | -10/+40 |
| | | | | | | | | | | | | | | | Also add key to set up quake-1 style ztrick rendering with clear depth 1.0, deptrange(1.0, 0.0) and depthfunc GL_GREATER. | ||||
| * | | progs/wgl: Small cleanup to wglinfo. | José Fonseca | 2009-06-01 | 1 | -5/+4 |
| | | | |||||
| * | | progs/wgl: Use an invisible window in wglinfo. | José Fonseca | 2009-06-01 | 1 | -1/+1 |
| | | | |||||
* | | | 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. | ||||
* | | | progs/rbug: Add small remote debugging cli applications | Jakob Bornecrantz | 2009-06-01 | 11 | -0/+800 |
| |/ |/| | |||||
* | | demos: remove some old debug/test code | Brian Paul | 2009-05-27 | 1 | -5/+2 |
| | | |||||
* | | demos: extend glsl/multitex.c to use a vertex buffer object | Brian Paul | 2009-05-22 | 1 | -6/+87 |
| | | |||||
* | | demos/util: add funcs for GL_ARB_buffer_object | Brian Paul | 2009-05-22 | 1 | -0/+19 |
| | | |||||
* | | progs/trivial: update .gitignore with new binaries | Joakim Sindholt | 2009-05-12 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-05-11 | 1 | -0/+1 |
|\| | | | | | | | | | | | | | Conflicts: Makefile src/mesa/main/version.h | ||||
| * | trivial: destroy window upon exit | Brian Paul | 2009-05-11 | 1 | -0/+1 |
| | | |||||
| * | progs/trivial: add test for vertex program invarient transform | Keith Whitwell | 2009-05-08 | 3 | -0/+149 |
| | | |||||
| * | progs/trivial: add vbo-noninterleaved test | Keith Whitwell | 2009-05-08 | 3 | -0/+141 |
| | | |||||
| * | trivial: add line-flat.c | Keith Whitwell | 2009-05-08 | 3 | -0/+149 |
| | | |||||
* | | demos: delete vertex array objects upon exit | Brian Paul | 2009-05-07 | 1 | -0/+2 |
| | | |||||
* | | progs/trivial: add test for vertex program invarient transform | Keith Whitwell | 2009-05-05 | 3 | -0/+149 |
| | | |||||
* | | progs/trivial: add vbo-noninterleaved test | Keith Whitwell | 2009-05-05 | 3 | -0/+141 |
| | | |||||
* | | trivial: add line-flat.c | Keith Whitwell | 2009-05-05 | 3 | -0/+149 |
|/ | |||||
* | demos: silence warning | Brian Paul | 2009-04-30 | 1 | -1/+1 |
| | |||||
* | progs/tests: Update ignores | Jakob Bornecrantz | 2009-04-29 | 1 | -8/+6 |
| | |||||
* | progs/tests: Add mipmap_comp for mipmap testing with compressed textures | Jakob Bornecrantz | 2009-04-29 | 4 | -0/+298 |
| | |||||
* | progs: add fflushes for cygwin | Keith Whitwell | 2009-04-28 | 2 | -0/+5 |
| | |||||
* | demos: asst. updates, clean-ups | Brian Paul | 2009-04-28 | 1 | -23/+20 |
| | |||||
* | demos: Clean up allocated Textures and Display Lists when demo quit | Shuang He | 2009-04-27 | 4 | -0/+47 |
| |