[Piglit] [PATCH 4/9] arb_texture_multisample: Use piglit_vertex and piglit_texcoord to avoid glGetAttribLocation

Ian Romanick idr at freedesktop.org
Fri Nov 20 11:28:53 PST 2015


On 11/20/2015 07:45 AM, Ilia Mirkin wrote:
> On Thu, Nov 19, 2015 at 11:00 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)
> 
> You really like dropping this into random commits huh? :) As before,
> this probably belongs in the commit which adds a CMakeLists.txt to
> that directory.

Man... I have no idea what happened.  This patch adds it.  Patch 7
removes it, and patch 9 adds it back.  I'll blame rebase failure, but
I'm not even sure how that could explain it.  I've dropped it from here,
and it looks like that fixes patch 7 too.

>   -ilia




More information about the Piglit mailing list