| Commit message (Expand) | Author | Age | Files | Lines |
* | Squashed commit of the following: | Brian Paul | 2011-04-26 | 1 | -4/+12 |
* | mesa: move PBO-related functions into a new file | Brian Paul | 2011-02-28 | 1 | -1/+1 |
* | mesa: split up the image.c file | Brian Paul | 2010-10-23 | 1 | -0/+1 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -3/+3 |
* | mesa: replace old MEMSET macro with memset | Brian Paul | 2010-02-19 | 1 | -1/+1 |
* | mesa: Remove unnecessary header from polygon.c. | Vinson Lee | 2010-01-18 | 1 | -1/+0 |
* | mesa: use new combined PBO validate/map helpers | Brian Paul | 2009-09-03 | 1 | -28/+10 |
* | mesa: use new _mesa_map_pbo_source/dest() functions in more places | Brian Paul | 2009-09-03 | 1 | -47/+30 |
* | mesa: use _mesa_is_bufferobj() | Brian Paul | 2009-08-12 | 1 | -2/+2 |
* | Restore old _TriangleCaps code to fix Blender problem (bug 12164) | Brian | 2007-09-27 | 1 | -0/+5 |
* | put back missing Driver.PolygonMode call (bug 9578) | Roland Scheidegger | 2007-01-09 | 1 | -0/+3 |
* | Move all the code for computing ctx->_TriangleCaps into state.c. | Brian | 2006-12-13 | 1 | -36/+2 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -1/+2 |
* | GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking | Brian Paul | 2004-11-10 | 1 | -2/+2 |
* | glPolygonStipple() and glGetPolygonStipple() updated for PBOs. | Brian Paul | 2004-10-31 | 1 | -7/+85 |
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -7/+7 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -4/+104 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -7/+2 |
* | removed unused ctx->Polygon.OffsetMRD | Brian Paul | 2002-10-02 | 1 | -4/+3 |
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -7/+7 |
* | more removal of fprintf() calls | Brian Paul | 2002-06-13 | 1 | -9/+9 |
* | Add PolygonOffset driver callback. | Gareth Hughes | 2001-03-22 | 1 | -1/+4 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -2/+2 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -9/+9 |
* | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul | 2001-01-23 | 1 | -4/+4 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -30/+47 |
* | Committing in . | Jouk Jansen | 2000-11-22 | 1 | -8/+8 |
* | - Changes for new software rasterizer modules | Keith Whitwell | 2000-11-05 | 1 | -5/+5 |
* | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell | 2000-10-30 | 1 | -7/+6 |
* | polygon offset changes; added Visual->MRD field | Brian Paul | 2000-10-21 | 1 | -1/+2 |
* | First batch of OpenGL SI related changes: | Brian Paul | 2000-09-26 | 1 | -3/+3 |
* | removed old comment | Brian Paul | 2000-03-13 | 1 | -5/+2 |
* | fixed polygon stipple packing/unpacking | Brian Paul | 2000-03-13 | 1 | -7/+6 |
* | runtime selectable depth buffer depth | Brian Paul | 2000-03-03 | 1 | -2/+4 |
* | add callbacks for stipple | Keith Whitwell | 2000-02-27 | 1 | -1/+4 |
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 1 | -19/+30 |
* | changes to silence MSVC warnings | Brian Paul | 1999-11-08 | 1 | -2/+2 |
* | clean-up of header includes (Daryll) | Brian Paul | 1999-11-08 | 1 | -4/+1 |
* | Fixed includes & added a few hooks for the DRI.kw-mesa-1 | Keith Whitwell | 1999-10-08 | 1 | -1/+7 |
* | Bugfix for ctx->backface_sign calculation | Keith Whitwell | 1999-09-20 | 1 | -1/+3 |
* | various pipeline bugs | Keith Whitwell | 1999-08-26 | 1 | -4/+1 |
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+177 |