- Feb 17, 2009
-
-
Nicolai Hähnle authored
The rationale is in the change itself. Signed-off-by:
Nicolai Haehnle <nhaehnle@gmail.com>
-
- Feb 14, 2009
-
-
Nicolai Hähnle authored
Upload a texture with random data, use it in rendering, and attempt to read the texture data back with glGetTexImage. This catches yet another r300+bufmgr regression that was found via Sauerbraten. Signed-off-by:
Nicolai Haehnle <nhaehnle@gmail.com>
-
Nicolai Hähnle authored
Regression test for a particular crash of the r300+bufmgr driver, triggered by Sauerbraten. The crash occured when an application uploads cubemaps in a non-canonical order. Signed-off-by:
Nicolai Haehnle <nhaehnle@gmail.com>
-
Nicolai Hähnle authored
This exceedingly silly bug caused false negatives in the test results... Signed-off-by:
Nicolai Haehnle <nhaehnle@gmail.com>
-
- Feb 09, 2009
-
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
- Feb 06, 2009
-
-
Brian Paul authored
If we have the external st3c library we'll see a message saying so, ignore it. This fixes confusing "warn" results.
-
- Dec 18, 2008
-
-
Ian Romanick authored
-
- Dec 17, 2008
-
-
Ian Romanick authored
-
Ian Romanick authored
-
- Dec 05, 2008
-
-
Emma Anholt authored
Conflicts: tests/glean/tfragprog1.cpp
-
Emma Anholt authored
-
- Dec 04, 2008
-
-
Emma Anholt authored
This catches issues with offset handling that were missed by the original path that copied the whole teximage at once.
-
- Nov 06, 2008
-
-
Nicolai Hähnle authored
This patch fixes a few issues with piglet on Cygwin/X (which uses Mesa for OpenGL): 1) Cygwin requires that all dependencies be explicitly passed in dependency order during linking. This means that static libraries must precede the shared libraries on which they depend. 2) Cygwin defines log2 as a macro instead of a function. 3) Cygwin doesn't provide lspci(8).
-
- Oct 05, 2008
-
-
Emma Anholt authored
This catches bug #17865 on i915. It's not a terribly complete test, and the allowance for the driver to count indirections differently from the spec for its native numbers means we don't get to justifiably fail very often.
-
- Sep 28, 2008
-
-
Nicolai Hähnle authored
-
- Aug 27, 2008
-
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
-
- Aug 21, 2008
-
-
Emma Anholt authored
Tests SGIS_generate_mipmap versus glTexImage2D. Catches a mesa bug with updating GL_GENERATE_MIPMAP state without flushing.
-
Emma Anholt authored
-
Emma Anholt authored
Tests that SGIS_generate_mipmap occurs after TexSubImage. Catches bug #17077.
-
- Aug 15, 2008
-
-
Nicolai Hähnle authored
This is a very basic test that creates 3D textures of varying sizes, renders them and compares the results with expected results. It's still quite incomplete, e.g. a test for TexSubImage and mipmapped textures is still missing.
-
- Aug 08, 2008
-
-
Nicolai Hähnle authored
Test some texture redefinition scenarios: Switching between different texture sizes & mipmapping enable/disable
-
- Aug 01, 2008
-
-
Nicolai Hähnle authored
This is a regression test for the recently fixed KWin corruption bug.
-
- Jul 27, 2008
-
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
Perhaps it'll help someone else, some day.
-
Nicolai Hähnle authored
This test currently fails on R500.
-
- Jul 16, 2008
-
-
Emma Anholt authored
Reveals problems on i965 accelerated copytexsubimage when using i915 code.
-
- Jul 12, 2008
-
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
Current r500 fragment program implementation fails this test.
-
- Jul 05, 2008
-
-
Nicolai Hähnle authored
-
- Jul 04, 2008
-
-
Nicolai Hähnle authored
-
- Jun 30, 2008
-
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
-
- Jun 29, 2008
-
-
Nicolai Hähnle authored
-
Nicolai Hähnle authored
Old implementation of r300 driver fails this test.
-
Nicolai Hähnle authored
Since 1D textures are really one-dimensional objects, the T texture coordinate must be ignored completely. This is not the case for the r300 driver, which simulates 1D textures via 2D textures, with "interesting" filtering results depending on the TEXTURE_WRAP_T texture parameter.
-