mesa: prefix more #includes with "main/"
[mesa.git] / src / mesa / drivers / glide / fxvb.c
2008-09-18 Brian Paulmesa: prefix more #includes with "main/"
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2005-01-19 Daniel Borcamake sure we avoid assertion failure wrt VB->ColorPtr...
2005-01-12 Daniel Borcasome "safer" type-punning (gcc optimizes float moves...
2005-01-06 Daniel Borcasemantic in parameter names. changed emitter function.
2004-09-24 Daniel Borcaadded (back!) option to use non-packedcolor
2004-09-13 Daniel Borcacleanup
2004-07-16 Daniel Borcaminor corrections
2004-07-06 Daniel Borcause tnl_emit_func, it's safer
2004-07-02 Daniel Borcaadded GL_EXT_fog_coord.
2004-07-01 Keith WhitwellRename the various function types in t_context.h to...
2004-06-08 Daniel Borcacorrected a bug wrt point_size
2004-03-29 Daniel Borcacode cleanup heheh
2003-12-23 Daniel Borcareverted TMUs for proper multitexturing
2003-12-15 Daniel BorcaEXT_secondary_color and EXT_separate_specular via multipass
2003-12-10 Daniel Borcagot rid of __FUNCTION__ :(
2003-11-26 Daniel Borcaaccomodate vtx-0-2-branch
2003-11-24 Keith WhitwellImport vtx-0-2-branch
2003-10-30 Daniel Borcabugfixes wrt texture compression
2003-10-21 Daniel BorcaNapalm total immersion
2003-10-09 Daniel BorcaReorganized combiners. Added optimized span functions.
2003-10-02 Brian Paulupdates from Daniel Borca
2003-09-18 Brian Paula few less occurances of _TriangleCaps
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2002-11-04 Brian Paulmisc driver updates (Daniel Borca)
2002-10-24 Brian PaulHeader file clean-up:
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-06 Brian Paulreplaced 0xf and 0xf0 with TEXTURE0_ANY and TEXTURE1_ANY
2001-09-23 Brian Paulfixed some configure;make build problems. cleaned...
2001-08-29 Brian Paulchanges to allow the driver to compile - still doesn...
2001-07-13 Jouk Jansen Committing in .
2001-07-12 Keith WhitwellRename some of the tnl->Driver.* functions to tnl-...
2001-05-10 Brian Paulcheck hardware type and use SETUP_SNAP if needed
2001-05-03 Keith Whitwelladd disabled test to turn on vertex snapping.
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-03 Brian Paulused indent to clean-up the code
2001-01-08 Keith WhitwellBring the FX driver into line with core mesa changes.
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2000-12-26 Keith WhitwellMajor rework of tnl module