summaryrefslogtreecommitdiff
path: root/src/mesa/vbo
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-21mesa/vbo: Fix scaling issue in 10-bit signed normalized packing.Kenneth Graunke1-1/+1
2012-11-16Remove OpenVMS supportMatt Turner1-62/+0
2012-11-06vbo: use GLuint for numInstances to silence MSVC warningsBrian Paul2-2/+2
2012-11-06vbo: fix glVertexAttribI* functionsMarek Olšák8-62/+139
2012-10-29vbo: silence MSVC double/float conversion warningsBrian Paul1-2/+2
2012-10-15mesa: Add notes about remaining NV_vertex_program code.Eric Anholt1-0/+4
2012-10-15mesa: Remove support for NV_vertex_program's attribute evaluation.Eric Anholt3-22/+3
2012-10-15mesa: Remove support for NV_vertex_program's special attributes aliasingEric Anholt5-39/+0
2012-09-15mesa: remove FEATURE_EXT_transform_feedback define.Oliver McFadden1-10/+0
2012-09-15mesa: remove FEATURE_evaluators define.Oliver McFadden2-8/+0
2012-09-15mesa: remove FEATURE_dlist define.Oliver McFadden6-42/+0
2012-09-15mesa: remove FEATURE_beginend define.Oliver McFadden5-109/+0
2012-09-15vbo: add a prefix to count_tessellated_primitivesDave Airlie2-2/+2
2012-09-05Remove useless checks for NULL before freeingMatt Turner3-11/+5
2012-09-05Don't cast the return value of malloc/reallocMatt Turner3-4/+4
2012-09-01mesa: s/FREE/free/Brian Paul3-6/+6
2012-09-01mesa: s/MALLOC/malloc/Brian Paul1-1/+1
2012-08-29mesa: Kill ES2 wrapper functionsIan Romanick1-8/+20
2012-08-29mesa/es: Validate glMaterial face and pname in Mesa code rather than the ES w...Ian Romanick1-2/+6
2012-07-24mesa: move more format helper functions to glformats.cBrian Paul2-2/+2
2012-07-12mesa: implement new DrawTransformFeedback functionsMarek Olšák2-6/+101
2012-06-28vbo: optimize validation for glMultiDrawElementsMarek Olšák1-12/+6
2012-06-28vbo: first ASSERT_OUTSIDE_BEGIN_END then FLUSH, not the other way aroundMarek Olšák1-22/+0
2012-06-28vbo: don't call twice _mesa_valid_to_render in DrawArraysInstancedBaseInstanceMarek Olšák1-5/+2
2012-06-27mesa: more const qualifiers to match the latest glext.hBrian Paul3-5/+6