summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast_setup
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-283-15/+19
* Remove ENABLE_* flags, ctx->_Enabled.Keith Whitwell2001-03-291-2/+2
* Removed DD_Z_NEVER.Brian Paul2001-03-291-2/+2
* * src/swrast_setup/ss_tritmp.h (quad): Changed name of this function topesco2001-03-211-3/+3
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-2/+2
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-129-124/+134
* More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul2001-03-083-6/+7
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-072-8/+9
* Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell2001-02-162-12/+10
* Fixed conform problems with recent material tracking change.Keith Whitwell2001-02-162-9/+11
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-294-3/+59
* Lots of GLchan datatype changes.Brian Paul2001-01-242-6/+6
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-233-4/+6
* Fixes for performance bug on compiled array element paths.Keith Whitwell2001-01-171-0/+15
* Fix several conformance problems. Hack solution to line stipple problem.Keith Whitwell2001-01-165-108/+148
* Fixed conform feedback and drawelements tests.Keith Whitwell2001-01-142-3/+3