Merge commit 'origin/gallium-0.1' into gallium-0.2
[mesa.git] / src / mesa / main / convolve.c
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-13 Brian PaulIn _mesa_pack_rgba_span_float() we don't need to make...
2004-11-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-10-31 Brian Paulindentation fix
2004-10-31 Brian PaulUse the _mesa_scale_and_bias_rgba() function in the...
2004-10-31 Brian PaulPBO support for glConvolutionFilter1D/2D, glGetConvolut...
2004-04-22 Brian PaulNew glTexImage code.
2004-02-28 Brian PaulRemove clamp parameter from _mesa_unpack_color_span_flo...
2004-02-28 Brian Paulrename some span pack/unpack functions for better unifo...
2003-12-04 Brian PaulPort over changes from XFree86/Mesa 5.0.2, mostly to...
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2002-10-24 Brian PaulHeader file clean-up:
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-03-19 Brian Paulfix Intel C compiler warnings (Gerk Huisma)
2001-09-19 Karl Schultzsilence compiler warnings (last batch for src)
2001-05-09 Brian Paulfixed loop bug in _mesa_ConvolutionFilter2D()
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
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