| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa/bufferobj: make _mesa_delete_buffer_object externally accessible | Nicolai Hähnle | 2016-01-07 | 1 | -0/+4 |
* | mesa: move GL_APPLE_object_purgeable functions to new file | Brian Paul | 2015-09-16 | 1 | -10/+0 |
* | mesa: Remove target parameter from _mesa_handle_bind_buffer_gen | Ian Romanick | 2015-09-02 | 1 | -1/+0 |
* | main: Cosmetic changes to GetBufferSubData. | Laura Ekstrand | 2015-03-17 | 1 | -2/+2 |
* | main: Add entry point for GetNamedBufferSubData. | Laura Ekstrand | 2015-03-17 | 1 | -0/+4 |
* | main: Add entry point for GetNamedBufferPointerv. | Laura Ekstrand | 2015-03-17 | 1 | -0/+4 |
* | main: Add entry points for GetNamedBufferParameteri[64]v. | Laura Ekstrand | 2015-03-17 | 1 | -0/+7 |
* | main: Add entry point for FlushMappedNamedBufferRange. | Laura Ekstrand | 2015-03-17 | 1 | -0/+4 |
* | main: Refactor FlushMappedBufferRange. | Laura Ekstrand | 2015-03-17 | 1 | -0/+6 |
* | main: Add entry point for UnmapNamedBuffer. | Laura Ekstrand | 2015-03-17 | 1 | -0/+7 |
* | main: Add entry points for MapNamedBuffer[Range]. | Laura Ekstrand | 2015-03-17 | 1 | -3/+11 |
* | main: Refactor MapBuffer[Range]. | Laura Ekstrand | 2015-03-17 | 1 | -0/+6 |
* | main: Minor whitespace fixes in ClearNamedBuffer[Sub]Data. | Laura Ekstrand | 2015-03-17 | 1 | -2/+2 |
* | main: Add entry points for ClearNamedBuffer[Sub]Data. | Laura Ekstrand | 2015-03-17 | 1 | -0/+11 |
* | main: Refactor ClearBuffer[Sub]Data. | Laura Ekstrand | 2015-03-17 | 1 | -5/+14 |
* | main: Add entry point for CopyNamedBufferSubData. | Laura Ekstrand | 2015-03-17 | 1 | -0/+12 |
* | main: Improve errors and style in BufferSubData. | Laura Ekstrand | 2015-03-17 | 1 | -2/+2 |
* | main: Add entry point for NamedBufferSubData. | Laura Ekstrand | 2015-03-17 | 1 | -0/+9 |
* | main: Add entry point for NamedBufferData. | Laura Ekstrand | 2015-03-17 | 1 | -2/+11 |
* | main: Add entry point for NamedBufferStorage. | Laura Ekstrand | 2015-03-17 | 1 | -0/+9 |
* | main: Add entry point for CreateBuffers. | Laura Ekstrand | 2015-03-17 | 1 | -1/+4 |
* | main: Add utility function _mesa_lookup_bufferobj_err. | Laura Ekstrand | 2015-03-09 | 1 | -0/+4 |
* | mesa: Drop the "target" parameter from NewBufferObject(). | Kenneth Graunke | 2014-10-16 | 1 | -1/+1 |
* | mesa: Add helper functions for looking up multiple buffers | Fredrik Höglund | 2014-05-02 | 1 | -0/+14 |
* | glapi: Add infrastructure for ARB_multi_bind | Fredrik Höglund | 2014-05-02 | 1 | -0/+7 |
* | mesa/st: Accelerate ARB_clear_buffer_object with clear_buffer | Ilia Mirkin | 2014-03-31 | 1 | -0/+7 |
* | mesa: allow buffers to be mapped multiple times | Marek Olšák | 2014-02-25 | 1 | -5/+10 |
* | mesa: allow buffers mapped with the persistent flag to be used by the GPU | Marek Olšák | 2014-02-25 | 1 | -0/+8 |
* | mesa: implement glBufferStorage, immutable buffers; add extension enable flag | Marek Olšák | 2014-02-25 | 1 | -0/+4 |
* | mesa: Cleanup mesa/main/bufferobj.h | Pi Tabred | 2013-12-18 | 1 | -14/+45 |
* | mesa: Implement functions for clear_buffer_object extensions | Pi Tabred | 2013-12-18 | 1 | -0/+4 |
* | mesa: Make handle_bind_buffer_gen() non-static | Fredrik Höglund | 2013-11-07 | 1 | -1/+8 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: Standardize names of OpenGL functions. | Paul Berry | 2012-11-12 | 1 | -11/+11 |
* | dispatch: Delete unused init_dispatch functions. | Paul Berry | 2012-11-06 | 1 | -4/+0 |
* | dispatch: Make all API functions non-static. | Paul Berry | 2012-11-06 | 1 | -39/+27 |
* | mesa: remove FEATURE_APPLE_object_purgeable define. | Oliver McFadden | 2012-09-15 | 1 | -2/+0 |
* | mesa/es: Pass context to _mesa_init_bufferobj_dispatch | Ian Romanick | 2012-08-14 | 1 | -1/+2 |
* | mesa: Move glBindBufferBase and glBindBufferRange() to bufferobj. | Eric Anholt | 2012-06-21 | 1 | -0/+7 |
* | mesa: Move buffer object dispatch setup to bufferobj.c. | Eric Anholt | 2012-06-21 | 1 | -0/+3 |
* | mesa: new _mesa_total_buffer_object_memory() debug function | Brian Paul | 2012-04-11 | 1 | -0/+2 |
* | mesa: Set default access flags based on the run-time API | Ian Romanick | 2012-01-19 | 1 | -1/+2 |
* | mesa: check for null ptr in _mesa_is_bufferobj() | Brian Paul | 2011-11-28 | 1 | -1/+1 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -3/+3 |
* | main: use inline function wrapper for _mesa_reference_buffer_object() | Brian Paul | 2011-07-14 | 1 | -1/+11 |
* | mesa: move PBO-related functions into a new file | Brian Paul | 2011-02-28 | 1 | -41/+0 |