summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast_setup
Commit message (Expand)AuthorAgeFilesLines
* mesa: Avoid double promotion.Matt Turner2015-07-291-2/+2
* tnl: Maintain the _WindowMap matrix in TNLcontext v2.Mathias Froehlich2015-04-051-2/+3
* swrast: remove unneeded #include of colormac.hBrian Paul2015-04-012-2/+1
* mesa: replace FABSF with fabsfBrian Paul2015-02-242-2/+3
* swrast: Fix vertex color in _swsetup_Translate()nick2014-04-241-1/+2
* mesa: Convert gl_context::Viewport to gl_context::ViewportArrayCourtney Goeltzenleuchter2014-01-201-2/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-177-7/+7
* mesa: remove outdated version lines in commentsRico Schüller2013-06-057-7/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-237-21/+28
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-237-7/+7
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-237-7/+7
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-153-67/+67
* Remove OpenVMS supportMatt Turner2012-11-161-42/+0
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-1/+1
* mesa: s/FREE/free/Brian Paul2012-09-011-1/+1
* mesa: s/CALLOC/calloc/Brian Paul2012-09-011-1/+1
* mesa: Convert to use GLbitfield64 directly.Mathias Fröhlich2011-12-282-18/+14
* swrast: Clean up header file inclusion in ss_vb.h.Vinson Lee2010-12-251-1/+1
* swrast: Clean up header file inclusion in ss_triangle.h.Vinson Lee2010-12-251-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-137-34/+34
* swrast: Clean up header file inclusion in ss_vb.h.Vinson Lee2010-08-131-1/+0
* swrast: Clean up header file inclusion in ss_triangle.h.Vinson Lee2010-08-121-1/+1
* swrast: Clean up header file inclusion in ss_context.h.Vinson Lee2010-08-121-2/+1
* swrast: fix incorrect specular highlights on backfacesTim Evans2010-06-211-1/+1
* swrast: fix 16-bit/channel renderingBrian Paul2010-05-091-1/+1
* 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