Age | Commit message (Collapse) | Author |
|
|
|
New comments discussing FIXED_FRAC_BITS, SUB_PIXEL_BITS, max viewport size
and rasterization accuracy.
|
|
|
|
program struct hierarchy.
Add driver callbacks to enable the above and make it possible to track
more changes to program objects.
|
|
to pass through filter_modes (in libGL) properly.
|
|
|
|
|
|
|
|
used. Fix a couple problems that confound the fbconfig filtering code
in libGL.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The problem came from using the _glapi_Dispatch->VertexAttrib*fvNV pointers
since they can change from one glArrayElement call to the next.
|
|
|
|
Incr/decr counts when doing glPush/PopClientAttrib(GL_CLIENT_VERTEX_ARRAY_BIT).
|
|
the R200 driver. Not as clean / well commented as it should / could be.
|
|
|
|
color calculations to the GPU)
|
|
|
|
color calculations to the GPU). Two-side lighting fallback no longer needed and eliminated.
|
|
|
|
|
|
more efficiently.
Remove switches/conditionals from vertex attribute wrappers.
glMultiTexCoord is implemented in terms of glVertexAttrib.
|
|
In fact, handle all conventional vertex attributes in terms of generic
attributes (execept for edge flags and color indexes).
|
|
|
|
|
|
|
|
|
|
|
|
ARB_texture_env_combine state.
|
|
texture
|
|
|
|
overwriting dma region
|
|
|
|
|
|
can disable any extension if necessary.
|
|
|
|
update to newer Mesa interfaces...
|
|
this compiles but I doubt it works but it is a better starting point
than the branch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|