mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
eglglessink: Add TODO file
This commit is contained in:
parent
2323c40f1b
commit
e8ed9e1097
1 changed files with 11 additions and 0 deletions
11
ext/eglgles/TODO
Normal file
11
ext/eglgles/TODO
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
- Correctly handle upstream surface region size changes
|
||||||
|
- Make sure we are considering DAR on all scaling/rendering cases
|
||||||
|
- Test and debug caps renegotiation
|
||||||
|
- Test and debug set_render_rect
|
||||||
|
- Drop android specifics like the default window h/w
|
||||||
|
- Move EGL/GLES context to it's own struct. Proly move GLSL stuff to it's
|
||||||
|
own header too
|
||||||
|
- Optimize shading routines if possible.
|
||||||
|
- Either finish implementing or drop fast rendering path logic
|
||||||
|
- Implement buffer pool
|
||||||
|
- Finish code documentation
|
Loading…
Reference in a new issue