mesa: refactor: move multisample-related functions into new multisample.c file
[mesa.git] / src / mesa / main / buffers.c
2008-06-09 Brian Paulmesa: refactor: move multisample-related functions...
2008-06-09 Brian Paulmesa: refactor: move _mesa_resizebuffers(), _mesa_Resiz...
2008-06-09 Brian Paulmesa: refactor: move glClear, glClearColor into new...
2008-06-09 Brian Paulmesa: refactor: move scissor functions into new scissor...
2007-10-30 BrianSet _NEW_BUFFERS in glRead/DrawBuffer().
2007-10-17 BrianAdd some FLUSH_CURRENT() calls.
2007-08-02 Brianremove st_draw.h include
2007-08-02 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-02 Keith WhitwellReroute some clear functionality.
2007-08-01 BrianCheckpoint: glClear changes - working, bug very rough.
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-20 Roland Scheideggerfix bogus recently introduced function param comments
2007-07-20 Roland Scheideggerfix bogus recently introduced function param comments
2007-07-19 Roland Scheideggerfix mesa's handling of fbo's / window fb (again)
2007-07-19 Roland Scheideggermore fixes for mesa's fbo handling (fixes tests/fbotest1/2)
2007-07-18 Roland Scheideggerfix mesa's handling of fbo's / window fb (again)
2007-07-18 Roland Scheideggermore fixes for mesa's fbo handling (fixes tests/fbotest1/2)
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-06-08 BrianIn supported_buffer_bitmask(), use framebuffer's visual...
2007-03-21 Brianmerge from master
2007-03-16 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-15 Brianno-op clear if buffer width or height is zero (bug...
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-02 Brian Paulminor change in _mesa_ResizeBuffersMESA()
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Brian PaulRemove x/y/width/height parameters from Clear functions.
2006-10-17 Brian Paulcheck if ctx->Driver.GetBufferSize==NULL and no-op
2006-10-15 Brian Paulupdated comments, mark GetBufferSize() and ResizeBuffer...
2006-09-22 Keith Whitwellresize buffers in MakeCurrent
2006-06-02 Brian Paulset per-context GL_DRAW_BUFFER state regardless of...
2006-04-05 Brian PaulSilence minor compiler warnings (-Wextra).
2006-03-29 Brian Paulminor clean-up
2006-03-25 Brian Paulcheck for incomplete FBO in _mesa_Clear()
2006-03-20 Brian Paulslightly improved error message
2005-12-30 Keith Whitwellproperly notify driver on scissor change in MakeCurrent
2005-09-23 Brian PaulReplace gl_framebuffer's _ColorReadBufferMask with...
2005-09-19 Brian Paulupdated comment
2005-09-15 Brian PaulReplace GLuint with GLbitfield where appropriate. ...
2005-09-07 Brian Paulminor tweaks to _mesa_ResizeBuffersMESA()
2005-09-06 Brian Pauljust changes/updates to comments
2005-08-31 Brian PaulJust additional comments.
2005-08-31 Brian Paulremove dead code, update comments
2005-07-01 Brian Paulremove OLD_RENDERBUFFER stuff
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-02-26 Brian PaulRename _mesa_update_buffers() to _mesa_update_draw_buff...
2005-02-09 Brian Paulinitial support for GL_EXT_framebuffer_object
2004-12-03 Brian Paulsilence a variety of warnings found with g++ 3.4.2
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-06-11 Brian Pauls/_mesa_get_current_context()/GET_CURRENT_CONTEXT()/
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-01-30 Brian Paulmore descriptive error strings
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-04 Brian Paulcomments regarding window sizing
2003-06-02 Brian Pauls/DrawBuffer/ReadBuffer/ in _mesa_ResizeBuffersMESA...
2003-04-29 Brian Pauldon't try to clear non-existant buffers
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2002-10-24 Brian PaulHeader file clean-up:
2002-10-11 Brian PaulAnother round of glRead/DrawBuffer() clean-ups and...
2002-10-11 Brian Paulundo previous check-in (check if ctx->Color.DrawBuffer...
2002-10-11 Brian Paulcheck mode for no change in _mesa_Read/DrawBuffer()
2002-10-04 Brian PaulChanged a number of context fields from GLchan to GLflo...
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-04-19 Brian Pauladded some casts
2002-03-16 Brian PaulLots of changes related to framebuffer/window buffer...
2002-02-15 Brian Pauladded a glClear() error check
2001-09-14 Brian Paulmore warning fixes (Karl Schultz)
2001-06-18 Brian PaulConsolidated source files. Since the re-org a number...
2001-05-29 Brian Paulinfrastructure for GL_ARB_multisample
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-01-29 Brian Paulremoved unused vars
2001-01-29 Keith WhitwellRemoved knowledge of swrast Clear/Bitmap/Accum/Draw...
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-22 Jouk Jansen Committing in .
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
2000-10-30 Brian PaulRemoved UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL...
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-28 Brian PaulBasic work to support deep color channels:
2000-10-19 Brian Paulcall Driver.SetReadBuffer() in clear_color_buffers...
2000-10-17 Brian Paulported render begin/end calls from Mesa 3.4
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-09-08 Brian Paulchanged gl_frame_buffer Xmax and Ymax to be exclusive...
2000-09-07 Brian PaulRemoved ctx->Driver.LogicOp().
2000-06-27 Brian Paulfixed an assertion and minor bug
2000-05-04 Brian Paulremoved software alpha flag from GLvisual struct
2000-04-22 Brian Paulremoved old profiling code
2000-04-11 Brian Paulrenamed alpha buffer functions
2000-04-11 Brian Paulrenamed stencil functions
2000-04-05 Brian Paulminor clean-ups, renaming
2000-02-02 Brian Paulreplaced gl_ prefix with _mesa_ prefix on depth funcs
2000-02-02 Brian Paulchanged prefix to _mesa_ for a few accum functions
2000-02-02 Brian Paulfunctions from old glmisc.c file