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
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
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 +++