Home | History | Annotate | Download | only in docs
      1 Some notes on piglit failures running on virgl.
      2 
      3 (core profile) All the GL_CLAMP texwrap tests fail,
      4 due to core profile not supporting GL_CLAMP. In theory
      5 virglrenderer could emulate GL_CLAMP, in practice
      6 I'm not sure we should bother.
      7 	- texwrap bordercolor tests
      8 
      9 Edgeflag support - we would need to somehow emulate
     10 edgeflags if we really want this feature, so for now
     11 we 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