[Mesa-dev] [Freedreno] [PATCH] docs: add freedreno to GL3.txt

Ilia Mirkin imirkin at alum.mit.edu
Tue Nov 24 12:50:30 PST 2015


On Tue, Nov 24, 2015 at 3:47 PM, Rob Clark <robdclark at gmail.com> wrote:
> On Tue, Nov 24, 2015 at 3:37 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
>> The Adreno A4xx GPU should be capable of a large fraction if not
>> all of the desktop GL 4.5 features.
>>
>> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
>> ---
>>  docs/GL3.txt | 70 ++++++++++++++++++++++++++++++------------------------------
>>  1 file changed, 35 insertions(+), 35 deletions(-)
>>
>> diff --git a/docs/GL3.txt b/docs/GL3.txt
>> index ad6b95e..43933bd 100644
>> --- a/docs/GL3.txt
>> +++ b/docs/GL3.txt
>> @@ -18,7 +18,7 @@ are exposed in the 3.0 context as extensions.
>>  Feature                                               Status
>>  ----------------------------------------------------- ------------------------
>>
>> -GL 3.0, GLSL 1.30 --- all DONE: i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe
>> +GL 3.0, GLSL 1.30 --- all DONE: i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, freedreno
>
> not sure if we should use "a3xx"/"a4xx" vs "freedreno".. that appears
> to be the precedent set by nouveau.

nouveau's drivers are a lot more split up than freedreno, even though
they do end up in a single .so at the end. Happy to just
s/freedreno/a4xx everywhere and drop the a3xx reference (not much
point in tracking a3xx, it'll never get past GL 3.1)

  -ilia


More information about the mesa-dev mailing list