summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_feedback.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-07-31swrast: Remove unnecessary headers.Vinson Lee
2010-03-03mesa: Eliminate index parameter to _mesa_feedback_vertexIan Romanick
2010-01-13swrast: Remove unnecessary header from s_feedback.c.Vinson Lee
2009-08-27swrast: fix incorrect tri culling in selection/feedback mode.Brian Paul
2009-02-28mesa: replace FEEDBACK_TOKEN macro with _mesa_feedback_token() inline functionBrian Paul
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2007-06-22Fix feedback color bug #11332. In feedback mode, produce float colors.Brian
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian
2007-05-11Remove unused FB_* tokens, re-indent code.Brian
2007-05-11When feeding back texcoords, don't divide by W. See bug 10913.Brian
2007-02-05Merge SWvertex texcoord and varying fields into attrib[] array field.Brian
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2004-05-04Fix minor warnings found with g++.Brian Paul
2004-01-13add cast to quiet compiler warningKarl Schultz
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2001-09-19silence compiler warnings (last batch for src)Karl Schultz
2001-06-12always feedback unit 0 texcoordsBrian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell
2000-11-05Reorganized software rasterizer as a module which manages its own state,Keith Whitwell