[Mesa-dev] [Bug 63435] [Regression since 9.0] Flickering in EGL OpenGL full-screen window with swap interval 1

2013-05-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63435 Kenneth Graunke changed: What|Removed |Added CC||chad.vers...@linux.intel.co

[Mesa-dev] [Bug 63435] [Regression since 9.0] Flickering in EGL OpenGL full-screen window with swap interval 1

2013-05-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63435 post+...@ralfj.de changed: What|Removed |Added Hardware|Other |x86-64 (AMD64) Severity|nor

Re: [Mesa-dev] intel driver blit rework

2013-05-25 Thread Kenneth Graunke
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

Re: [Mesa-dev] [PATCH 04/17] intel: Make a wrapper for intelEmitCopyBlit using miptrees.

2013-05-25 Thread Kenneth Graunke
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

Re: [Mesa-dev] [PATCH 1/7] mesa: Add infrastructure for ARB_shading_language_420pack.

2013-05-25 Thread Kenneth Graunke
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. ___