Re: [Mesa-dev] [PATCH 2/5] st/mesa: add support for ETC2 formats

2014-08-03 Thread Marek Olšák
On Sun, Aug 3, 2014 at 6:23 PM, Glenn Kennard wrote: > On Sun, 03 Aug 2014 14:40:37 +0200, Marek Olšák wrote: > >> From: Marek Olšák >> >> The formats are emulated by translating them into plain uncompressed >> formats, because I don't know of any hardware which supports them. >> >> This is requ

Re: [Mesa-dev] [PATCH 2/5] st/mesa: add support for ETC2 formats

2014-08-03 Thread Glenn Kennard
On Sun, 03 Aug 2014 14:40:37 +0200, Marek Olšák wrote: From: Marek Olšák The formats are emulated by translating them into plain uncompressed formats, because I don't know of any hardware which supports them. This is required for GLES 3.0 and ARB_ES3_compatibility (GL 4.3). --- src/mesa/sta

[Mesa-dev] [PATCH 2/5] st/mesa: add support for ETC2 formats

2014-08-03 Thread Marek Olšák
From: Marek Olšák The formats are emulated by translating them into plain uncompressed formats, because I don't know of any hardware which supports them. This is required for GLES 3.0 and ARB_ES3_compatibility (GL 4.3). --- src/mesa/state_tracker/st_cb_texture.c | 54 +++