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: use GLsizeiptrARB, GLintptrARB in bufferobj.c
Brian Paul
2018-09-20
1
-3
/
+3
*
mesa: add ARB_draw_indirect support to compat profile
Timothy Arceri
2018-06-30
1
-2
/
+1
*
mesa: Remove flush_vertices argument from VAO methods.
Mathias Fröhlich
2018-05-17
1
-1
/
+1
*
mesa: Add flush_vertices to _mesa_bind_vertex_buffer.
Mathias Fröhlich
2018-02-23
1
-1
/
+1
*
mesa: Use atomics for buffer objects reference counts.
Mathias Fröhlich
2018-02-06
1
-16
/
+6
*
mesa: use simple mtx in core mesa
Timothy Arceri
2017-11-09
1
-7
/
+7
*
mesa/bufferobj: don't double negate the range
Dave Airlie
2017-10-24
1
-3
/
+3
*
mesa/bufferobj: consolidate some buffer binding code.
Dave Airlie
2017-10-11
1
-42
/
+35
*
mesa/bufferobj: consolidate some codepaths between ubo/ssbo/atomics.
Dave Airlie
2017-10-11
1
-102
/
+47
*
mesa: rename various buffer bindings to one struct.
Dave Airlie
2017-10-11
1
-9
/
+9
*
mesa: align atomic buffer handling code with ubo/ssbo (v1.1)
Dave Airlie
2017-10-11
1
-44
/
+91
*
mesa: silence 'variable may be used uninitialized' warning in bufferobj.c
Brian Paul
2017-10-03
1
-0
/
+1
*
mesa: remove duplicate assignments in bind_xfb_buffers()
Samuel Pitoiset
2017-08-24
1
-3
/
+0
*
mesa: only expose EXT_memory_object functions if the ext is supported
Samuel Pitoiset
2017-08-22
1
-7
/
+14
*
mesa: don't error check the default buffer object
Timothy Arceri
2017-08-08
1
-11
/
+11
*
mesa: hook up (Named)BufferStorageMem api
Timothy Arceri
2017-08-06
1
-20
/
+65
*
mapi: add EXT_external_objects and EXT_external_objects_fd
Andres Rodriguez
2017-08-06
1
-0
/
+31
*
mesa: add KHR_no_error support to glClear*Buffer*Data()
Samuel Pitoiset
2017-08-02
1
-0
/
+73
*
mesa: add clear_buffer_sub_data_error() helper
Samuel Pitoiset
2017-08-02
1
-17
/
+35
*
mesa: add KHR_no_error support to glNamedBufferData() and glBufferData()
Samuel Pitoiset
2017-08-02
1
-0
/
+30
*
mesa: add buffer_data() and buffer_data_error() helpers
Samuel Pitoiset
2017-08-02
1
-48
/
+64
*
mesa: add KHR_no_error support to glDeleteBuffers()
Samuel Pitoiset
2017-07-31
1
-0
/
+8
*
mesa: add delete_buffers() helper
Samuel Pitoiset
2017-07-31
1
-10
/
+17
*
mesa: check that buffer object is not NULL before initializing it
Timothy Arceri
2017-07-27
1
-4
/
+3
*
mesa: drop useless assert
Timothy Arceri
2017-07-26
1
-1
/
+0
*
mesa: call binding functions directly from glDeleteBuffers
Timothy Arceri
2017-07-26
1
-3
/
+9
*
mesa: move static binding functions above _mesa_DeleteBuffers()
Timothy Arceri
2017-07-26
1
-207
/
+205
*
mesa: don't try to re-generate the default buffer
Timothy Arceri
2017-07-26
1
-6
/
+6
*
mesa: add KHR_no_error support for gl*Buffers()
Samuel Pitoiset
2017-06-28
1
-0
/
+16
*
mesa: prepare create_buffers() helper for KHR_no_error support
Samuel Pitoiset
2017-06-28
1
-17
/
+24
*
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
[next]