Re: [Mesa-dev] [PATCH 17/38] main: Refactor _mesa_update_framebuffer.

2015-04-12 Thread Fredrik Höglund
Reviewed-by: Fredrik Höglund On Wednesday 04 March 2015, Laura Ekstrand wrote: > _mesa_update_framebuffer now operates on arbitrary read and draw framebuffers. > This allows BlitNamedFramebuffer to update the state of its arbitrary read and > draw framebuffers. > --- > src/mesa/drivers/dri/i915/

[Mesa-dev] [PATCH 17/38] main: Refactor _mesa_update_framebuffer.

2015-03-03 Thread Laura Ekstrand
_mesa_update_framebuffer now operates on arbitrary read and draw framebuffers. This allows BlitNamedFramebuffer to update the state of its arbitrary read and draw framebuffers. --- src/mesa/drivers/dri/i915/i830_vtbl.c | 2 +- src/mesa/drivers/dri/i915/i915_vtbl.c | 2 +- src/mesa/dr