Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-13 | ffvertex: don't touch tex coords if coord replace is enabled. | Dave Airlie | |
The fixed function vertex program shouldn't need to deal or touch tex coords if stuffing is enabled. Though I'm not 100% this won't break assumption made elsewhere it seems like the correct thing to do, and makes r300g point sprites a lot easier to implement. draw: fix point-sprite when vertex program is used. This commit regressed draw, so fix it as well to help bisection. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-04-10 | Fix copyright headers. | Chia-I Wu | |
Update the warranty disclaimer to use the more general "THE AUTHORS OR COPYRIGHT HOLDERS". This is done manually on files created by me. Hope that I do not miss anything. | |||
2010-04-08 | Merge remote branch 'origin/7.8' | Dave Airlie | |
Conflicts: Makefile configs/default src/mesa/main/version.h | |||
2010-04-08 | texenvprogram: fix for ARB_draw_buffers. | Dave Airlie | |
piglit has a test called fbo-drawbuffers, this fails for me on r300g, and fixing the texenv program to use the DATA outputs fixes it. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-04-06 | mesa: Add OES_EGL_image to extension list. | Chia-I Wu | |
2010-04-05 | mesa: set version string to 7.8.1 | Ian Romanick | |
2010-04-05 | mesa: update_arrays() depends on program state. | Henri Verbeet | |
It uses ctx->VertexProgram._Current. Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-04-05 | mesa: remove unused var | Brian Paul | |
Fixes a coverity warnings. | |||
2010-04-05 | mesa: check for _NEW_BUFFERS for color read format queries | Brian Paul | |
2010-04-04 | mesa: don't turn on GL_EXT_transform_feedback yet | Brian Paul | |
2010-04-04 | mesa: implement core Mesa support for GL_ARB_draw_instanced | Brian Paul | |
2010-04-04 | mesa: new validation functions for GL_ARB_draw_instanced | Brian Paul | |
2010-04-04 | mesa: new extension flag for GL_EXT/ARB_draw_instanced | Brian Paul | |
2010-04-04 | glapi: regenerated files for GL_ARB_draw_instanced | Brian Paul | |
2010-04-02 | mesa: display list support for GL_EXT_transform_feedback | Brian Paul | |
2010-04-02 | mesa: plug in GL_EXT_transform_feedback functions into dispatch | Brian Paul | |
2010-04-02 | glapi: regenerated files for EXT_transform_feedback | Brian Paul | |
2010-04-01 | mesa: minor fixes in _mesa_GetTransformFeedbackVarying() | Brian Paul | |
2010-03-31 | mesa: Remove unnecessary header. | Vinson Lee | |
2010-03-31 | mesa: Use a consistent name of the external s3tc library for all windows ↵ | José Fonseca | |
compilers. | |||
2010-03-30 | mesa: added glGet queries for transform_feedback | Brian Paul | |
2010-03-30 | mesa: added glEnable/Disable state for transform feedback | Brian Paul | |
2010-03-30 | mesa: add new query/buffer targets for transform feedback | Brian Paul | |
2010-03-30 | mesa: plug in transform feedback functions, set limits | Brian Paul | |
2010-03-30 | mesa: initial check-in of transform feedback functions | Brian Paul | |
2010-03-30 | mesa: add EXT_transform_feedback to extension list | Brian Paul | |
2010-03-30 | mesa: initial data structures for transform feedback | Brian Paul | |
2010-03-30 | mesa: simplify query code with get_query_binding_point() | Brian Paul | |
2010-03-30 | Merge branch '7.8' | Michel Dänzer | |
Conflicts: Makefile src/mesa/main/version.h Resolved by keeping version strings from master (also in the intel driver). | |||
2010-03-30 | mesa: Add missing features. | Chia-I Wu | |
Add features tested in the code but missing from mfeatures.h. This also fixes some tests of features. They should be tested with "#if", not "#ifdef". | |||
2010-03-30 | mesa: Add umbrella features. | Chia-I Wu | |
Add FEATURE_GL, FEATURE_ES1, and FEATURE_ES2 for OpenGL, OpenGL ES 1.x, and OpenGL ES 2.x respectively. Define individual features through the new umbrella features. There is no real change introduced by this commit. | |||
2010-03-28 | mesa: set version string to 7.8 | Ian Romanick | |
Also set the correct release date. | |||
2010-03-27 | mesa: move/update hash function comments | Brian Paul | |
(cherry picked from commit 535742d75f0096b22d1b8ff203ae561167af18f7) | |||
2010-03-27 | mesa: fix deadlock in _mesa_HashFindFreeKeyBlock() | Brian Paul | |
Fixes fd.o bug 27340. (cherry picked from commit 8fe3b3f66ae57a1a6eca7f6dcb0455e14ad92075) | |||
2010-03-26 | mesa: only call _mesa_update_state() when necessary in glGet functions | Brian Paul | |
Only a few state vars require state validation before querying them. This potentially speeds up state queries. Encode that info into the state tuple table. Also, use the new tuple field to indicate when FLUSH_CURRENT() must be called to validate other state vars. Based on a patch submitted by Robert Bragg on Feb 12, 2010. | |||
2010-03-23 | mesa: Also print _NEW_STENCIL in _mesa_print_state() | Kristian Høgsberg | |
2010-03-22 | mesa: set version string to 7.8-rc2 | Ian Romanick | |
2010-03-22 | Merge branch '7.8' | Brian Paul | |
Conflicts: src/gallium/drivers/cell/ppu/cell_screen.c src/mesa/state_tracker/st_cb_drawpixels.c | |||
2010-03-22 | mesa: remove return, do as the comment says | Brian Paul | |
2010-03-22 | mesa: Add end of line to the end of a debug output. | Pauli Nieminen | |
2010-03-20 | mesa: added GL3 query for GL_TEXTURE_SHARED_SIZE | Brian Paul | |
2010-03-20 | mesa: added missing glGet query for GL_MAX_ARRAY_TEXTURE_LAYERS_EXT | Brian Paul | |
2010-03-20 | mesa: added new GL3 buffer object queries | Brian Paul | |
And clean up the error checking code. | |||
2010-03-20 | mesa: added GL3 buffer attachment aliases | Brian Paul | |
2010-03-20 | mesa: added GL3 ContextFlags field and query code | Brian Paul | |
2010-03-17 | Merge branch '7.8' | Brian Paul | |
Conflicts: src/mesa/state_tracker/st_cb_drawpixels.c | |||
2010-03-17 | mesa: rename params in prototype to match implementation | Brian Paul | |
2010-03-17 | Merge branch '7.8' into master | Pauli Nieminen | |
Conflicts: Makefile src/mesa/main/version.h | |||
2010-03-16 | mesa: set version string to 7.8-rc1 | Ian Romanick | |
2010-03-15 | Replace _mesa_strtod with _mesa_strtof. | Marcin Baczyński | |
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> |