simplify, clean-up texel addressing macros
[mesa.git] / src / mesa / main / context.h
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-04-15 Brian Pauladded _mesa_share_state()
2005-04-14 Ian RomanickIn GLX_USE_TLS builds, make GET_CURRENT_CONTEXT use...
2004-04-23 Brian PaulAdded ctx->Vertex/FragmentProgram._Enable flags. Set...
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2003-12-09 Brian PaulUpdate NEED_SECONDARY_COLOR macro to test if either...
2003-11-25 Brian PaulRemove unnecessary usage of __FUNCTION__.
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-09-18 Brian PaulMove away from using the ctx->_TriangleCaps bitfield.
2003-09-18 Brian PaulMove context ASSERT/FLUSH macros to context.h
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2002-10-24 Brian PaulHeader file clean-up:
2002-10-14 Brian Paulcontext-related cleanups (ex: _mesa_notifySwapBuffers...
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian Paulmore removal of fprintf() calls
2002-06-13 Brian Paulfixed a couple dumb mistakes
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2001-12-14 Brian Paulvertex program check-in
2001-05-03 Brian Paulminor clean-ups and warning fixes
2001-04-27 Brian Pauladded _mesa_free_framebuffer_data()
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-28 Brian PaulGLvisual inside GLframebuffer is no longer a pointer...
2000-11-22 Jouk Jansen Committing in .
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-10-29 Brian PaulMore GLchan color channel changes.
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-05-24 Brian Paulchanged allocation/initialization of API dispatch tables
2000-05-04 Brian Paulremoved software alpha flag from GLvisual struct
2000-04-22 Brian Pauladded _mesa_initialize_buffer/visual()
2000-03-31 Brian Pauladded _mesa_create/destroy_visual()
2000-03-19 Brian Paulfixed compiler warnings on BeOS R4
2000-02-02 Brian Paulmoved state functions to state.c
2000-01-28 Brian Paulrenamed _glapi_CurrentContext to _glapi_Context
2000-01-18 Brian Paulrenamed CURRENT_INPUT to _mesa_CurrentInput
2000-01-14 Brian Pauladded gl_initialize_context_data(), gl_free_context_dat...
2000-01-05 Brian Paulremoved _glapi_ThreadSafe
1999-12-17 Brian Pauloptimized GET_IMMEDIATE for thread safety
1999-12-17 Brian Paulfurther simplification of thread-related code, misc...
1999-12-17 Brian Paulfixed thread problems
1999-12-10 Brian Paulchanges in hardware depth buffer support
1999-11-24 Brian Pauladded support for separate read/draw buffers per context
1999-11-19 Brian Paulupdates for Mesa 3.3
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-08-19 jtgInitial revision