commit | 04a5e940c9842aca3048a7797179d4ea9f782a76 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Mon Jun 03 22:40:26 2013 -0700 |
committer | Eric Anholt <eric@anholt.net> | Mon Jun 17 15:43:23 2013 -0700 |
tree | 14e9747dae663aa222ad18c95ddd427ad0e7b746 | |
parent | 78c2fc59256d7ff9c7fbd3ce6352b78b9ca37f89 [diff] |
intel: Fix Y tiling support for glCopyTexSubImage's alpha override. Apparently we don't have any piglit tests for this, because it would have assertion failed in a debug build, or just rendered wrong in a non-debug build if the destination wasn't covering whole tiles. v2: Use the new macros. Reviewed-by: Paul Berry <stereotype441@gmail.com> (v1) Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> (v1)