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 e0425...@student.tuwien.ac.at wrote: Ping ... Reviewed-by: Dave Airlie airl...@redhat.com Dave. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org

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 +++--

[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