Age | Commit message (Expand) | Author |
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 |
2000-04-22 | added _mesa_initialize_buffer/visual() | Brian Paul |
2000-03-31 | added _mesa_create/destroy_visual() | Brian Paul |
2000-03-19 | fixed compiler warnings on BeOS R4 | Brian Paul |
2000-02-02 | moved state functions to state.c | Brian Paul |
2000-01-28 | renamed _glapi_CurrentContext to _glapi_Context | Brian Paul |
2000-01-18 | renamed CURRENT_INPUT to _mesa_CurrentInput | Brian Paul |
2000-01-14 | added gl_initialize_context_data(), gl_free_context_data(). code clean-up | Brian Paul |
2000-01-05 | removed _glapi_ThreadSafe | Brian Paul |
1999-12-17 | optimized GET_IMMEDIATE for thread safety | Brian Paul |
1999-12-17 | further simplification of thread-related code, misc clean-up | Brian Paul |
1999-12-17 | fixed thread problems | Brian Paul |
1999-12-10 | changes in hardware depth buffer support | Brian Paul |
1999-11-24 | added support for separate read/draw buffers per context | Brian Paul |
1999-11-19 | updates for Mesa 3.3 | Brian Paul |
1999-11-11 | first big check-in of new Mesa 3.3 code | Brian Paul |