Age | Commit message (Expand) | Author |
2004-04-23 | Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment | Brian Paul |
2003-11-29 | Fix generic/conventional vertex array glitches. | Brian Paul |
2003-11-24 | Merge vtx-0-2-branch | Keith Whitwell |
2003-10-22 | Initial work for bounds checking of vertex arrays and vertex buffer objects. | Brian Paul |
2003-09-19 | Assorted casts to silence g++ warnings. | Brian Paul |
2003-09-19 | Make binary - even though this is a text file, common practice is to store MS... | Karl Schultz |
2003-09-17 | GL_ARB_vertex_buffer_object working now, at least for non-indexed | Brian Paul |
2003-09-17 | More work on ARB_vertex_buffer_object. | Brian Paul |
2003-08-30 | Generate browse info for Debug version. | Karl Schultz |
2003-08-20 | Use correct conversions when translating array colors. | Keith Whitwell |
2003-07-26 | VC 6 Project File | Karl Schultz |
2003-07-02 | Committing in . | Jouk Jansen |
2003-06-17 | Committing in . | Jouk Jansen |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick |
2003-05-01 | Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places. | Brian Paul |
2003-04-08 | Added ctx->Texture._EnabledCoordUnits bitfield. | Brian Paul |
2003-03-01 | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul |
2003-01-14 | First batch of code for GL_NV_fragment_program. | Brian Paul |
2002-10-29 | updated email addresses | Brian Paul |
2002-10-24 | Header file clean-up: | Brian Paul |
2002-04-21 | fixed assertion, replaced switch() with if/elseif | Brian Paul |
2002-04-21 | Vertex program attribute arrays seem to work now. This includes fallbacks | Brian Paul |
2002-04-21 | added support for vertex program attribute arrays | Brian Paul |
2002-04-21 | vertex program attribute array work | Brian Paul |
2002-01-05 | Vertex program checkpoint commit: converted all vertex attributes (color, | Brian Paul |
2001-12-14 | vertex program check-in | Brian Paul |
2001-07-19 | Added Win32 memory debugging and fixed a few memory leaks (Gerk Huisma) | Brian Paul |
2001-04-28 | Support for floating point color representation in tnl module. | Keith Whitwell |
2001-04-17 | another fix in import_texcoord() | Brian Paul |
2001-04-17 | replaced ac->count with ac->count - ac->start in import_texcoord(), as in the... | Brian Paul |
2001-03-19 | Split driver struct into swrast/tnl/core components. | Keith Whitwell |
2001-03-17 | Fix cut&paste bug exposed by clipbug.c demo. | Keith Whitwell |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes |
2001-03-07 | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul |
2001-02-20 | Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs. | Keith Whitwell |
2001-02-07 | Correctly calculate size for disabled texcoord arrays. | Keith Whitwell |
2001-02-04 | rework to correctly respect _ac_import_range() | Keith Whitwell |
2001-01-24 | Lots of GLchan datatype changes. | Brian Paul |
2001-01-16 | fixed a small error in import_color(), include m_translate.h | Brian Paul |
2000-12-28 | Add render stage for unclipped vb's to fx driver. | Keith Whitwell |
2000-12-26 | The array cache. | Keith Whitwell |