[Mesa-dev] [PATCH] intel/blorp: Define the clear value bounds for HiZ clears

2018-10-25 Thread nanleychery
From: Nanley Chery Follow the restriction of making sure the clear value is between the min and max values defined in CC_VIEWPORT. Avoids a simulator warning for some piglit tests, one of them being: ./bin/depthstencil-render-miplevels 146 d=z32f_s8 Jason found this to make a GPU hang go away o

Re: [Mesa-dev] [PATCH] mesa: support GL_RED/GL_RG in ES2 contexts when driver support exists

2015-11-30 Thread nanleychery
On Sat, Nov 28, 2015 at 05:17:22PM -0500, Ilia Mirkin wrote: > On Sat, Nov 28, 2015 at 1:14 PM, Eduardo Lima Mitev wrote: > > Patch is: > > > > Reviewed-by: Eduardo Lima Mitev > > Thanks! I realized that this should also return invalid for GLES 1... > I'm adding ctx->API == API_OPENGLES and push