On Thu, Apr 1, 2010 at 1:45 PM, Henri Verbeet hverbeet@gmail.com wrote:
On 1 April 2010 12:50, Roderick Colenbrander thunderbird2k@gmail.com wrote:
- if (is_identity_fixup(src_format_desc->color_fixup))
- {
- TRACE("[OK]\n");
- return TRUE;
- }
When did we stop supporting those?
My feeling was that we only want to use arbfp_blit for complex fixups and identity fixups are better suited for fbo_blit/ffp_blit.
Roderick