| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -4/+4 |
* | tnl: Reduce header file inclusion in t_context.h. | Vinson Lee | 2010-08-07 | 1 | -0/+1 |
* | mesa: prefix a bunch of #include lines with "main/". | Brian Paul | 2008-09-18 | 1 | -6/+6 |
* | Changes for new vbo-building module. | Keith Whitwell | 2006-10-29 | 1 | -1/+1 |
* | remove debug printf | Brian Paul | 2006-06-13 | 1 | -1/+0 |
* | Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the value | Brian Paul | 2006-04-06 | 1 | -1/+3 |
* | change an assertion | Brian Paul | 2005-11-16 | 1 | -1/+1 |
* | remove unneeded #includes | Brian Paul | 2005-11-05 | 1 | -3/+0 |
* | removed GL_HP_occlusion_test extension | Brian Paul | 2005-08-25 | 1 | -5/+2 |
* | Simplify the pipeline_stage structure | Keith Whitwell | 2005-04-22 | 1 | -33/+4 |
* | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101... | Brian Paul | 2004-08-25 | 1 | -0/+1 |
* | Rename the various function types in t_context.h to include a tnl_ prefix. | Keith Whitwell | 2004-07-01 | 1 | -8/+8 |
* | Add EXT_vertex_cull support to mesa | Keith Whitwell | 2004-05-10 | 1 | -4/+7 |
* | Re-commit t_vertex.[ch] changes to fd.o server. | Keith Whitwell | 2004-01-05 | 1 | -32/+1 |
* | Update NEED_SECONDARY_COLOR macro to test if either vertex/fragment | Brian Paul | 2003-12-09 | 1 | -1/+1 |
* | fix assorted g++ warnings | Brian Paul | 2003-11-25 | 1 | -1/+1 |
* | Merge vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 1 | -28/+25 |
* | Move away from using the ctx->_TriangleCaps bitfield. | Brian Paul | 2003-09-18 | 1 | -4/+4 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | Added ctx->Texture._EnabledCoordUnits bitfield. | Brian Paul | 2003-04-08 | 1 | -3/+3 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -16/+3 |
* | updated email addresses | Brian Paul | 2002-10-29 | 1 | -2/+2 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -2/+2 |
* | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | 2002-06-29 | 1 | -2/+2 |
* | Implemented GL_NV_texture_rectangle extension. | Brian Paul | 2002-06-15 | 1 | -2/+2 |
* | bring in changes from dri tcl branch | Keith Whitwell | 2002-04-09 | 1 | -1/+8 |
* | More suport for t&l drivers | Keith Whitwell | 2002-02-13 | 1 | -3/+3 |
* | Clean-up/renaming of the per-vertex attribute bits, specifically, the | Brian Paul | 2002-01-22 | 1 | -10/+10 |
* | remove conditional in RESET_STIPPLE to fix conformance failure | Brian Paul | 2001-12-17 | 1 | -4/+4 |
* | vertex program check-in | Brian Paul | 2001-12-14 | 1 | -11/+12 |
* | guard ResetStipple calls | Keith Whitwell | 2001-12-03 | 1 | -3/+4 |
* | possible fix for cva ignore start index bug | Keith Whitwell | 2001-11-19 | 1 | -2/+2 |
* | Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it | Keith Whitwell | 2001-07-12 | 1 | -44/+58 |
* | Added fi_type union typedef to glheader.h. | Brian Paul | 2001-06-15 | 1 | -3/+3 |
* | Clean up _tnl_Begin/begin/hard_begin. | Keith Whitwell | 2001-05-11 | 1 | -2/+3 |
* | Support for floating point color representation in tnl module. | Keith Whitwell | 2001-04-28 | 1 | -22/+1 |
* | first pass at eval fixes | Keith Whitwell | 2001-04-26 | 1 | -1/+2 |
* | Removed DD_Z_NEVER. | Brian Paul | 2001-03-29 | 1 | -3/+3 |
* | Split driver struct into swrast/tnl/core components. | Keith Whitwell | 2001-03-19 | 1 | -51/+57 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -21/+21 |
* | Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when | Keith Whitwell | 2001-02-16 | 1 | -17/+3 |
* | Fixed conform problems with recent material tracking change. | Keith Whitwell | 2001-02-16 | 1 | -19/+28 |
* | Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels | Keith Whitwell | 2001-01-29 | 1 | -397/+70 |
* | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul | 2001-01-23 | 1 | -4/+3 |
* | Fix several conformance problems. Hack solution to line stipple problem. | Keith Whitwell | 2001-01-16 | 1 | -5/+3 |
* | Fixed 'IRound' to 'IROUND' in mmath.h | Keith Whitwell | 2001-01-08 | 1 | -1/+3 |
* | Add call to Driver.RenderPrimitive() | Keith Whitwell | 2001-01-08 | 1 | -1/+2 |
* | Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers | Keith Whitwell | 2001-01-08 | 1 | -1/+2 |
* | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell | 2001-01-05 | 1 | -187/+229 |
* | More color macro clean-ups. | Brian Paul | 2001-01-03 | 1 | -4/+4 |