Re: [Piglit] [PATCH] ARB_texture_view: Add format test case for formats not in VIEW_CLASS table

2013-12-04 Thread Brian Paul
Looks OK to me. Tested on NVIDIA (fails some cases due to apparent driver bug). Pushed with minor whitespace change. -Brian On 12/02/2013 10:15 AM, Jon Ashburn wrote: Can anyone review this patch from a week ago? Thanks, Jon Ashburn On 11/25/13, 5:43 PM, Jon Ashburn wrote: Add test case

Re: [Piglit] [PATCH] ARB_texture_view: Add format test case for formats not in VIEW_CLASS table

2013-12-02 Thread Jon Ashburn
Can anyone review this patch from a week ago? Thanks, Jon Ashburn On 11/25/13, 5:43 PM, Jon Ashburn wrote: Add test case for this sentence in the extension registry spec for ARB_texture_view, that involves identical formats: The two textures' internal formats must be compatible according to

[Piglit] [PATCH] ARB_texture_view: Add format test case for formats not in VIEW_CLASS table

2013-11-25 Thread Jon Ashburn
Add test case for this sentence in the extension registry spec for ARB_texture_view, that involves identical formats: The two textures' internal formats must be compatible according to Table 3.X.2 ... the internal formats must be identical if not in that table, or else an INVALID_OPERATION error