Re: [Mesa-dev] [PATCH 1/9] st/mesa: rename st_readpixels to st_ReadPixels

2016-02-23 Thread Rob Clark
On Tue, Feb 23, 2016 at 6:45 PM, Brian Paul wrote: > To match the convention of other device driver functions. (since I guess I should try to review more, and I'm waiting for a build.. :-P) Reviewed-by: Rob Clark > --- > src/mesa/state_tracker/st_cb_readpixels.c | 4 ++-- > 1 file changed, 2

[Mesa-dev] [PATCH 1/9] st/mesa: rename st_readpixels to st_ReadPixels

2016-02-23 Thread Brian Paul
To match the convention of other device driver functions. --- src/mesa/state_tracker/st_cb_readpixels.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesa/state_tracker/st_cb_readpixels.c b/src/mesa/state_tracker/st_cb_readpixels.c index 6dc2661..5153c4b 100644 --- a