| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mesa: additional assertions for ctx->Driver.UnmapBuffer() | Brian Paul | 2009-08-31 | 1 | -4/+7 |
* | mesa: new assertions, comments about buffer mapping | Brian Paul | 2009-08-31 | 1 | -12/+29 |
* | mesa: use _mesa_is_bufferobj() | Brian Paul | 2009-08-12 | 1 | -17/+17 |
* | mesa: use _mesa_bufferobj_mapped() | Brian Paul | 2009-08-07 | 1 | -15/+15 |
* | mesa: make buffer object-related driver fallback functions static | Brian Paul | 2009-06-19 | 1 | -10/+36 |
* | Merge branch 'arb_map_buffer_range' | Brian Paul | 2009-06-15 | 1 | -10/+225 |
|\ |
|
| * | mesa: implement GL_ARB_map_buffer_range | Brian Paul | 2009-06-08 | 1 | -10/+225 |
* | | mesa: use _mesa_reference_buffer_object() in a few places | Brian Paul | 2009-06-12 | 1 | -5/+9 |
* | | mesa: added a simple bounds checker to glMap/UnmapBuffer() (disabled) | Brian Paul | 2009-06-09 | 1 | -0/+35 |
|/ |
|
* | mesa: added buffer object debug code (disabled) | Brian Paul | 2009-06-03 | 1 | -0/+36 |
* | mesa: fix error test mistake in _mesa_CopyBufferSubData() | Brian Paul | 2009-06-02 | 1 | -1/+1 |
* | mesa: _mesa_CopyBufferSubData() function, and driver fall-back | Brian Paul | 2009-06-02 | 1 | -3/+142 |
* | mesa: use Elements() for loop bound | Brian Paul | 2009-05-22 | 1 | -2/+2 |
* | mesa: minor code simplification | Brian Paul | 2009-05-22 | 1 | -9/+11 |
* | mesa: remove pointless null ptr check, improved some error messages | Brian Paul | 2009-05-21 | 1 | -3/+3 |
* | mesa: move the NullBufferObj from GLcontext to gl_shared_state | Brian Paul | 2009-05-07 | 1 | -12/+4 |
* | mesa: fix comments, s/texture/buffer/ | Brian Paul | 2009-05-07 | 1 | -2/+2 |
* | mesa: remove unused gl_buffer_object::OnCard field | Brian Paul | 2009-05-07 | 1 | -2/+0 |
* | mesa: added gl_buffer_object::Written flag (for debug purposes) | Brian Paul | 2009-05-07 | 1 | -0/+6 |
* | mesa: Compute gl_client_array->_MaxElement during array validation | Brian Paul | 2009-05-07 | 1 | -0/+2 |
* | mesa: set bufObj->Pointer = NULL after unmapping | Brian Paul | 2009-02-27 | 1 | -4/+3 |
* | mesa: if a buffer object is mapped when glDeleteBuffers() is called, unmap it | Brian Paul | 2009-02-27 | 1 | -0/+5 |
* | mesa: updated comments | Brian Paul | 2009-02-27 | 1 | -24/+18 |
* | mesa: fix incorrect error handling in glBufferDataARB() | Brian Paul | 2009-02-27 | 1 | -2/+4 |
* | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2009-01-02 | 1 | -1/+1 |
|\ |
|
| * | mesa: increase max texture image units and GLSL samplers to 16 | Brian Paul | 2008-12-31 | 1 | -1/+1 |
* | | mesa: fix default buffer object access value | Brian Paul | 2008-09-26 | 1 | -2/+9 |
* | | Merge commit 'origin/master' into gallium-0.2 | Keith Whitwell | 2008-09-18 | 1 | -1/+4 |
|\| |
|
| * | mesa: remove some assertions that are invalid during context tear-down | Brian Paul | 2008-09-15 | 1 | -1/+4 |
* | | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal... | Alan Hourihane | 2008-09-11 | 1 | -96/+92 |
|\| |
|
| * | mesa: improved gl_buffer_object reference counting | Brian Paul | 2008-09-04 | 1 | -96/+92 |
* | | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | gallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_drawpix_pbo/ | Brian Paul | 2008-04-25 | 1 | -2/+2 |
| * | Refactor PBO validate/map code. | Brian | 2008-03-21 | 1 | -61/+15 |
| * | add a number of PBO validate/map/unmap functions | Brian Paul | 2008-03-21 | 1 | -2/+185 |
* | | Refactor PBO validate/map code. | Brian | 2008-03-21 | 1 | -61/+15 |
* | | add a number of PBO validate/map/unmap functions | Brian | 2008-03-21 | 1 | -2/+185 |
* | | For _mesa_share_state(), update the context's references to the new share gro... | Brian | 2007-08-23 | 1 | -71/+99 |
|/ |
|
* | silence C++ warnings | Brian | 2007-01-23 | 1 | -2/+2 |
* | move a conditional into an assertion | Brian Paul | 2006-09-21 | 1 | -3/+6 |
* | Error detection/reporting was broken in several places. | Brian Paul | 2006-08-25 | 1 | -45/+70 |
* | Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoid | Brian Paul | 2006-08-23 | 1 | -5/+5 |
* | remove unused var | Brian Paul | 2006-06-12 | 1 | -2/+0 |
* | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick | 2006-06-12 | 1 | -43/+37 |
* | Added simple lookup_bufferobj() function to wrap the _mesa_HashLookup() call | Brian Paul | 2006-06-03 | 1 | -79/+86 |
* | minor clean-ups | Brian Paul | 2006-06-02 | 1 | -20/+21 |
* | try removing need for the uintptr_t casts | Brian Paul | 2005-12-01 | 1 | -2/+5 |
* | Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms | Karl Schultz | 2005-05-05 | 1 | -2/+2 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -1/+1 |
* | change gl_buffer_object's Size field to GLsizeiptrARB type | Brian Paul | 2005-03-03 | 1 | -1/+1 |