Re: [Mesa-dev] [PATCH] st/mesa: use SINT/UINT formats for VertexAttribIPointer

2012-01-02 Thread Dave Airlie
On Sun, Jan 1, 2012 at 5:46 PM, Christoph Bumiller wrote: > Ping ... > Reviewed-by: Dave Airlie Dave. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH] st/mesa: use SINT/UINT formats for VertexAttribIPointer

2012-01-01 Thread Christoph Bumiller
Ping ... Integer attributes shouldn't be exposed with any drivers that don't support native integers, so there shouldn't be any extra checks necessary. On 12/19/2011 04:45 PM, Christoph Bumiller wrote: > --- > src/mesa/state_tracker/st_draw.c | 63 > +++-- > s

[Mesa-dev] [PATCH] st/mesa: use SINT/UINT formats for VertexAttribIPointer

2011-12-19 Thread Christoph Bumiller
--- src/mesa/state_tracker/st_draw.c | 63 +++-- src/mesa/state_tracker/st_draw.h |2 +- src/mesa/state_tracker/st_draw_feedback.c |3 +- 3 files changed, 62 insertions(+), 6 deletions(-) diff --git a/src/mesa/state_tracker/st_draw.c b/src/mesa/