Re: [Mesa-dev] new i965g pipe driver for Intel GEN6 (and later)

2013-04-16 Thread Michael Karcher
Am Dienstag, den 16.04.2013, 10:23 -0700 schrieb Matt Turner: > >> waste. It wasn't uncommon for a user to waste a nontrivial amount of > >> someone's time in #intel-gfx only to discover that they were trying to > >> use the (old) i965g driver that no one maintained. > > I wonder, should i965g be b

Re: [Mesa-dev] [PATCH] i915g: Fix depth/stencil glClear

2012-06-10 Thread Michael Karcher
Am Sonntag, den 10.06.2012, 13:20 +0200 schrieb Daniel Vetter: > On Sun, Jun 10, 2012 at 01:49:30AM +0200, Michael Karcher wrote: > > This patch fixes a copy/paste error and masking of depth/stencil (stencil > > is in the top 8 bits), and makes glean/readPixSanity happy. > Woot,

[Mesa-dev] [PATCH] i915g: Fix depth/stencil glClear

2012-06-09 Thread Michael Karcher
This patch fixes a copy/paste error and masking of depth/stencil (stencil is in the top 8 bits), and makes glean/readPixSanity happy. Both the stencil and the depth buffer piglit test also pass if glClear(DEPTH | STENCIL) is executed instead of glClear(DEPTH)/glClear(STENCIL). --- src/gallium/dri

[Mesa-dev] [PATCH] [i915g] fix debug dump on 64 bit systems

2011-12-06 Thread Michael Karcher
Signed-off-by: Michael Karcher --- src/gallium/drivers/i915/i915_debug.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/i915/i915_debug.c b/src/gallium/drivers/i915/i915_debug.c index 295c47e..b6c442d 100644 --- a/src/gallium/drivers/i915

Re: [Mesa-dev] [i915g] i915_fpc_optimize_useless_mov is invalid in the general case

2011-12-05 Thread Michael Karcher
emporary in all further lines. Patches welcome. Thanks for your quick response! How can you be sure that R[1].xyz keeps unchanged in all further lines, so it is a valid replacement for the elided R[0].xyz? The fragment shader language is not static single assignment, so R[1] could

[Mesa-dev] [i915g] i915_fpc_optimize_useless_mov is invalid in the general case

2011-12-05 Thread Michael Karcher
eliminated temporary is not used in any further lines? Regards, Michael Karcher ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev