| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixes for _swsetup_Translate() | Keith Whitwell | 2004-01-06 | 1 | -2/+9 |
* | Beef up t_vertex.c: | Keith Whitwell | 2004-01-05 | 4 | -741/+76 |
* | Re-commit t_vertex.[ch] changes to fd.o server. | Keith Whitwell | 2004-01-05 | 2 | -0/+48 |
* | Update NEED_SECONDARY_COLOR macro to test if either vertex/fragment | Brian Paul | 2003-12-09 | 1 | -0/+1 |
* | Save and restore front colors on backfacing triangles rather than trying to | Keith Whitwell | 2003-11-28 | 1 | -13/+28 |
* | fix assorted g++ warnings | Brian Paul | 2003-11-25 | 2 | -7/+7 |
* | Merge vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 4 | -38/+33 |
* | Initial work for bounds checking of vertex arrays and vertex buffer objects. | Brian Paul | 2003-10-22 | 1 | -2/+2 |
* | Assorted casts to silence g++ warnings. | Brian Paul | 2003-09-19 | 1 | -1/+1 |
* | Make binary - even though this is a text file, common practice is to store MS... | Karl Schultz | 2003-09-19 | 1 | -128/+128 |
* | Move away from using the ctx->_TriangleCaps bitfield. | Brian Paul | 2003-09-18 | 2 | -7/+13 |
* | Generate browse info for Debug version. | Karl Schultz | 2003-08-30 | 1 | -2/+2 |
* | VC 6 Project File | Karl Schultz | 2003-07-26 | 1 | -0/+128 |
* | Committing in . | Jouk Jansen | 2003-07-02 | 1 | -0/+4 |
* | Committing in . | Jouk Jansen | 2003-06-17 | 1 | -0/+36 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 8 | -8/+0 |
* | Added ctx->Texture._EnabledCoordUnits bitfield. | Brian Paul | 2003-04-08 | 1 | -6/+4 |
* | Use 'ndc' instead of 'proj' terminology. | Brian Paul | 2003-02-04 | 1 | -17/+17 |
* | First batch of code for GL_NV_fragment_program. | Brian Paul | 2003-01-14 | 1 | -5/+5 |
* | init facing to zero | Brian Paul | 2002-11-13 | 1 | -4/+4 |
* | fix culling problem (bug 630649) | Brian Paul | 2002-10-29 | 2 | -6/+24 |
* | updated email addresses | Brian Paul | 2002-10-29 | 9 | -18/+18 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 2 | -4/+4 |
* | multiple GL_POINTS can now be rendered together into one fragment span | Brian Paul | 2002-10-04 | 4 | -9/+22 |
* | finished up GL_EXT_stencil_two_side | Brian Paul | 2002-10-02 | 2 | -3/+10 |
* | removed ctx->Polygon._OffsetAny - not really needed | Brian Paul | 2002-10-02 | 1 | -2/+4 |
* | pull-in changes from DRI/Mesa-4.0.4 | Brian Paul | 2002-09-17 | 2 | -17/+2 |
* | initialize SWvertex array to zeros | Brian Paul | 2002-08-08 | 1 | -2/+2 |
* | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | 2002-06-29 | 1 | -2/+3 |
* | Implemented GL_NV_texture_rectangle extension. | Brian Paul | 2002-06-15 | 1 | -5/+5 |
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -23/+27 |
* | more removal of fprintf() calls | Brian Paul | 2002-06-13 | 1 | -5/+5 |
* | replaced 0xf and 0xf0 with TEXTURE0_ANY and TEXTURE1_ANY | Brian Paul | 2002-06-06 | 1 | -3/+3 |
* | added two (GLchan *) casts | Brian Paul | 2002-04-19 | 1 | -3/+3 |
* | implemented vertex program point size control | Brian Paul | 2002-01-06 | 1 | -2/+3 |
* | Another vertex program checkpoint: clean-up of vertex attribute storage | Brian Paul | 2002-01-06 | 1 | -6/+7 |
* | Vertex program checkpoint commit: converted all vertex attributes (color, | Brian Paul | 2002-01-05 | 1 | -3/+3 |
* | Replace old matrix stacks with new code based on struct matrix_stack. | Brian Paul | 2001-12-18 | 1 | -3/+3 |
* | more warning fixes (Karl Schultz) | Brian Paul | 2001-09-14 | 1 | -4/+4 |
* | Lighting now emits colors as CHAN_TYPE, as it used to. This will require | Keith Whitwell | 2001-07-17 | 6 | -41/+100 |
* | Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it | Keith Whitwell | 2001-07-12 | 8 | -329/+426 |
* | Restore optimization for cva glArrayElement operation. | Keith Whitwell | 2001-04-30 | 1 | -4/+4 |
* | Support for floating point color representation in tnl module. | Keith Whitwell | 2001-04-28 | 3 | -15/+19 |
* | Remove ENABLE_* flags, ctx->_Enabled. | Keith Whitwell | 2001-03-29 | 1 | -2/+2 |
* | Removed DD_Z_NEVER. | Brian Paul | 2001-03-29 | 1 | -2/+2 |
* | * src/swrast_setup/ss_tritmp.h (quad): Changed name of this function to | pesco | 2001-03-21 | 1 | -3/+3 |
* | Split driver struct into swrast/tnl/core components. | Keith Whitwell | 2001-03-19 | 1 | -2/+2 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 9 | -124/+134 |
* | More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work. | Brian Paul | 2001-03-08 | 3 | -6/+7 |
* | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul | 2001-03-07 | 2 | -8/+9 |