mesa: added ctx->Driver.ValidateFramebuffer() callback
[mesa.git] / src / mesa / main / dd.h
2009-01-22 Brian Paulmesa: added ctx->Driver.ValidateFramebuffer() callback
2008-09-21 Brian Paulmesa: add parenthesis
2008-09-21 Keith Whitwellmesa: move rastpos helper to tnl
2008-09-21 Keith Whitwellmesa: improved driver query interface
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-08 Brian Paulmesa: implement glGetUniformiv() with new ctx->Driver...
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-09 BrianRemove unused texunit parameter to ctx->Driver.Generate...
2008-05-09 Dave AirlieAdded ctx->Driver.GenerateMipmap() driver hook
2008-02-26 Kristian HøgsbergChange GetCompressedTexImage in dd_function_table to...
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-29 BrianNew ctx->Driver.Map/UnmapTexture() functions for access...
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-19 Roland Scheideggerfix mesa fb binding
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-26 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-26 Brians/GetFragmentProgramRegister/GetProgramRegister/
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2006-12-20 BrianOverhaul of GLSL API functions, dispatching, etc.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Brian Paulupdate comments
2006-11-01 Brian PaulRemove x/y/width/height parameters from Clear functions.
2006-10-18 Brian PaulDon't pass x/y/width/height to ctx->Driver.Accum().
2006-10-15 Brian Paulupdated comments, mark GetBufferSize() and ResizeBuffer...
2006-10-10 Brian PaulMove the fp_machine struct into s_nvfragmprog.c since...
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-04-25 Brian PaulPut color index attribute into the 6th attribute slot.
2006-04-25 Brian PaulNo longer alias generic vertex attribs with conventiona...
2006-03-26 Brian Paulmerge from texman branch
2006-03-20 Brian PaulLots of changes/fixes for rendering to framebuffer...
2006-03-15 Brian Paulsync with texmem branch
2006-01-09 Brian Pauls/GLuint/GLbitfield/
2005-12-01 Brian PaulAdded FinishRenderTexture() device driver function...
2005-11-16 Brian PaulSupport for combined depth/stencil renderbuffers (GL_EX...
2005-11-12 Brian PaulAdded _mesa_light() helper function so we can avoid...
2005-11-08 Brian Paulsome initial work on upcoming GL_EXT_framebuffer_blit...
2005-09-14 Brian PaulRemove _tnl_MakeCurrent() and the unused ctx->Driver...
2005-09-13 Brian PaulReplace ctx->Driver.StencilOp/Func/Mask() functions...
2005-09-02 Brian PaulPrototype implementation of new GL_EXT_timer_query...
2005-08-27 Brian PaulRearrange the code related to GL_ARB_occlusion_object...
2005-05-24 Karl SchultzChange prototype for TextureMemCpy to return void*...
2005-05-23 Keith WhitwellImport Thomas Helstrom's SSE memcpy code from the via...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-03-22 Keith Whitwelladd FreeTexImageData hook to help single-copy texturing...
2005-02-24 Brian PaulMore GL_EXT_framebuffer_object: rename some things...
2005-01-22 Keith WhitwellDetermine ahead of time whether a display list will...
2005-01-12 Brian PaulSome initial work for OpenGL 2.0: glStencilFunc/Op...
2004-12-12 Brian PaulAdded driver hooks for GetTexImage() and GetCompressedT...
2004-11-27 Brian PaulChange the dispatch offsets for the VertexAttrib*NV...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-05-14 Brian Paulminor doxygen updates
2004-04-27 Brian PaulRemoved the old teximage code.
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-02-14 Keith WhitwellMake it easier for drivers to create "subclasses" of...
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2004-01-23 Brian Pauladded device driver hooks for BindProgram, NewProgram...
2004-01-21 Ian RomanickRemove dd_function_table::BlendFunc. All drivers now use
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-10-29 Daniel Borcatexture compression
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-09-17 Brian Paulmove some functions, add some comments
2003-09-09 Ian RomanickAdded most of the infrastructure required to support
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....
2003-04-01 Brian PaulNew device driver hooks for texture object and texture...
2002-10-11 Brian PaulAnother round of glRead/DrawBuffer() clean-ups and...
2002-10-04 Brian PaulChanged a number of context fields from GLchan to GLflo...
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-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-04-21 Brian Paulvertex program attribute array work
2002-03-16 Brian Paulbuffer resize changes
2002-02-13 Keith WhitwellMore suport for t&l drivers
2001-12-14 Brian Paulvertex program check-in
2001-12-04 Brian Pauldispatch changes to minimize hassle with XFree86 libGL
2001-11-18 Brian PaulAPI dispath updates
2001-06-15 Brian PaulEnable GL_ARB_texture_compression for XMesa/GLX driver...
2001-04-04 Brian PaulMore texture image changes.
2001-03-22 Gareth HughesAdd PolygonOffset driver callback.
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-11 Gareth HughesSupport for swappable tnl modules.
2001-03-07 Brian Pauladded Driver.BlendColor() function, for completeness
2001-03-03 Brian Paulchanged AlphaFunc() ref from GLclampf to GLchan
2001-02-24 Keith WhitwellTemplate work
2001-02-19 Brian PaulUpdated Driver.CopyTexImage[12]D and Driver.CopyTexSubI...
2001-02-15 Keith WhitwellFix propogation of material values in VB's that don...
2001-02-06 Brian PaulOverhaul of texture image handling.
2001-02-06 Keith WhitwellUse a lookup table to compute exponents in tnl fogging...
next