Re: [Mesa-dev] [PATCH V3 02/19] mesa: add texobj support for ARB_texture_multisample

2013-02-11 Thread Eric Anholt
Chris Forbes writes: > Adds the new texture targets, and per-image state for GL_TEXTURE_SAMPLES > and GL_TEXTURE_FIXED_SAMPLE_LOCATIONS. > > V2: - Allow multisample texture targets in glInvalidateTexSubImage too. > This was already partly there, but I missed it the first time around >

[Mesa-dev] [PATCH V3 02/19] mesa: add texobj support for ARB_texture_multisample

2013-02-08 Thread Chris Forbes
Adds the new texture targets, and per-image state for GL_TEXTURE_SAMPLES and GL_TEXTURE_FIXED_SAMPLE_LOCATIONS. V2: - Allow multisample texture targets in glInvalidateTexSubImage too. This was already partly there, but I missed it the first time around since the interaction is defined