Re: [Mesa-dev] [PATCH] meta: fix glDrawPixels fallback test, stencil drawing

2012-07-27 Thread Roland Scheidegger
Looks certainly good to me though maybe one of the intel guys should take a look as they are the main user of this. Reviewed-by: Roland Scheidegger Am 27.07.2012 16:26, schrieb Brian Paul: > Remove the check for pixel transfer ops. If any RGB/depth scale/bias > is in effect, it'll be applied in

[Mesa-dev] [PATCH] meta: fix glDrawPixels fallback test, stencil drawing

2012-07-27 Thread Brian Paul
Remove the check for pixel transfer ops. If any RGB/depth scale/bias is in effect, it'll be applied in the glTexImage step. If drawing stencil pixels we need to disable pixel transfer so that alpha scale/bias are not applied to the stencil data. These issues were spotted by Roland. Fixes Blende