summaryrefslogtreecommitdiff
path: root/src/mesa/swrast_setup/ss_context.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-05-09swrast: fix 16-bit/channel renderingBrian Paul
2010-03-03tnl: Remove color-index TNL supportIan Romanick
2010-03-03swrast_setup: Remove more color-index rendering supportIan Romanick
2010-02-13mesa: Fix compiler warningsKarl Schultz
2008-10-08mesa: fix vertex format/attribute bugBrian Paul
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2007-11-30fix broken two-sided stencilBrian
2007-07-06In _swsetup_Translate(), update dest->attrib[FRAG_ATTRIB_COL0].Brian
2007-06-28added comment, remove dead codeBrian
2007-06-22Fix feedback color bug #11332. In feedback mode, produce float colors.Brian
2007-05-23Fix problem w/ two-sided lighting and fragment programs (depth-peel regression)Brian
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian
2007-05-02Document a deficiency in the _swrast_Translate() function with regard to poin...Brian
2007-04-28use EMIT_1F or EMIT_4F for fog depending on fragment program (bug 10788)Brian
2007-04-23remove SWvertex->fog field, use attrib fieldBrian
2007-04-23some re-org, clean-upBrian
2007-02-05Merge SWvertex texcoord and varying fields into attrib[] array field.Brian
2006-12-21s/attribute/varying/Brian
2006-12-15varying var changesBrian
2006-06-14s/ATTRIBUTE/GENERIC/Brian Paul
2006-06-14Rename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC*Brian Paul
2006-04-25Put color index attribute into the 6th attribute slot.Brian Paul
2006-04-14s/MaxTextureUnits/MaxTextureCoordUnits/Brian Paul
2006-04-11More GLSL code:Michal Krol
2004-03-21fix array index error in _swsetup_Translate (Felix)Brian Paul
2004-02-04fix two-sided lighting / vertex program bug (#887330)Brian Paul
2004-01-13change type of loop index var to remove compiler warning.Karl Schultz
2004-01-06Fixes for _swsetup_Translate()Keith Whitwell
2004-01-05Beef up t_vertex.c:Keith Whitwell
2004-01-05Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell
2003-10-22Initial work for bounds checking of vertex arrays and vertex buffer objects.Brian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2002-10-29updated email addressesBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-10-04multiple GL_POINTS can now be rendered together into one fragment spanBrian Paul
2002-09-17pull-in changes from DRI/Mesa-4.0.4Brian Paul
2002-08-08initialize SWvertex array to zerosBrian Paul
2001-07-17Lighting now emits colors as CHAN_TYPE, as it used to. This will requireKeith Whitwell
2001-07-12Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-02-16Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell
2001-02-16Fixed conform problems with recent material tracking change.Keith Whitwell
2001-01-29Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell
2001-01-16Fix several conformance problems. Hack solution to line stipple problem.Keith Whitwell
2001-01-08Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell