File: piglit-notes.txt

package info (click to toggle)
virglrenderer 0.10.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 78,744 kB
  • sloc: ansic: 118,882; sh: 1,259; python: 962; makefile: 40
file content (18 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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