Hi Brian,
Oops, I meant to get rid of that. Is unnecessary now that the perf
framework has command line arguments.
Courtney
On Thu, Nov 7, 2013 at 5:49 PM, Brian Paul wrote:
> On 11/07/2013 02:16 PM, Courtney Goeltzenleuchter wrote:
>
>> texture_enh allows the user to specify source, internal
On 11/07/2013 02:16 PM, Courtney Goeltzenleuchter wrote:
texture_enh allows the user to specify source, internal formats
and mipmap or not. This provides a quick way to get feedback
on texture upload related performance tuning.
Texture image data is initialized and aligned to 64 byte bounary.
Use
texture_enh allows the user to specify source, internal formats
and mipmap or not. This provides a quick way to get feedback
on texture upload related performance tuning.
Texture image data is initialized and aligned to 64 byte bounary.
Uses Mesa demos Perf library to do the measurements.
Signed-o