Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove 'swrast->_MultiTexEnabled' derived value.
|
|
|
|
not before.
|
|
|
|
IFLOOR(1.99999)==2, for example. Moved some macros from config.h to glheader.h
|
|
new triangle_span struct. Much cleaner code and possibilities for future
optimizations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
problem in some DRI drivers (see comments)
|
|
and doesn't do what one might expect for negative values.
Reimplemented FRAC in terms of floor() to fix glitches seen in tests/texwrap.c.
Minor fix for problem with GL_CLAMP_TO_BORDER_ARB with GL_NEAREST sampling.
|
|
|
|
Niederkrueger)
|
|
Added some switchable debug to s_context.c
|
|
Replaced SEPERATE with SEPARATE.
Renumbered _NEW_ flags.
Removed _NEW_COLORTABLE.
|
|
|
|
|
|
|
|
format into texImage->TexFormat, the rest is handled by core Mesa.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add case for triangles culled front and back -- not handled by the
culling code inside swrast triangle routines.
|
|
|
|
|