replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]
[mesa.git] / src / mesa / swrast / s_drawpix.c
2003-03-25 Brian Paulreplace _mesa_ prefix with _swrast_, remove s_histogram...
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-02-25 Brian Paulcasts to silence g++ warnings
2003-01-16 Brian Paulanother fix for glDrawPixels + clipping
2003-01-15 Brian Paulfix glDrawPixels hang when clipping
2002-12-18 Brian Paulcomment changes
2002-12-05 Brian Paulproperly handle very wide images
2002-11-25 Brian Paulset default texcoords for glBitmap/glDrawPixels
2002-10-30 Brian Paulremove some stray debug/abort code
2002-10-24 Brian PaulHeader file clean-up:
2002-10-08 Brian Paulfinally get rid of ctx->Texture._ReallyEnabled field
2002-08-07 Brian Paulstruct sw_span is again allocated on the stack, but...
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
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 Paulfixed float->int conversion. Fix conditional for 16...
2002-02-02 Brian Paulsw_span can now hold x/y arrays of fragment positions...
2002-01-31 Brian PaulClean-up and optimize alpha test code.
2002-01-28 Brian PaulMore span clean-up, mostly texture-related.
2002-01-27 Brian PaulLOTS of changes, building upon Klaus's work.
2002-01-15 Brian Pauladded some missing error checks
2002-01-10 Brian PaulKlaus's latest patches: change texcoord[3] to texcoord...
2001-12-17 Brian Paulfirst checkpoint commit of Klaus's new span code (struc...
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-16 Brian Pauluse DEFARRAY, etc macros to work around 32k data limit...
2001-05-15 Brian PaulApply antialiasing coverage factor to alpha after textu...
2001-04-20 Brian PaulMinor fixes for Win32 (Karl Schultz).
2001-04-10 Brian PaulAdded IROUND_POS() macro to mmath.h and use where appro...
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-08 Brian PaulMore g++ warning fixes. Fixes for CHAN_BITS==16, it...
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-20 Brian PaulImplemented GL_SGIX_shadow and GL_SGIX_shadow_texture.
2001-02-17 Brian PaulChanged FetchTexel() function pointer arguments.
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-05 Brian PaulFixed bug in MinMagThresh computation.
2001-01-03 Brian PaulMore color macro clean-ups.
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-10 Brian Paulminor changes to silence compiler warnings
2000-11-05 Keith WhitwellReorganized software rasterizer as a module which manag...
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.