[Mesa-dev] [PATCH 15/15] i965/blorp: Account for nonzero MinLayer in layered clears.

Chris Forbes chrisf at ijw.co.nz
Tue Jan 21 12:18:39 PST 2014


No, I didn't enable it -- there's still a few cases I'm not happy with. I
did my testing with MESA_EXTENSION_OVERRIDE=GL_ARB_texture_view.


On Wed, Jan 22, 2014 at 9:14 AM, Courtney Goeltzenleuchter <
courtney at lunarg.com> wrote:

> I don't see any patch that sets ctx->Extensions.ARB_texture_view = true;
>
> Something like attached.
>
> Courtney
>
>
> On Tue, Jan 21, 2014 at 3:34 AM, Chris Forbes <chrisf at ijw.co.nz> wrote:
>
>> Signed-off-by: Chris Forbes <chrisf at ijw.co.nz>
>> ---
>>  src/mesa/drivers/dri/i965/brw_blorp_clear.cpp | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp
>> b/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp
>> index 72ce653..26190db 100644
>> --- a/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp
>> +++ b/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp
>> @@ -581,7 +581,7 @@ brw_blorp_clear_color(struct brw_context *brw, struct
>> gl_framebuffer *fb,
>>           unsigned num_layers = irb->layer_count;
>>           for (unsigned layer = 0; layer < num_layers; layer++) {
>>              if (!do_single_blorp_clear(brw, fb, rb, buf, partial_clear,
>> -                                       layer * layer_multiplier)) {
>> +                                       irb->mt_layer + layer *
>> layer_multiplier)) {
>>                 return false;
>>              }
>>           }
>> --
>> 1.8.5.3
>>
>> _______________________________________________
>> mesa-dev mailing list
>> mesa-dev at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>>
>
>
>
> --
> Courtney Goeltzenleuchter
> LunarG
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140122/fbd3eae9/attachment.html>


More information about the mesa-dev mailing list