remove ^M chars, disable shading language extensions
[mesa.git] / src / mesa / main / context.c
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
2003-04-01 Brian PaulNew device driver hooks for texture object and texture...
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-01-26 Brian PaulMake GL_SGI_texture_color_table work per-texture unit.
2003-01-21 Brian PaulGL_SGI_texture_color_table extension (Eric Plante)
2003-01-14 Brian PaulFirst batch of code for GL_NV_fragment_program.
2002-12-12 Keith WhitwellAdd mechanism to destroy mutexes. Important on OS...
2002-11-19 Brian Paulput FEATURE_NV_vertex_program around vpstate.h include
2002-10-30 Brian Pauls/BZERO/_mesa_bzero/
2002-10-29 Brian Paulinit a few more fields in _mesa_initialize_visual()
2002-10-24 Brian PaulHeader file clean-up:
2002-10-16 Brian Paulsurround vertex program code with #if FEATURE_NV_vertex...
2002-10-14 Brian Paulcontext-related cleanups (ex: _mesa_notifySwapBuffers...
2002-10-11 Brian PaulAnother round of glRead/DrawBuffer() clean-ups and...
2002-10-10 Brian Pauldisable _glapi_set_warning_func() call as it's not...
2002-10-09 Brian PaulXFree86 fixes (clib macro wrappers)
2002-10-08 Brian Paulfinally get rid of ctx->Texture._ReallyEnabled field
2002-10-04 Brian Paulmultiple GL_POINTS can now be rendered together into...
2002-10-02 Brian Paulremoved unused ctx->Polygon.OffsetMRD
2002-09-27 Brian Paulnew texture compression infrastructure
2002-09-06 Brian PaulGL_EXT_stencil_two_side extension, not 100% complete...
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-06-23 Brian Paulfix problems in _mesa_debug/printf()
2002-06-18 Brian PaulMoved GL_PROGRAM_ERROR_POSITION_NV state (it's not...
2002-06-17 Brian Paulnew fix for initial window size problem
2002-06-17 Brian PaulPort glXCopyContext bug from 4.0 branch.
2002-06-16 Brian Pauladded a comment
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
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.
2002-05-27 Brian Paulreplaced experimental MESA_sprite_point with NV_point_s...
2002-05-09 Brian PaulMinor change to current raster position and texcoords.
2002-04-19 Brian Pauladded some casts
2002-04-09 Keith Whitwellbring in changes from dri tcl branch
2002-04-09 Keith Whitwellremove dead vertex assembly
2002-03-29 Brian PaulReplaced ClipEnabled[] array and _AnyClip with ClipPlan...
2002-03-19 Brian PaulUse MESA_PBUFFER_ALLOC/FREE macros to allocate all...
2002-03-16 Brian PaulLots of changes related to framebuffer/window buffer...
2002-03-13 Brian Pauladded a comment
2002-02-05 Brian Paulfix evaluator data and matrix stack mem leaks (Robert...
next