summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_feedback.c
Commit message (Expand)AuthorAgeFilesLines
* swrast: remove unneeded #include of colormac.hBrian Paul2015-04-011-1/+0
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-12/+12
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-7/+7
* swrast: Remove unnecessary headers.Vinson Lee2010-07-311-1/+0
* mesa: Eliminate index parameter to _mesa_feedback_vertexIan Romanick2010-03-031-1/+1
* swrast: Remove unnecessary header from s_feedback.c.Vinson Lee2010-01-131-1/+0
* swrast: fix incorrect tri culling in selection/feedback mode.Brian Paul2009-08-271-2/+2
* mesa: replace FEEDBACK_TOKEN macro with _mesa_feedback_token() inline functionBrian Paul2009-02-281-4/+4
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-6/+6
* Fix feedback color bug #11332. In feedback mode, produce float colors.Brian2007-06-221-6/+1
* Overhaul/simplify SWvertex and SWspan attribute handling.Brian2007-05-201-11/+12
* Remove unused FB_* tokens, re-indent code.Brian2007-05-111-50/+46
* When feeding back texcoords, don't divide by W. See bug 10913.Brian2007-05-111-15/+3
* Merge SWvertex texcoord and varying fields into attrib[] array field.Brian2007-02-051-9/+8
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-7/+6
* Fix minor warnings found with g++.Brian Paul2004-05-041-4/+1
* add cast to quiet compiler warningKarl Schultz2004-01-131-1/+1
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul2003-03-251-9/+9
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-4/+3
* silence compiler warnings (last batch for src)Karl Schultz2001-09-191-2/+2
* always feedback unit 0 texcoordsBrian Paul2001-06-121-2/+2
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-10/+7
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-16/+16
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-7/+7
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-6/+6
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-10/+15
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-12/+24
* Reorganized software rasterizer as a module which manages its own state,Keith Whitwell2000-11-051-0/+153