| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Avoid double promotion. | Matt Turner | 2015-07-29 | 1 | -2/+2 |
* | tnl: Maintain the _WindowMap matrix in TNLcontext v2. | Mathias Froehlich | 2015-04-05 | 1 | -2/+3 |
* | swrast: remove unneeded #include of colormac.h | Brian Paul | 2015-04-01 | 2 | -2/+1 |
* | mesa: replace FABSF with fabsf | Brian Paul | 2015-02-24 | 2 | -2/+3 |
* | swrast: Fix vertex color in _swsetup_Translate() | nick | 2014-04-24 | 1 | -1/+2 |
* | mesa: Convert gl_context::Viewport to gl_context::ViewportArray | Courtney Goeltzenleuchter | 2014-01-20 | 1 | -2/+2 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 7 | -7/+7 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 7 | -7/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 7 | -21/+28 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 7 | -7/+7 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 7 | -7/+7 |
* | Replace gl_frag_attrib enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 3 | -67/+67 |
* | Remove OpenVMS support | Matt Turner | 2012-11-16 | 1 | -42/+0 |
* | Don't cast the return value of malloc/realloc | Matt Turner | 2012-09-05 | 1 | -1/+1 |
* | mesa: s/FREE/free/ | Brian Paul | 2012-09-01 | 1 | -1/+1 |
* | mesa: s/CALLOC/calloc/ | Brian Paul | 2012-09-01 | 1 | -1/+1 |
* | mesa: Convert to use GLbitfield64 directly. | Mathias Fröhlich | 2011-12-28 | 2 | -18/+14 |
* | swrast: Clean up header file inclusion in ss_vb.h. | Vinson Lee | 2010-12-25 | 1 | -1/+1 |
* | swrast: Clean up header file inclusion in ss_triangle.h. | Vinson Lee | 2010-12-25 | 1 | -1/+1 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 7 | -34/+34 |
* | swrast: Clean up header file inclusion in ss_vb.h. | Vinson Lee | 2010-08-13 | 1 | -1/+0 |
* | swrast: Clean up header file inclusion in ss_triangle.h. | Vinson Lee | 2010-08-12 | 1 | -1/+1 |
* | swrast: Clean up header file inclusion in ss_context.h. | Vinson Lee | 2010-08-12 | 1 | -2/+1 |
* | swrast: fix incorrect specular highlights on backfaces | Tim Evans | 2010-06-21 | 1 | -1/+1 |
* | swrast: fix 16-bit/channel rendering | Brian Paul | 2010-05-09 | 1 | -1/+1 |
* | tnl: Remove color-index TNL support | Ian Romanick | 2010-03-03 | 1 | -5/+0 |
* | swrast_setup: Remove more color-index rendering support | Ian Romanick | 2010-03-03 | 3 | -155/+79 |
* | mesa: Fix compiler warnings | Karl Schultz | 2010-02-13 | 2 | -7/+7 |
* | swrast: Silence uninitialized variable warnings in ss_tritmp.h. | Vinson Lee | 2010-02-10 | 1 | -1/+1 |
* | Merge branch 'mesa_7_7_branch' | Brian Paul | 2009-12-21 | 1 | -3/+3 |
|\ |
|
| * | swrast: Silence uninitialized variable warnings in ss_tritmp.h. | Vinson Lee | 2009-12-12 | 1 | -3/+3 |
* | | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr. | Eric Anholt | 2009-11-19 | 1 | -8/+8 |
* | | tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtr | Eric Anholt | 2009-11-19 | 1 | -1/+1 |
|/ |
|
* | swrast: Silence compiler warnings, give better structure to the code as a res... | Michal Krol | 2009-03-19 | 2 | -61/+62 |
* | mesa: fix vertex format/attribute bug | Brian Paul | 2008-10-08 | 1 | -5/+8 |
* | mesa: Prefix main includes with dir to avoid conflicts. | José Fonseca | 2008-09-21 | 1 | -1/+1 |
* | mesa: prefix a bunch of #include lines with "main/". | Brian Paul | 2008-09-18 | 4 | -12/+12 |
* | glcore: drop outdated sources files intented for xorg | George Sapountzis | 2008-04-23 | 1 | -10/+0 |
* | simplify update two-side lighting test (follow-on to previous front/back-face... | Brian | 2007-12-18 | 1 | -3/+1 |
* | fix broken two-sided stencil | Brian | 2007-11-30 | 3 | -6/+9 |
* | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesa | joukj | 2007-11-30 | 1 | -8/+10 |
|\ |
|
| * | Check for NULL VB->EdgeFlag array. | Brian | 2007-11-05 | 1 | -8/+10 |
* | | Update of OpenVMS makefiles for the use of "new" include file convention | Jouk | 2007-10-03 | 1 | -2/+4 |
* | | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesa | Jouk | 2007-07-25 | 2 | -31/+35 |
|\| |
|
| * | Minor clean-up of polygon offset logic. Properly compute _MRD field. | Brian | 2007-07-11 | 1 | -19/+21 |
| * | In _swsetup_Translate(), update dest->attrib[FRAG_ATTRIB_COL0]. | Brian | 2007-07-06 | 1 | -10/+13 |
| * | added comment, remove dead code | Brian | 2007-06-28 | 1 | -3/+1 |
| * | Fix feedback color bug #11332. In feedback mode, produce float colors. | Brian | 2007-06-22 | 1 | -0/+1 |
* | | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesa | Jouk | 2007-06-08 | 4 | -100/+155 |
|\| |
|
| * | Fix problem w/ two-sided lighting and fragment programs (depth-peel regression) | Brian | 2007-05-23 | 3 | -23/+62 |