Re: [Mesa-dev] [PATCH demos v2 2/3] perf: Update teximage to measure more formats

2013-11-12 Thread Brian Paul
Looks good, just some minor clean-up suggestions below. For patch 3, the idea of using loops sounds good. Otherwise, Reviewed-by: Brian Paul bri...@vmware.com -Brian On 11/11/2013 05:53 PM, Courtney Goeltzenleuchter wrote: Needed test to measure texture upload speed under a variety of modes

[Mesa-dev] [PATCH demos v2 2/3] perf: Update teximage to measure more formats

2013-11-11 Thread Courtney Goeltzenleuchter
Needed test to measure texture upload speed under a variety of modes (mipmap, source format, internal format, size, etc.) This new test has an interactive run mode like the other Mesa Perf tests but also includes command line options to make it automatable. Fix up code formatting. Integrate review