[Piglit] [PATCH 2/2] Add new FS execution test for textureSize with 2D textures.
Kenneth Graunke
kenneth at whitecape.org
Tue Aug 23 11:43:53 PDT 2011
On 08/23/2011 11:30 AM, Eric Anholt wrote:
> On Mon, 22 Aug 2011 16:27:42 -0700, Kenneth Graunke <kenneth at whitecape.org> coded:
>> +#include "piglit-util.h"
>> +
>> +int piglit_width = 150, piglit_height = 30;
>> +int piglit_window_mode = GLUT_RGB | GLUT_DOUBLE;
>
> If you're going to probe RGBA, you need to specify alpha.
>
> Other than that, these two are:
>
> Reviewed-by: Eric Anholt <eric at anholt.net>
Thanks! I've fixed that and pushed these.
More information about the Piglit
mailing list