mesa/core: Add definitions and translations for EXT_texture_sRGB_R8
[mesa.git] / src / mesa / swrast / s_bitmap.c
2008-03-21 BrianRefactor PBO validate/map code.
2008-03-21 BrianRefactor PBO validate/map code.
2008-03-21 Brian Pauladd a number of PBO validate/map/unmap functions
2008-03-21 Brianadd a number of PBO validate/map/unmap functions
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-30 Briansimplify INIT_SPAN code
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
2007-05-20 BrianOverhaul/simplify SWvertex and SWspan attribute handling.
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-04-21 BrianFix color sum bug 10688.
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 BrianAdd _swrast_span_default_secondary_color() for use...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-04 Brian Pauluse _swrast_span_default_color() in the disabled code too
2006-10-04 Brian Paulcall _swrast_span_default_color() to simplify _swrast_B...
2006-10-01 Brian PaulNew SWspan and SWspanarrays typedefs.
2005-10-31 Brian Paulcheck swrast->_FogEnabled instead of ctx->Fog.Enabled
2005-01-29 Brian Paulremove stray span.y++
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.