Re: [Mesa-dev] [PATCH 17/25] gallium: add GLX_MESA_query_renderer caps

2014-02-22 Thread Ilia Mirkin
On Fri, Feb 21, 2014 at 10:04 PM, Emil Velikov wrote: > Namely vendor/device id, accelerated and UMA, which will be used to describe > the underlying renderer. > > Signed-off-by: Emil Velikov > --- > src/gallium/docs/source/screen.rst | 8 > src/gallium/include/pipe/p_defines.h | 5 ++

Re: [Mesa-dev] [PATCH 17/25] gallium: add GLX_MESA_query_renderer caps

2014-02-22 Thread Roland Scheidegger
Am 22.02.2014 04:04, schrieb Emil Velikov: > Namely vendor/device id, accelerated and UMA, which will be used to describe > the underlying renderer. > > Signed-off-by: Emil Velikov > --- > src/gallium/docs/source/screen.rst | 8 > src/gallium/include/pipe/p_defines.h | 5 + > 2 fi

[Mesa-dev] [PATCH 17/25] gallium: add GLX_MESA_query_renderer caps

2014-02-21 Thread Emil Velikov
Namely vendor/device id, accelerated and UMA, which will be used to describe the underlying renderer. Signed-off-by: Emil Velikov --- src/gallium/docs/source/screen.rst | 8 src/gallium/include/pipe/p_defines.h | 5 + 2 files changed, 13 insertions(+) diff --git a/src/gallium/doc