summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-03-01 16:26:26 +1000
committerDave Airlie <airlied@redhat.com>2016-03-08 09:34:21 +1000
commit5ffeee92309773ba7f80105bfd460c1b4750820c (patch)
tree1ce83094e850a545b96b10ad9077a980f12c7493
parent12c89d559a932f595e660f81af13a7ca3329111b (diff)
docs: add some notes on piglit test failures to avoid rehashing them
-rw-r--r--docs/piglit-notes.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/piglit-notes.txt b/docs/piglit-notes.txt
new file mode 100644
index 0000000..5f50d62
--- /dev/null
+++ b/docs/piglit-notes.txt
@@ -0,0 +1,18 @@
+Some notes on piglit failures running on virgl.
+
+(core profile) All the GL_CLAMP texwrap tests fail,
+due to core profile not supporting GL_CLAMP. In theory
+virglrenderer could emulate GL_CLAMP, in practice
+I'm not sure we should bother.
+ - texwrap bordercolor tests
+
+Edgeflag support - we would need to somehow emulate
+edgeflags if we really want this feature, so for now
+we don't. This affects:
+ - point-vertex-id tests
+ - gl-1.0-edgeflag
+ - gl-1.0-edgeflag-quads
+ - gl-2.0-edgeflag
+ - gl-2.0-edgeflag-immediate
+
+