GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking
[mesa.git] / src / mesa / swrast / s_bitmap.c
2004-11-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-10-31 Brian PaulAllow the software fallback glDrawPixels, glReadPixels...
2004-05-04 Brian PaulFix minor warnings found with g++.
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2003-11-25 Brian Paulcurrent raster color index should be GLfloat
2003-04-08 Brian PaulAdded ctx->Texture._EnabledCoordUnits bitfield.
2003-03-25 Brian Paulreplace _mesa_ prefix with _swrast_, remove s_histogram...
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2002-11-25 Brian Paulset default texcoords for glBitmap/glDrawPixels
2002-08-07 Brian Paulstruct sw_span is again allocated on the stack, but...
2002-04-19 Brian PaulAllocate a sw_span struct in the swrast context instead...
2002-04-12 Brian PaulKlaus Niederkrueger's latest changes: use INIT_SPAN...
2002-02-17 Brian Pauldon't include s_fog.h
2002-02-15 Brian Pauladded alternate glBitmap code (disabled)
2002-02-02 Brian Paulsw_span can now hold x/y arrays of fragment positions...
2001-12-14 Brian Paulvertex program check-in
2001-06-26 Brian PaulMore raster fog coord fixes.
2001-06-18 Brian Paulfix glDraw/CopyPixels w/ fog bug. minor fog code clean...
2001-05-30 Brian Pauladded current raster fog coord and related code
2001-05-09 Brian Pauldon't call _mesa_win_fog_coords_from_z() if fog is...
2001-05-03 Brian Paulinterpolate fog valus as floats, not fixed - fixed...
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-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-05 Keith WhitwellReorganized software rasterizer as a module which manag...
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.