Re: [Mesa-dev] [PATCH] i965: Implement ARB_texture_mirror_clamp.

2013-10-21 Thread Kenneth Graunke
On 10/21/2013 12:58 AM, Rico Schüller wrote: > I have one minor nitpick (see below). But either way, with the subject > fixed (as mentioned by Matt), this is: > Reviewed-by: Rico Schüller > > On 21.10.2013 07:24, Kenneth Graunke wrote: >> This passes Piglit's texwrap tests (after applying Rico's

Re: [Mesa-dev] [PATCH] i965: Implement ARB_texture_mirror_clamp.

2013-10-21 Thread Rico Schüller
I have one minor nitpick (see below). But either way, with the subject fixed (as mentioned by Matt), this is: Reviewed-by: Rico Schüller On 21.10.2013 07:24, Kenneth Graunke wrote: > This passes Piglit's texwrap tests (after applying Rico's patch to > make them use this extension). > > Cc: Rico

Re: [Mesa-dev] [PATCH] i965: Implement ARB_texture_mirror_clamp.

2013-10-20 Thread Matt Turner
Patch title should be ARB_texture_mirror_clamp_to_edge. With that, Reviewed-by: Matt Turner Also update GL3.txt? ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH] i965: Implement ARB_texture_mirror_clamp.

2013-10-20 Thread Kenneth Graunke
This passes Piglit's texwrap tests (after applying Rico's patch to make them use this extension). Cc: Rico Schüller Cc: Ian Romanick Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_wm_sampler_state.c | 2 ++ src/mesa/drivers/dri/i965/intel_extensions.c | 1 + 2 files chang