summaryrefslogtreecommitdiff
path: root/src/mesa/vbo
AgeCommit message (Expand)Author
2011-06-17Merge cleanups for deliveryHEADr300PFO
2011-06-17radeon/r300: code cleanupPFO
2011-06-01Adds r300/dri support for GLES_mesaPFO
2011-05-31Corrects 'référence indéfinie vers « vbo_exec_FlushVertices_internal »'pfo
2011-03-08vbo: mark vertex arrays as dirty when re-bindingMarek Olšák
2011-03-02vbo: fix error parameterBrian Paul
2011-03-01vbo: add vbo_always_unmap_buffers()Brian Paul
2011-03-01vbo: generate GL_INVALID_VALUE for bad glVertexAttrib indexBrian Paul
2011-02-28vbo: silence unused var warningBrian Paul
2011-02-22vbo: added vbo_check_buffers_are_unmapped() debug functionBrian Paul
2011-02-22vbo: removed unused #defines, add commentsBrian Paul
2011-02-22vbo: simplify NeedFlush flag clearingBrian Paul
2011-02-22vbo: use ctx intstead of exec->ctxBrian Paul
2011-02-21vbo: more commentsBrian Paul
2011-02-21vbo: make vbo_exec_FlushVertices_internal() staticBrian Paul
2011-02-21vbo: remove old debug code, add commentsBrian Paul
2011-02-21vbo: rename, document function paramsBrian Paul
2011-02-21vbo: commentsBrian Paul
2011-02-21vbo: replace assert(0) with proper assertionsBrian Paul
2011-02-21vbo: rename some vars, add new comments, fix formatting, etc.Brian Paul
2011-02-21vbo: use ctx instead of exec->ctxBrian Paul
2011-02-18vbo: add debug code to verify that buffers are unmapped before drawingBrian Paul
2011-02-14vbo: bind arrays only when necessaryMarek Olšák
2011-02-14vbo: notify a driver that we change buffer offsets, strides, etc.Marek Olšák
2011-01-20vbo: added commentBrian Paul
2011-01-18vbo: initialize num_instances in a few placesBrian Paul
2011-01-17vbo: init num_instances in split_prims()Brian Paul
2011-01-17mesa: s/primcount/numInstances/Brian Paul
2011-01-09vbo: Include mfeatures.h in files that perform feature tests.Vinson Lee
2011-01-06vbo: remove a redundant call to _ae_invalidate_stateMarek Olšák
2010-12-30vbo: Clean up header file inclusion in vbo.h.Vinson Lee
2010-12-10vbo: Avoid the copy to current in dlists if not required.Mathias Fröhlich
2010-12-08vbo: Fix GLES2 glVertexAttrib.Chia-I Wu
2010-12-08vbo: Drop second ATTR macro.Chia-I Wu
2010-11-06vbo: Avoid unnecessary copy to/from current in vertex format upgrade.Francisco Jerez
2010-10-29Merge branch 'glapi-reorg'Chia-I Wu
2010-10-28mesa: implement integer-valued vertex attribute functionsBrian Paul
2010-10-28vbo: re-indent fileBrian Paul
2010-10-27vbo: Use CALL_* macros.Chia-I Wu
2010-10-21vbo: support for primitive restartBrian Paul
2010-10-14Drop the "neutral" tnl moduleKristian Høgsberg
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-12i965: Don't rebase the index buffer to min 0 if any arrays are in VBOs.Eric Anholt
2010-09-13mesa: Revert accidentally committed vertex code chunkKristian Høgsberg
2010-09-13glx: Don't destroy DRI2 drawables for legacy glx drawablesKristian Høgsberg
2010-09-02mesa: fix some printf warnings with castsBrian Paul
2010-07-31mesa: Remove inclusion of compiler.h from mtypes.h.Vinson Lee
2010-07-30mesa: Remove unnecessary headers.Vinson Lee
2010-07-15mesa: Fix potential out-of-bounds access by _vbo_Materialf.Vinson Lee
2010-06-04vbo: misc clean-upsBrian Paul