Re: [Piglit] [PATCH v2] GL_ARB_texture_buffer_object: New test for error behavior.

2018-07-26 Thread Lionel Landwerlin
Looks good to me but maybe Ilia or Ian can confirm. Acked-by: Lionel Landwerlin - Lionel On 26/07/18 14:14, Vadim Shovkoplias wrote: ping 2018-06-06 12:57 GMT+03:00 Illia Iorin >: This test checks that if we allocate more memory for the buffer  than po

Re: [Piglit] [PATCH v2] GL_ARB_texture_buffer_object: New test for error behavior.

2018-07-26 Thread Vadim Shovkoplias
ping 2018-06-06 12:57 GMT+03:00 Illia Iorin : > This test checks that if we allocate more memory for the buffer > than possible, we get GL_OUT_OF_MEMORY error. > > V2: > - check GL_ARB_texture_buffer_object extension > - change storage format to GL_RGBA32I > - check gl compat version 3.1 b

Re: [Piglit] [PATCH v2] GL_ARB_texture_buffer_object: New test for error behavior.

2018-06-14 Thread Illia Iorin
This test covers situation mentioned in this bug https://bugs.freedesktop.org/show_bug.cgi?id=106481 . Test is passing on radeon and failing on intel i965. On Wed, Jun 6, 2018 at 12:57 PM Illia Iorin wrote: > This test checks that if we allocate more memory for the buffer > than possible, we ge

[Piglit] [PATCH v2] GL_ARB_texture_buffer_object: New test for error behavior.

2018-06-06 Thread Illia Iorin
This test checks that if we allocate more memory for the buffer than possible, we get GL_OUT_OF_MEMORY error. V2: - check GL_ARB_texture_buffer_object extension - change storage format to GL_RGBA32I - check gl compat version 3.1 because function glTexBuffer() require that version S

Re: [Piglit] [PATCH v2] GL_ARB_texture_buffer_object: New test for error behavior.

2018-06-05 Thread Ilia Mirkin
On Tue, Jun 5, 2018 at 2:32 PM, Ian Romanick wrote: > On 06/05/2018 04:58 AM, Illia Iorin wrote: >> This test checks that if we allocate more memory for the buffer >> than possible, we get GL_OUT_OF_MEMORY error. >> V2: >> - check GL_ARB_texture_buffer_object extension This bit didn't happen.

Re: [Piglit] [PATCH v2] GL_ARB_texture_buffer_object: New test for error behavior.

2018-06-05 Thread Ian Romanick
On 06/05/2018 04:58 AM, Illia Iorin wrote: > This test checks that if we allocate more memory for the buffer > than possible, we get GL_OUT_OF_MEMORY error. > V2: > - check GL_ARB_texture_buffer_object extension > - change storage format to GL_RGBA32I > - check gl compat version 3.1 because

[Piglit] [PATCH v2] GL_ARB_texture_buffer_object: New test for error behavior.

2018-06-05 Thread Illia Iorin
This test checks that if we allocate more memory for the buffer than possible, we get GL_OUT_OF_MEMORY error. V2: - check GL_ARB_texture_buffer_object extension - change storage format to GL_RGBA32I - check gl compat version 3.1 because function glTexBuffer() require that version Sig