Header file clean-up:
[mesa.git] / src / mesa / main / buffers.c
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...
2000-09-07 Brian PaulRemoved ctx->Driver.LogicOp().
2000-06-27 Brian Paulfixed an assertion and minor bug
2000-05-04 Brian Paulremoved software alpha flag from GLvisual struct
2000-04-22 Brian Paulremoved old profiling code
2000-04-11 Brian Paulrenamed alpha buffer functions
2000-04-11 Brian Paulrenamed stencil functions
2000-04-05 Brian Paulminor clean-ups, renaming
2000-02-02 Brian Paulreplaced gl_ prefix with _mesa_ prefix on depth funcs
2000-02-02 Brian Paulchanged prefix to _mesa_ for a few accum functions
2000-02-02 Brian Paulfunctions from old glmisc.c file