summaryrefslogtreecommitdiff
path: root/src/mesa/vbo
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-27mesa: rename ColorMaterialBitmask to _ColorMaterialBitmaskBrian Paul1-1/+1
2012-06-19mesa: Add support for GL_ARB_base_instanceFredrik Höglund5-11/+113
2012-05-17vbo: use software primitive restart in the VBO moduleJordan Justen1-6/+37
2012-05-17vbo: add software primitive restart supportJordan Justen2-0/+239
2012-05-11mesa: implement DEBUG_ALWAYS_FLUSH debug optionBrian Paul2-0/+20
2012-05-11mesa: fix glMaterial / dlist bugBrian Paul3-58/+152
2012-05-08vbo: add some commentsBrian Paul2-1/+7
2012-05-08mesa: add gl_context::NewDriverState and use it for vertex arraysMarek Olšák7-4/+10
2012-05-08mesa: move gl_client_array*[] from vbo_draw_func into gl_contextMarek Olšák8-17/+43
2012-05-08vbo: move vbo_draw_method into vbo_context.hMarek Olšák5-40/+38
2012-04-23vbo: call UpdateState directly when notifying a driver about _NEW_ARRAYMarek Olšák4-14/+5
2012-04-23vbo: do FLUSH_CURRENT before validating and updating stateMarek Olšák1-10/+16
2012-04-19vbo: remove vbo_context::mat_currvalMarek Olšák5-12/+8
2012-04-19vbo: remove vbo_context::generic_currvalMarek Olšák7-12/+16
2012-04-19vbo: remove vbo_context::legacy_currvalMarek Olšák7-16/+14
2012-04-19vbo: remove unused variables in vbo_contextMarek Olšák1-4/+0
2012-04-19vbo: don't check twice whether it's valid to renderMarek Olšák1-20/+0
2012-04-19mesa: add _NEW_VARYING_VP_INPUTS for gl_context::varying_vp_inputsMarek Olšák2-3/+3
2012-04-19mesa,vbo: properly detect when vertex arrays need to be recalculatedMarek Olšák3-39/+25
2012-03-19mesa: Fold error generation into _mesa_valid_prim_mode().Eric Anholt1-2/+1
2012-02-28mesa/vbo: inline vbo_sizeof_ib_type.Dave Airlie2-18/+16
2012-02-17vbo: Eliminate short-circuiting in invalid-start case.Kenneth Graunke1-5/+1
2012-02-17vbo: Rework checking of 'end' against _MaxElement.Kenneth Graunke1-11/+6
2012-02-17vbo: Ignore invalid element ranges which are outside VBO bounds.Kenneth Graunke1-0/+25