[Mesa-dev] [PATCH 1/4] gallium: add get_sample_position interface

2013-04-06 Thread Dave Airlie
From: Dave Airlie This is to be used to implement glGet GL_SAMPLE_POSITION. Reviewed-by: Marek Olšák Signed-off-by: Dave Airlie --- src/gallium/include/pipe/p_context.h | 4 1 file changed, 4 insertions(+) diff --git a/src/gallium/include/pipe/p_context.h b/src/gallium/include/pipe/p_c

Re: [Mesa-dev] [PATCH 1/4] gallium: add get_sample_position interface

2013-03-04 Thread Brian Paul
On 03/03/2013 01:27 PM, Dave Airlie wrote: From: Dave Airlie This is to be used to implement glGet GL_SAMPLE_POSITION. Signed-off-by: Dave Airlie --- src/gallium/include/pipe/p_context.h | 4 1 file changed, 4 insertions(+) diff --git a/src/gallium/include/pipe/p_context.h b/src/galli

Re: [Mesa-dev] [PATCH 1/4] gallium: add get_sample_position interface

2013-03-04 Thread Roland Scheidegger
Am 03.03.2013 21:27, schrieb Dave Airlie: > From: Dave Airlie > > This is to be used to implement glGet GL_SAMPLE_POSITION. > > Signed-off-by: Dave Airlie > --- > src/gallium/include/pipe/p_context.h | 4 > 1 file changed, 4 insertions(+) > > diff --git a/src/gallium/include/pipe/p_conte

[Mesa-dev] [PATCH 1/4] gallium: add get_sample_position interface

2013-03-03 Thread Dave Airlie
From: Dave Airlie This is to be used to implement glGet GL_SAMPLE_POSITION. Signed-off-by: Dave Airlie --- src/gallium/include/pipe/p_context.h | 4 1 file changed, 4 insertions(+) diff --git a/src/gallium/include/pipe/p_context.h b/src/gallium/include/pipe/p_context.h index 7ed946e..4f