summaryrefslogtreecommitdiff
path: root/src/mesa/swrast_setup
AgeCommit message (Expand)AuthorFilesLines
2014-04-24swrast: Fix vertex color in _swsetup_Translate()nick1-1/+2
2014-01-20mesa: Convert gl_context::Viewport to gl_context::ViewportArrayCourtney Goeltzenleuchter1-2/+2
2014-01-17s/Tungsten Graphics/VMware/José Fonseca7-7/+7
2013-06-05mesa: remove outdated version lines in commentsRico Schüller7-7/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke7-21/+28
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke7-7/+7
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke7-7/+7
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry3-67/+67
2012-11-16Remove OpenVMS supportMatt Turner1-42/+0
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-1/+1
2012-09-01mesa: s/FREE/free/Brian Paul1-1/+1
2012-09-01mesa: s/CALLOC/calloc/Brian Paul1-1/+1
2011-12-28mesa: Convert to use GLbitfield64 directly.Mathias Fröhlich2-18/+14
2010-12-25swrast: Clean up header file inclusion in ss_vb.h.Vinson Lee1-1/+1
2010-12-25swrast: Clean up header file inclusion in ss_triangle.h.Vinson Lee1-1/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg7-34/+34
2010-08-13swrast: Clean up header file inclusion in ss_vb.h.Vinson Lee1-1/+0
2010-08-12swrast: Clean up header file inclusion in ss_triangle.h.Vinson Lee1-1/+1
2010-08-12swrast: Clean up header file inclusion in ss_context.h.Vinson Lee1-2/+1
2010-06-21swrast: fix incorrect specular highlights on backfacesTim Evans1-1/+1
2010-05-09swrast: fix 16-bit/channel renderingBrian Paul1-1/+1
2010-03-03tnl: Remove color-index TNL supportIan Romanick1-5/+0
2010-03-03swrast_setup: Remove more color-index rendering supportIan Romanick3-155/+79
2010-02-13mesa: Fix compiler warningsKarl Schultz2-7/+7
2010-02-10swrast: Silence uninitialized variable warnings in ss_tritmp.h.Vinson Lee1-1/+1
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul1-3/+3
2009-11-19tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt1-8/+8
2009-11-19tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtrEric Anholt1-1/+1
2009-12-12swrast: Silence uninitialized variable warnings in ss_tritmp.h.Vinson Lee1-3/+3
2009-03-19swrast: Silence compiler warnings, give better structure to the code as a res...Michal Krol2-61/+62
2008-10-08mesa: fix vertex format/attribute bugBrian Paul1-5/+8
2008-09-21mesa: Prefix main includes with dir to avoid conflicts.José Fonseca1-1/+1
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul4-12/+12
2008-04-23glcore: drop outdated sources files intented for xorgGeorge Sapountzis1-10/+0
2007-12-18simplify update two-side lighting test (follow-on to previous front/back-face...Brian1-3/+1
2007-11-30fix broken two-sided stencilBrian3-6/+9
2007-11-30Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesajoukj1-8/+10
2007-11-05Check for NULL VB->EdgeFlag array.Brian1-8/+10
2007-10-03 Update of OpenVMS makefiles for the use of "new" include file conventionJouk1-2/+4
2007-07-25Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk2-31/+35
2007-07-11Minor clean-up of polygon offset logic. Properly compute _MRD field.Brian1-19/+21
2007-07-06In _swsetup_Translate(), update dest->attrib[FRAG_ATTRIB_COL0].Brian1-10/+13
2007-06-28added comment, remove dead codeBrian1-3/+1
2007-06-22Fix feedback color bug #11332. In feedback mode, produce float colors.Brian1-0/+1
2007-06-08Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk4-100/+155
2007-05-23Fix problem w/ two-sided lighting and fragment programs (depth-peel regression)Brian3-23/+62
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian3-83/+99
2007-05-10Updated OpenVMS makefilesJ.Jansen1-0/+1
2007-05-02Document a deficiency in the _swrast_Translate() function with regard to poin...Brian1-1/+2
2007-04-28use EMIT_1F or EMIT_4F for fog depending on fragment program (bug 10788)Brian1-2/+4