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).
|
|
Fixed the Makefile.X11 to actually build glxgears_fbconfig when
invoked from the top level.
|
|
the R200 driver. Not as clean / well commented as it should / could be.
|
|
rudimentary test of fbconfigs that doesn't use pbuffers of
GLX_SGI_make_current_read.
|
|
|
|
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
|
|
|
|
|