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
...
*
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
*
mesa: fix AtomicBuffer typo in _mesa_DeleteBuffers
Marek Olšák
2015-02-17
1
-1
/
+1
*
mesa: Fix some signed-unsigned comparison warnings
Jan Vesely
2015-01-21
1
-9
/
+9
*
mesa: fix 'misalgned' typos in error messages
Brian Paul
2014-10-20
1
-2
/
+2
*
mesa: Drop the "target" parameter from NewBufferObject().
Kenneth Graunke
2014-10-16
1
-8
/
+6
*
mesa: Mark buffer objects that are used as atomic counter buffers
Chris Forbes
2014-10-16
1
-0
/
+1
*
mesa: Mark buffer objects which are bound as UBOs
Chris Forbes
2014-10-16
1
-0
/
+6
*
mesa: use PRId64 for printing 64-bit ints
Brian Paul
2014-08-11
1
-16
/
+17
*
mesa: Add missing atomic buffer bindings and unbindings
Aditya Atluri
2014-08-01
1
-0
/
+31
*
mesa: Implement glBindBuffersRange
Fredrik Höglund
2014-05-02
1
-0
/
+367
*
mesa: Implement glBindBuffersBase
Fredrik Höglund
2014-05-02
1
-0
/
+365
*
mesa: Refactor set_ubo_binding()
Fredrik Höglund
2014-05-02
1
-14
/
+40
*
mesa: Add helper functions for looking up multiple buffers
Fredrik Höglund
2014-05-02
1
-0
/
+72
*
mesa: Refactor set_atomic_buffer_binding()
Fredrik Höglund
2014-05-02
1
-16
/
+40
*
glapi: Add infrastructure for ARB_multi_bind
Fredrik Höglund
2014-05-02
1
-0
/
+13
*
mesa/st: Accelerate ARB_clear_buffer_object with clear_buffer
Ilia Mirkin
2014-03-31
1
-3
/
+3
*
mesa: switch to c11 mutex functions
Brian Paul
2014-03-03
1
-13
/
+13
*
mesa: don't call ctx->Driver.ClearBufferSubData() if size==0
Brian Paul
2014-03-03
1
-4
/
+8
*
mesa: allow buffers to be mapped multiple times
Marek Olšák
2014-02-25
1
-113
/
+102
*
mesa: allow buffers mapped with the persistent flag to be used by the GPU
Marek Olšák
2014-02-25
1
-13
/
+19
*
mesa: add error checks to glMapBufferRange, glMapBuffer for ARB_buffer_storage
Marek Olšák
2014-02-25
1
-7
/
+57
*
mesa: implement glBufferStorage, immutable buffers; add extension enable flag
Marek Olšák
2014-02-25
1
-0
/
+93
*
mesa: add storage flags parameter to Driver.BufferData
Marek Olšák
2014-02-25
1
-2
/
+7
*
mesa: remove unused driver hook BindBuffer
Marek Olšák
2014-02-25
1
-5
/
+0
[prev]
[next]