Re: [Mesa-dev] [PATCH 1/2] vl: Handle custom destination rectangles correctly

2011-12-11 Thread Andy Furniss
Maarten Lankhorst wrote: When layers are still being added, the total width/height is not known. As such extra care has to be taken to get output rectangle correct. This is required to support a custom dest rectangle, which is currently not used and buggy. Signed-off-by: Maarten Lankhorst Test

[Mesa-dev] [PATCH 1/2] vl: Handle custom destination rectangles correctly

2011-12-02 Thread Maarten Lankhorst
When layers are still being added, the total width/height is not known. As such extra care has to be taken to get output rectangle correct. This is required to support a custom dest rectangle, which is currently not used and buggy. Signed-off-by: Maarten Lankhorst --- src/gallium/auxiliary/vl/vl