index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_cb_bufferobjects.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: BufferData should flag NewDriverState
Marek Olšák
2016-08-12
1
-5
/
+5
*
st/mesa: use PIPE_USAGE_STREAM for GL_CLIENT_STORAGE_BIT without READ_BIT (v2)
Marek Olšák
2016-08-10
1
-3
/
+7
*
st/mesa: completely rewrite state atoms
Marek Olšák
2016-07-30
1
-5
/
+5
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
1
-6
/
+3
*
st/mesa: use buffer usage history to set dirty flags for revalidation
Ilia Mirkin
2016-06-07
1
-2
/
+13
*
st/mesa: Replace GLvoid with void
Jakob Sinclair
2016-04-12
1
-4
/
+4
*
st/mesa: add query buffer support
Ilia Mirkin
2016-02-04
1
-0
/
+3
*
st/mesa: add support for SSBO binding and GLSL intrinsics
Ilia Mirkin
2016-01-29
1
-0
/
+1
*
st/mesa: add atomic counter support
Ilia Mirkin
2016-01-29
1
-0
/
+3
*
st/mesa: implement Driver.InvalidateBufferSubData
Nicolai Hähnle
2016-01-14
1
-1
/
+30
*
st/mesa: use pipe->invalidate_resource instead of buffer re-allocation
Nicolai Hähnle
2016-01-14
1
-13
/
+18
*
st/mesa: expose ARB_indirect_parameters when the backend driver allows
Ilia Mirkin
2016-01-07
1
-0
/
+1
*
st/mesa: use _mesa_delete_buffer_object
Nicolai Hähnle
2016-01-07
1
-3
/
+1
*
st/mesa: Destroy buffer object's mutex.
Jose Fonseca
2015-11-10
1
-0
/
+1
*
mesa: remove Driver.DeleteArrayObject
Marek Olšák
2015-10-03
1
-3
/
+0
*
mesa: remove Driver.NewArrayObject
Marek Olšák
2015-10-03
1
-1
/
+0
*
main: Refactor ClearBuffer[Sub]Data.
Laura Ekstrand
2015-03-17
1
-2
/
+2
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-6
/
+6
*
gallium: add interface and state tracker support for GL_AMD_pinned_memory
Marek Olšák
2015-02-17
1
-5
/
+13
*
st/mesa: Don't use PIPE_USAGE_STREAM for GL_PIXEL_UNPACK_BUFFER_ARB
Michel Dänzer
2015-02-06
1
-2
/
+9
*
mesa: Drop the "target" parameter from NewBufferObject().
Kenneth Graunke
2014-10-16
1
-2
/
+2
*
st/mesa: Use PIPE_USAGE_STAGING for GL_STATIC/DYNAMIC/STREAM_READ buffers
Michel Dänzer
2014-09-26
1
-3
/
+5
*
st/mesa: use PRId64 for printing 64-bit ints
Brian Paul
2014-08-11
1
-1
/
+4
*
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
[next]