Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / mesa / array_cache / ac_import.c
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-29 Keith Whitwellremove this module
2006-06-13 Brian PaulRename some functions/macros to better reflect their...
2006-06-13 Brian PaulIn import_attrib(), use the from->Normalized flag to...
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-02-01 Roland Scheideggerfix texcoord unit assertion, the right one (bug 5780)
2006-02-01 Brian Paulfix texcoord unit assertion (bug 5780)
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-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-20 Keith WhitwellUse correct conversions when translating array colors.
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 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-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.