summaryrefslogtreecommitdiff
path: root/src/mesa/main/buffers.c
AgeCommit message (Expand)Author
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