summaryrefslogtreecommitdiff
path: root/src/mesa/swrast_setup
AgeCommit message (Expand)AuthorFilesLines
2006-11-21list header files in sources files (Dan Nicholson)Brian Paul1-0/+7
2006-10-11List of source (.c) files in each directory.Brian Paul1-0/+3
2006-06-14s/ATTRIBUTE/GENERIC/Brian Paul1-2/+2
2006-06-14Rename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC*Brian Paul1-1/+1
2006-04-25Put color index attribute into the 6th attribute slot.Brian Paul1-5/+5
2006-04-14s/MaxTextureUnits/MaxTextureCoordUnits/Brian Paul1-5/+3
2006-04-11More GLSL code:Michal Krol2-37/+46
2005-09-23 Committing in .Jouk Jansen1-1/+1
2005-09-13OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.Brian Paul1-1/+1
2005-05-24moved to windows build dirKarl Schultz1-124/+0
2005-05-11Fix valgrind complaint, conform vertex order test.Keith Whitwell1-6/+20
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-1/+1
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell1-2/+2
2004-05-04Fix minor warnings found with g++.Brian Paul2-3/+3
2004-04-23Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul1-3/+3
2004-03-21fix array index error in _swsetup_Translate (Felix)Brian Paul1-2/+2
2004-03-03added clamping to polygon offset to prevent potential negative Z values and F...Brian Paul1-16/+15
2004-02-04another tweak to two-sided detection testBrian Paul1-1/+1
2004-02-04fix two-sided lighting / vertex program bug (#887330)Brian Paul2-8/+10
2004-01-13change type of loop index var to remove compiler warning.Karl Schultz1-1/+1
2004-01-13remove ss_vb.c from projectKarl Schultz1-4/+0
2004-01-08 Committing in .Jouk Jansen1-3/+2
2004-01-06Fixes for _swsetup_Translate()Keith Whitwell1-2/+9
2004-01-05Beef up t_vertex.c:Keith Whitwell4-741/+76
2004-01-05Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell2-0/+48
2003-12-09Update NEED_SECONDARY_COLOR macro to test if either vertex/fragmentBrian Paul1-0/+1
2003-11-28Save and restore front colors on backfacing triangles rather than trying toKeith Whitwell1-13/+28
2003-11-25fix assorted g++ warningsBrian Paul2-7/+7
2003-11-24Merge vtx-0-2-branchKeith Whitwell4-38/+33
2003-10-22Initial work for bounds checking of vertex arrays and vertex buffer objects.Brian Paul1-2/+2
2003-09-19Assorted casts to silence g++ warnings.Brian Paul1-1/+1
2003-09-19Make binary - even though this is a text file, common practice is to store MS...Karl Schultz1-128/+128
2003-09-18Move away from using the ctx->_TriangleCaps bitfield.Brian Paul2-7/+13
2003-08-30Generate browse info for Debug version.Karl Schultz1-2/+2
2003-07-26VC 6 Project FileKarl Schultz1-0/+128
2003-07-02 Committing in .Jouk Jansen1-0/+4
2003-06-17 Committing in .Jouk Jansen1-0/+36
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick8-8/+0
2003-04-08Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul1-6/+4
2003-02-04Use 'ndc' instead of 'proj' terminology.Brian Paul1-17/+17
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul1-5/+5
2002-11-13init facing to zeroBrian Paul1-4/+4
2002-10-29fix culling problem (bug 630649)Brian Paul2-6/+24
2002-10-29updated email addressesBrian Paul9-18/+18
2002-10-24Header file clean-up:Brian Paul2-4/+4
2002-10-04multiple GL_POINTS can now be rendered together into one fragment spanBrian Paul4-9/+22
2002-10-02finished up GL_EXT_stencil_two_sideBrian Paul2-3/+10
2002-10-02removed ctx->Polygon._OffsetAny - not really neededBrian Paul1-2/+4
2002-09-17pull-in changes from DRI/Mesa-4.0.4Brian Paul2-17/+2
2002-08-08initialize SWvertex array to zerosBrian Paul1-2/+2