Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
modes
|
|
|
|
|
|
Show each of the mipmap levels side-by-side.
Press 's' to toggle quad scaling to see mipmap level at actual size.
|
|
Measures rasterization of points/lines/tris and suggests fixes/biases when
something doesn't meet spec.
|
|
|
|
|
|
Test that different minification and magnification filters are chosen for the
non-mipmapped texture case.
|
|
As-is, if the texture was too large for the target, an assertion would fail.
Now check proxy texture first and if it works, then test non-proxy target.
|
|
|
|
|
|
It looks like Windows does not like filenames ending with a dot,
in effect renaming it to 'mms-config'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also requires GL_EXT_framebuffer_object and OpenGL 2.0 (for GLSL).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and demos are also added.
Adding basic support to drivers should be as easy as just enabling the
extension, though thorough test would also be required.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|