[Piglit] [PATCH 1/4] arb_texture_multisample: Use piglit_vertex and piglit_texcoord to avoid glGetAttribLocation
Ian Romanick
idr at freedesktop.org
Wed Nov 18 19:00:39 PST 2015
On 11/18/2015 06:12 PM, Ilia Mirkin wrote:
> On Wed, Nov 18, 2015 at 8:46 PM, Ian Romanick <idr at freedesktop.org> wrote:
>> diff --git a/tests/spec/CMakeLists.txt b/tests/spec/CMakeLists.txt
>> index a5c42dc..408649d 100644
>> --- a/tests/spec/CMakeLists.txt
>> +++ b/tests/spec/CMakeLists.txt
>> @@ -76,6 +76,7 @@ add_subdirectory (ext_framebuffer_multisample)
>> add_subdirectory (ext_framebuffer_multisample_blit_scaled)
>> add_subdirectory (ext_packed_depth_stencil)
>> add_subdirectory (ext_packed_float)
>> +add_subdirectory (ext_shader_samples_identical)
>> add_subdirectory (ext_texture_swizzle)
>> add_subdirectory (ext_timer_query)
>> add_subdirectory (ext_transform_feedback)
>
> Not that it *super* matters, but this probably belongs in 4/4...
It would super matter if you were bisecting and happened to hit one of
the commits that (I think) wouldn't build. :( Fixed locally.
More information about the Piglit
mailing list