define Bool for solo builds
[mesa.git] / src / mesa / swrast / s_readpix.c
2005-06-04 Brian Paulremove old span code
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2004-11-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-11-09 Brian Pauluse the new _mesa_clip_readpixels() routine
2004-11-09 Brian Pauldon't use ctx->Pack, use the function argument
2004-10-31 Brian PaulAllow the software fallback glDrawPixels, glReadPixels...
2004-04-22 Brian PaulNew glTexImage code.
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2004-02-28 Brian Paulrename some span pack/unpack functions for better unifo...
2003-11-18 Brian Pauladded missing <type> error checking in read_index_pixels()
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-03-25 Brian Paulreplace _mesa_ prefix with _swrast_, remove s_histogram...
2002-10-24 Brian PaulHeader file clean-up:
2002-09-21 Brian PaulGL_MESA_pack_invert
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-04-19 Brian Paulcasts to fix GLint/GLuint mismatches
2002-01-12 Brian Pauldon't apply scissor box in read_fast_rgba_pixels()
2001-05-16 Brian Pauluse DEFARRAY, etc macros to work around 32k data limit...
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-16 Brian Paulmoved depth/index/stencil span packing into image.c
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2000-12-13 Brian Paulimproved precision of glReadPixels for colorbuffers...
2000-11-28 Brian Paulfixed a convolution pixel store bug
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-05 Keith WhitwellReorganized software rasterizer as a module which manag...
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.