| Commit message (Expand) | Author | Age | Files | Lines |
* | st/mesa: add support for indirect drawing | Christoph Bumiller | 2014-07-02 | 1 | -0/+3 |
* | mesa/st: Accelerate ARB_clear_buffer_object with clear_buffer | Ilia Mirkin | 2014-03-31 | 1 | -0/+28 |
* | mesa: allow buffers to be mapped multiple times | Marek Olšák | 2014-02-25 | 1 | -22/+26 |
* | st/mesa: implement ARB_buffer_storage | Marek Olšák | 2014-02-25 | 1 | -22/+57 |
* | mesa: add storage flags parameter to Driver.BufferData | Marek Olšák | 2014-02-25 | 1 | -1/+5 |
* | gallium: remove PIPE_USAGE_STATIC | Marek Olšák | 2014-02-06 | 1 | -3/+2 |
* | mesa: Rename _mesa_..._array_obj functions to _mesa_..._vao. | Kenneth Graunke | 2014-02-03 | 1 | -2/+2 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -2/+2 |
* | st/mesa: plug in default buffer object driver functions | Brian Paul | 2013-12-18 | 1 | -0/+3 |
* | st/mesa: whitespace fixes in st_cb_bufferobjects.c | Brian Paul | 2013-10-11 | 1 | -13/+13 |
* | mesa: free object labels when deleting | Timothy Arceri | 2013-09-04 | 1 | -0/+1 |
* | st/mesa: remove dependency on _NEW_BUFFER_OBJECT for vertex arrays | Marek Olšák | 2013-05-11 | 1 | -2/+2 |
* | st/mesa: restore the transfer_inline_write path for BufferData | Marek Olšák | 2013-05-11 | 1 | -0/+15 |
* | mesa: add & use a new driver flag for UBO updates instead of _NEW_BUFFER_OBJECT | Marek Olšák | 2013-05-11 | 1 | -1/+3 |
* | Revert "st/mesa: add a simple path to BufferData if it only discards buffer c... | José Fonseca | 2013-04-29 | 1 | -14/+0 |
* | st/mesa: add a simple path to BufferData if it only discards buffer contents | Marek Olšák | 2013-04-24 | 1 | -0/+14 |
* | st/mesa: fix debug_printf() format string warning | Brian Paul | 2013-02-23 | 1 | -1/+1 |
* | st/mesa: add some simple buffer/draw debug code | Brian Paul | 2013-01-14 | 1 | -0/+5 |
* | st/mesa: set PIPE_BIND_SAMPLER_VIEW for TBOs in st_bufferobj_data | Christoph Bumiller | 2012-12-08 | 1 | -0/+3 |
* | mesa/st: add ARB_uniform_buffer_object support (v2) | Dave Airlie | 2012-12-08 | 1 | -0/+3 |
* | gallium: unify transfer functions | Marek Olšák | 2012-10-11 | 1 | -0/+3 |
* | st/mesa: set PIPE_BIND_STREAM_OUTPUT for TFB target in st_bufferobj_data | Christoph Bumiller | 2012-05-17 | 1 | -0/+3 |
* | mesa: Set default access flags based on the run-time API | Ian Romanick | 2012-01-19 | 1 | -1/+1 |
* | gallium: fix behavior of pipe_buffer_map_range | Marek Olšák | 2012-01-05 | 1 | -4/+0 |
* | st/mesa: add some null pointer checking to better handle out of memory | Brian Paul | 2011-11-07 | 1 | -0/+12 |
* | mesa: handle zero-size buffers in MapBuffer and ranges in MapBufferRange (v3) | Marek Olšák | 2011-09-02 | 1 | -24/+8 |
* | mesa: Eliminate dd_function_table::MapBuffer | Ian Romanick | 2011-08-23 | 1 | -43/+0 |
* | mesa: Remove target parameter from dd_function_table::FlushMappedBufferRange | Ian Romanick | 2011-08-23 | 1 | -1/+1 |
* | mesa: Remove target parameter from dd_function_table::MapBufferRange | Ian Romanick | 2011-08-23 | 1 | -1/+1 |
* | mesa: Remove target parameter from dd_function_table::GetBufferSubData | Ian Romanick | 2011-08-23 | 1 | -1/+0 |
* | mesa: Remove target parameter from dd_function_table::BufferSubData | Ian Romanick | 2011-08-23 | 1 | -1/+0 |
* | mesa: Remove target parameter from dd_function_table::MapBuffer | Ian Romanick | 2011-08-23 | 1 | -1/+1 |
* | mesa: Remove target parameter from dd_function_table::UnmapBuffer | Ian Romanick | 2011-08-23 | 1 | -1/+1 |
* | st/mesa: simplify some st_context(ctx)->pipe code | Brian Paul | 2011-05-25 | 1 | -2/+1 |
* | st/mesa: implement CopyBufferSubData using resource_copy_region | Marek Olšák | 2011-04-21 | 1 | -19/+4 |
* | st/mesa: Make use of the new PIPE_TRANSFER_DISCARD_* for buffer object. | Mathias Fröhlich | 2011-03-15 | 1 | -5/+9 |
* | gallium: add usage parameter to pipe_buffer_create | Marek Olšák | 2011-02-15 | 1 | -6/+27 |
* | gallium: remove unused 'buf' parameter in pipe_buffer_unmap | Marek Olšák | 2010-12-20 | 1 | -3/+3 |
* | st/mesa: Set PIPE_TRANSFER_DISCARD for GL_MAP_INVALIDATE_RANGE/BUFFFER_BIT | Mathias Fröhlich | 2010-11-26 | 1 | -0/+6 |
* | st/mesa: fix mapping of zero-sized buffer objects | Brian Paul | 2010-11-26 | 1 | -12/+18 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -10/+10 |
* | Merge branch 'gallium-msaa' | Roland Scheidegger | 2010-05-21 | 1 | -3/+1 |
|\ |
|
| * | mesa/st: adapt to interface changes | Roland Scheidegger | 2010-05-17 | 1 | -3/+1 |
* | | mesa/st: Remove internal flushes from Mesa state tracker. | José Fonseca | 2010-05-11 | 1 | -2/+1 |
|/ |
|
* | Squashed commit of the following: | Keith Whitwell | 2010-04-10 | 1 | -33/+67 |
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -1/+1 |
* | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke | 2010-02-19 | 1 | -1/+1 |
* | mesa: Ensure object refcount is null when destroying the buffer. | José Fonseca | 2010-02-09 | 1 | -0/+2 |
* | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca | 2010-02-02 | 1 | -1/+1 |
* | mesa: Cope with the degenerate case of zero length ranges. | José Fonseca | 2010-01-03 | 1 | -4/+45 |