fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots of poten...
[mesa.git] / src / mesa / main / convolve.c
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-06 Brian Pauladded _mesa_adjust_image_for_convolution()
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-10 Brian Paulgenerate GL_INVALID_OPERATION error for bad image forma...
2000-11-23 Jon TaylorMore auto* build system updates
2000-11-22 Jouk Jansen Committing in .
2000-11-21 Brian Paulcall gl_update_state() if needed in glGetColorTable...
2000-11-21 Brian Pauladded some RENDER_START/RENDER_FINISH macros. Minor...
2000-11-10 Brian Paulreplaced _NEW_IMAGING with _NEW_PIXEL
2000-11-10 Brian Paulminor changes to silence compiler warnings
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-28 Brian PaulNew colormac.h file for color-related macros.
2000-10-28 Brian PaulBasic work to support deep color channels:
2000-09-05 Brian PaulGetConvolution/SeparableFilter() now finished
2000-08-23 Brian Paulmoved convolution API functions to convolve.c
2000-08-22 Brian Paulfinished separable filter functions
2000-08-21 Brian Paulmore convolution work, not done
2000-07-12 Brian Paulfirst bits of convolution code