Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix extract_3f_xyw(). | Keith Whitwell | 2004-01-30 | 1 | -2/+2 |
| | |||||
* | Fix for recursion in generic_copy_pv_extras. | Keith Whitwell | 2004-01-26 | 1 | -2/+5 |
| | | | | Add a comment. | ||||
* | replace MALLOC w/ CALLOC to silence valgrind warnings | Brian Paul | 2004-01-26 | 1 | -1/+1 |
| | |||||
* | Another mechanism to create vertices with holes - a new EMIT_PAD style | Keith Whitwell | 2004-01-21 | 1 | -17/+33 |
| | |||||
* | some more count vs. end confusion | Keith Whitwell | 2004-01-19 | 1 | -9/+9 |
| | |||||
* | Cosmetic changes. | Brian Paul | 2004-01-15 | 1 | -4/+4 |
| | | | | | Added a bunch of const qualifiers. Use _mesa_memcpy() instead of memcpy(), etc. | ||||
* | silence compiler warnings | Karl Schultz | 2004-01-13 | 1 | -4/+4 |
| | |||||
* | Perform check for dstclip[3] == 0. | Keith Whitwell | 2004-01-08 | 1 | -7/+9 |
| | |||||
* | Testing | Keith Whitwell | 2004-01-06 | 1 | -0/+1 |
| | |||||
* | Apply attribute offset when calling extract(). | Keith Whitwell | 2004-01-06 | 1 | -2/+5 |
| | | | | Simplify stride calcs. | ||||
* | Slight cleanup | Keith Whitwell | 2004-01-05 | 1 | -7/+6 |
| | |||||
* | Remove debug | Keith Whitwell | 2004-01-05 | 1 | -3/+0 |
| | |||||
* | Beef up t_vertex.c: | Keith Whitwell | 2004-01-05 | 1 | -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 Whitwell | 2004-01-05 | 1 | -194/+411 |
| | |||||
* | new files | Keith Whitwell | 2003-12-21 | 1 | -0/+601 |