index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
swrast
/
s_aatriangle.c
Age
Commit message (
Expand
)
Author
2010-03-17
swrast: remove unused compute_coveragei() function
Brian Paul
2010-03-03
swrast: Remove support for rendering antialiased triangles into a color-index...
Ian Romanick
2008-09-18
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2007-05-20
Overhaul/simplify SWvertex and SWspan attribute handling.
Brian
2007-04-24
s/DO_TEXVAR/DO_ATTRIBS/
Brian
2007-02-05
Merge SWvertex texcoord and varying fields into attrib[] array field.
Brian
2005-11-05
remove unneeded #include
Brian Paul
2004-12-18
Consolidate _swrast_write_texture_span() into _swrast_write_rgba_span().
Brian Paul
2003-12-09
Update NEED_SECONDARY_COLOR macro to test if either vertex/fragment
Brian Paul
2003-09-19
Assorted casts to silence g++ warnings.
Brian Paul
2003-09-19
Add include for context.h to define NEED_SECONDARY_COLOR.
Karl Schultz
2003-09-18
Move away from using the ctx->_TriangleCaps bitfield.
Brian Paul
2003-04-08
Added ctx->Texture._EnabledCoordUnits bitfield.
Brian Paul
2003-03-25
replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]
Brian Paul
2003-03-01
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2003-01-25
optimize compute_coveragef (Evgeny Kotsuba)
Brian Paul
2003-01-22
improved solve_plane_chan() (Evgeny Kotsuba)
Brian Paul
2003-01-20
use COPY_CHAN4 macro
Brian Paul
2002-10-24
Header file clean-up:
Brian Paul
2002-10-18
Add casts to quiet compiler warnings.
Karl Schultz
2002-06-15
Implemented GL_NV_texture_rectangle extension.
Brian Paul
2002-03-16
New mipmap lambda calculation. Previously, trilinear filtering could
Brian Paul
2002-01-27
LOTS of changes, building upon Klaus's work.
Brian Paul
2001-12-17
first checkpoint commit of Klaus's new span code (struct sw_span)
Brian Paul
2001-11-13
improved AA subpixel sample positions (Ray Tice)
Brian Paul
2001-09-19
silence compiler warnings (last batch for src)
Karl Schultz
2001-05-29
removed unused var
Brian Paul
2001-05-17
Fix order of decomposition of quad.
Keith Whitwell
2001-05-16
use DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon)
Brian Paul
2001-05-15
minor clean-ups and more comments
Brian Paul
2001-05-10
fixed some divide by zero problems found w/ conform
Brian Paul
2001-04-10
fixed some divide by zero conformance problems
Brian Paul
2001-03-29
Removed DD_Z_NEVER.
Brian Paul
2001-03-28
adjustment to coverage sample positions
Brian Paul
2001-03-19
Split driver struct into swrast/tnl/core components.
Keith Whitwell
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-07
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-02-16
Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when
Keith Whitwell
2001-01-23
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-02
Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)
Brian Paul
2000-11-19
Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.
Brian Paul
2000-11-13
Cleanup of derived state calculation prior to seperating software T&L
Keith Whitwell
2000-11-05
Reorganized software rasterizer as a module which manages its own state,
Keith Whitwell
2000-10-31
Moved software rasterizer functionality to new directory.
Keith Whitwell