| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Move API specific context intialization into context.c | Kristian Høgsberg | 2010-04-22 | 1 | -3/+0 |
* | mesa: Track the OpenGL API we're implementing in the context | Kristian Høgsberg | 2010-04-22 | 1 | -0/+15 |
* | mesa: Remove support for creating color-index visuals | Ian Romanick | 2010-03-03 | 1 | -5/+1 |
* | mesa: code refactoring- new _mesa_finish(), _mesa_flush() | Brian Paul | 2009-10-22 | 1 | -0/+8 |
* | mesa: new _mesa_valid_to_render() function | Brian Paul | 2009-08-14 | 1 | -1/+5 |
* | mesa: rework viewport/scissor initialization code | Brian Paul | 2009-06-17 | 1 | -0/+3 |
* | mesa: Add success/failures return value to _mesa_make_current. | José Fonseca | 2009-05-30 | 1 | -1/+1 |
* | mesa: more complete fix for transform_invarient glitches | Keith Whitwell | 2009-05-08 | 1 | -0/+4 |
* | mesa: remove unneeded #include | Brian Paul | 2009-02-22 | 1 | -1/+3 |
* | mesa: allow for extra per-context init | Brian Paul | 2008-09-21 | 1 | -0/+3 |
* | mesa: re-define NEED_SECONDARY_COLOR. fix #14310. | Xiang, Haihao | 2008-02-02 | 1 | -0/+2 |
* | fix NEED_SECONDARY_COLOR for vert/frag progs | Brian | 2007-12-18 | 1 | -4/+4 |
* | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian | 2007-07-04 | 1 | -1/+1 |
* | Remove the never-used SI-style imports/exports code. | Brian | 2007-04-04 | 1 | -38/+0 |
* | new RGBA_LOGICOP_ENABLED() macro | Brian Paul | 2006-11-02 | 1 | -0/+8 |
* | move/update comments | Brian Paul | 2006-07-20 | 1 | -37/+33 |
* | remove unused NEED_TWO_SIDED_LIGHTING() macro | Brian Paul | 2006-07-20 | 1 | -17/+1 |
* | Move stuff common to vertex/fragment_program into the base class, including: | Brian Paul | 2005-11-12 | 1 | -2/+2 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -34/+2 |
* | added _mesa_share_state() | Brian Paul | 2005-04-15 | 1 | -0/+2 |
* | In GLX_USE_TLS builds, make GET_CURRENT_CONTEXT use the TLS verion of the | Ian Romanick | 2005-04-14 | 1 | -25/+0 |
* | Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment | Brian Paul | 2004-04-23 | 1 | -4/+4 |
* | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul | 2004-01-20 | 1 | -4/+4 |
* | Update NEED_SECONDARY_COLOR macro to test if either vertex/fragment | Brian Paul | 2003-12-09 | 1 | -1/+6 |
* | Remove unnecessary usage of __FUNCTION__. | Brian Paul | 2003-11-25 | 1 | -2/+2 |
* | Merge vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 1 | -2/+2 |
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -2/+2 |
* | Move away from using the ctx->_TriangleCaps bitfield. | Brian Paul | 2003-09-18 | 1 | -0/+26 |
* | Move context ASSERT/FLUSH macros to context.h | Brian Paul | 2003-09-18 | 1 | -0/+104 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -34/+55 |
* | 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 | -4/+5 |
* | context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu... | Brian Paul | 2002-10-14 | 1 | -5/+1 |
* | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | 2002-06-29 | 1 | -15/+3 |
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -2/+5 |
* | more removal of fprintf() calls | Brian Paul | 2002-06-13 | 1 | -3/+3 |
* | fixed a couple dumb mistakes | Brian Paul | 2002-06-13 | 1 | -2/+2 |
* | New _mesa_debug() function to replace fprintf() calls. | Brian Paul | 2002-06-13 | 1 | -24/+51 |
* | vertex program check-in | Brian Paul | 2001-12-14 | 1 | -5/+2 |
* | minor clean-ups and warning fixes | Brian Paul | 2001-05-03 | 1 | -5/+1 |
* | added _mesa_free_framebuffer_data() | Brian Paul | 2001-04-27 | 1 | -1/+4 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -3/+3 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -5/+6 |
* | GLvisual inside GLframebuffer is no longer a pointer, copy the struct instead. | Brian Paul | 2001-02-28 | 1 | -6/+6 |
* | Committing in . | Jouk Jansen | 2000-11-22 | 1 | -6/+6 |
* | Move the transform and lighting code to two new directories | Keith Whitwell | 2000-11-16 | 1 | -19/+2 |
* | More GLchan color channel changes. | Brian Paul | 2000-10-29 | 1 | -1/+8 |
* | First batch of OpenGL SI related changes: | Brian Paul | 2000-09-26 | 1 | -38/+20 |
* | changed allocation/initialization of API dispatch tables | Brian Paul | 2000-05-24 | 1 | -8/+1 |
* | removed software alpha flag from GLvisual struct | Brian Paul | 2000-05-04 | 1 | -3/+1 |