Re: [Mesa-dev] [PATCH 2/2] glx: be explicit about when mapping X <> GLX visuals

2018-10-05 Thread Ian Romanick
Series is Reviewed-by: Ian Romanick On 10/03/2018 06:12 AM, Emil Velikov wrote: > From: Emil Velikov > > Write down both X and GLX visual types when mapping from one to the > other. Makes grepping through the code a tiny bit easier. > > Signed-off-by: Emil Velikov > --- > src/glx/glxext.c |

[Mesa-dev] [PATCH 2/2] glx: be explicit about when mapping X <> GLX visuals

2018-10-03 Thread Emil Velikov
From: Emil Velikov Write down both X and GLX visual types when mapping from one to the other. Makes grepping through the code a tiny bit easier. Signed-off-by: Emil Velikov --- src/glx/glxext.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/glx/glxext.c b/src/