summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/buffers.c
Commit message (Expand)AuthorAgeFilesLines
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-40/+178
* comments regarding window sizingBrian Paul2003-06-041-4/+7
* s/DrawBuffer/ReadBuffer/ in _mesa_ResizeBuffersMESA (PHil Brown)Brian Paul2003-06-021-2/+2
* don't try to clear non-existant buffersBrian Paul2003-04-291-8/+12
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-4/+3
* Header file clean-up:Brian Paul2002-10-241-6/+2
* Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul2002-10-111-27/+81
* undo previous check-in (check if ctx->Color.DrawBuffer == mode)Brian Paul2002-10-111-4/+1
* check mode for no change in _mesa_Read/DrawBuffer()Brian Paul2002-10-111-2/+7
* Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul2002-10-041-8/+8
* Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul2002-07-091-56/+36
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-21/+9
* New _mesa_debug() function to replace fprintf() calls.Brian Paul2002-06-131-6/+6
* added some castsBrian Paul2002-04-191-5/+3
* Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul2002-03-161-15/+41
* added a glClear() error checkBrian Paul2002-02-151-3/+12
* more warning fixes (Karl Schultz)Brian Paul2001-09-141-3/+3
* Consolidated source files. Since the re-org a number of source filesBrian Paul2001-06-181-2/+32
* infrastructure for GL_ARB_multisampleBrian Paul2001-05-291-1/+22
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-2/+2
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-18/+18
* removed unused varsBrian Paul2001-01-291-2/+1
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-291-22/+4
* Lots of GLchan datatype changes.Brian Paul2001-01-241-22/+15
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-23/+23
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-2/+3
* Major rework of tnl moduleKeith Whitwell2000-12-261-12/+24
* Committing in .Jouk Jansen2000-11-221-7/+7
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-6/+6
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-198/+6
* Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul2000-10-301-2/+2
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-4/+7
* Basic work to support deep color channels:Brian Paul2000-10-281-18/+18
* call Driver.SetReadBuffer() in clear_color_buffers() to fix colormasked clear...Brian Paul2000-10-191-2/+7
* ported render begin/end calls from Mesa 3.4Brian Paul2000-10-171-1/+5
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-28/+27
* changed gl_frame_buffer Xmax and Ymax to be exclusive boundary valuesBrian Paul2000-09-081-7/+8
* Removed ctx->Driver.LogicOp().Brian Paul2000-09-071-2/+4
* fixed an assertion and minor bugBrian Paul2000-06-271-5/+4
* removed software alpha flag from GLvisual structBrian Paul2000-05-041-4/+12
* removed old profiling codeBrian Paul2000-04-221-9/+1
* renamed alpha buffer functionsBrian Paul2000-04-111-3/+3
* renamed stencil functionsBrian Paul2000-04-111-6/+6
* minor clean-ups, renamingBrian Paul2000-04-051-3/+3
* replaced gl_ prefix with _mesa_ prefix on depth funcsBrian Paul2000-02-021-3/+3
* changed prefix to _mesa_ for a few accum functionsBrian Paul2000-02-021-3/+3
* functions from old glmisc.c fileBrian Paul2000-02-021-0/+564