summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_copypix.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-08Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul1-2/+0
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul1-32/+32
2002-12-05clean-ups, commentsBrian Paul1-24/+36
2002-10-30don't call abort()Brian Paul1-3/+4
2002-10-24Header file clean-up:Brian Paul1-2/+2
2002-08-07struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul1-70/+69
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul1-83/+33
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul1-3/+3
2002-04-19Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul1-73/+69
2002-04-19casts to fix GLint/GLuint mismatchesBrian Paul1-5/+5
2002-04-12Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitiveBrian Paul1-14/+14
2002-03-14fixed pointer arithmetic error in glCopyPixelsBrian Paul1-3/+3
2002-02-17don't include s_fog.hBrian Paul1-2/+1
2002-01-31Clean-up and optimize alpha test code.Brian Paul1-38/+28
2002-01-28Still more texture/span simplification and clean-up.Brian Paul1-3/+2
2002-01-28More span improvements. Removed _mesa_write_monocolor_span().Brian Paul1-18/+1
2002-01-27LOTS of changes, building upon Klaus's work.Brian Paul1-160/+102
2002-01-16added another test in regions_overlap() (Klaus)Brian Paul1-3/+6
2002-01-10Klaus's latest patches: change texcoord[3] to texcoord[4] everywhereBrian Paul1-39/+14
2001-12-17first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul1-12/+31
2001-12-14vertex program check-inBrian Paul1-4/+10
2001-07-23GLubyte -> GLchan changeBrian Paul1-2/+2
2001-07-13assorted changes for supporting GLfloat color channels (not done)Brian Paul1-2/+2
2001-07-13fixed two bad casts (Stephane Conversy)Brian Paul1-3/+3
2001-06-26More raster fog coord fixes.Brian Paul1-21/+13
2001-06-18fix glDraw/CopyPixels w/ fog bug. minor fog code clean-ups.Brian Paul1-9/+38
2001-05-30added current raster fog coord and related codeBrian Paul1-14/+34
2001-05-16use DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon)Brian Paul1-8/+28
2001-05-15Apply antialiasing coverage factor to alpha after texture application,Brian Paul1-8/+12
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell1-16/+24
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-9/+9
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul1-2/+2
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-26/+26
2001-02-22improvements to regions_overlap() functionBrian Paul1-13/+33
2001-02-20Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture.Brian Paul1-3/+5
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul1-12/+12
2001-01-05Fixed bug in MinMagThresh computation.Brian Paul1-5/+5
2000-12-26Major rework of tnl moduleKeith Whitwell1-3/+3
2000-11-28changed error tests for depth and stencil buffersBrian Paul1-3/+3
2000-11-28 Committing in .Jouk Jansen1-2/+2
2000-11-28Pass scale and bias values to _mesa_scale_and_bias_rgba().Brian Paul1-3/+23
2000-11-10replaced s_imaging.h with s_histogram.hBrian Paul1-2/+2
2000-11-05Reorganized software rasterizer as a module which manages its own state,Keith Whitwell1-7/+11
2000-10-31Always call Driver.SetReadBuffer() in copy pixels functions, just to be safeBrian Paul1-2/+16
2000-10-31Moved software rasterizer functionality to new directory.Keith Whitwell1-0/+821