summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
AgeCommit message (Expand)AuthorFilesLines
2001-06-18fix glDraw/CopyPixels w/ fog bug. minor fog code clean-ups.Brian Paul6-42/+128
2001-06-13fixed a +/- typo in the Y coord setupBrian Paul1-4/+4
2001-06-12always feedback unit 0 texcoordsBrian Paul1-2/+2
2001-06-12Snap triangle x,y vertices to 1/16 subpixel positions.Brian Paul1-35/+56
2001-06-11check for PB overflow in general_flat_rgba_line()Brian Paul1-3/+10
2001-06-05minor clean-upsBrian Paul1-11/+10
2001-06-01applied Klaus Niederkrueger's CHAN_BITS==32 patchBrian Paul1-5/+60
2001-05-30GLubyte -> GLchan fixBrian Paul2-8/+8
2001-05-30added current raster fog coord and related codeBrian Paul3-23/+56
2001-05-29removed unused varBrian Paul1-2/+1
2001-05-21fixed a number of multi-texture line bugsBrian Paul3-31/+37
2001-05-21initial support for GL_SGIS_generate_mipmap extensionBrian Paul1-1/+27
2001-05-17fixed Width/Height typo (Jeff Hartmann)Brian Paul1-2/+2
2001-05-17removed (void) index; statementBrian Paul1-3/+1
2001-05-17Fix order of decomposition of quad.Keith Whitwell7-23/+18
2001-05-16use DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon)Brian Paul8-43/+152
2001-05-15Apply antialiasing coverage factor to alpha after texture application,Brian Paul9-223/+294
2001-05-15minor clean-ups and more commentsBrian Paul2-11/+38
2001-05-14New IFLOOR, ICEIL macros from Josh Vanderhoof. Fixes problems withBrian Paul1-10/+11
2001-05-14New triangle rasterization code. Store per-span initial/step values in theBrian Paul3-1254/+1322
2001-05-11fixed scissor clear problem (Michael Saunders)Brian Paul1-4/+11
2001-05-10redo previous change in a more defensive wayBrian Paul1-5/+7
2001-05-10added check for zero-length spans, avoids potential problems laterBrian Paul1-1/+7
2001-05-10fixed some divide by zero problems found w/ conformBrian Paul3-13/+17
2001-05-10RGBA mode GL_NAND was wrong, fixed 16-bit GLchan supportBrian Paul1-7/+144
2001-05-09missed a GLfixed->GLfloat fog changeBrian Paul1-14/+13
2001-05-09don't call _mesa_win_fog_coords_from_z() if fog is disabled, fixes FP exceptionBrian Paul1-2/+5
2001-05-07sample plane equations at fragment centers, not lower-left cornerBrian Paul1-37/+41
2001-05-03interpolate fog valus as floats, not fixed - fixed the swrast fog problemBrian Paul14-185/+167
2001-05-03minor clean-ups and warning fixesBrian Paul1-6/+6
2001-04-23fixed two mistakes in texture combine codeBrian Paul1-4/+5
2001-04-20Minor fixes for Win32 (Karl Schultz).Brian Paul2-4/+5
2001-04-19removed glext.h hacksBrian Paul1-19/+1
2001-04-17minor optimization to dot3 computationBrian Paul1-4/+3
2001-04-17Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues.Brian Paul1-2/+32
2001-04-13added a work-around in _swrast_copy_texsubimage[123]d() to fix alpha channel ...Brian Paul1-1/+49
2001-04-12Moved FRAC macro out of mmath.h into s_texture.c since it's only used thereBrian Paul1-12/+41
2001-04-10fixed some divide by zero conformance problemsBrian Paul2-12/+26
2001-04-10Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...Brian Paul3-32/+33
2001-03-29Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT.Keith Whitwell1-27/+64
2001-03-29Removed DD_Z_NEVER.Brian Paul5-15/+15
2001-03-28adjustment to coverage sample positionsBrian Paul2-35/+36
2001-03-28check for startX off the right edge of the windowBrian Paul1-1/+7
2001-03-28simplify test for specific texture formatsBrian Paul1-5/+6
2001-03-28More texture format updates. Drivers now need only plug an appropriateGareth Hughes3-43/+42
2001-03-26added GL_ARB_texture_border_clampBrian Paul1-17/+57
2001-03-23fixed Min/Max lod clamp bugBrian Paul1-3/+4
2001-03-22added GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3Brian Paul1-3/+21
2001-03-22clean-up in _swrast_choose_triangle()Brian Paul1-68/+64
2001-03-21minor re-org in sample_depth_texture()Brian Paul1-9/+9