Re: [PATCH 1/6] wined3d: Prepare GL resources before looking for an FBO entry.
26 Oct
2015
26 Oct
'15
2:36 p.m.
On 22 October 2015 at 23:38, Stefan Dösinger <stefan(a)codeweavers.com> wrote:
It is a bit unfortunate that we have to do this every draw now...
You may not have to, as such. You could just make doing a prepare_location()/load_location() a requirement before calling context_apply_fbo_state(). For things like draws you currently already need to call load_location(), but e.g. full clears depend on context_apply_fbo_state() to call prepare_location(). I think it would make sense to move those to the caller as well.
3703
Age (days ago)
3703
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet