On 5 February 2013 11:34, Paul Berry wrote:
> On 4 February 2013 21:48, Chris Forbes wrote:
>
>> This series adds the core mesa bits and i965 driver support for
>> ARB_texture_multisample.
>>
>> Big changes from V1:
>>- Generally cleaner
>>- GLSL texelFetch() with a multisample sampler i
On 4 February 2013 21:48, Chris Forbes wrote:
> This series adds the core mesa bits and i965 driver support for
> ARB_texture_multisample.
>
> Big changes from V1:
>- Generally cleaner
>- GLSL texelFetch() with a multisample sampler is converted to
> a new ir_txf_ms opcode in the GL
This series adds the core mesa bits and i965 driver support for
ARB_texture_multisample.
Big changes from V1:
- Generally cleaner
- GLSL texelFetch() with a multisample sampler is converted to
a new ir_txf_ms opcode in the GLSL IR, which makes the driver side
a lot tidier.
- M