summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vertex.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ctx->Point._Size and ctx->Line._Width.Brian2007-07-211-1/+1
* Document a deficiency in the _swrast_Translate() function with regard to poin...Brian2007-05-021-1/+9
* Don't use nested struct definitions in tnl_clipspace_fastpath.Brian Paul2006-06-271-1/+1
* C++ fixes, mostly casts (Stephane Conversy)Brian Paul2005-12-061-2/+3
* Use _mesa_exec_free for fp->func.Keith Whitwell2005-11-241-6/+6
* reference bug 5131 in comment in _tnl_free_vertices()Brian Paul2005-11-221-1/+1
* disable freeing of fp->func, see comment (bug 5131)Brian Paul2005-11-221-1/+8
* Invalidate current fastpath on changes to attribute size or offset withinKeith Whitwell2005-05-191-3/+7
* Re-initialize viewport shadows each time.Keith Whitwell2005-05-191-8/+11
* Remove old t_vertex.c codegen infrastructure, tie in new code.Keith Whitwell2005-05-181-1145/+193
* `static const' instead of `const static'Daniel Borca2005-02-141-1/+1
* mesa-tnl-0-to-NULL.patch from Jeff MuizelaarKeith Whitwell2005-02-101-5/+5
* free buffer in t_vertex_c.c on context deleteKeith Whitwell2005-01-121-0/+2
* Fix segfault in pipes by dealing with stride == 0 case in generic_interp_extrasKeith Whitwell2005-01-101-14/+25
* Added missing break; to fix infinite recursion between choose_emit_funcFelix Kuehling2005-01-081-0/+1
* And fix the obvious bugs in higher-numbered templates.Keith Whitwell2005-01-071-8/+8
* Templatize the fastpaths.Keith Whitwell2005-01-071-254/+71
* Add some more hardcoded fastpaths.Keith Whitwell2005-01-071-15/+117
* Make the format of the fastpaths cleaner at the expense of a littleKeith Whitwell2005-01-051-90/+223
* Add a couple of hardwired fastpaths to t_vertex.c.Keith Whitwell2005-01-051-42/+133
* Big-endian fixes for R200 sw TCL path.Ian Romanick2004-10-231-0/+56
* Add ARGB modes to support big-endian systems.Ian Romanick2004-10-171-0/+56
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-1/+44
* disable some debug printfsBrian Paul2004-07-021-2/+4
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-011-2/+2
* Add infrastructure for t_vertex.c codegen. Add an example driverKeith Whitwell2004-06-301-16/+38
* Fix minor warnings found with g++.Brian Paul2004-05-041-2/+2
* Added some comments. Minor const, int->GLint type changes, etc.Brian Paul2004-03-131-21/+30
* Add _tnl_set_attr() to complement existing get_attr() call.Keith Whitwell2004-02-161-5/+25
* Fix extract_3f_xyw().Keith Whitwell2004-01-301-2/+2
* Fix for recursion in generic_copy_pv_extras.Keith Whitwell2004-01-261-2/+5
* replace MALLOC w/ CALLOC to silence valgrind warningsBrian Paul2004-01-261-1/+1
* Another mechanism to create vertices with holes - a new EMIT_PAD styleKeith Whitwell2004-01-211-17/+33
* some more count vs. end confusionKeith Whitwell2004-01-191-9/+9
* Cosmetic changes.Brian Paul2004-01-151-4/+4
* silence compiler warningsKarl Schultz2004-01-131-4/+4
* Perform check for dstclip[3] == 0.Keith Whitwell2004-01-081-7/+9
* TestingKeith Whitwell2004-01-061-0/+1
* Apply attribute offset when calling extract().Keith Whitwell2004-01-061-2/+5
* Slight cleanupKeith Whitwell2004-01-051-7/+6
* Remove debugKeith Whitwell2004-01-051-3/+0
* Beef up t_vertex.c:Keith Whitwell2004-01-051-113/+356
* Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell2004-01-051-194/+411
* new filesKeith Whitwell2003-12-211-0/+601