Re: [Mesa-dev] [PATCH 3/3] st/mesa: add astc support

2015-11-21 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Sat, Nov 21, 2015 at 9:03 PM, Ilia Mirkin wrote: > This doesn't account for the ldr/hdr distinction... that will probably > have to be exposed via a separate cap. When relevant hardware appears, > this can be worked out. > > Signed-off-by: Ilia Mirkin > --- >

Re: [Mesa-dev] [PATCH 3/3] st/mesa: add astc support

2015-11-21 Thread Ilia Mirkin
On Sat, Nov 21, 2015 at 4:09 PM, Roland Scheidegger wrote: > Am 21.11.2015 um 21:03 schrieb Ilia Mirkin: >> This doesn't account for the ldr/hdr distinction... that will probably >> have to be exposed via a separate cap. When relevant hardware appears, >> this can be worked out. >> >> Signed-off-b

Re: [Mesa-dev] [PATCH 3/3] st/mesa: add astc support

2015-11-21 Thread Roland Scheidegger
Am 21.11.2015 um 21:03 schrieb Ilia Mirkin: > This doesn't account for the ldr/hdr distinction... that will probably > have to be exposed via a separate cap. When relevant hardware appears, > this can be worked out. > > Signed-off-by: Ilia Mirkin > --- > src/mesa/state_tracker/st_extensions.c |

[Mesa-dev] [PATCH 3/3] st/mesa: add astc support

2015-11-21 Thread Ilia Mirkin
This doesn't account for the ldr/hdr distinction... that will probably have to be exposed via a separate cap. When relevant hardware appears, this can be worked out. Signed-off-by: Ilia Mirkin --- src/mesa/state_tracker/st_extensions.c | 32 - src/mesa/state_tracker/st_format.c | 231 ++