summaryrefslogtreecommitdiff
path: root/src/mesa/vbo
AgeCommit message (Expand)AuthorFilesLines
2013-06-26mesa: add const qualifier to glMultiDrawElementsEXT() indices paramBrian Paul2-2/+2
2013-06-05mesa: remove outdated version lines in commentsRico Schüller13-13/+0
2013-05-29vbo: Use the new primitive restart index helper function.Kenneth Graunke2-2/+3
2013-05-29vbo: Ignore PRIMITIVE_RESTART_FIXED_INDEX for glDrawArrays().Kenneth Graunke1-5/+5
2013-05-11mesa: skip _MaxElement computation unless driver needs strict bounds checkingMarek Olšák1-3/+23
2013-05-03vbo: add comments, const qualifiersBrian Paul2-9/+24
2013-05-03vbo: use new no-op ArrayElement in _mesa_noop_vtxfmt_init()Brian Paul1-2/+7
2013-05-03mesa; change ctx->Driver.SaveNeedFlush to boolean, and document it.Brian Paul1-4/+4
2013-05-03vbo: update comments for vbo_save_NotifyBegin()Brian Paul1-2/+10
2013-05-03vbo: implement primitive merging for glBegin/End sequencesBrian Paul2-14/+38
2013-05-03vbo: create a few utility functions for merging primitivesBrian Paul2-0/+109
2013-05-02mesa: remove GLvertexformat::EvalMesh1(), EvalMesh2()Brian Paul4-146/+107
2013-05-02mesa: remove GLvertexformat::Rectf()Brian Paul4-49/+22
2013-05-02mesa: simplify dispatch for glDraw* functionsBrian Paul5-272/+0
2013-05-02vbo: add new vbo_initialize_exec_dispatch(), vbo_initialize_save_dispatch()Brian Paul3-0/+68
2013-05-02mesa: remove _MESA_INIT_EVAL_VTXFMT() macroBrian Paul3-3/+24
2013-05-02mesa: remove _MESA_INIT_ARRAYELT_VTXFMT() macroBrian Paul3-3/+3
2013-05-02mesa: remove _MESA_INIT_DLIST_VTXFMT() macroBrian Paul3-3/+7
2013-05-02vbo: fix initial value of ctx->Driver.CurrentSavePrimitiveBrian Paul1-1/+1
2013-05-02vbo: fix error detection in vbo_save_playback_vertex_list()Brian Paul1-11/+6
2013-05-02vbo: remove redundant vfmt->Begin = _save_Begin assignmentBrian Paul1-1/+0
2013-05-02vbo: fix parameter validation for saving dlist glDraw* functionsBrian Paul1-4/+39
2013-05-02mesa: remove unused PRIM_INSIDE_UNKNOWN_PRIM constantBrian Paul1-2/+1
2013-05-02mesa: fix CurrentSavePrimitive <= GL_POLYGON testsBrian Paul1-1/+1
2013-05-01vbo: fix possible use-after-free segfault after a VAO is deletedMarek Olšák3-4/+25
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke15-45/+60
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke15-15/+15
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke13-13/+13
2013-04-23mesa: use new _mesa_inside_dlist_begin_end() functionBrian Paul1-2/+1
2013-04-23mesa: use new _mesa_inside_begin_end() functionBrian Paul3-8/+8
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul11-11/+0
2013-03-07vbo: fix crash found with shared display listsBrian Paul1-1/+1
2013-02-11vbo: Merge GL_QUADS drawing requests in display lists.Eric Anholt1-0/+43
2013-02-11vbo: Print display list debug using printf() like dlist.c does.Eric Anholt1-8/+8
2013-01-25vbo: add a null pointer check to handle OOM instead of crashingBrian Paul1-0/+5
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-7/+0
2013-01-21mesa: Install a minimal dispatch table during glBegin()/glEnd().Eric Anholt1-0/+17
2013-01-21mesa: Remove the dead PrepareExecBegin() driver hook.Eric Anholt1-3/+0
2013-01-21mesa: Use an early return to unindent most of vbo_exec_Begin/End().Eric Anholt1-55/+54
2013-01-11mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEXIan Romanick2-9/+9
2012-12-18mesa: Change args to vbo_count_tessellated_primitives.Paul Berry2-16/+21
2012-12-16mesa: don't initialize VBO vtxfmt in _vbo_CreateContextJordan Justen3-9/+0
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2-5/+5
2012-11-27vbo: move another line of code after declarationsBrian Paul1-1/+1
2012-11-27vbo: move code after declarations to fix MSVC errorsBrian Paul1-7/+7
2012-11-27vbo: minor whitespace fixBrian Paul1-1/+1
2012-11-27mesa/vbo: Check for invalid types in various packed vertex functions.Kenneth Graunke1-0/+43
2012-11-27mesa/vbo: Support the ES 3.0 signed normalized scaling rules.Kenneth Graunke1-2/+38
2012-11-27mesa/vbo: Plumb ctx through to the conv_i(10|2)_to_norm_float functions.Kenneth Graunke1-59/+59
2012-11-21mesa/vbo: Fix scaling issue in 2-bit signed normalized packing.Kenneth Graunke1-1/+1