[Piglit] [PATCH 1/1] Tests for compressed cubemaps

2019-01-11 Thread Eleni Maria Stea
The compressed-cubemap.c tests the rendering of compressed cubemaps. The compressed-cubemap-teximage.c tests that compressed cubemaps created using dumped compressed 2D faces have the same values with compressed cubemaps that have been generated using TexImage. v2: added the file to opengl.py

Re: [Piglit] [PATCH 1/1] Tests for compressed cubemaps

2019-01-09 Thread Dylan Baker
Quoting Eleni Maria Stea (2019-01-08 05:23:07) > The compressed-cubemap.c tests the rendering of compressed cubemaps. > The compressed-cubemap-teximage.c tests that compressed cubemaps created > using dumped compressed 2D faces have the same values with compressed > cubemaps that have been

Re: [Piglit] [PATCH 1/1] Tests for compressed cubemaps

2019-01-09 Thread Iago Toral
On Tue, 2019-01-08 at 15:23 +0200, Eleni Maria Stea wrote: > The compressed-cubemap.c tests the rendering of compressed cubemaps. > The compressed-cubemap-teximage.c tests that compressed cubemaps > created > using dumped compressed 2D faces have the same values with compressed > cubemaps that

[Piglit] [PATCH 1/1] Tests for compressed cubemaps

2019-01-08 Thread Eleni Maria Stea
The compressed-cubemap.c tests the rendering of compressed cubemaps. The compressed-cubemap-teximage.c tests that compressed cubemaps created using dumped compressed 2D faces have the same values with compressed cubemaps that have been generated using TexImage. ---