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: 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
*
mesa: don't advertise ARB_texture_buffer_object in legacy contexts
Marek Olšák
2012-12-12
1
-2
/
+2
*
mesa: Ignore size and offset parameters for BindBufferRange when buffer is 0
Matt Turner
2012-12-07
1
-10
/
+12
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-20
/
+20
*
dispatch: Delete unused init_dispatch functions.
Paul Berry
2012-11-06
1
-31
/
+0
*
dispatch: Make all API functions non-static.
Paul Berry
2012-11-06
1
-2
/
+2
*
mesa: Fix the core GL genned-name handling for glBindBufferBase()/Range().
Eric Anholt
2012-11-04
1
-8
/
+14
*
dispatch: GLES1 fixes for _mesa_create_exec_table().
Paul Berry
2012-11-01
1
-1
/
+1
*
_mesa_create_exec_table: GLES3 fixes.
Paul Berry
2012-10-23
1
-0
/
+3
*
mesa/es: Enable GL_EXT_map_buffer_range
Fredrik Höglund
2012-10-16
1
-6
/
+16
*
mesa: Don't set dispatch pointer for glGetBufferSubData in ES2
Ian Romanick
2012-09-28
1
-1
/
+3
*
mesa: remove FEATURE_APPLE_object_purgeable define.
Oliver McFadden
2012-09-15
1
-3
/
+0
*
mesa: remove FEATURE_EXT_transform_feedback define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-2
/
+1
*
mesa: Require names from Gen in core context
Ian Romanick
2012-08-29
1
-0
/
+4
*
mesa/es: Validate glGetBufferParameteriv pname in Mesa code rather than the E...
Ian Romanick
2012-08-24
1
-3
/
+6
*
mesa/es: Validate glMapBuffer access in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
1
-0
/
+9
*
mesa/es: Validate glBufferData usage in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
1
-5
/
+18
*
mesa/es: Validate buffer object targets in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
1
-1
/
+8
*
mesa: Add skeleton implementations of glInvalidateBuffer{Sub,}Data
Ian Romanick
2012-08-14
1
-0
/
+97
*
mesa/es: Pass context to _mesa_init_bufferobj_dispatch
Ian Romanick
2012-08-14
1
-3
/
+6
*
mesa: Unbind uniform buffer bindings on glDeleteBuffers().
Eric Anholt
2012-08-07
1
-0
/
+7
*
mesa: Make glBindBufferBase/glBindBufferRange() work on just-genned names.
Eric Anholt
2012-08-07
1
-12
/
+25
*
mesa: fix default_access_mode() result for ES2
Brian Paul
2012-08-02
1
-1
/
+1
*
mesa: default_access_mode() returns a GLbitfield, not GLenum
Brian Paul
2012-08-02
1
-1
/
+1
*
mesa: rename MaxTransformFeedbackSeparateAttribs to MaxTransformFeedbackBuffers
Marek Olšák
2012-06-28
1
-1
/
+1
*
mesa: fix comments on UBO buffer binding functions
Brian Paul
2012-06-22
1
-4
/
+7
*
mesa: Add a comment explaining my thoughts on glBindBufferBase().
Eric Anholt
2012-06-21
1
-0
/
+26
*
mesa: Add support for glBindBufferBase/Range on GL_UNIFORM_BUFFER.
Eric Anholt
2012-06-21
1
-0
/
+85
*
mesa: Move glBindBufferBase and glBindBufferRange() to bufferobj.
Eric Anholt
2012-06-21
1
-0
/
+74
*
mesa: Move buffer object dispatch setup to bufferobj.c.
Eric Anholt
2012-06-21
1
-0
/
+17
[next]