summaryrefslogtreecommitdiff
path: root/src/mesa/swrast_setup
AgeCommit message (Expand)Author
2010-12-25swrast: Clean up header file inclusion in ss_vb.h.Vinson Lee
2010-12-25swrast: Clean up header file inclusion in ss_triangle.h.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-08-13swrast: Clean up header file inclusion in ss_vb.h.Vinson Lee
2010-08-12swrast: Clean up header file inclusion in ss_triangle.h.Vinson Lee
2010-08-12swrast: Clean up header file inclusion in ss_context.h.Vinson Lee
2010-06-21swrast: fix incorrect specular highlights on backfacesTim Evans
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
2010-02-10swrast: Silence uninitialized variable warnings in ss_tritmp.h.Vinson Lee
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul
2009-11-19tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt
2009-11-19tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtrEric Anholt
2009-12-12swrast: Silence uninitialized variable warnings in ss_tritmp.h.Vinson Lee
2009-03-19swrast: Silence compiler warnings, give better structure to the code as a res...Michal Krol
2008-10-08mesa: fix vertex format/attribute bugBrian Paul
2008-09-21mesa: Prefix main includes with dir to avoid conflicts.José Fonseca
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2008-04-23glcore: drop outdated sources files intented for xorgGeorge Sapountzis
2007-12-18simplify update two-side lighting test (follow-on to previous front/back-face...Brian
2007-11-30fix broken two-sided stencilBrian
2007-11-30Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesajoukj
2007-11-05Check for NULL VB->EdgeFlag array.Brian
2007-10-03 Update of OpenVMS makefiles for the use of "new" include file conventionJouk
2007-07-25Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk
2007-07-11Minor clean-up of polygon offset logic. Properly compute _MRD field.Brian
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-06-08Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk
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-10Updated OpenVMS makefilesJ.Jansen
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-04-18fig segment fault issue in TAG(triangle), (see bug 10589)Xiang, Haihao
2007-03-10Implement gl_FrontFacing for fragment shaders.Brian
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-11-21list header files in sources files (Dan Nicholson)Brian Paul
2006-10-11List of source (.c) files in each directory.Brian Paul
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