summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast_setup
Commit message (Expand)AuthorAgeFilesLines
* tnl: Remove color-index TNL supportIan Romanick2010-03-031-5/+0
* swrast_setup: Remove more color-index rendering supportIan Romanick2010-03-033-155/+79
* mesa: Fix compiler warningsKarl Schultz2010-02-132-7/+7
* swrast: Silence uninitialized variable warnings in ss_tritmp.h.Vinson Lee2010-02-101-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2009-12-211-3/+3
|\
| * swrast: Silence uninitialized variable warnings in ss_tritmp.h.Vinson Lee2009-12-121-3/+3
* | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt2009-11-191-8/+8
* | tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtrEric Anholt2009-11-191-1/+1
|/
* swrast: Silence compiler warnings, give better structure to the code as a res...Michal Krol2009-03-192-61/+62
* mesa: fix vertex format/attribute bugBrian Paul2008-10-081-5/+8
* mesa: Prefix main includes with dir to avoid conflicts.José Fonseca2008-09-211-1/+1
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-184-12/+12
* glcore: drop outdated sources files intented for xorgGeorge Sapountzis2008-04-231-10/+0
* simplify update two-side lighting test (follow-on to previous front/back-face...Brian2007-12-181-3/+1
* fix broken two-sided stencilBrian2007-11-303-6/+9
* Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesajoukj2007-11-301-8/+10
|\
| * Check for NULL VB->EdgeFlag array.Brian2007-11-051-8/+10
* | Update of OpenVMS makefiles for the use of "new" include file conventionJouk2007-10-031-2/+4
* | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk2007-07-252-31/+35
|\ \ | |/
| * Minor clean-up of polygon offset logic. Properly compute _MRD field.Brian2007-07-111-19/+21
| * In _swsetup_Translate(), update dest->attrib[FRAG_ATTRIB_COL0].Brian2007-07-061-10/+13
| * added comment, remove dead codeBrian2007-06-281-3/+1
| * Fix feedback color bug #11332. In feedback mode, produce float colors.Brian2007-06-221-0/+1
* | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk2007-06-084-100/+155
|\ \ | |/
| * Fix problem w/ two-sided lighting and fragment programs (depth-peel regression)Brian2007-05-233-23/+62
| * Overhaul/simplify SWvertex and SWspan attribute handling.Brian2007-05-203-83/+99
* | Updated OpenVMS makefilesJ.Jansen2007-05-101-0/+1
|/
* Document a deficiency in the _swrast_Translate() function with regard to poin...Brian2007-05-021-1/+2
* use EMIT_1F or EMIT_4F for fog depending on fragment program (bug 10788)Brian2007-04-281-2/+4
* remove SWvertex->fog field, use attrib fieldBrian2007-04-231-2/+2
* some re-org, clean-upBrian2007-04-231-25/+46
* fig segment fault issue in TAG(triangle), (see bug 10589)Xiang, Haihao2007-04-181-19/+24
* Implement gl_FrontFacing for fragment shaders.Brian2007-03-102-3/+4
* Merge SWvertex texcoord and varying fields into attrib[] array field.Brian2007-02-051-4/+9
* s/attribute/varying/Brian2006-12-211-1/+1
* varying var changesBrian2006-12-151-6/+12
* list header files in sources files (Dan Nicholson)Brian Paul2006-11-211-0/+7
* List of source (.c) files in each directory.Brian Paul2006-10-111-0/+3
* s/ATTRIBUTE/GENERIC/Brian Paul2006-06-141-2/+2
* Rename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC*Brian Paul2006-06-141-1/+1
* Put color index attribute into the 6th attribute slot.Brian Paul2006-04-251-5/+5
* s/MaxTextureUnits/MaxTextureCoordUnits/Brian Paul2006-04-141-5/+3
* More GLSL code:Michal Krol2006-04-112-37/+46
* Committing in .Jouk Jansen2005-09-231-1/+1
* OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.Brian Paul2005-09-131-1/+1
* moved to windows build dirKarl Schultz2005-05-241-124/+0
* Fix valgrind complaint, conform vertex order test.Keith Whitwell2005-05-111-6/+20
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-1/+1
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-011-2/+2
* Fix minor warnings found with g++.Brian Paul2004-05-042-3/+3