summaryrefslogtreecommitdiff
path: root/src/mesa/main/buffers.c
AgeCommit message (Expand)Author
2001-09-14more warning fixes (Karl Schultz)Brian Paul
2001-06-18Consolidated source files. Since the re-org a number of source filesBrian Paul
2001-05-29infrastructure for GL_ARB_multisampleBrian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-01-29removed unused varsBrian Paul
2001-01-29Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell
2001-01-24Lots of GLchan datatype changes.Brian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-22 Committing in .Jouk Jansen
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell
2000-10-30Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-28Basic work to support deep color channels:Brian Paul
2000-10-19call Driver.SetReadBuffer() in clear_color_buffers() to fix colormasked clear...Brian Paul
2000-10-17ported render begin/end calls from Mesa 3.4Brian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-09-08changed gl_frame_buffer Xmax and Ymax to be exclusive boundary valuesBrian Paul
2000-09-07Removed ctx->Driver.LogicOp().Brian Paul
2000-06-27fixed an assertion and minor bugBrian Paul
2000-05-04removed software alpha flag from GLvisual structBrian Paul
2000-04-22removed old profiling codeBrian Paul
2000-04-11renamed alpha buffer functionsBrian Paul
2000-04-11renamed stencil functionsBrian Paul
2000-04-05minor clean-ups, renamingBrian Paul
2000-02-02replaced gl_ prefix with _mesa_ prefix on depth funcsBrian Paul
2000-02-02changed prefix to _mesa_ for a few accum functionsBrian Paul
2000-02-02functions from old glmisc.c fileBrian Paul