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
/
arrayobj.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: fix crash in st/mesa after deleting a VAO
Marek Olšák
2014-07-11
1
-0
/
+15
*
mesa: switch to c11 mutex functions
Brian Paul
2014-03-03
1
-6
/
+6
*
mesa: Drop unnecessary (void) ctx from VAO code.
Kenneth Graunke
2014-02-03
1
-1
/
+0
*
mesa: Remove "APPLE" from some VAO error messages.
Kenneth Graunke
2014-02-03
1
-3
/
+3
*
mesa: Update some comments relating to VAOs.
Kenneth Graunke
2014-02-03
1
-1
/
+4
*
mesa: Rename ElementArrayBufferObj to IndexBufferObj.
Kenneth Graunke
2014-02-03
1
-2
/
+2
*
mesa: Rename _mesa_lookup_arrayobj to _mesa_lookup_vao.
Kenneth Graunke
2014-02-03
1
-4
/
+4
*
mesa: Rename _mesa_..._array_obj functions to _mesa_..._vao.
Kenneth Graunke
2014-02-03
1
-16
/
+16
*
mesa: Rename "struct gl_array_object" to gl_vertex_array_object.
Kenneth Graunke
2014-02-03
1
-23
/
+23
*
mesa: Rename "arrayObj" local variables to "vao".
Kenneth Graunke
2014-02-03
1
-22
/
+22
*
mesa: Rename ArrayObj to VAO and DefaultArrayObj to DefaultVAO.
Kenneth Graunke
2014-02-03
1
-4
/
+4
*
mesa: 80-column wrapping, remove trailing whitespace in arrayobj.c
Brian Paul
2013-11-12
1
-13
/
+16
*
mesa: Add ARB_vertex_attrib_binding
Fredrik Höglund
2013-11-07
1
-12
/
+51
*
mesa: Rename gl_array_object::VertexAttrib to _VertexAttrib
Fredrik Höglund
2013-11-07
1
-13
/
+13
*
mesa: free object labels when deleting
Timothy Arceri
2013-09-04
1
-0
/
+1
*
mesa: make _mesa_lookup_arrayobj() non-static
Timothy Arceri
2013-09-04
1
-5
/
+5
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-4
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL OR IBM" 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: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-3
/
+0
*
Make IsVertexArray() return false before BindVertexArray()
Matt Turner
2012-12-21
1
-3
/
+5
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-2
/
+2
*
mesa: Use "non-gen name" more consistently as an error message in GL core.
Eric Anholt
2012-11-04
1
-1
/
+1
*
mesa: Remove support for NV_vertex_program's special attributes aliasing
Eric Anholt
2012-10-15
1
-2
/
+0
*
mesa: remove FEATURE_point_size_array define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: Fix VAO deletion on GL 3.1 core.
Eric Anholt
2012-08-29
1
-1
/
+1
*
mesa: make _mesa_reference_array_object() an inline function
Brian Paul
2012-06-27
1
-5
/
+6
*
mesa: move gl_array_attrib::NewState to gl_array_object::NewArrays
Brian Paul
2012-04-20
1
-1
/
+0
*
mesa: Set the gl_array_object::ARBsemantics flag at the right time
Ian Romanick
2012-02-02
1
-1
/
+5
*
mesa: Rename gl_array_object::VBOonly to ::ARBsemantics
Ian Romanick
2012-01-24
1
-5
/
+11
*
mesa: Fix and speedup gl_array_object::_MaxElement computation.
Mathias Fröhlich
2012-01-20
1
-14
/
+27
*
mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms
Brian Paul
2012-01-12
1
-1
/
+1
*
mesa: Remove remaining FEATURE_ARB_vertex_buffer_object guards.
Mathias Fröhlich
2011-12-28
1
-4
/
+0
*
mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.
Mathias Fröhlich
2011-11-29
1
-55
/
+39
*
mesa: Replace _NEW_ARRAY_* bits with VERT_BIT_*
Mathias Fröhlich
2011-11-29
1
-1
/
+1
*
mesa: move ElementArrayBufferObj to gl_array_object
Yuanhan Liu
2011-11-29
1
-0
/
+4
*
mesa: Set the "Integer" field of gl_client_array properly.
Paul Berry
2011-11-02
1
-0
/
+1
*
mesa: s/INLINE/inline/
Brian Paul
2011-10-01
1
-1
/
+1
*
mesa: only update array _MaxElement if array is enabled
Brian Paul
2011-05-18
1
-2
/
+3
*
mesa: Update _ElementSize.
Brian Paul
2011-04-07
1
-0
/
+2
*
mesa: consolidate code in _mesa_update_array_max_element()
Brian Paul
2011-04-06
1
-32
/
+2
*
mesa: 80-column wrapping
Brian Paul
2011-03-19
1
-1
/
+2
*
mesa: Initial size for secondary color array is 3
Ian Romanick
2011-01-31
1
-1
/
+1
*
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-07
1
-0
/
+1
*
mesa: Include mtypes.h in files that use gl_context struct.
Vinson Lee
2011-01-05
1
-0
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-12
/
+12
*
mesa: Move src/mesa/glapi/dispatch.h to mesa.
Chia-I Wu
2010-02-25
1
-1
/
+1
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-5
/
+5
[next]