Age | Commit message (Collapse) | Author |
|
with another, such as wrapping a hardware/win-sys RGB renderbuffer with a
software-based alpha buffer.
Previous alpha buffer wrapping was conflicting with the X driver's
xmesa_renderbuffer structure containment/inheritance. That lead to
memory corruption.
|
|
|
|
sets the texture wrap mode and texture filter mode for Savage4 to the new
functions savage4_set_wrap_mode and savage4_set_filter_mode.
This was tested with texwrap and tunnel.
|
|
BlueBits, etc fields.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use _swrast_get_values() which does clipping.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
No need to pass the texture unit number as an argument.
|
|
|
|
|
|
with GLboolean in a few places.
|
|
|
|
adaptor functions.
|
|
|
|
from the gl_texture_format's functions.
Added "adaptor" functions to allow sampling a float-valued texture with
GLchans and vice versa. This will allow trimming down the number of
texture fetch routines.
|
|
|
|
s_texcombine.c - for texture combining/application
s_texfilter.c - for texture sampling/filtering
|
|
|
|
|
|
|
|
|
|
|