Re: [Mesa-dev] [PATCH 1/2] gallium/hud: initialize sampler state

2013-04-04 Thread Marek Olšák
It would be better to use PIPE_TEX_WRAP_CLAMP_TO_EDGE. In any case: Reviewed-by: Marek Olšák Marek On Fri, Apr 5, 2013 at 12:38 AM, Brian Paul wrote: > The default wrap mode (PIPE_TEX_WRAP_REPEAT) is incompatible with > unnormalized texcoords (at least for softpipe). > --- > src/gallium/aux

[Mesa-dev] [PATCH 1/2] gallium/hud: initialize sampler state

2013-04-04 Thread Brian Paul
The default wrap mode (PIPE_TEX_WRAP_REPEAT) is incompatible with unnormalized texcoords (at least for softpipe). --- src/gallium/auxiliary/hud/hud_context.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/gallium/auxiliary/hud/hud_context.c b/src/gallium/auxilia