summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_draw.c
Commit message (Expand)AuthorAgeFilesLines
* glsl: move half<->float convertion to utilRob Clark2015-10-161-0/+1
* vbo: pass the stream from DrawTransformFeedbackStream to driversMarek Olšák2015-08-061-0/+1
* tnl: Avoid double promotion.Matt Turner2015-07-291-1/+1
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-1/+1
* tnl: replace __FUNCTION__ with __func__Marius Predut2015-04-141-1/+1
* mesa: include stdio.h where neededBrian Paul2015-03-051-0/+2
* tnl: Merge _tnl_vbo_draw_prims() into _tnl_draw_prims().Iago Toral Quiroga2014-04-081-23/+11
* mesa: allow buffers to be mapped multiple timesMarek Olšák2014-02-251-9/+12
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* mesa: add indirect drawing buffer parameter to draw functionsChristoph Bumiller2013-11-251-1/+2
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* tnl: fix MSVC signed/unsigned warningsBrian Paul2012-11-061-1/+2
* mesa: move gl_client_array*[] from vbo_draw_func into gl_contextMarek Olšák2012-05-081-1/+2
* vbo: introduce vbo_get_minmax_indices functionYuanhan Liu2012-01-121-1/+1
* vbo: introduce vbo_sizeof_ib_type() functionYuanhan Liu2011-12-301-18/+2
* mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák2011-12-151-1/+2
* tnl: fix regression in bind_indices()Brian Paul2011-08-301-1/+2
* tnl: add const qualifier to silence warningBrian Paul2011-08-301-1/+1
* tnl: use buffer helper functions to improve readbilityBrian Paul2011-08-301-1/+3
* tnl: Only map the necessary buffer range in bind_indicesIan Romanick2011-08-231-5/+21
* mesa: Eliminate dd_function_table::MapBufferIan Romanick2011-08-231-6/+5
* mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick2011-08-231-2/+0
* mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick2011-08-231-3/+1
* tnl: Add support for datatype GL_FIXED in vertex arraysChad Versace2011-02-151-0/+40
* tnl: assert that num_instances > 0Brian Paul2011-01-171-0/+2
* tnl: implement instanced drawingBrian Paul2010-12-101-7/+12
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-10/+10
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-5/+5
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-2/+2
* mesa: Fix compiler warningsKarl Schultz2010-02-131-1/+1
* tnl: check that state is validated before drawingBrian Paul2010-01-291-0/+3
* tnl: fix double->float and int/uint conversion warningsBrian Paul2010-01-271-1/+1
* mesa: add core support for ARB_half_float_vertex.Dave Airlie2010-01-231-0/+19
* Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2010-01-141-4/+0
|\
| * tnl: Remove unnecessary headers from t_draw.c.Vinson Lee2010-01-121-4/+0
* | tnl: add check for conditional renderingBrian Paul2009-12-311-0/+4
* | tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]Eric Anholt2009-11-191-4/+1
* | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt2009-11-191-4/+2
* | tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtrEric Anholt2009-11-191-2/+1
* | tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]Eric Anholt2009-11-191-1/+0
* | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt2009-11-191-4/+0
* | tnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL]Eric Anholt2009-11-191-1/+0
|/
* mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt2009-09-081-16/+42
* vbo: Avoid extra validation of DrawElements.Eric Anholt2009-08-121-2/+16
* mesa: update tnl module for GL_EXT_vertex_array_bgraBrian Paul2009-01-231-1/+30
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-7/+7
* fix VBO-split infinite loop (bug 12164)Brian2007-09-291-4/+3