Age | Commit message (Collapse) | Author |
|
by calling _mesa_init_driver_functions() and then plugging in the driver-
specific functions.
In particular, make sure ctx->Driver.NewTextureObject points to the
appropriate driver function so that _all_ texture objects are augmented
with the driver-specific data.
Put in a bunch of assertions in the texture-related driver functions that
texObj->DriverData is valid. Remove old dead code in near future.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
kernel-reserved memory regions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GL_ARB_texture_border_clamp. The ATI drivers for Windows support it,
but I can see no way to make it work without a fallback.
|
|
|
|
automatically enables "duplicate" extensions without the driver
explicitly enabling them.
|
|
|
|
|
|
+ remove some gratuitous whitespace
|
|
|
|
|
|
|
|
locale-dependent. Thanks to Pavel harry_x Palat for pointing that out.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
XFree86 bug: 314
|
|
|
|
The def_max_anisotropy option breaks driconf. :( I'm going to upload a
fixed version soon.
|
|
is for disabling faked "anisotropy" in e.g. FlightGear.
|
|
|
|
|
|
|