summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast_setup
Commit message (Expand)AuthorAgeFilesLines
...
* Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul2004-04-231-3/+3
* fix array index error in _swsetup_Translate (Felix)Brian Paul2004-03-211-2/+2
* added clamping to polygon offset to prevent potential negative Z values and F...Brian Paul2004-03-031-16/+15
* another tweak to two-sided detection testBrian Paul2004-02-041-1/+1
* fix two-sided lighting / vertex program bug (#887330)Brian Paul2004-02-042-8/+10
* change type of loop index var to remove compiler warning.Karl Schultz2004-01-131-1/+1
* remove ss_vb.c from projectKarl Schultz2004-01-131-4/+0
* Committing in .Jouk Jansen2004-01-081-3/+2
* Fixes for _swsetup_Translate()Keith Whitwell2004-01-061-2/+9
* Beef up t_vertex.c:Keith Whitwell2004-01-054-741/+76
* Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell2004-01-052-0/+48
* Update NEED_SECONDARY_COLOR macro to test if either vertex/fragmentBrian Paul2003-12-091-0/+1
* Save and restore front colors on backfacing triangles rather than trying toKeith Whitwell2003-11-281-13/+28
* fix assorted g++ warningsBrian Paul2003-11-252-7/+7
* Merge vtx-0-2-branchKeith Whitwell2003-11-244-38/+33
* Initial work for bounds checking of vertex arrays and vertex buffer objects.Brian Paul2003-10-221-2/+2
* Assorted casts to silence g++ warnings.Brian Paul2003-09-191-1/+1
* Make binary - even though this is a text file, common practice is to store MS...Karl Schultz2003-09-191-128/+128
* Move away from using the ctx->_TriangleCaps bitfield.Brian Paul2003-09-182-7/+13
* Generate browse info for Debug version.Karl Schultz2003-08-301-2/+2
* VC 6 Project FileKarl Schultz2003-07-261-0/+128
* Committing in .Jouk Jansen2003-07-021-0/+4
* Committing in .Jouk Jansen2003-06-171-0/+36
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-058-8/+0
* Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul2003-04-081-6/+4
* Use 'ndc' instead of 'proj' terminology.Brian Paul2003-02-041-17/+17
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-141-5/+5
* init facing to zeroBrian Paul2002-11-131-4/+4
* fix culling problem (bug 630649)Brian Paul2002-10-292-6/+24
* updated email addressesBrian Paul2002-10-299-18/+18
* Header file clean-up:Brian Paul2002-10-242-4/+4
* multiple GL_POINTS can now be rendered together into one fragment spanBrian Paul2002-10-044-9/+22
* finished up GL_EXT_stencil_two_sideBrian Paul2002-10-022-3/+10
* removed ctx->Polygon._OffsetAny - not really neededBrian Paul2002-10-021-2/+4
* pull-in changes from DRI/Mesa-4.0.4Brian Paul2002-09-172-17/+2
* initialize SWvertex array to zerosBrian Paul2002-08-081-2/+2
* Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2002-06-291-2/+3
* Implemented GL_NV_texture_rectangle extension.Brian Paul2002-06-151-5/+5
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-23/+27
* more removal of fprintf() callsBrian Paul2002-06-131-5/+5
* replaced 0xf and 0xf0 with TEXTURE0_ANY and TEXTURE1_ANYBrian Paul2002-06-061-3/+3
* added two (GLchan *) castsBrian Paul2002-04-191-3/+3
* implemented vertex program point size controlBrian Paul2002-01-061-2/+3
* Another vertex program checkpoint: clean-up of vertex attribute storageBrian Paul2002-01-061-6/+7
* Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul2002-01-051-3/+3
* Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul2001-12-181-3/+3
* more warning fixes (Karl Schultz)Brian Paul2001-09-141-4/+4
* Lighting now emits colors as CHAN_TYPE, as it used to. This will requireKeith Whitwell2001-07-176-41/+100
* Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell2001-07-128-329/+426
* Restore optimization for cva glArrayElement operation.Keith Whitwell2001-04-301-4/+4