summaryrefslogtreecommitdiff
path: root/src/mesa/vbo
AgeCommit message (Expand)Author
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
2010-05-30vbo: Remove unnecessary header.Vinson Lee
2010-05-27vbo: comments and whitespaceBrian Paul
2010-05-27vbo: remove unused prototypeBrian Paul
2010-05-27vbo: remove dead codeBrian Paul
2010-05-27vbo: update/add commentsBrian Paul
2010-05-12mesa/es: Remove omit list.Chia-I Wu
2010-05-03mesa: Only initialize save dispatch table for OpenGLKristian Høgsberg
2010-04-27mesa: Move GLES1/2 vbo entrypoints to vbo_exec_api.cKristian Høgsberg
2010-04-19mesa: unmap the immediate mode VB before destroying itBrian Paul
2010-04-04mesa: implement core Mesa support for GL_ARB_draw_instancedBrian Paul
2010-03-21vbo: Fix vbo_split_copy to pass correct max_index to draw.Pauli Nieminen
2010-03-12Grammar and spelling fixesJeff Smith
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu