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