Make utils.h self-contained.
[mesa.git] / src / mesa / vbo /
2008-05-16 Brian Paulfix an attr/src mix-up when setting-up/binding vertex...
2008-04-23 George Sapountzisdrop stray includes of glapi
2008-02-20 BrianFix glBegin-time test for invalid programs/shaders.
2008-01-01 Brianfix vbo display list memleak upon context destruction
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-03 Jouk Update of OpenVMS makefiles for the use of "new" inclu...
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-22 Eric AnholtMerge branch 'i915-unification'
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-09-20 Xiang, Haihaofix memory access error in vbo_bind_vertex_list
2007-09-14 Xiang, Haihaomesa: bind VBO_ATTRIB_XXX to correct input array when
2007-08-07 Xiang, Haihaofix vbo_split_copy related bug 9962
2007-08-02 BrianRemove some code that was never hit (bug 11811).
2007-07-30 Xiang, HaihaoFix an error in _save_OBE_DrawElements
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-28 zhanga variety of fixes for MingW
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-04-12 Brians/version/vertex/
2007-04-12 Brianfix bug in _playback_copy_to_current(): need to skip...
2007-04-06 Brianfor evaluators, loop to VBO_ATTRIB_TEX7, not VBO_ATTRIB...
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-12 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-08 J.Jansen Updates of the OpenVMS makefiles.
2007-03-06 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-02-27 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-27 Brianfix mem leak
2007-02-26 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-02-25 Aapo TahkolaFix #10071 - wrong max_index in vbo draw_prims. (Papada...
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianXXX comments about shaders
2007-02-22 Brianuse ctx->VertexProgram._Current instead of ctx->VertexP...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-14 Roland Scheideggerfix typo preventing generic arrays from working with...
2007-02-09 Zou Nan hai array overflow fix
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2-origin' into vbo-0.2
2007-02-01 Roland Scheideggerfix missing ADD_POINTERS, fixes crashes if the index...
2007-01-30 Keith WhitwellUse new rebase helper. Remove other rebase code.
2007-01-30 Keith WhitwellHelper for rebasing draw requests where min_index ...
2007-01-25 Roland Scheideggerdo not rebase index buffers as it does not work current...
2007-01-25 Roland Scheideggerallocate larger minimum dstelt buffer
2007-01-25 Roland Scheideggerfix dstelt memory allocation to avoid hash corruption
2007-01-25 Roland Scheideggerre-fix bug 9062 in vbo code
2007-01-18 Aapo Tahkolatypo fix. this case still fails.
2007-01-18 Aapo TahkolaFix invalid enums passed to MapBuffer
2007-01-18 Aapo TahkolaFix invalid enums passed to MapBuffer
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 unused index buffer.
2007-01-15 Keith WhitwellCorrectly initialize current attribute sizes.
2007-01-15 keithwRemove debug, reenable inplace splitting.
2007-01-15 Keith WhitwellRemove special-case handling for index and edgeflag
2007-01-15 keithwHook in split functionality
2007-01-15 keithwNew files to manage splitting drawing commands
2006-11-20 Keith WhitwellDon't perform dangling attribute check on POS attribute...
2006-11-03 Roland Scheideggerneed to call bind_arrays() in vbo_exec_DrawRangeElements.
2006-11-02 Keith WhitwellFix typo in last commit
2006-11-02 Keith WhitwellSimilarly, fill in missing input slots in the vertex...
2006-11-02 Keith WhitwellFill in missing input slots in the vertex-array + no...
2006-11-02 Keith WhitwellFix typo in display list attrib binding.
2006-10-31 Keith Whitwellmove public structure definitions to vbo.h
2006-10-30 Keith WhitwellMove edgeflag into the VERT_ATTRIB_SEVEN slot. This...
2006-10-30 Keith WhitwellRemove wakeup functions. This code is intended to...
2006-10-30 Keith Whitwellswitch several dri drivers over
2006-10-30 Keith Whitwellbetter handling of current attributes. Trivial dlist...
2006-10-29 Keith WhitwellCheckpoint of new vbo-building code. Currently builds...