Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-18 | Remove old t_vertex.c codegen infrastructure, tie in new code. | Keith Whitwell | |
Currently disabled, can enable with MESA_EXPERIMENTAL=t. | |||
2005-01-12 | free buffer in t_vertex_c.c on context delete | Keith Whitwell | |
2004-10-23 | Big-endian fixes for R200 sw TCL path. | Ian Romanick | |
2004-10-17 | Add ARGB modes to support big-endian systems. | Ian Romanick | |
2004-07-01 | Rename the various function types in t_context.h to include a tnl_ prefix. | Keith Whitwell | |
2004-07-01 | Add t_context.h include for drivers. | Keith Whitwell | |
2004-06-30 | Add infrastructure for t_vertex.c codegen. Add an example driver | Keith Whitwell | |
for this which spits out C code for the generated functions. | |||
2004-04-22 | Fix order of EMIT_4UB_4F declarations | Keith Whitwell | |
2004-02-16 | Add _tnl_set_attr() to complement existing get_attr() call. | Keith Whitwell | |
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-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 | |