index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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 _NEW_BUFFER_OBJECT
Marek Olšák
2017-06-22
1
-2
/
+2
*
mesa: refuse to change tex buffers when a handle is allocated
Samuel Pitoiset
2017-06-14
1
-2
/
+2
*
mesa: add KHR_no_error support for glBindBuffer()
Samuel Pitoiset
2017-06-07
1
-0
/
+10
*
mesa: add KHR_no_error support for glInvalidateBufferData()
Samuel Pitoiset
2017-06-07
1
-0
/
+9
*
mesa: add KHR_no_error support for glInvalidateBufferSubData()
Samuel Pitoiset
2017-06-07
1
-0
/
+10
*
mesa: add invalidate_buffer_subdata() helper
Samuel Pitoiset
2017-06-07
1
-4
/
+11
*
mesa: add KHR_no_error support for glBindBufferRange()
Timothy Arceri
2017-05-30
1
-37
/
+66
*
mesa: create bind_buffer_range() helper
Timothy Arceri
2017-05-30
1
-3
/
+10
*
mesa: convert mesa_bind_buffer_range_transform_feedback() to a validate function
Timothy Arceri
2017-05-30
1
-4
/
+8
*
mesa: split bind_atomic_buffer() in two
Timothy Arceri
2017-05-30
1
-25
/
+29
*
mesa: split bind_buffer_range_shader_storage_buffer() in two
Timothy Arceri
2017-05-30
1
-13
/
+23
*
mesa: split bind_buffer_range_uniform_buffer() in two
Timothy Arceri
2017-05-30
1
-13
/
+19
*
mesa: add KHR_no_error support for glBufferSubData()
Timothy Arceri
2017-05-17
1
-3
/
+17
*
mesa: add KHR_no_error support for glNamedBufferSubData()
Timothy Arceri
2017-05-17
1
-7
/
+20
*
mesa: add buffer_sub_data() helper
Timothy Arceri
2017-05-17
1
-17
/
+24
*
mesa: create validate_buffer_sub_data() helper
Timothy Arceri
2017-05-17
1
-28
/
+39
*
mesa: add KHR_no_error support for glBufferStorage()
Timothy Arceri
2017-05-17
1
-3
/
+17
*
mesa: add KHR_no_error support for glNamedBufferStorage()
Timothy Arceri
2017-05-17
1
-7
/
+24
*
mesa: add inlined_buffer_storage() helper
Timothy Arceri
2017-05-17
1
-20
/
+27
*
mesa: add validate_buffer_storage() helper
Timothy Arceri
2017-05-17
1
-15
/
+27
*
mesa: some C99 tidy ups
Timothy Arceri
2017-05-07
1
-24
/
+10
*
mesa: add KHR_no_error support to copy buffer subdata functions
Timothy Arceri
2017-05-07
1
-0
/
+33
*
mesa: remove _mesa from static function
Timothy Arceri
2017-05-07
1
-4
/
+4
*
mesa: make _mesa_buffer_storage() static
Timothy Arceri
2017-05-07
1
-8
/
+7
*
mesa: make _mesa_copy_buffer_sub_data() static
Timothy Arceri
2017-05-07
1
-10
/
+8
*
mesa: make _mesa_clear_buffer_sub_data() static
Timothy Arceri
2017-05-07
1
-20
/
+13
*
mesa: add KHR_no_error support for flush mapped buffer functions
Timothy Arceri
2017-05-07
1
-0
/
+25
*
mesa: make _mesa_flush_mapped_buffer_range() static
Timothy Arceri
2017-05-07
1
-9
/
+9
*
mesa: add KHR_no_error support for unmap buffer functions
Timothy Arceri
2017-05-07
1
-0
/
+19
*
mesa: split unmap_buffer() in two
Timothy Arceri
2017-05-07
1
-12
/
+17
*
mesa: make _mesa_unmap_buffer() static
Timothy Arceri
2017-05-07
1
-5
/
+5
*
mesa: add KHR_no_error support for some map buffer functions
Timothy Arceri
2017-05-07
1
-0
/
+53
*
mesa: split out validation from map_buffer_range()
Timothy Arceri
2017-05-07
1
-27
/
+50
*
mesa: make map_buffer_range() static
Timothy Arceri
2017-05-07
1
-14
/
+13
*
mesa: remove fallback RefCount == 0 pattern
Timothy Arceri
2017-04-22
1
-10
/
+4
*
mesa: stop abstracting buffer object hashtable locking
Timothy Arceri
2017-04-07
1
-23
/
+10
*
mesa: use internal function when deleting buffers
Timothy Arceri
2017-04-06
1
-16
/
+16
*
mesa: rework bind_buffer_object()
Timothy Arceri
2017-04-06
1
-18
/
+16
*
mesa: implement sparse buffer commitment
Nicolai Hähnle
2017-04-05
1
-0
/
+66
*
mesa: implement sparse storage buffer allocation
Nicolai Hähnle
2017-04-05
1
-6
/
+23
*
mesa: Add GL_ARB_sparse_buffer boilerplate
Nicolai Hähnle
2017-04-05
1
-0
/
+12
*
mesa: fix comment indentation in bind_buffers_check_offset_and_size()
Brian Paul
2016-11-11
1
-10
/
+10
*
mesa: rename gl_vertex_array_object::VertexBinding to BufferBinding
Brian Paul
2016-10-28
1
-4
/
+4
*
mesa: Unbind deleted vbo using _mesa_bind_vertex_buffer.
Mathias Fröhlich
2016-07-31
1
-4
/
+7
*
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
[next]