| Commit message (Expand) | Author | Age | Files | Lines |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -1/+1 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -5/+5 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Push the shine table into the tnl module. | Mathias Fröhlich | 2012-02-29 | 1 | -6/+6 |
* | mesa: replace GET_SHINE_TAB_ENTRY() macro with an inline function | Brian Paul | 2012-02-10 | 1 | -20/+7 |
* | mesa: remove gl_light::_SpotExpTable field | Brian Paul | 2012-02-10 | 1 | -8/+2 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -4/+4 |
* | tnl: Remove color-index TNL support | Ian Romanick | 2010-03-03 | 1 | -173/+0 |
* | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr. | Eric Anholt | 2009-11-19 | 1 | -10/+10 |
* | tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtr | Eric Anholt | 2009-11-19 | 1 | -4/+4 |
* | mesa: rename some gl_light fields to be clearer | Brian Paul | 2009-04-03 | 1 | -3/+3 |
* | A number of vertex buffer fields like NormalPtr, FogCoordPtr, etc are really | Brian Paul | 2006-06-14 | 1 | -12/+12 |
* | Simplify the pipeline_stage structure | Keith Whitwell | 2005-04-22 | 1 | -16/+0 |
* | Give attributes with zero-stride a count of 1 to make it easier | Keith Whitwell | 2005-01-05 | 1 | -13/+32 |
* | re-disable TRACE | Brian Paul | 2004-12-03 | 1 | -1/+1 |
* | Fix some warnings | Alan Hourihane | 2004-12-02 | 1 | -5/+3 |
* | bring over build fixes from stable branch | Alan Hourihane | 2004-04-26 | 1 | -20/+26 |
* | Committing in . | Jouk Jansen | 2003-12-08 | 1 | -1/+1 |
* | Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings. | Brian Paul | 2003-12-04 | 1 | -87/+108 |
* | Merge vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 1 | -333/+128 |
* | index wasn't being calculated correctly (result was being discarded) | Keith Whitwell | 2003-10-07 | 1 | -5/+6 |
* | Store material attributes in an Attrib[] style array. This is a | Keith Whitwell | 2003-08-05 | 1 | -35/+33 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -1/+1 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | updated email addresses | Brian Paul | 2002-10-29 | 1 | -3/+3 |
* | More suport for t&l drivers | Keith Whitwell | 2002-02-13 | 1 | -6/+6 |
* | Clean-up/renaming of the per-vertex attribute bits, specifically, the | Brian Paul | 2002-01-22 | 1 | -10/+10 |
* | Vertex program checkpoint commit: converted all vertex attributes (color, | Brian Paul | 2002-01-05 | 1 | -2/+2 |
* | comments, clean-ups, added lots of const qualifiers | Brian Paul | 2002-01-05 | 1 | -47/+54 |
* | remove some cruft | Brian Paul | 2001-12-19 | 1 | -8/+1 |
* | vertex program check-in | Brian Paul | 2001-12-14 | 1 | -7/+7 |
* | forgotten diffuse alpha fix | Keith Whitwell | 2001-10-20 | 1 | -1/+3 |
* | more warning fixes (Karl Schultz) | Brian Paul | 2001-09-14 | 1 | -15/+12 |
* | Fix problem with colormaterial (bug #441859) | Keith Whitwell | 2001-08-13 | 1 | -8/+15 |
* | Fix SGL testLights.exe bugs (interaction of copying and fixup in display lists) | Keith Whitwell | 2001-08-02 | 1 | -1/+16 |
* | Fix copying problem (light spots) on evaluated surfaces. | Keith Whitwell | 2001-08-01 | 1 | -3/+3 |
* | Remove _BaseAlpha, fix reflect lighting bug. | Keith Whitwell | 2001-07-28 | 1 | -15/+30 |
* | Lighting now emits colors as CHAN_TYPE, as it used to. This will require | Keith Whitwell | 2001-07-17 | 1 | -91/+126 |
* | Support for floating point color representation in tnl module. | Keith Whitwell | 2001-04-28 | 1 | -139/+135 |
* | Fix striding of color material inputs. (Fixes glean colorLitPerf) | Keith Whitwell | 2001-04-19 | 1 | -28/+30 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -94/+94 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -16/+16 |
* | Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when | Keith Whitwell | 2001-02-16 | 1 | -39/+21 |
* | Fixed conform problems with recent material tracking change. | Keith Whitwell | 2001-02-16 | 1 | -28/+7 |
* | fixed a CI-mode spot light conformance failure, but still not clear why | Brian Paul | 2001-02-14 | 1 | -2/+5 |
* | fixed a CI mode segfault, minor clean-ups | Brian Paul | 2001-02-13 | 1 | -10/+9 |
* | Lots of GLchan datatype changes. | Brian Paul | 2001-01-24 | 1 | -7/+7 |
* | Fixes for performance bug on compiled array element paths. | Keith Whitwell | 2001-01-17 | 1 | -1/+7 |