summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_feedback.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03mesa: Delete libmesa_classicDylan Baker1-137/+0
2015-04-01swrast: remove unneeded #include of colormac.hBrian Paul1-1/+0
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-12/+12
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-7/+7
2010-07-31swrast: Remove unnecessary headers.Vinson Lee1-1/+0
2010-03-03mesa: Eliminate index parameter to _mesa_feedback_vertexIan Romanick1-1/+1
2010-01-13swrast: Remove unnecessary header from s_feedback.c.Vinson Lee1-1/+0
2009-08-27swrast: fix incorrect tri culling in selection/feedback mode.Brian Paul1-2/+2
2009-02-28mesa: replace FEEDBACK_TOKEN macro with _mesa_feedback_token() inline functionBrian Paul1-4/+4
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-6/+6
2007-06-22Fix feedback color bug #11332. In feedback mode, produce float colors.Brian1-6/+1
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian1-11/+12
2007-05-11Remove unused FB_* tokens, re-indent code.Brian1-50/+46
2007-05-11When feeding back texcoords, don't divide by W. See bug 10913.Brian1-15/+3
2007-02-05Merge SWvertex texcoord and varying fields into attrib[] array field.Brian1-9/+8
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-7/+6
2004-05-04Fix minor warnings found with g++.Brian Paul1-4/+1
2004-01-13add cast to quiet compiler warningKarl Schultz1-1/+1
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul1-9/+9
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-4/+3
2001-09-19silence compiler warnings (last batch for src)Karl Schultz1-2/+2
2001-06-12always feedback unit 0 texcoordsBrian Paul1-2/+2
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-10/+7
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-16/+16
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul1-7/+7
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell1-6/+6
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul1-10/+15
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell1-12/+24
2000-11-05Reorganized software rasterizer as a module which manages its own state,Keith Whitwell1-0/+153