diff options
author | Kristian H. Kristensen <[email protected]> | 2018-08-15 09:18:41 -0700 |
---|---|---|
committer | Rob Clark <[email protected]> | 2018-08-16 19:13:36 -0400 |
commit | de3b34df97326b793fac2152eedbd25a0c2d0812 (patch) | |
tree | e186a1d711a2c2f0695feca5de3ff357cebf5b27 /configure.ac | |
parent | 6ee58e8257528abeea3f62310b7f30aeedac9e57 (diff) |
freedreno: Add a6xx backend
This adds a freedreno backend for the a6xx generation GPUs, which at
the time of this commit is about 98% GLES2 conformant. Much remains to
be done - both performance work and feature work towards more recent
GLES versions, but this is a good start.
Signed-off-by: Kristian H. Kristensen <[email protected]>
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c2155a541b0..2f1d13ce6ef 100644 --- a/configure.ac +++ b/configure.ac @@ -78,7 +78,7 @@ LIBDRM_AMDGPU_REQUIRED=2.4.93 LIBDRM_INTEL_REQUIRED=2.4.75 LIBDRM_NVVIEUX_REQUIRED=2.4.66 LIBDRM_NOUVEAU_REQUIRED=2.4.66 -LIBDRM_FREEDRENO_REQUIRED=2.4.92 +LIBDRM_FREEDRENO_REQUIRED=2.4.93 LIBDRM_ETNAVIV_REQUIRED=2.4.89 LIBDRM_VC4_REQUIRED=2.4.89 |