Re: [Mesa-dev] [PATCH 1/2] gallium: Add PIPE_CAP_HALFS

2017-09-04 Thread Erik Faye-Lund
On Mon, Sep 4, 2017 at 4:13 PM, Jan Vesely wrote: > On Sat, 2017-09-02 at 22:21 +0200, Erik Faye-Lund wrote: >> On Sat, Sep 2, 2017 at 2:55 AM, Jan Vesely wrote: >> > Denotes native half precision float operations capability >> > >> > Signed-off-by: Jan Vesely >> > --- >> > I can change the spel

Re: [Mesa-dev] [PATCH 1/2] gallium: Add PIPE_CAP_HALFS

2017-09-04 Thread Jan Vesely
On Mon, 2017-09-04 at 15:56 +0200, Nicolai Hähnle wrote: > On 02.09.2017 02:55, Jan Vesely wrote: > > Denotes native half precision float operations capability > > > > Signed-off-by: Jan Vesely > > --- > > I can change the spelling to HALVES, but simplified english sounded more > > appropriate. >

Re: [Mesa-dev] [PATCH 1/2] gallium: Add PIPE_CAP_HALFS

2017-09-04 Thread Jan Vesely
On Sat, 2017-09-02 at 22:21 +0200, Erik Faye-Lund wrote: > On Sat, Sep 2, 2017 at 2:55 AM, Jan Vesely wrote: > > Denotes native half precision float operations capability > > > > Signed-off-by: Jan Vesely > > --- > > I can change the spelling to HALVES, but simplified english sounded more > > ap

Re: [Mesa-dev] [PATCH 1/2] gallium: Add PIPE_CAP_HALFS

2017-09-04 Thread Nicolai Hähnle
On 02.09.2017 02:55, Jan Vesely wrote: Denotes native half precision float operations capability Signed-off-by: Jan Vesely --- I can change the spelling to HALVES, but simplified english sounded more appropriate. src/gallium/docs/source/screen.rst | 1 + src/gallium/drivers/et

Re: [Mesa-dev] [PATCH 1/2] gallium: Add PIPE_CAP_HALFS

2017-09-02 Thread Erik Faye-Lund
On Sat, Sep 2, 2017 at 2:55 AM, Jan Vesely wrote: > Denotes native half precision float operations capability > > Signed-off-by: Jan Vesely > --- > I can change the spelling to HALVES, but simplified english sounded more > appropriate. > > src/gallium/docs/source/screen.rst | 1 + >

Re: [Mesa-dev] [PATCH 1/2] gallium: Add PIPE_CAP_HALFS

2017-09-02 Thread Aaron Watry
On Fri, Sep 1, 2017 at 7:55 PM, Jan Vesely wrote: > Denotes native half precision float operations capability > > Signed-off-by: Jan Vesely > --- > I can change the spelling to HALVES, but simplified english sounded more > appropriate. > > src/gallium/docs/source/screen.rst | 1 + >

Re: [Mesa-dev] [PATCH 1/2] gallium: Add PIPE_CAP_HALFS

2017-09-01 Thread Roland Scheidegger
Am 02.09.2017 um 02:55 schrieb Jan Vesely: > Denotes native half precision float operations capability > > Signed-off-by: Jan Vesely > --- > I can change the spelling to HALVES, but simplified english sounded more > appropriate. My spelling of choice would be "FP16"... Roland > > src/gallium

[Mesa-dev] [PATCH 1/2] gallium: Add PIPE_CAP_HALFS

2017-09-01 Thread Jan Vesely
Denotes native half precision float operations capability Signed-off-by: Jan Vesely --- I can change the spelling to HALVES, but simplified english sounded more appropriate. src/gallium/docs/source/screen.rst | 1 + src/gallium/drivers/etnaviv/etnaviv_screen.c | 1 + src/galli