Changes between Initial Version and Version 2 of Ticket #478
- Timestamp:
- 03/19/14 08:38:42 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #478
- Property Owner changed from Antoine Martin to Antoine Martin
-
Property
Status
changed from
new
toassigned
-
Property
Milestone
changed from
0.12
to0.13
-
Property
Priority
changed from
major
tocritical
-
Ticket #478 – Description
initial v2 3 3 4 4 A patch is attached which detects screen size changes and tries to avoid clearing the buffers, but this leads to buffer bleeding on the edges of the old dimensions!? (screenshot also attached) 5 6 Another thing we should be able to do is to paint both the fbo and the backbuffer at the same time, instead of painting onto the fbo then doing a full update of the backbuffer from the fbo using {{{present_fbo}}}. Or at the very least, we should pass the coordinates of the region to paint rather than painting the whole window!