summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Collapse)AuthorAgeFilesLines
* mesa: initial data structures for transform feedbackBrian Paul2010-03-303-0/+49
|
* mesa: simplify query code with get_query_binding_point()Brian Paul2010-03-301-71/+47
|
* Merge branch '7.8'Michel Dänzer2010-03-301-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.8Ian Romanick2010-03-281-1/+1
| | | | | | | | Also set the correct release date.
| * mesa: move/update hash function commentsBrian Paul2010-03-271-6/+11
| | | | | | | | (cherry picked from commit 535742d75f0096b22d1b8ff203ae561167af18f7)
| * mesa: fix deadlock in _mesa_HashFindFreeKeyBlock()Brian Paul2010-03-271-6/+13
| | | | | | | | | | Fixes fd.o bug 27340. (cherry picked from commit 8fe3b3f66ae57a1a6eca7f6dcb0455e14ad92075)
| * mesa: set version string to 7.8-rc27.8-rc2Ian Romanick2010-03-221-1/+1
| |
* | mesa: Add missing features.Chia-I Wu2010-03-306-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 Wu2010-03-301-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 functionsBrian Paul2010-03-262-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øgsberg2010-03-231-1/+2
| |
* | Merge branch '7.8'Brian Paul2010-03-221-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 Nieminen2010-03-221-1/+1
| |
* | mesa: remove return, do as the comment saysBrian Paul2010-03-221-1/+0
| |
* | mesa: added GL3 query for GL_TEXTURE_SHARED_SIZEBrian Paul2010-03-201-0/+12
| |
* | mesa: added missing glGet query for GL_MAX_ARRAY_TEXTURE_LAYERS_EXTBrian Paul2010-03-202-0/+18
| |
* | mesa: added new GL3 buffer object queriesBrian Paul2010-03-201-15/+53
| | | | | | | | And clean up the error checking code.
* | mesa: added GL3 buffer attachment aliasesBrian Paul2010-03-201-0/+4
| |
* | mesa: added GL3 ContextFlags field and query codeBrian Paul2010-03-203-1/+17
| |
* | Merge branch '7.8'Brian Paul2010-03-171-1/+1
|\| | | | | | | | | | | Conflicts: src/mesa/state_tracker/st_cb_drawpixels.c
| * mesa: rename params in prototype to match implementationBrian Paul2010-03-171-1/+1
| |
* | Merge branch '7.8' into masterPauli Nieminen2010-03-172-7/+9
|\| | | | | | | | | | | Conflicts: Makefile src/mesa/main/version.h
| * mesa: set version string to 7.8-rc1Ian Romanick2010-03-161-1/+1
| |
| * Replace _mesa_strtod with _mesa_strtof.Marcin Baczyński2010-03-152-7/+9
| | | | | | | | Reviewed-by: Ian Romanick <[email protected]>
* | Merge branch '7.8'Michel Dänzer2010-03-122-2/+2
|\|
| * Grammar and spelling fixesJeff Smith2010-03-122-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 FBOBrian Paul2010-03-101-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 commentsBrian Paul2010-03-101-0/+8
| |
* | Merge branch '7.8'Brian Paul2010-03-081-12/+85
|\|
| * mesa: add additional missing z formats for render to textureBrian Paul2010-03-081-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_Z24Brian Paul2010-03-081-0/+5
| |
| * mesa: s/GL_DEPTH_STENCIL/GL_DEPTH_COMPONENT/ for MESA_FORMAT_Z16 renderbufferBrian Paul2010-03-081-1/+1
| | | | | | | | MESA_FORMAT_Z16 has no stencil bits.
* | mesa: bump version to 7.9Brian Paul2010-03-051-3/+3
|/ | | | Now that the 7.8 branch has been created Mesa/master will be version 7.9
* Always return VOLATILE for ObjectPurgeable(VOLATILE)Chris Wilson2010-03-051-4/+16
| | | | | | | | | | | | Fixes fdo bug 26128. The spec mandates that VOLATILE is returned from ObjectPurgeable(VOLATILE) irrespective of the actual status of the object upon completion of marking it purgeable. Conform to the spec, even though it seems wrong. Signed-off-by: Chris Wilson <[email protected]>
* mesa: minor reformatting, new commentsBrian Paul2010-03-051-2/+9
|
* mesa: whitespace fixes, 80-column wrapping, etc.Brian Paul2010-03-051-84/+102
|
* Merge branch 'object-purgeable'Chris Wilson2010-03-0510-4554/+4999
|\ | | | | | | Acked-by: Brian Paul <[email protected]>
| * APPLE_object_purgeable: coreChris Wilson2010-03-058-0/+405
| | | | | | | | Signed-off-by: Chris Wilson <[email protected]>
| * APPLE_object_purgeable: autogenerated filesChris Wilson2010-03-042-4554/+4594
| |
* | Fix comparison of unsigned value against < 0.Michel Dänzer2010-03-051-1/+1
|/
* Revert "mesa: Fix unsigned comparison."Vinson Lee2010-03-041-1/+1
| | | | | | This reverts commit f9504e75f02586a8561733e0e2711c65efa2979d. This patch is incorrect.
* mesa: Fix unsigned comparison.Vinson Lee2010-03-041-1/+1
|
* mesa: Add asserts to check inputs to memcpy.Vinson Lee2010-03-041-0/+2
|
* Fix unmatched parenthesis introduce by previous commitsIan Romanick2010-03-031-1/+1
| | | | | | | | I wasn't careful enough when removing support for GCC versions earlier than 3.3.0. I could have sworn that I compile tested before pushing, but apparently not. FAIL. Signed-off-by: Ian Romanick <[email protected]>
* Remove support for GCC older than 3.3.0Ian Romanick2010-03-032-9/+5
| | | | Signed-off-by: Ian Romanick <[email protected]>
* mesa: Remove unused RasterIndex fieldIan Romanick2010-03-032-2/+0
| | | | | | | With the preceeding changes, gl_current_attrib::RasterIndex is not used. Remove it. Signed-off-by: Ian Romanick <[email protected]>
* mesa: Always return default value for CURRENT_RASTER_INDEXIan Romanick2010-03-032-5/+5
| | | | | | | Since there is no color-index rendering, it is impossible to update this value. Just return the initial setting and be happy. Signed-off-by: Ian Romanick <[email protected]>
* mesa: Eliminate index parameter to _mesa_feedback_vertexIan Romanick2010-03-033-12/+2
| | | | Signed-off-by: Ian Romanick <[email protected]>
* mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick2010-03-032-7/+0
| | | | | | | | These are used to inform the driver of the clear value for color-index buffers and to control write-masking of bits in color-index buffers. No driver use or need (not even Nouveau) these interfaces. Signed-off-by: Ian Romanick <[email protected]>
* mesa: Remove _mesa_add_color_index_renderbuffersIan Romanick2010-03-032-62/+0
| | | | | | | After all the recent color-index visual support removal, _mesa_add_color_index_renderbuffers is no longer used anywhere. Signed-off-by: Ian Romanick <[email protected]>