Re: [Mesa-dev] [PATCH v2] dri: add missing 16bits formats mapping

2018-06-06 Thread Lionel Landwerlin
On 06/06/18 18:27, Jason Ekstrand wrote: On Wed, Jun 6, 2018 at 7:57 AM, Lionel Landwerlin mailto:lionel.g.landwer...@intel.com>> wrote: Found by Eero. v2: Add G16R16 formats (Lionel) Signed-off-by: Lionel Landwerlin mailto:lionel.g.landwer...@intel.com>> Bugzilla: https://bu

Re: [Mesa-dev] [PATCH v2] dri: add missing 16bits formats mapping

2018-06-06 Thread Jason Ekstrand
On Wed, Jun 6, 2018 at 7:57 AM, Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > Found by Eero. > > v2: Add G16R16 formats (Lionel) > > Signed-off-by: Lionel Landwerlin > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106642 > --- > src/mesa/drivers/dri/common/dri_util.c | 16

Re: [Mesa-dev] [PATCH v2] dri: add missing 16bits formats mapping

2018-06-06 Thread Plamena Manolova
v2 is Reviewed-by: Plamena Manolova On Wed, 6 Jun 2018 at 15:59, Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > Found by Eero. > > v2: Add G16R16 formats (Lionel) > > Signed-off-by: Lionel Landwerlin > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106642 > --- > src/mesa/

[Mesa-dev] [PATCH v2] dri: add missing 16bits formats mapping

2018-06-06 Thread Lionel Landwerlin
Found by Eero. v2: Add G16R16 formats (Lionel) Signed-off-by: Lionel Landwerlin Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106642 --- src/mesa/drivers/dri/common/dri_util.c | 16 1 file changed, 16 insertions(+) diff --git a/src/mesa/drivers/dri/common/dri_util.c