Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: don't turn on GL_EXT_transform_feedback yet | Brian Paul | 2010-04-04 | 1 | -1/+1 |
| | |||||
* | mesa: implement core Mesa support for GL_ARB_draw_instanced | Brian Paul | 2010-04-04 | 3 | -0/+28 |
| | |||||
* | mesa: new validation functions for GL_ARB_draw_instanced | Brian Paul | 2010-04-04 | 2 | -1/+116 |
| | |||||
* | mesa: new extension flag for GL_EXT/ARB_draw_instanced | Brian Paul | 2010-04-04 | 2 | -0/+3 |
| | |||||
* | glapi: regenerated files for GL_ARB_draw_instanced | Brian Paul | 2010-04-04 | 1 | -956/+991 |
| | |||||
* | mesa: display list support for GL_EXT_transform_feedback | Brian Paul | 2010-04-02 | 1 | -1/+48 |
| | |||||
* | mesa: plug in GL_EXT_transform_feedback functions into dispatch | Brian Paul | 2010-04-02 | 1 | -0/+13 |
| | |||||
* | glapi: regenerated files for EXT_transform_feedback | Brian Paul | 2010-04-02 | 2 | -3476/+3576 |
| | |||||
* | mesa: minor fixes in _mesa_GetTransformFeedbackVarying() | Brian Paul | 2010-04-01 | 1 | -1/+10 |
| | |||||
* | mesa: Remove unnecessary header. | Vinson Lee | 2010-03-31 | 1 | -1/+0 |
| | |||||
* | mesa: Use a consistent name of the external s3tc library for all windows ↵ | José Fonseca | 2010-03-31 | 1 | -1/+1 |
| | | | | compilers. | ||||
* | mesa: added glGet queries for transform_feedback | Brian Paul | 2010-03-30 | 2 | -0/+185 |
| | |||||
* | mesa: added glEnable/Disable state for transform feedback | Brian Paul | 2010-03-30 | 1 | -0/+16 |
| | |||||
* | mesa: add new query/buffer targets for transform feedback | Brian Paul | 2010-03-30 | 2 | -0/+19 |
| | |||||
* | mesa: plug in transform feedback functions, set limits | Brian Paul | 2010-03-30 | 1 | -0/+8 |
| | |||||
* | mesa: initial check-in of transform feedback functions | Brian Paul | 2010-03-30 | 2 | -0/+498 |
| | |||||
* | mesa: add EXT_transform_feedback to extension list | Brian Paul | 2010-03-30 | 1 | -0/+4 |
| | |||||
* | mesa: initial data structures for transform feedback | Brian Paul | 2010-03-30 | 3 | -0/+49 |
| | |||||
* | mesa: simplify query code with get_query_binding_point() | Brian Paul | 2010-03-30 | 1 | -71/+47 |
| | |||||
* | Merge branch '7.8' | Michel Dänzer | 2010-03-30 | 1 | -12/+24 |
|\ | | | | | | | | | | | | | | | Conflicts: Makefile src/mesa/main/version.h Resolved by keeping version strings from master (also in the intel driver). | ||||
| * | mesa: set version string to 7.8 | Ian Romanick | 2010-03-28 | 1 | -1/+1 |
| | | | | | | | | Also set the correct release date. | ||||
| * | mesa: move/update hash function comments | Brian Paul | 2010-03-27 | 1 | -6/+11 |
| | | | | | | | | (cherry picked from commit 535742d75f0096b22d1b8ff203ae561167af18f7) | ||||
| * | mesa: fix deadlock in _mesa_HashFindFreeKeyBlock() | Brian Paul | 2010-03-27 | 1 | -6/+13 |
| | | | | | | | | | | Fixes fd.o bug 27340. (cherry picked from commit 8fe3b3f66ae57a1a6eca7f6dcb0455e14ad92075) | ||||
| * | mesa: set version string to 7.8-rc27.8-rc2 | Ian Romanick | 2010-03-22 | 1 | -1/+1 |
| | | |||||
* | | mesa: Add missing features. | Chia-I Wu | 2010-03-30 | 6 | -8/+12 |
| | | | | | | | | | | | | | | 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". | ||||
* | | mesa: Add umbrella features. | Chia-I Wu | 2010-03-30 | 1 | -51/+68 |
| | | | | | | | | | | | | | | 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. | ||||
* | | mesa: only call _mesa_update_state() when necessary in glGet functions | Brian Paul | 2010-03-26 | 2 | -544/+594 |
| | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | mesa: Also print _NEW_STENCIL in _mesa_print_state() | Kristian Høgsberg | 2010-03-23 | 1 | -1/+2 |
| | | |||||
* | | Merge branch '7.8' | Brian Paul | 2010-03-22 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | Conflicts: src/gallium/drivers/cell/ppu/cell_screen.c src/mesa/state_tracker/st_cb_drawpixels.c | ||||
| * | mesa: Add end of line to the end of a debug output. | Pauli Nieminen | 2010-03-22 | 1 | -1/+1 |
| | | |||||
* | | mesa: remove return, do as the comment says | Brian Paul | 2010-03-22 | 1 | -1/+0 |
| | | |||||
* | | mesa: added GL3 query for GL_TEXTURE_SHARED_SIZE | Brian Paul | 2010-03-20 | 1 | -0/+12 |
| | | |||||
* | | mesa: added missing glGet query for GL_MAX_ARRAY_TEXTURE_LAYERS_EXT | Brian Paul | 2010-03-20 | 2 | -0/+18 |
| | | |||||
* | | mesa: added new GL3 buffer object queries | Brian Paul | 2010-03-20 | 1 | -15/+53 |
| | | | | | | | | And clean up the error checking code. | ||||
* | | mesa: added GL3 buffer attachment aliases | Brian Paul | 2010-03-20 | 1 | -0/+4 |
| | | |||||
* | | mesa: added GL3 ContextFlags field and query code | Brian Paul | 2010-03-20 | 3 | -1/+17 |
| | | |||||
* | | Merge branch '7.8' | Brian Paul | 2010-03-17 | 1 | -1/+1 |
|\| | | | | | | | | | | | Conflicts: src/mesa/state_tracker/st_cb_drawpixels.c | ||||
| * | mesa: rename params in prototype to match implementation | Brian Paul | 2010-03-17 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '7.8' into master | Pauli Nieminen | 2010-03-17 | 2 | -7/+9 |
|\| | | | | | | | | | | | Conflicts: Makefile src/mesa/main/version.h | ||||
| * | mesa: set version string to 7.8-rc1 | Ian Romanick | 2010-03-16 | 1 | -1/+1 |
| | | |||||
| * | Replace _mesa_strtod with _mesa_strtof. | Marcin Baczyński | 2010-03-15 | 2 | -7/+9 |
| | | | | | | | | Reviewed-by: Ian Romanick <[email protected]> | ||||
* | | Merge branch '7.8' | Michel Dänzer | 2010-03-12 | 2 | -2/+2 |
|\| | |||||
| * | Grammar and spelling fixes | Jeff Smith | 2010-03-12 | 2 | -2/+2 |
| | | | | | | | | | | Signed-off-by: Jeff Smith <[email protected]> Signed-off-by: Brian Paul <[email protected]> | ||||
* | | mesa: raise an error when trying to bind non-existant texture to FBO | Brian Paul | 2010-03-10 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | If the user calls glRenderBufferTexture(texture=N) but texture N doesn't name an existing texture, raise GL_INVALID_ENUM. Plus, add a comment about some questionable error checking code in framebuffer_texture(). Ian? | ||||
* | | mesa: added new function comments | Brian Paul | 2010-03-10 | 1 | -0/+8 |
| | | |||||
* | | Merge branch '7.8' | Brian Paul | 2010-03-08 | 1 | -12/+85 |
|\| | |||||
| * | mesa: add additional missing z formats for render to texture | Brian Paul | 2010-03-08 | 1 | -15/+83 |
| | | | | | | | | | | Allow render to texture for X8_Z24 and Z24_X8 formats. Replace big if/else with switch, etc. | ||||
| * | mesa: add render-to-texture case for MESA_FORMAT_S8_Z24 | Brian Paul | 2010-03-08 | 1 | -0/+5 |
| | | |||||
| * | mesa: s/GL_DEPTH_STENCIL/GL_DEPTH_COMPONENT/ for MESA_FORMAT_Z16 renderbuffer | Brian Paul | 2010-03-08 | 1 | -1/+1 |
| | | | | | | | | MESA_FORMAT_Z16 has no stencil bits. | ||||
* | | mesa: bump version to 7.9 | Brian Paul | 2010-03-05 | 1 | -3/+3 |
|/ | | | | Now that the 7.8 branch has been created Mesa/master will be version 7.9 |