Re: [Freedreno] Whether A200 driver is supported by Linux Mainline Kernel

2017-07-09 Thread Rob Clark
The most obvious thing to check is make sure you use --enable-freedreno-kgsl when building libdrm.. if you have that, then try: LIBGL_DEBUG=verbose glxinfo BR, -R On Sat, Jul 8, 2017 at 2:07 AM, abhijit wrote: > Hi, > > I needed some help with respect to binding of freedreno driver to mesa >

[Freedreno] [PATCH] a5xx: fix condition for updating *_FS_OUTPUT_CNTL

2017-07-09 Thread Ilia Mirkin
The register values depend on the currently set program, so make sure to revalidate when the program changes. Fixes glsl-1.10-fragdepth as well as dEQP-GLES3.functional.shaders.fragdepth.compare.* Signed-off-by: Ilia Mirkin --- src/gallium/drivers/freedreno/a5xx/fd5_emit.c | 2 +- 1 file change