aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vertex.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix extract_3f_xyw().Keith Whitwell2004-01-301-2/+2
|
* Fix for recursion in generic_copy_pv_extras.Keith Whitwell2004-01-261-2/+5
| | | | Add a comment.
* 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
| | | | | Added a bunch of const qualifiers. Use _mesa_memcpy() instead of memcpy(), etc.
* 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
| | | | Simplify stride calcs.
* 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
| | | | | | | | | | | - cope with input vectors with size less than that of the emitted attribute. - cope with vertices with 'holes' inside and between vertices. Fix calculation of tnl->render_inputs to work with fp programs. Mirror VB->PointSizePtr in VB->AttribPtr so that it can work with t_vertex.c. Transition swrast_setup/ to use t_vertex.c to build swrast vertices.
* Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell2004-01-051-194/+411
|
* new filesKeith Whitwell2003-12-211-0/+601