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: 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
*
mesa: Removed unnecessary check for NULL pointer when freeing memory
Siavash Eliasi
2014-02-09
1
-2
/
+1
*
mesa: Rename ElementArrayBufferObj to IndexBufferObj.
Kenneth Graunke
2014-02-03
1
-3
/
+3
*
mesa: Rename "struct gl_array_object" to gl_vertex_array_object.
Kenneth Graunke
2014-02-03
1
-1
/
+1
*
mesa: Rename "arrayObj" local variables to "vao".
Kenneth Graunke
2014-02-03
1
-4
/
+4
*
mesa: Rename ArrayObj to VAO and DefaultArrayObj to DefaultVAO.
Kenneth Graunke
2014-02-03
1
-4
/
+4
*
mesa: use _mesa_align_free() in _mesa_delete_buffer_object()
Brian Paul
2014-01-31
1
-1
/
+1
*
mesa: Use _mesa_align_malloc in _mesa_buffer_data
Siavash Eliasi
2014-01-29
1
-2
/
+5
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-6
/
+6
*
mesa/main: Free ctx->DrawIndirectBuffer during teardown
Aaron Watry
2014-01-16
1
-0
/
+2
*
mesa: Implement functions for clear_buffer_object extensions
Pi Tabred
2013-12-18
1
-0
/
+279
*
mesa: Modify get_buffer() to allow for a variable error code
Pi Tabred
2013-12-18
1
-16
/
+28
*
mesa: Add bufferobj_range_mapped function
Pi Tabred
2013-12-18
1
-32
/
+59
*
mesa: Add binding point for indirect buffer
Chris Forbes
2013-11-25
1
-0
/
+14
*
mesa: Add ARB_vertex_attrib_binding
Fredrik Höglund
2013-11-07
1
-2
/
+2
*
mesa: Make handle_bind_buffer_gen() non-static
Fredrik Höglund
2013-11-07
1
-10
/
+14
*
mesa: Rename gl_array_object::VertexAttrib to _VertexAttrib
Fredrik Höglund
2013-11-07
1
-2
/
+2
*
mesa: Add support for ARB_shader_atomic_counters.
Francisco Jerez
2013-10-29
1
-0
/
+58
*
mesa: remove outdated comment
Dylan Noblesmith
2013-09-24
1
-1
/
+0
*
mesa: free object labels when deleting
Timothy Arceri
2013-09-04
1
-0
/
+1
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: declare UniformBufferBindings as an array with a static size
Marek Olšák
2013-05-28
1
-8
/
+2
*
mesa: add & use a new driver flag for UBO updates instead of _NEW_BUFFER_OBJECT
Marek Olšák
2013-05-11
1
-1
/
+2
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa: Don't check (offset + size <= bufObj->Size) in BindBufferRange.
Paul Berry
2013-02-07
1
-7
/
+0
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-11
/
+0
*
mesa: Fix default value of BUFFER_ACCESS_FLAGS.
Kenneth Graunke
2013-01-15
1
-28
/
+25
[next]