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/bufferobj: use mapping range in BufferSubData.
Dave Airlie
2016-06-01
1
-1
/
+1
*
mesa: log buffer ID numbers in decimal, not hexadecimal
Brian Paul
2016-05-24
1
-2
/
+2
*
mesa: use enum name in bind_buffer_object() error message
Brian Paul
2016-05-24
1
-1
/
+2
*
mesa: Replace uses of Shared->Mutex with hash-table mutexes
Matt Turner
2016-05-20
1
-12
/
+14
*
main: uses casts to silence some _mesa_debug() format warnings
Brian Paul
2016-05-04
1
-4
/
+6
*
mesa: add OES_texture_buffer and EXT_texture_buffer support
Ilia Mirkin
2016-03-28
1
-2
/
+2
*
mesa: reset offset/size to 0 when removing atomic binding
Ilia Mirkin
2016-02-12
1
-2
/
+2
*
mesa: Add QueryBuffer to context
Rafal Mielniczuk
2016-02-04
1
-0
/
+14
*
mesa: add MESA_NO_MINMAX_CACHE environment variable
Nicolai Hähnle
2016-02-03
1
-0
/
+22
*
vbo: cache/memoize the result of vbo_get_minmax_indices (v3)
Nicolai Hähnle
2016-02-03
1
-1
/
+11
*
mesa/main: bail earlier for size == 0 in _mesa_clear_buffer_sub_data
Nicolai Hähnle
2016-02-03
1
-8
/
+8
*
mesa/main: add USAGE_PIXEL_PACK_BUFFER flag to buffer UsageHistory
Nicolai Hähnle
2016-02-03
1
-0
/
+9
*
mesa: Move sanity check of BindVertexBuffer for OpenGL ES 3.1
Marta Lofstedt
2016-01-19
1
-1
/
+1
*
mesa: add Driver.InvalidateBufferSubData
Nicolai Hähnle
2016-01-14
1
-8
/
+4
*
mesa: fix the checks in _mesa_InvalidateBuffer(Sub)Data
Nicolai Hähnle
2016-01-14
1
-3
/
+15
*
mesa: merge bind_atomic_buffers_{base|range}
Nicolai Hähnle
2016-01-08
1
-106
/
+49
*
mesa: merge bind_shader_storage_buffers_{base|range}
Nicolai Hähnle
2016-01-08
1
-111
/
+51
*
mesa: merge bind_uniform_buffers_{base|range}
Nicolai Hähnle
2016-01-08
1
-108
/
+50
*
mesa: merge bind_xfb_buffers_{base|range}
Nicolai Hähnle
2016-01-08
1
-113
/
+59
*
mesa: add parameter buffer, used for ARB_indirect_parameters
Ilia Mirkin
2016-01-07
1
-0
/
+15
*
mesa/bufferobj: make _mesa_delete_buffer_object externally accessible
Nicolai Hähnle
2016-01-07
1
-1
/
+1
*
Revert "i965/wm: use proper API buffer size for the surfaces."
Ilia Mirkin
2016-01-05
1
-3
/
+1
*
i965/wm: use proper API buffer size for the surfaces.
Samuel Iglesias Gonsálvez
2016-01-04
1
-1
/
+3
*
mesa: Fix warning with MESA_VERBOSE=api for BindBufferRange
Jordan Justen
2016-01-01
1
-1
/
+1
*
mesa: Add MESA_VERBOSE=api for several indexed BindBuffer variants
Jordan Justen
2016-01-01
1
-2
/
+25
*
mesa: fix ID usage for buffer warnings
Brian Paul
2015-12-09
1
-6
/
+12
*
mesa: detect inefficient buffer use and report through debug output
Brian Paul
2015-12-09
1
-0
/
+55
*
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
[next]