Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-04 | Fix minor warnings found with g++. | Brian Paul | |
2004-03-13 | Added some comments. Minor const, int->GLint type changes, etc. | Brian Paul | |
2004-02-16 | Add _tnl_set_attr() to complement existing get_attr() call. | Keith Whitwell | |
2004-01-30 | Fix extract_3f_xyw(). | Keith Whitwell | |
2004-01-26 | Fix for recursion in generic_copy_pv_extras. | Keith Whitwell | |
Add a comment. | |||
2004-01-26 | replace MALLOC w/ CALLOC to silence valgrind warnings | Brian Paul | |
2004-01-21 | Another mechanism to create vertices with holes - a new EMIT_PAD style | Keith Whitwell | |
2004-01-19 | some more count vs. end confusion | Keith Whitwell | |
2004-01-15 | Cosmetic changes. | Brian Paul | |
Added a bunch of const qualifiers. Use _mesa_memcpy() instead of memcpy(), etc. | |||
2004-01-13 | silence compiler warnings | Karl Schultz | |
2004-01-08 | Perform check for dstclip[3] == 0. | Keith Whitwell | |
2004-01-06 | Testing | Keith Whitwell | |
2004-01-06 | Apply attribute offset when calling extract(). | Keith Whitwell | |
Simplify stride calcs. | |||
2004-01-05 | Slight cleanup | Keith Whitwell | |
2004-01-05 | Remove debug | Keith Whitwell | |
2004-01-05 | Beef up t_vertex.c: | Keith Whitwell | |
- 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. | |||
2004-01-05 | Re-commit t_vertex.[ch] changes to fd.o server. | Keith Whitwell | |
2003-12-21 | new files | Keith Whitwell | |