st/mesa: optimize DEPTH_STENCIL copies using fragment shader
[mesa.git] / src / mesa / vbo / vbo_attrib_tmp.h
2020-02-11 Marek Olšákvbo: pass only either uint32_t or uint64_t into ATTR_UNION
2020-02-04 Marek Olšákvbo: move reusable code from vbo_attrib_tmp.h into...
2019-05-04 Mathias Fröhlichmesa: Correct the is_vertex_position decision for dlists.
2018-02-23 Marek Olšákmesa: replace some API_OPENGL_CORE checks with _mesa_is...
2018-01-29 Brian Paulvbo: s/VBO_ATTRIB_INDEX/VBO_ATTRIB_COLOR_INDEX/
2017-08-24 Brian Paulvbo: fix glVertexAttrib(index=0)
2017-08-22 Brian Paulvbo: use new _is_vertex_position() helper in vbo_attrib...
2017-06-14 Samuel Pitoisetmesa: add support for unsigned 64-bit vertex attributes
2017-06-14 Samuel Pitoisetmapi: add GL_ARB_bindless_texture entry points
2016-08-05 Jason Ekstrandutil: Move format_r11g11b10f.h to src/util
2016-05-10 Dave Airliemesa/vbo: fix check for zero aliases with 2/10/10/10
2015-05-08 Dave Airliemesa/vbo: add support for 64-bit vertex attributes...
2015-03-11 Marius Predutvbo: improve the code style by adjust the preprocessing...
2015-02-25 Marius Predutmesa: use fi_type in vertex attribute code
2015-02-20 Marek Olšákvbo: fix an unitialized-variable warning
2014-05-01 Anuj Phogatmesa: Use location VERT_ATTRIB_GENERIC0 for vertex...
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-11-07 Chris Forbesvbo: add 10_11_11 support to vbo_attrib_tmp
2013-10-31 Brian Paulvbo: fix MSVC double->float conversion warnings
2012-11-27 Brian Paulvbo: move another line of code after declarations
2012-11-27 Brian Paulvbo: move code after declarations to fix MSVC errors
2012-11-27 Brian Paulvbo: minor whitespace fix
2012-11-27 Kenneth Graunkemesa/vbo: Check for invalid types in various packed...
2012-11-27 Kenneth Graunkemesa/vbo: Support the ES 3.0 signed normalized scaling...
2012-11-27 Kenneth Graunkemesa/vbo: Plumb ctx through to the conv_i(10|2)_to_norm...
2012-11-22 Kenneth Graunkemesa/vbo: Fix scaling issue in 2-bit signed normalized...
2012-11-22 Kenneth Graunkemesa/vbo: Fix scaling issue in 10-bit signed normalized...
2012-11-06 Marek Olšákvbo: fix glVertexAttribI* functions
2012-10-29 Brian Paulvbo: silence MSVC double/float conversion warnings
2012-05-11 Brian Paulmesa: fix glMaterial / dlist bug
2011-10-01 Brian Paulmesa: s/INLINE/inline/
2011-09-20 Yuanhan Liumesa: fix error handling for glMaterial*
2011-09-07 Vinson Leemesa/vbo: s/inline/INLINE/
2011-09-06 Dave Airliemesa/vbo: add ARB_vertex_type_2_10_10_10_rev APIs.
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-02 Brian Paulvbo: generate GL_INVALID_VALUE for bad glVertexAttrib...
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-29 Brian Paulmesa: implement integer-valued vertex attribute functions
2010-10-29 Brian Paulvbo: re-indent file
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2009-07-07 Zack RusinMerge commit 'origin/openvg-1.0'
2009-06-22 Brian Paulmesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_A...
2009-06-17 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-15 Thomas HellstromMerge branch 'mesa_7_5_branch'
2009-06-12 Alex DeucherMerge master and fix conflicts
2009-06-12 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-11 José FonsecaMerge branch 'mesa_7_5_branch'
2009-06-11 José FonsecaMerge branch 'mesa_7_5_branch'
2009-06-09 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-07 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-06-04 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-01 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-31 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-22 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-22 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-22 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-22 Brian Paulmesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_A...
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'vbo_0_1_branch' into vbo-0.2
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2007-01-15 Keith WhitwellRemove special-case handling for index and edgeflag
2006-10-29 Keith WhitwellCheckpoint of new vbo-building code. Currently builds...