summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_save_draw.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-02vbo: fix error detection in vbo_save_playback_vertex_list()Brian Paul1-11/+6
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-23mesa: use new _mesa_inside_begin_end() functionBrian Paul1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-03-07vbo: fix crash found with shared display listsBrian Paul1-1/+1
2012-11-06vbo: fix glVertexAttribI* functionsMarek Olšák1-6/+15
2012-10-15mesa: Remove support for NV_vertex_program's special attributes aliasingEric Anholt1-5/+0
2012-09-15mesa: remove FEATURE_dlist define.Oliver McFadden1-6/+0
2012-05-08mesa: add gl_context::NewDriverState and use it for vertex arraysMarek Olšák1-1/+1
2012-05-08mesa: move gl_client_array*[] from vbo_draw_func into gl_contextMarek Olšák1-2/+1
2012-05-08vbo: move vbo_draw_method into vbo_context.hMarek Olšák1-2/+1
2012-04-23vbo: call UpdateState directly when notifying a driver about _NEW_ARRAYMarek Olšák1-1/+1
2012-04-19vbo: remove vbo_context::mat_currvalMarek Olšák1-1/+2
2012-04-19vbo: remove vbo_context::generic_currvalMarek Olšák1-1/+2
2012-04-19vbo: remove vbo_context::legacy_currvalMarek Olšák1-2/+2
2012-02-09vbo: unmap vertex store before executing listsBrian Paul1-2/+22
2012-02-01vbo: fix node_attrsz[] usage in vbo_bind_vertex_list()Brian Paul1-2/+2
2011-12-26vbo: signal _NEW_ARRAY when transitioning between glBegin/End, glDrawArraysBrian Paul1-0/+3
2011-12-15mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák1-1/+2
2011-11-29mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich1-1/+1
2011-11-29vbo: Use The VERT_{ATTRIB,BIT} defines.Mathias Fröhlich1-7/+9
2011-08-23mesa: Eliminate dd_function_table::MapBufferIan Romanick1-3/+5
2011-08-23mesa: Remove target parameter from dd_function_table::GetBufferSubDataIan Romanick1-1/+1
2011-08-23mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick1-1/+0
2011-08-23mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick1-2/+1
2011-06-08vbo: remove node->count > 0 test in vbo_save_playback_vertex_list()Brian Paul1-9/+11
2011-04-07mesa: Update _ElementSize in a few more places.José Fonseca1-0/+2
2011-04-07mesa: Update _ElementSize.Brian Paul1-0/+1
2011-02-14vbo: notify a driver that we change buffer offsets, strides, etc.Marek Olšák1-0/+1
2011-01-09vbo: Include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-4/+4
2010-06-04vbo: misc clean-upsBrian Paul1-29/+36
2010-05-12mesa/es: Remove omit list.Chia-I Wu1-0/+6
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg1-1/+1
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt1-0/+1
2009-04-16vbo: cache last dlist vertex in malloced memoryKeith Whitwell1-10/+21
2009-03-15vbo: Silence integer-to-pointer warnings.Michal Krol1-3/+3
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul1-8/+25
2009-02-02mesa: fix GLSL issue preventing use of all 16 generic vertex attributesBrian Paul1-1/+17
2009-01-23mesa: set the new array->Format field in VBO codeBrian Paul1-0/+1
2008-10-07mesa: replace GLuint with GLbitfield to be clearer about usageBrian Paul1-1/+1
2008-10-07mesa: update state after binding vertex list in dlist pathKeith Whitwell1-0/+5
2008-10-03mesa: avoid generating constant vertex attributes in fixedfunc programsKeith Whitwell1-0/+4
2008-10-03mesa: add new internal state for tracking current vertex attribsKeith Whitwell1-8/+16
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul1-8/+20
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul1-8/+20
2008-05-16fix an attr/src mix-up when setting-up/binding vertex arraysBrian Paul1-4/+6