Age | Commit message (Collapse) | Author |
|
|
|
which registers changed in all the functions that change the state. Instead
check which registers changed in the end when the hardware state is updated.
Tried to avoid cosmetic (whitespace) changes in this commit.
|
|
IMAGE_CLAMP_BIT if needed.
Added ClampVertexColors and ClampFragmentColors to GLcontext in anticipation
of upcoming extensions (not fully used yet).
|
|
|
|
function
|
|
|
|
|
|
|
|
|
|
|
|
first place, and make the message a bit clearer.
+ Remove some extraneous whitespace.
|
|
|
|
erroneously marked as GLX_SLOW_CONFIG.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
savage vertex formats.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
generic vertex attribute commands, ignoring ctx->VertexProgram.Enabled
since this function may be used during display list compilation.
|
|
|
|
|
|
|
|
|
|
|
|
with modifications to make it work with current Mesa 6.
|
|
|
|
fields in __GLcontextModes (the base type). Removed the need to keep
the XMesaVisualInfo pointer when building inside the X-server.
|
|
Remove unneeded FABSF() macros.
Added blend factor clamping in a few spots.
|
|
glFogCoord didn't always work reliably.
ARB fragment program fog options work now.
Per-fragment fog computations are now perspective corrected.
|
|
|
|
|
|
|
|
|
|
|