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
/
main
/
bufferobj.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Remove debugging code from _mesa_reference_*.
Matt Turner
2015-09-25
1
-17
/
+0
*
mesa/cs: Support GL_DISPATCH_INDIRECT_BUFFER
Jordan Justen
2015-09-24
1
-0
/
+15
*
mesa: const-qualify buffer_object_subdata_range_good() bufObj parameter
Brian Paul
2015-09-22
1
-1
/
+1
*
mesa/es3.1 : Align OpenGL ES 3.1 glBindVertexBuffer error handling with OpenG...
Marta Lofstedt
2015-09-22
1
-1
/
+1
*
mesa: move GL_APPLE_object_purgeable functions to new file
Brian Paul
2015-09-16
1
-378
/
+0
*
mesa: remove trailing whitespace in bufferobj.c
Brian Paul
2015-09-16
1
-7
/
+7
*
mesa: Silence unused parameter warnings in bufferobj.c
Ian Romanick
2015-09-02
1
-0
/
+2
*
mesa: Remove target parameter from _mesa_handle_bind_buffer_gen
Ian Romanick
2015-09-02
1
-4
/
+3
*
mesa: AtomicBufferBindings should be initialized to zero.
Marta Lofstedt
2015-08-17
1
-2
/
+2
*
mesa: Fix printf format specifier warn of the ptrdiff_t
Edward O'Callaghan
2015-08-13
1
-1
/
+1
*
mesa/es3.1: Allow binding GL_DRAW_INDIRECT_BUFFER with gles 3.1
Marta Lofstedt
2015-08-03
1
-2
/
+3
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-7
/
+7
*
mesa: Implement _mesa_BindBufferRange for target GL_SHADER_STORAGE_BUFFER
Iago Toral Quiroga
2015-07-14
1
-0
/
+37
*
mesa: Implement _mesa_BindBufferBase for target GL_SHADER_STORAGE_BUFFER
Iago Toral Quiroga
2015-07-14
1
-0
/
+56
*
mesa: Implement _mesa_BindBuffersRange for target GL_SHADER_STORAGE_BUFFER
Iago Toral Quiroga
2015-07-14
1
-0
/
+110
*
mesa: Implement _mesa_BindBuffersBase for target GL_SHADER_STORAGE_BUFFER
Iago Toral Quiroga
2015-07-14
1
-0
/
+142
*
mesa: Implement _mesa_DeleteBuffers for target GL_SHADER_STORAGE_BUFFER
Iago Toral Quiroga
2015-07-14
1
-0
/
+11
*
mesa: Initialize and free shader storage buffers
Iago Toral Quiroga
2015-07-14
1
-0
/
+19
*
mesa: Add shader storage buffer support to struct gl_context
Iago Toral Quiroga
2015-07-14
1
-0
/
+5
*
Revert "mesa: Add ARB_direct_state_access checks in buffer object functions"
Ian Romanick
2015-05-28
1
-105
/
+0
*
mesa: Add ARB_direct_state_access checks in buffer object functions
Fredrik Höglund
2015-05-14
1
-0
/
+105
*
main: create_buffers unlocks mutex when throwing OUT_OF_MEMORY.
Laura Ekstrand
2015-04-01
1
-0
/
+1
*
main: Added entry point for glTransformFeedbackBufferRange
Martin Peres
2015-03-25
1
-1
/
+2
*
main: Added entry point for glTransformFeedbackBufferBase
Martin Peres
2015-03-25
1
-3
/
+6
*
mesa: Make sure the buffer exists in _mesa_lookup_bufferobj_err
Fredrik Höglund
2015-03-20
1
-4
/
+6
*
main: Correct _mesa_error with no format in bufferobj.c.
Laura Ekstrand
2015-03-17
1
-1
/
+1
*
main: Cosmetic changes to GetBufferSubData.
Laura Ekstrand
2015-03-17
1
-1
/
+1
*
main: Add entry point for GetNamedBufferSubData.
Laura Ekstrand
2015-03-17
1
-0
/
+22
*
main: Cosmetic updates to GetBufferPointerv.
Laura Ekstrand
2015-03-17
1
-4
/
+5
*
main: Add entry point for GetNamedBufferPointerv.
Laura Ekstrand
2015-03-17
1
-0
/
+20
*
main: Add entry points for GetNamedBufferParameteri[64]v.
Laura Ekstrand
2015-03-17
1
-0
/
+39
*
main: Refactor GetBufferParameteri[64]v.
Laura Ekstrand
2015-03-17
1
-74
/
+45
*
main: Add entry point for FlushMappedNamedBufferRange.
Laura Ekstrand
2015-03-17
1
-0
/
+16
*
main: Refactor FlushMappedBufferRange.
Laura Ekstrand
2015-03-17
1
-26
/
+34
*
main: Add entry point for UnmapNamedBuffer.
Laura Ekstrand
2015-03-17
1
-13
/
+34
*
main: Add entry points for MapNamedBuffer[Range].
Laura Ekstrand
2015-03-17
1
-0
/
+42
*
main: Refactor MapBuffer[Range].
Laura Ekstrand
2015-03-17
1
-161
/
+127
*
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
/
+35
*
main: Refactor ClearBuffer[Sub]Data.
Laura Ekstrand
2015-03-17
1
-72
/
+53
*
main: Add entry point for CopyNamedBufferSubData.
Laura Ekstrand
2015-03-17
1
-33
/
+66
*
main: Improve errors and style in BufferSubData.
Laura Ekstrand
2015-03-17
1
-3
/
+7
*
main: Add entry point for NamedBufferSubData.
Laura Ekstrand
2015-03-17
1
-49
/
+80
*
main: Add entry point for NamedBufferData.
Laura Ekstrand
2015-03-17
1
-20
/
+49
*
main: Add entry point for NamedBufferStorage.
Laura Ekstrand
2015-03-17
1
-17
/
+48
*
main: Add entry point for CreateBuffers.
Laura Ekstrand
2015-03-17
1
-13
/
+52
*
main: Add utility function _mesa_lookup_bufferobj_err.
Laura Ekstrand
2015-03-09
1
-0
/
+19
*
mesa/main: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
1
-1
/
+1
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-28
/
+28
*
mesa: implement GL_AMD_pinned_memory
Marek Olšák
2015-02-17
1
-2
/
+31
[next]