summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vertex.c
AgeCommit message (Expand)Author
2004-10-23Big-endian fixes for R200 sw TCL path.Ian Romanick
2004-10-17Add ARGB modes to support big-endian systems.Ian Romanick
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul
2004-07-02disable some debug printfsBrian Paul
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell
2004-06-30Add infrastructure for t_vertex.c codegen. Add an example driverKeith Whitwell
2004-05-04Fix minor warnings found with g++.Brian Paul
2004-03-13Added some comments. Minor const, int->GLint type changes, etc.Brian Paul
2004-02-16Add _tnl_set_attr() to complement existing get_attr() call.Keith Whitwell
2004-01-30Fix extract_3f_xyw().Keith Whitwell
2004-01-26Fix for recursion in generic_copy_pv_extras.Keith Whitwell
2004-01-26replace MALLOC w/ CALLOC to silence valgrind warningsBrian Paul
2004-01-21Another mechanism to create vertices with holes - a new EMIT_PAD styleKeith Whitwell
2004-01-19some more count vs. end confusionKeith Whitwell
2004-01-15Cosmetic changes.Brian Paul
2004-01-13silence compiler warningsKarl Schultz
2004-01-08Perform check for dstclip[3] == 0.Keith Whitwell
2004-01-06TestingKeith Whitwell
2004-01-06Apply attribute offset when calling extract().Keith Whitwell
2004-01-05Slight cleanupKeith Whitwell
2004-01-05Remove debugKeith Whitwell
2004-01-05Beef up t_vertex.c:Keith Whitwell
2004-01-05Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell
2003-12-21new filesKeith Whitwell