projects
/
mesa.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
st/mesa: call glthread_destroy() before _vbo_DestroyContext()
[mesa.git]
/
src
/
mesa
/
main
/
arrayobj.c
2016-10-28
Brian Paul
mesa: rename gl_client_array -> gl_vertex_array
blob
|
commitdiff
|
raw
2016-10-28
Brian Paul
mesa: code clean-up in _mesa_update_vao_client_arrays()
blob
|
commitdiff
|
raw
|
diff to current
2016-10-28
Brian Paul
mesa: rename gl_vertex_array_object::VertexBinding...
blob
|
commitdiff
|
raw
|
diff to current
2016-10-13
Brian Paul
mesa: rename gl_vertex_attrib_array gl_array_attributes
blob
|
commitdiff
|
raw
|
diff to current
2016-10-13
Brian Paul
mesa: rename gl_vertex_attrib_array::VertexBinding
blob
|
commitdiff
|
raw
|
diff to current
2016-10-13
Brian Paul
mesa: rename some vars in arrayobj.c
blob
|
commitdiff
|
raw
|
diff to current
2016-08-15
Mathias Fröhlich
mesa: Move _mesa_all_buffers_are_unmapped to arrayobj.c.
blob
|
commitdiff
|
raw
|
diff to current
2016-07-31
Mathias Fröhlich
mesa: Implement _mesa_all_varyings_in_vbos.
blob
|
commitdiff
|
raw
|
diff to current
2016-06-14
Mathias Fröhlich
mesa: Make use of u_bit_scan{,64}.
blob
|
commitdiff
|
raw
|
diff to current
2015-11-14
Jason Ekstrand
Merge remote-tracking branch 'mesa-public/master' into...
blob
|
commitdiff
|
raw
|
diff to current
2015-11-11
Brian Paul
mesa: remove old comments in arrayobj.c
blob
|
commitdiff
|
raw
|
diff to current
2015-10-09
Kristian Høgsberg...
Merge ../mesa into vulkan
blob
|
commitdiff
|
raw
|
diff to current
2015-10-03
Marek Olšák
mesa: remove Driver.BindArrayObject
blob
|
commitdiff
|
raw
|
diff to current
2015-10-03
Marek Olšák
mesa: remove Driver.DeleteArrayObject
blob
|
commitdiff
|
raw
|
diff to current
2015-10-03
Marek Olšák
mesa: remove Driver.NewArrayObject
blob
|
commitdiff
|
raw
|
diff to current
2015-10-01
Kristian Høgsberg...
Merge branch 'master' of ../mesa into vulkan
blob
|
commitdiff
|
raw
|
diff to current
2015-09-25
Matt Turner
mesa: Remove debugging code from _mesa_reference_*.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-28
Ian Romanick
Revert "mesa: Add ARB_direct_state_access checks in...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-14
Fredrik Höglund
mesa: Add ARB_direct_state_access checks in VAO functions
blob
|
commitdiff
|
raw
|
diff to current
2015-05-08
Fredrik Höglund
mesa: Implement GetVertexArrayiv
blob
|
commitdiff
|
raw
|
diff to current
2015-05-08
Fredrik Höglund
mesa: Implement VertexArrayElementBuffer
blob
|
commitdiff
|
raw
|
diff to current
2015-05-08
Fredrik Höglund
mesa: Keep track of the last looked-up VAO
blob
|
commitdiff
|
raw
|
diff to current
2015-05-08
Fredrik Höglund
mesa: Add _mesa_lookup_vao_err
blob
|
commitdiff
|
raw
|
diff to current
2015-05-08
Fredrik Höglund
mesa: Implement CreateVertexArrays
blob
|
commitdiff
|
raw
|
diff to current
2015-05-08
Dave Airlie
mesa/vbo: add support for 64-bit vertex attributes...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-02
Brian Paul
mesa/main: replace Elements() with ARRAY_SIZE()
blob
|
commitdiff
|
raw
|
diff to current
2015-02-23
Matt Turner
mesa: Use assert() instead of ASSERT wrapper.
blob
|
commitdiff
|
raw
|
diff to current
2014-09-25
Kenneth Graunke
mesa: Use VertexArray, not _VertexArray, in array size...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-19
Kenneth Graunke
mesa: Delete VAO _MaxElement code and index buffer...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-11
Marek Olšák
mesa: fix crash in st/mesa after deleting a VAO
blob
|
commitdiff
|
raw
|
diff to current
2014-03-03
Brian Paul
mesa: switch to c11 mutex functions
blob
|
commitdiff
|
raw
|
diff to current
2014-02-03
Kenneth Graunke
mesa: Drop unnecessary (void) ctx from VAO code.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-03
Kenneth Graunke
mesa: Remove "APPLE" from some VAO error messages.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-03
Kenneth Graunke
mesa: Update some comments relating to VAOs.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-03
Kenneth Graunke
mesa: Rename ElementArrayBufferObj to IndexBufferObj.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-03
Kenneth Graunke
mesa: Rename _mesa_lookup_arrayobj to _mesa_lookup_vao.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-03
Kenneth Graunke
mesa: Rename _mesa_..._array_obj functions to _mesa_...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-03
Kenneth Graunke
mesa: Rename "struct gl_array_object" to gl_vertex_arra...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-03
Kenneth Graunke
mesa: Rename "arrayObj" local variables to "vao".
blob
|
commitdiff
|
raw
|
diff to current
2014-02-03
Kenneth Graunke
mesa: Rename ArrayObj to VAO and DefaultArrayObj to...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-12
Brian Paul
mesa: 80-column wrapping, remove trailing whitespace...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-07
Fredrik Höglund
mesa: Add ARB_vertex_attrib_binding
blob
|
commitdiff
|
raw
|
diff to current
2013-11-07
Fredrik Höglund
mesa: Rename gl_array_object::VertexAttrib to _VertexAttrib
blob
|
commitdiff
|
raw
|
diff to current
2013-09-04
Timothy Arceri
mesa: free object labels when deleting
blob
|
commitdiff
|
raw
|
diff to current
2013-09-04
Timothy Arceri
mesa: make _mesa_lookup_arrayobj() non-static
blob
|
commitdiff
|
raw
|
diff to current
2013-06-05
Rico Schüller
mesa: remove outdated version lines in comments
blob
|
commitdiff
|
raw
|
diff to current
2013-04-24
Kenneth Graunke
mesa: Restore 78-column wrapping of license text in...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-24
Kenneth Graunke
mesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-24
Kenneth Graunke
mesa: Change "BRIAN PAUL OR IBM" to "THE AUTHORS" in...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-17
Brian Paul
mesa: remove #include "mfeatures.h" from numerous sourc...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-22
Eric Anholt
mesa: Drop manual checks for outside begin/end.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-22
Matt Turner
Make IsVertexArray() return false before BindVertexArray()
blob
|
commitdiff
|
raw
|
diff to current
2012-11-12
Paul Berry
mesa: Standardize names of OpenGL functions.
blob
|
commitdiff
|
raw
|
diff to current
2012-11-04
Eric Anholt
mesa: Use "non-gen name" more consistently as an error...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-15
Eric Anholt
mesa: Remove support for NV_vertex_program's special...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-15
Oliver McFadden
mesa: remove FEATURE_point_size_array define.
blob
|
commitdiff
|
raw
|
diff to current
2012-08-29
Eric Anholt
mesa: Fix VAO deletion on GL 3.1 core.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-27
Brian Paul
mesa: make _mesa_reference_array_object() an inline...
blob
|
commitdiff
|
raw
|
diff to current
2012-04-20
Brian Paul
mesa: move gl_array_attrib::NewState to gl_array_object...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-02
Ian Romanick
mesa: Set the gl_array_object::ARBsemantics flag at...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-24
Ian Romanick
mesa: Rename gl_array_object::VBOonly to ::ARBsemantics
blob
|
commitdiff
|
raw
|
diff to current
2012-01-20
Mathias Fröhlich
mesa: Fix and speedup gl_array_object::_MaxElement...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-12
Brian Paul
mesa: remove _mesa_ffs(), implement ffs() for non-GNU...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-28
Mathias Fröhlich
mesa: Remove remaining FEATURE_ARB_vertex_buffer_object...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-29
Mathias Fröhlich
mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-29
Mathias Fröhlich
mesa: Replace _NEW_ARRAY_* bits with VERT_BIT_*
blob
|
commitdiff
|
raw
|
diff to current
2011-11-29
Yuanhan Liu
mesa: move ElementArrayBufferObj to gl_array_object
blob
|
commitdiff
|
raw
|
diff to current
2011-11-02
Paul Berry
mesa: Set the "Integer" field of gl_client_array properly.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-01
Brian Paul
mesa: s/INLINE/inline/
blob
|
commitdiff
|
raw
|
diff to current
2011-06-03
Christian König
Merge remote-tracking branch 'mareko/r300g-draw-instanc...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-21
Christian König
Merge remote-tracking branch 'origin/master' into pipe...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-18
Brian Paul
mesa: only update array _MaxElement if array is enabled
blob
|
commitdiff
|
raw
|
diff to current
2011-04-23
Christian König
Merge remote branch 'origin/master' into pipe-video
blob
|
commitdiff
|
raw
|
diff to current
2011-04-07
Brian Paul
mesa: Update _ElementSize.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-06
Brian Paul
mesa: consolidate code in _mesa_update_array_max_element()
blob
|
commitdiff
|
raw
|
diff to current
2011-03-19
Brian Paul
mesa: 80-column wrapping
blob
|
commitdiff
|
raw
|
diff to current
2011-02-24
Christian König
Merge remote branch 'origin/master' into pipe-video
blob
|
commitdiff
|
raw
|
diff to current
2011-01-31
Ian Romanick
mesa: Initial size for secondary color array is 3
blob
|
commitdiff
|
raw
|
diff to current
2011-01-15
Brian Paul
Merge branch 'draw-instanced'
blob
|
commitdiff
|
raw
|
diff to current
2011-01-10
Christian König
Merge remote branch 'vdpau/pipe-video' into pipe-video
blob
|
commitdiff
|
raw
|
diff to current
2011-01-08
Christian König
Merge remote branch 'origin/master' into pipe-video
blob
|
commitdiff
|
raw
|
diff to current
2011-01-07
Vinson Lee
mesa: Directly include mfeatures.h in files that perfor...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-06
Vinson Lee
mesa: Include mtypes.h in files that use gl_context...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-28
Christian König
Merge branch 'master' of ssh://git.freedesktop.org...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-26
Thomas Balling Sør...
Merge branch 'pipe-video' of git://anongit.freedesktop...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-26
Thomas Balling Sør...
Merge branch 'master' into pipe-video
blob
|
commitdiff
|
raw
|
diff to current
2010-10-20
Keith Whitwell
Merge branch 'llvm-cliptest-viewport'
blob
|
commitdiff
|
raw
|
diff to current
2010-10-18
Keith Whitwell
Merge remote branch 'origin/master' into lp-setup-llvm
blob
|
commitdiff
|
raw
|
diff to current
2010-10-13
Kristian Høgsberg
Drop GLcontext typedef and use struct gl_context instead
blob
|
commitdiff
|
raw
|
diff to current
2010-06-24
Eric Anholt
Merge branch 'glsl2-head' into glsl2
blob
|
commitdiff
|
raw
|
diff to current
2010-03-15
Zack Rusin
Merge remote branch 'origin/master' into gallium_draw_llvm
blob
|
commitdiff
|
raw
|
diff to current
2010-03-12
Younes Manton
Merge remote branch 'origin/master' into pipe-video
blob
|
commitdiff
|
raw
|
diff to current
2010-03-10
Michal Krol
Merge branch 'master' into gallium-sampler-view
blob
|
commitdiff
|
raw
|
diff to current
2010-03-09
Roland Scheidegger
Merge branch 'gallium-vertexelementcso'
blob
|
commitdiff
|
raw
|
diff to current
2010-03-02
Michal Krol
Merge branch 'gallium-no-rhw-position'
blob
|
commitdiff
|
raw
|
diff to current
2010-02-25
Chia-I Wu
mesa: Move src/mesa/glapi/dispatch.h to mesa.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-19
Kristian Høgsberg
Replace the _mesa_*printf() wrappers with the plain...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-19
Kristian Høgsberg
Replace _mesa_malloc, _mesa_calloc and _mesa_free with...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-09
Roland Scheidegger
Merge branch 'gallium-nopointsizeminmax'
blob
|
commitdiff
|
raw
|
diff to current
2010-02-09
Michal Krol
mesa: Enable true refcounting for NullBufferObj.
blob
|
commitdiff
|
raw
|
diff to current
next