xref: /aosp_15_r20/external/virglrenderer/docs/piglit-notes.txt (revision bbecb9d118dfdb95f99bd754f8fa9be01f189df3)
1Some notes on piglit failures running on virgl.
2
3(core profile) All the GL_CLAMP texwrap tests fail,
4due to core profile not supporting GL_CLAMP. In theory
5virglrenderer could emulate GL_CLAMP, in practice
6I'm not sure we should bother.
7	- texwrap bordercolor tests
8
9Edgeflag support - we would need to somehow emulate
10edgeflags if we really want this feature, so for now
11we don't. This affects:
12	- point-vertex-id tests
13	- gl-1.0-edgeflag
14	- gl-1.0-edgeflag-quads
15	- gl-2.0-edgeflag
16	- gl-2.0-edgeflag-immediate
17
18
19