summaryrefslogtreecommitdiff
path: root/src/mesa/array_cache
AgeCommit message (Expand)Author
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul
2002-10-29updated email addressesBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-04-21fixed assertion, replaced switch() with if/elseifBrian Paul
2002-04-21Vertex program attribute arrays seem to work now. This includes fallbacksBrian Paul
2002-04-21added support for vertex program attribute arraysBrian Paul
2002-04-21vertex program attribute array workBrian Paul
2002-01-05Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul
2001-12-14vertex program check-inBrian Paul
2001-07-19Added Win32 memory debugging and fixed a few memory leaks (Gerk Huisma)Brian Paul
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell
2001-04-17another fix in import_texcoord()Brian Paul
2001-04-17replaced ac->count with ac->count - ac->start in import_texcoord(), as in the...Brian Paul
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell
2001-03-17Fix cut&paste bug exposed by clipbug.c demo.Keith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-02-20Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.Keith Whitwell
2001-02-07Correctly calculate size for disabled texcoord arrays.Keith Whitwell
2001-02-04rework to correctly respect _ac_import_range()Keith Whitwell
2001-01-24Lots of GLchan datatype changes.Brian Paul
2001-01-16fixed a small error in import_color(), include m_translate.hBrian Paul
2000-12-28Add render stage for unclipped vb's to fx driver.Keith Whitwell
2000-12-26The array cache.Keith Whitwell