Initial work for GL_EXT_packed_depth_stencil extension.
[mesa.git] / src / mesa / array_cache /
2005-09-23 Jouk Jansen Committing in .
2005-05-24 Karl Schultzmoved to windows build dir
2005-02-18 Brian Pauls/0/NULL/ (Jeff Muizelaar)
2004-11-27 Brian PaulChange the dispatch offsets for the VertexAttrib*NV...
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-06-19 Brian PaulRemove ADD_POINTERS code from import() function - it...
2004-05-17 Brian Paulfixed some bogus array enable tests (Soju Matsumoto)
2004-04-23 Brian PaulAdded ctx->Vertex/FragmentProgram._Enable flags. Set...
2003-11-29 Brian PaulFix generic/conventional vertex array glitches.
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-10-22 Brian PaulInitial work for bounds checking of vertex arrays and...
2003-09-19 Brian PaulAssorted casts to silence g++ warnings.
2003-09-19 Karl SchultzMake binary - even though this is a text file, common...
2003-09-17 Brian PaulGL_ARB_vertex_buffer_object working now, at least for...
2003-09-17 Brian PaulMore work on ARB_vertex_buffer_object.
2003-08-30 Karl SchultzGenerate browse info for Debug version.
2003-08-20 Keith WhitwellUse correct conversions when translating array colors.
2003-07-26 Karl SchultzVC 6 Project File
2003-07-02 Jouk Jansen Committing in .
2003-06-17 Jouk Jansen Committing in .
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-05-01 Brian PaulUse ctx->Const.MaxTextureImageUnits and MaxTextureCoord...
2003-04-08 Brian PaulAdded ctx->Texture._EnabledCoordUnits bitfield.
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-01-14 Brian PaulFirst batch of code for GL_NV_fragment_program.
2002-10-29 Brian Paulupdated email addresses
2002-10-24 Brian PaulHeader file clean-up:
2002-04-21 Brian Paulfixed assertion, replaced switch() with if/elseif
2002-04-21 Brian PaulVertex program attribute arrays seem to work now. ...
2002-04-21 Brian Pauladded support for vertex program attribute arrays
2002-04-21 Brian Paulvertex program attribute array work
2002-01-05 Brian PaulVertex program checkpoint commit: converted all vertex...
2001-12-14 Brian Paulvertex program check-in
2001-07-19 Brian PaulAdded Win32 memory debugging and fixed a few memory...
2001-04-28 Keith WhitwellSupport for floating point color representation in...
2001-04-17 Brian Paulanother fix in import_texcoord()
2001-04-17 Brian Paulreplaced ac->count with ac->count - ac->start in import...
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-17 Keith WhitwellFix cut&paste bug exposed by clipbug.c demo.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-02-20 Keith WhitwellAdded GLvector4chan type, removed lots of CHAN_TYPE...
2001-02-07 Keith WhitwellCorrectly calculate size for disabled texcoord arrays.
2001-02-04 Keith Whitwellrework to correctly respect _ac_import_range()
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-16 Brian Paulfixed a small error in import_color(), include m_transl...
2000-12-28 Keith WhitwellAdd render stage for unclipped vb's to fx driver.
2000-12-26 Keith WhitwellThe array cache.