Clean-up and re-org of the main GLSL object types.
[mesa.git] / src / mesa / main / context.c
2006-12-20 BrianClean-up and re-org of the main GLSL object types.
2006-12-20 BrianOverhaul of GLSL API functions, dispatching, etc.
2006-12-15 BrianLots of assorted changes for new GLSL compiler backend.
2006-11-27 Brian Paulreplace check for XFree86LOADER and IN_MODULE with...
2006-11-18 Brian Pauldelete shader objects when destroying shared context...
2006-11-01 Keith WhitwellMerge texmem-0-3-branch.
2006-11-01 Brian PaulAdded a few new ctx->Const. fields for shader-related...
2006-10-17 Brian Paulcheck if ctx->Driver.GetBufferSize==NULL and no-op
2006-10-15 Brian PaulAdded #if / #else / #endif around code related to frame...
2006-09-22 Keith Whitwellresize buffers in MakeCurrent
2006-08-01 Michal KrolClean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-07-11 Brian Paulfree array objects properly (bug 7493)
2006-07-11 Tilman Sauerbeckfree GL2Objects unconditionally
2006-07-11 Tilman Sauerbeckfree the ArrayObjects hash table
2006-07-11 Tilman Sauerbeckonly access ss->BufferObjects if it's declared
2006-06-30 Brian PaulIn free_shared_state(), use new _mesa_HashDeleteAll...
2006-06-29 Tilman Sauerbeckdestroy left-over VBOs on shutdown
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-05-15 Brian PaulAdded a check_context_limits() function that checks...
2006-04-25 Brian PaulPut color index attribute into the 6th attribute slot.
2006-04-13 Brian PaulFix comment about MaxTextureUnits, needs to be min...
2006-03-29 Brian Paulminor clean-up
2006-03-20 Brian Paulfix some buffer binding tests in _mesa_make_current()
2006-03-16 Brian PaulMoved _glapi_check_multithread() call into drivers...
2006-03-07 Brian Pauljust a comment for check_compatible()
2006-03-07 Brian Pauldisable double-buffer test in check_compatible(), fixes...
2006-02-26 Brian Pauldisplay list clean-ups
2006-02-24 Brian Paulfix broken _mesa_copy_context() for GL_LIGHTING_BIT
2006-01-16 Brian Paulproperly free ATI fragment shaders (Tilman Sauerbeck)
2005-12-30 Keith Whitwellproperly notify driver on scissor change in MakeCurrent
2005-12-12 Keith WhitwellSplit _MaintainTexEnvProgram into two flags _Maintain...
2005-11-19 Brian PaulNo longer derive 'ati_fragment_shader' from 'program...
2005-11-12 Brian PaulAdded OSMesaColorClamp(), bug 4917
2005-11-01 Brian PaulRe-org and clean-up of vertx/fragment program limits...
2005-09-21 Brian PaulRemove ACCUM_BITS.
2005-09-14 Brian PaulRemove _tnl_MakeCurrent() and the unused ctx->Driver...
2005-09-14 Brian Paulclean-up some _mesa_make_current() code
2005-09-13 Brian Paulprint version with debug info
2005-09-13 Brian PaulMove the ctx->FirstTimeCurrent initialization
2005-09-02 Brian PaulPrototype implementation of new GL_EXT_timer_query...
2005-08-10 Ian RomanickRemove _glapi_check_multithread from the interface...
2005-07-01 Brian PaulRemove NEW_RENDERBUFFER stuff.
2005-06-30 Ian RomanickReplace add_newer_entrypoints (src/mesa/main/context...
2005-05-12 Keith WhitwellRein in debug slightly
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-05-04 Keith WhitwellAdd a facility to route all rasterization through a...
2005-04-15 Brian Pauladded _mesa_share_state()
2005-03-22 Keith Whitwelladd FreeTexImageData hook to help single-copy texturing...
2005-02-26 Brian PaulRename _mesa_update_buffers() to _mesa_update_draw_buff...
2005-02-07 Brian Pauladditional work on GL_EXT_framebuffer_object
2005-02-05 Brian PaulSome initial work on GL_EXT_framebuffer_object.
2005-01-13 Michal Krolinit ARB_shader_objects subsystem
2004-12-19 Dave AirlieImplement software ATI_fragment_shader
2004-12-03 Brian Paulsilence a variety of warnings found with g++ 3.4.2
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-11-27 Brian Pauladd a few functions in add_newer_entrypoints()
2004-11-27 Brian Paulclean up code related to dispatch table initialization
2004-10-16 Ian RomanickAdd support for OES_read_format. As soon as glext...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-09-10 Brian PaulMore updates for Doxygen.
2004-09-09 Jose FonsecaUpdate the doxygen configuration file.
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-08-14 Brian Paulfix some memory leaks (bug #1002030)
2004-06-26 Ian RomanickRe-enable SPARC assembly on sunos5-gcc platform.
2004-06-11 Brian Paulremove the 3dfx CatchSignals stuff (the var was alwasy...
2004-04-27 Brian PaulRemoved the old teximage code.
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-02-28 Brian PaulRemove clamp parameter from _mesa_unpack_color_span_flo...
2004-02-13 Brian Paulinit secondary color to (0,0,0,1). remove some redunda...
2004-01-23 Brian Pauladded device driver hooks for BindProgram, NewProgram...
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-11-10 Brian PaulRedo array element checking for vertex array buffers.
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-09-18 Brian Paulremove MESA_TRACE stuff
2003-09-17 Jose FonsecaChange the hyperlinks names in the main page to match...
2003-09-17 Brian PaulMore work on ARB_vertex_buffer_object.
2003-09-09 Ian RomanickAdded most of the infrastructure required to support
2003-08-31 Brian PaulMoved some shared vertex/fragment program code into...
2003-08-22 Ian RomanickAdded support for GL_IBM_multimode_draw_arrays.
2003-08-17 Brian PaulRe-org of register files for vertex/fragment programs...
2003-07-22 Brian PaulRestore more code lost during last big merge.
2003-07-21 Brian PaulInitial implementation of GL_MESA_program_debug - a...
2003-07-18 Brian PaulFix up FEATURE_* defines in config.h
2003-07-18 Brian PaulFix up some loose ends from the last big check-in.
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-07-03 Brian PaulSimplify extension string handling.
2003-06-13 Brian PaulImplemented GL_ARB_occlusion_query (not 100% finalized).
2003-06-11 Brian Paulnew buffer/context visual compatibility test (Phil...
2003-06-01 Brian Paulsetup default programs for GL_ARB_vertex/fragment_program
2003-05-30 Ian RomanickAdded support for NV_light_max_exponent.
2003-05-27 Brian Paulcheck buffer->UseSoftware*Buffer in _mesa_free_framebuf...
2003-05-01 Brian PaulUse ctx->Const.MaxTextureImageUnits and MaxTextureCoord...
2003-04-21 Brian Paulalias ARB/NV program functions where possible
2003-04-18 Brian Paulminor re-org of program matrix, program local parameter...
2003-04-17 Brian Paulcheckpoint: more infrastructure for GL_ARB_vertex/fragm...
2003-04-11 Brian PaulSome groundwork for GL_ARB_vertex/fragment_program.
2003-04-01 Brian Paulclean-up current state initialization
2003-04-01 Brian Paulminor initialization fixes
next