summaryrefslogtreecommitdiff
path: root/src/mesa/array_cache
AgeCommit message (Expand)AuthorFilesLines
2005-05-24moved to windows build dirKarl Schultz1-108/+0
2005-02-18s/0/NULL/ (Jeff Muizelaar)Brian Paul1-7/+7
2004-11-27Change the dispatch offsets for the VertexAttrib*NV functions so they don'tBrian Paul1-1/+1
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul1-0/+9
2004-06-19Remove ADD_POINTERS code from import() function - it broke UT2004.Brian Paul1-116/+128
2004-05-17fixed some bogus array enable tests (Soju Matsumoto)Brian Paul1-4/+4
2004-04-23Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul1-3/+3
2003-11-29Fix generic/conventional vertex array glitches.Brian Paul1-7/+7
2003-11-24Merge vtx-0-2-branchKeith Whitwell1-3/+3
2003-10-22Initial work for bounds checking of vertex arrays and vertex buffer objects.Brian Paul1-9/+9
2003-09-19Assorted casts to silence g++ warnings.Brian Paul1-17/+17
2003-09-19Make binary - even though this is a text file, common practice is to store MS...Karl Schultz1-108/+108
2003-09-17GL_ARB_vertex_buffer_object working now, at least for non-indexedBrian Paul2-22/+42
2003-09-17More work on ARB_vertex_buffer_object.Brian Paul2-2/+52
2003-08-30Generate browse info for Debug version.Karl Schultz1-2/+2
2003-08-20Use correct conversions when translating array colors.Keith Whitwell1-7/+7
2003-07-26VC 6 Project FileKarl Schultz1-0/+108
2003-07-02 Committing in .Jouk Jansen1-0/+3
2003-06-17 Committing in .Jouk Jansen1-0/+34
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick3-3/+0
2003-05-01Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul1-2/+2
2003-04-08Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul1-60/+5
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2-4/+2
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul3-13/+13
2002-10-29updated email addressesBrian Paul4-8/+8
2002-10-24Header file clean-up:Brian Paul2-4/+4
2002-04-21fixed assertion, replaced switch() with if/elseifBrian Paul1-29/+27
2002-04-21Vertex program attribute arrays seem to work now. This includes fallbacksBrian Paul1-3/+51
2002-04-21added support for vertex program attribute arraysBrian Paul1-4/+43
2002-04-21vertex program attribute array workBrian Paul3-26/+137
2002-01-05Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul1-3/+3
2001-12-14vertex program check-inBrian Paul2-15/+15
2001-07-19Added Win32 memory debugging and fixed a few memory leaks (Gerk Huisma)Brian Paul1-1/+5
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell2-40/+90
2001-04-17another fix in import_texcoord()Brian Paul1-2/+2
2001-04-17replaced ac->count with ac->count - ac->start in import_texcoord(), as in the...Brian Paul1-2/+2
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell1-14/+7
2001-03-17Fix cut&paste bug exposed by clipbug.c demo.Keith Whitwell1-11/+11
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes4-85/+85
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul1-23/+23
2001-02-20Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.Keith Whitwell1-51/+15
2001-02-07Correctly calculate size for disabled texcoord arrays.Keith Whitwell1-3/+3
2001-02-04rework to correctly respect _ac_import_range()Keith Whitwell3-195/+227
2001-01-24Lots of GLchan datatype changes.Brian Paul1-22/+60
2001-01-16fixed a small error in import_color(), include m_translate.hBrian Paul1-3/+4
2000-12-28Add render stage for unclipped vb's to fx driver.Keith Whitwell1-1/+11
2000-12-26The array cache.Keith Whitwell4-0/+1189