Re: [Mesa-dev] [PATCH 01/11] mesa: Trim down PixelStorei implementation

2014-06-02 Thread Ian Romanick
This patch is Reviewed-by: Ian Romanick On 06/01/2014 11:29 PM, Chris Forbes wrote: > Move _mesa_error call for INVALID_VALUE to one place. > Remove checks for previous value matching -- this was important when we > were flushing vertices before the update, but that hasn't happened for a > long

[Mesa-dev] [PATCH 01/11] mesa: Trim down PixelStorei implementation

2014-06-01 Thread Chris Forbes
Move _mesa_error call for INVALID_VALUE to one place. Remove checks for previous value matching -- this was important when we were flushing vertices before the update, but that hasn't happened for a long time now. Signed-off-by: Chris Forbes --- src/mesa/main/pixelstore.c | 175 +++--