diff options
Diffstat (limited to 'sys/glsink/BUGS')
-rw-r--r-- | sys/glsink/BUGS | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sys/glsink/BUGS b/sys/glsink/BUGS new file mode 100644 index 00000000..795d3525 --- /dev/null +++ b/sys/glsink/BUGS @@ -0,0 +1,19 @@ + +known issues: + + - negotiation is shite. I don't want to know about any failed + negotiations or failed prerolls. + + - teardown sometimes fails. + + - sharing a GL context among a bunch of elements that stomp all + over it is potential fail. + + +intel driver: + + - rendering to texture ignores the color matrix. This causes any + YUV->RGB conversion to fail. + + - YUY2 and UYVY conversions in the driver use the wrong matrix. + |