| Commit message (Expand) | Author | Age | Files | Lines |
* | List of source (.c) files in each directory. | Brian Paul | 2006-10-11 | 1 | -0/+3 |
* | Rename some functions/macros to better reflect their behaviour: | Brian Paul | 2006-06-13 | 1 | -3/+3 |
* | In import_attrib(), use the from->Normalized flag to choose the right | Brian Paul | 2006-06-13 | 1 | -8/+28 |
* | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick | 2006-06-12 | 2 | -21/+21 |
* | Put color index attribute into the 6th attribute slot. | Brian Paul | 2006-04-25 | 1 | -1/+1 |
* | fix texcoord unit assertion, the right one (bug 5780) | Roland Scheidegger | 2006-02-01 | 1 | -2/+2 |
* | fix texcoord unit assertion (bug 5780) | Brian Paul | 2006-02-01 | 1 | -3/+3 |
* | Committing in . | Jouk Jansen | 2005-09-23 | 1 | -1/+1 |
* | moved to windows build dir | Karl Schultz | 2005-05-24 | 1 | -108/+0 |
* | s/0/NULL/ (Jeff Muizelaar) | Brian Paul | 2005-02-18 | 1 | -7/+7 |
* | Change the dispatch offsets for the VertexAttrib*NV functions so they don't | Brian Paul | 2004-11-27 | 1 | -1/+1 |
* | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101... | Brian Paul | 2004-08-25 | 1 | -0/+9 |
* | Remove ADD_POINTERS code from import() function - it broke UT2004. | Brian Paul | 2004-06-19 | 1 | -116/+128 |
* | fixed some bogus array enable tests (Soju Matsumoto) | Brian Paul | 2004-05-17 | 1 | -4/+4 |
* | Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment | Brian Paul | 2004-04-23 | 1 | -3/+3 |
* | Fix generic/conventional vertex array glitches. | Brian Paul | 2003-11-29 | 1 | -7/+7 |
* | Merge vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 1 | -3/+3 |
* | Initial work for bounds checking of vertex arrays and vertex buffer objects. | Brian Paul | 2003-10-22 | 1 | -9/+9 |
* | Assorted casts to silence g++ warnings. | Brian Paul | 2003-09-19 | 1 | -17/+17 |
* | Make binary - even though this is a text file, common practice is to store MS... | Karl Schultz | 2003-09-19 | 1 | -108/+108 |
* | GL_ARB_vertex_buffer_object working now, at least for non-indexed | Brian Paul | 2003-09-17 | 2 | -22/+42 |
* | More work on ARB_vertex_buffer_object. | Brian Paul | 2003-09-17 | 2 | -2/+52 |
* | Generate browse info for Debug version. | Karl Schultz | 2003-08-30 | 1 | -2/+2 |
* | Use correct conversions when translating array colors. | Keith Whitwell | 2003-08-20 | 1 | -7/+7 |
* | VC 6 Project File | Karl Schultz | 2003-07-26 | 1 | -0/+108 |
* | Committing in . | Jouk Jansen | 2003-07-02 | 1 | -0/+3 |
* | Committing in . | Jouk Jansen | 2003-06-17 | 1 | -0/+34 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 3 | -3/+0 |
* | Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places. | Brian Paul | 2003-05-01 | 1 | -2/+2 |
* | Added ctx->Texture._EnabledCoordUnits bitfield. | Brian Paul | 2003-04-08 | 1 | -60/+5 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 2 | -4/+2 |
* | First batch of code for GL_NV_fragment_program. | Brian Paul | 2003-01-14 | 3 | -13/+13 |
* | updated email addresses | Brian Paul | 2002-10-29 | 4 | -8/+8 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 2 | -4/+4 |
* | fixed assertion, replaced switch() with if/elseif | Brian Paul | 2002-04-21 | 1 | -29/+27 |
* | Vertex program attribute arrays seem to work now. This includes fallbacks | Brian Paul | 2002-04-21 | 1 | -3/+51 |
* | added support for vertex program attribute arrays | Brian Paul | 2002-04-21 | 1 | -4/+43 |
* | vertex program attribute array work | Brian Paul | 2002-04-21 | 3 | -26/+137 |
* | Vertex program checkpoint commit: converted all vertex attributes (color, | Brian Paul | 2002-01-05 | 1 | -3/+3 |
* | vertex program check-in | Brian Paul | 2001-12-14 | 2 | -15/+15 |
* | Added Win32 memory debugging and fixed a few memory leaks (Gerk Huisma) | Brian Paul | 2001-07-19 | 1 | -1/+5 |
* | Support for floating point color representation in tnl module. | Keith Whitwell | 2001-04-28 | 2 | -40/+90 |
* | another fix in import_texcoord() | Brian Paul | 2001-04-17 | 1 | -2/+2 |
* | replaced ac->count with ac->count - ac->start in import_texcoord(), as in the... | Brian Paul | 2001-04-17 | 1 | -2/+2 |
* | Split driver struct into swrast/tnl/core components. | Keith Whitwell | 2001-03-19 | 1 | -14/+7 |
* | Fix cut&paste bug exposed by clipbug.c demo. | Keith Whitwell | 2001-03-17 | 1 | -11/+11 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 4 | -85/+85 |
* | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul | 2001-03-07 | 1 | -23/+23 |
* | Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs. | Keith Whitwell | 2001-02-20 | 1 | -51/+15 |
* | Correctly calculate size for disabled texcoord arrays. | Keith Whitwell | 2001-02-07 | 1 | -3/+3 |