| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: replace ctx->Polygon._FrontBit with a helper function | Marek Olšák | 2017-06-22 | 1 | -1/+1 |
* | mesa: Avoid double promotion. | Matt Turner | 2015-07-29 | 1 | -2/+2 |
* | mesa: replace FABSF with fabsf | Brian Paul | 2015-02-24 | 1 | -2/+2 |
* | 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 | -3/+4 |
* | 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 |
* | Replace gl_frag_attrib enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 1 | -46/+46 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -2/+2 |
* | swrast_setup: Remove more color-index rendering support | Ian Romanick | 2010-03-03 | 1 | -81/+63 |
* | mesa: Fix compiler warnings | Karl Schultz | 2010-02-13 | 1 | -6/+6 |
* | 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 | 1 | -2/+2 |
* | fix broken two-sided stencil | Brian | 2007-11-30 | 1 | -2/+0 |
* | Check for NULL VB->EdgeFlag array. | Brian | 2007-11-05 | 1 | -8/+10 |
* | Minor clean-up of polygon offset logic. Properly compute _MRD field. | Brian | 2007-07-11 | 1 | -19/+21 |
* | Fix problem w/ two-sided lighting and fragment programs (depth-peel regression) | Brian | 2007-05-23 | 1 | -14/+52 |
* | Overhaul/simplify SWvertex and SWspan attribute handling. | Brian | 2007-05-20 | 1 | -44/+44 |
* | fig segment fault issue in TAG(triangle), (see bug 10589) | Xiang, Haihao | 2007-04-18 | 1 | -19/+24 |
* | Implement gl_FrontFacing for fragment shaders. | Brian | 2007-03-10 | 1 | -2/+1 |
* | Fix valgrind complaint, conform vertex order test. | Keith Whitwell | 2005-05-11 | 1 | -6/+20 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -1/+1 |
* | Fix minor warnings found with g++. | Brian Paul | 2004-05-04 | 1 | -1/+1 |
* | added clamping to polygon offset to prevent potential negative Z values and F... | Brian Paul | 2004-03-03 | 1 | -16/+15 |
* | Save and restore front colors on backfacing triangles rather than trying to | Keith Whitwell | 2003-11-28 | 1 | -13/+28 |
* | fix assorted g++ warnings | Brian Paul | 2003-11-25 | 1 | -6/+6 |
* | Merge vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 1 | -6/+6 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | init facing to zero | Brian Paul | 2002-11-13 | 1 | -4/+4 |
* | fix culling problem (bug 630649) | Brian Paul | 2002-10-29 | 1 | -3/+3 |
* | updated email addresses | Brian Paul | 2002-10-29 | 1 | -2/+2 |
* | multiple GL_POINTS can now be rendered together into one fragment span | Brian Paul | 2002-10-04 | 1 | -2/+3 |
* | finished up GL_EXT_stencil_two_side | Brian Paul | 2002-10-02 | 1 | -1/+2 |
* | more warning fixes (Karl Schultz) | Brian Paul | 2001-09-14 | 1 | -4/+4 |
* | Lighting now emits colors as CHAN_TYPE, as it used to. This will require | Keith Whitwell | 2001-07-17 | 1 | -5/+5 |
* | Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it | Keith Whitwell | 2001-07-12 | 1 | -9/+13 |
* | Support for floating point color representation in tnl module. | Keith Whitwell | 2001-04-28 | 1 | -5/+5 |
* | * src/swrast_setup/ss_tritmp.h (quad): Changed name of this function to | pesco | 2001-03-21 | 1 | -3/+3 |
* | Split driver struct into swrast/tnl/core components. | Keith Whitwell | 2001-03-19 | 1 | -2/+2 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -18/+17 |
* | Lots of GLchan datatype changes. | Brian Paul | 2001-01-24 | 1 | -4/+4 |
* | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul | 2001-01-23 | 1 | -0/+2 |
* | Fix several conformance problems. Hack solution to line stipple problem. | Keith Whitwell | 2001-01-16 | 1 | -8/+2 |
* | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell | 2001-01-05 | 1 | -145/+39 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -76/+84 |