[Mesa-dev] [PATCH 1/4] freedreno/a3xx: add support for disabling depth clipping
Ilia Mirkin
imirkin at alum.mit.edu
Sat Apr 25 15:59:53 PDT 2015
On Sat, Apr 25, 2015 at 6:57 PM, Bruno Jimenez <brunojimen at gmail.com> wrote:
> On Sat, 2015-04-25 at 15:00 -0400, Ilia Mirkin wrote:
>> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
>> ---
>> docs/relnotes/10.6.0.html | 7 ++++---
>> src/gallium/drivers/freedreno/a3xx/fd3_rasterizer.c | 2 ++
>> src/gallium/drivers/freedreno/freedreno_screen.c | 2 +-
>> 3 files changed, 7 insertions(+), 4 deletions(-)
>>
>> diff --git a/docs/relnotes/10.6.0.html b/docs/relnotes/10.6.0.html
>> index 48f76f9..25b3659 100644
>> --- a/docs/relnotes/10.6.0.html
>> +++ b/docs/relnotes/10.6.0.html
>> @@ -45,16 +45,17 @@ Note: some of the new features are only
>> available with certain drivers.
>>
>> <ul>
>> <li>GL_AMD_pinned_memory on r600, radeonsi</li>
>> +<li>GL_ARB_clip_control on i965</li>
> ^^
> This hunk seems a bit extra, regarding the commit summary. :)
I'm alphabetically sorting the extensions and also adding one. I don't
think it's too crazy to include it all-in-one...
-ilia
More information about the mesa-dev
mailing list