r300: move some more function to generic
[mesa.git] / src / mesa / main / buffers.c
2008-09-22 Brian Paulmesa: refactor: move multisample-related functions...
2008-09-22 Brian Paulmesa: refactor: move _mesa_resizebuffers(), _mesa_Resiz...
2008-09-22 Brian Paulmesa: refactor: move glClear, glClearColor into new...
2008-09-22 Brian Paulmesa: refactor: move scissor functions into new scissor...
2008-09-22 BrianAdd some FLUSH_CURRENT() calls.
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-02 Roland Scheideggermesa: fix issues around multisample enable
2008-01-09 Brianfix bug 13978: glDrawBuffersARB() didn't set all necess...
2008-01-07 BrianReplace gl_framebuffer's _ColorDrawBufferMask with...
2008-01-06 BrianSimplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers...
2008-01-02 Brianadditional GL_COLOR_ATTACHMENTx_EXT cases (bug 13767)
2008-01-01 Brianadditional GL_COLOR_ATTACHMENTx_EXT cases (bug 13767)
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-29 Eric AnholtMerge branch 'origin'
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-17 Michel DänzerDon't call the driver clear hook when the effective...
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-08-18 Brianremove dead code left over after fixing GL_READ/DRAW_BU...
2007-08-16 BrianRework the GL_READ_BUFFER, GL_DRAW_BUFFER state repairs...
2007-08-16 Brianupdate comments, etc related to Read/DrawBuffer state
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
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-05 Eric AnholtMerge branch 'i915-unification' of git+ssh://people...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-06-21 Eric AnholtMerge branch 'origin' into i915-unification
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...
next