Re: [Mesa-dev] [PATCH 0/8] compiler: Add a new gl_image_format enum and use it

2017-07-13 Thread Jason Ekstrand
On Thu, Jul 13, 2017 at 9:57 AM, Eric Anholt wrote: > Jason Ekstrand writes: > > > I know what you're all thinking: Why are we adding yet another format > > enum? I asked myself the same question. Really, I've spent enough of my > > life writing format enum conversion tables that I should kno

Re: [Mesa-dev] [PATCH 0/8] compiler: Add a new gl_image_format enum and use it

2017-07-13 Thread Eric Anholt
Jason Ekstrand writes: > I know what you're all thinking: Why are we adding yet another format > enum? I asked myself the same question. Really, I've spent enough of my > life writing format enum conversion tables that I should know better. > > It all started as an attempt to write patch 6 whi

[Mesa-dev] [PATCH 0/8] compiler: Add a new gl_image_format enum and use it

2017-07-13 Thread Jason Ekstrand
I know what you're all thinking: Why are we adding yet another format enum? I asked myself the same question. Really, I've spent enough of my life writing format enum conversion tables that I should know better. It all started as an attempt to write patch 6 which prints the formats of images us