summaryrefslogtreecommitdiff
path: root/src/mesa/main/buffers.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-15Replace GLuint with GLbitfield where appropriate. Also replace GLuintBrian Paul1-13/+14
2005-09-07minor tweaks to _mesa_ResizeBuffersMESA()Brian Paul1-5/+9
2005-09-06just changes/updates to commentsBrian Paul1-10/+11
2005-08-31Just additional comments.Brian Paul1-0/+13
2005-08-31remove dead code, update commentsBrian Paul1-10/+5
2005-07-01remove OLD_RENDERBUFFER stuffBrian Paul1-6/+2
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-275/+273
2005-02-26Rename _mesa_update_buffers() to _mesa_update_draw_buffer_bounds() and doBrian Paul1-30/+48
2005-02-09initial support for GL_EXT_framebuffer_objectBrian Paul1-55/+139
2004-12-03silence a variety of warnings found with g++ 3.4.2Brian Paul1-5/+5
2004-10-02added support for GL_ARB_draw_buffersBrian Paul1-193/+200
2004-06-11s/_mesa_get_current_context()/GET_CURRENT_CONTEXT()/Brian Paul1-2/+2
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul1-36/+36
2004-01-30more descriptive error stringsBrian Paul1-9/+9
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-8/+8
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-40/+178
2003-06-04comments regarding window sizingBrian Paul1-4/+7
2003-06-02s/DrawBuffer/ReadBuffer/ in _mesa_ResizeBuffersMESA (PHil Brown)Brian Paul1-2/+2
2003-04-29don't try to clear non-existant buffersBrian Paul1-8/+12
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-4/+3
2002-10-24Header file clean-up:Brian Paul1-6/+2
2002-10-11Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul1-27/+81
2002-10-11undo previous check-in (check if ctx->Color.DrawBuffer == mode)Brian Paul1-4/+1
2002-10-11check mode for no change in _mesa_Read/DrawBuffer()Brian Paul1-2/+7
2002-10-04Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul1-8/+8
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul1-56/+36
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul1-21/+9
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul1-6/+6
2002-04-19added some castsBrian Paul1-5/+3
2002-03-16Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul1-15/+41
2002-02-15added a glClear() error checkBrian Paul1-3/+12
2001-09-14more warning fixes (Karl Schultz)Brian Paul1-3/+3
2001-06-18Consolidated source files. Since the re-org a number of source filesBrian Paul1-2/+32
2001-05-29infrastructure for GL_ARB_multisampleBrian Paul1-1/+22
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-2/+2
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-18/+18
2001-01-29removed unused varsBrian Paul1-2/+1
2001-01-29Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell1-22/+4
2001-01-24Lots of GLchan datatype changes.Brian Paul1-22/+15
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul1-23/+23
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell1-2/+3
2000-12-26Major rework of tnl moduleKeith Whitwell1-12/+24
2000-11-22 Committing in .Jouk Jansen1-7/+7
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell1-6/+6
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell1-198/+6
2000-10-30Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul1-2/+2
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell1-4/+7
2000-10-28Basic work to support deep color channels:Brian Paul1-18/+18
2000-10-19call Driver.SetReadBuffer() in clear_color_buffers() to fix colormasked clear...Brian Paul1-2/+7
2000-10-17ported render begin/end calls from Mesa 3.4Brian Paul1-1/+5