disable freeing of fp->func, see comment (bug 5131)
[mesa.git] / src / mesa / tnl / t_vertex.c
2005-11-22 Brian Pauldisable freeing of fp->func, see comment (bug 5131)
2005-05-19 Keith WhitwellInvalidate current fastpath on changes to attribute...
2005-05-19 Keith WhitwellRe-initialize viewport shadows each time.
2005-05-18 Keith WhitwellRemove old t_vertex.c codegen infrastructure, tie in...
2005-02-14 Daniel Borca`static const' instead of `const static'
2005-02-10 Keith Whitwellmesa-tnl-0-to-NULL.patch from Jeff Muizelaar
2005-01-12 Keith Whitwellfree buffer in t_vertex_c.c on context delete
2005-01-10 Keith WhitwellFix segfault in pipes by dealing with stride == 0 case...
2005-01-08 Felix KuehlingAdded missing break; to fix infinite recursion between...
2005-01-07 Keith WhitwellAnd fix the obvious bugs in higher-numbered templates.
2005-01-07 Keith WhitwellTemplatize the fastpaths.
2005-01-07 Keith WhitwellAdd some more hardcoded fastpaths.
2005-01-05 Keith WhitwellMake the format of the fastpaths cleaner at the expense...
2005-01-05 Keith WhitwellAdd a couple of hardwired fastpaths to t_vertex.c.
2004-10-23 Ian RomanickBig-endian fixes for R200 sw TCL path.
2004-10-17 Ian RomanickAdd ARGB modes to support big-endian systems.
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-07-02 Brian Pauldisable some debug printfs
2004-07-01 Keith WhitwellRename the various function types in t_context.h to...
2004-06-30 Keith WhitwellAdd infrastructure for t_vertex.c codegen. Add an...
2004-05-04 Brian PaulFix minor warnings found with g++.
2004-03-13 Brian PaulAdded some comments. Minor const, int->GLint type...
2004-02-16 Keith WhitwellAdd _tnl_set_attr() to complement existing get_attr...
2004-01-30 Keith WhitwellFix extract_3f_xyw().
2004-01-26 Keith WhitwellFix for recursion in generic_copy_pv_extras.
2004-01-26 Brian Paulreplace MALLOC w/ CALLOC to silence valgrind warnings
2004-01-21 Keith WhitwellAnother mechanism to create vertices with holes - a...
2004-01-19 Keith Whitwellsome more count vs. end confusion
2004-01-15 Brian PaulCosmetic changes.
2004-01-13 Karl Schultzsilence compiler warnings
2004-01-08 Keith WhitwellPerform check for dstclip[3] == 0.
2004-01-06 Keith WhitwellTesting
2004-01-06 Keith WhitwellApply attribute offset when calling extract().
2004-01-05 Keith WhitwellSlight cleanup
2004-01-05 Keith WhitwellRemove debug
2004-01-05 Keith WhitwellBeef up t_vertex.c:
2004-01-05 Keith WhitwellRe-commit t_vertex.[ch] changes to fd.o server.
2003-12-21 Keith Whitwellnew files