https://bugs.freedesktop.org/show_bug.cgi?id=63435
Kenneth Graunke changed:
What|Removed |Added
CC||chad.vers...@linux.intel.co
https://bugs.freedesktop.org/show_bug.cgi?id=63435
post+...@ralfj.de changed:
What|Removed |Added
Hardware|Other |x86-64 (AMD64)
Severity|nor
On 05/24/2013 01:56 PM, Eric Anholt wrote:
Here's a big rework of blitting. It's a followon to some of the work I
started back in February to make struct intel_region die in a fire. It's
not a reduction in code like I hoped, but it's a reduction in a lot of
bugs and it should help make extensio
On 05/24/2013 01:56 PM, Eric Anholt wrote:
I had previously asserted that it was hard to write a useful, simpler
blit function, but I think this might be it.
This has the side effect of extending the 32k pitch check to a few more
places that were missing it.
---
src/mesa/drivers/dri/intel/inte
On 05/24/2013 06:28 PM, Matt Turner wrote:
From: Todd Previte
v2 [mattst88]
- Split infrastructure into separate patch.
- Add preprocessor #define.
Patches 1-5 and 7 are:
Reviewed-by: Kenneth Graunke
I'll have to think more carefully about patch 6.
___