From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 91985] [regression, bisected] FTBFS with commit f9f5c92f73:
R600_UCP_CONST_BUFFER is undefined
Date: Sat, 12 Sep 2015 08:17:00 +0000
Message-ID:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0973433203=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 33BEB6E64E
for ; Sat, 12 Sep 2015 01:17:00 -0700 (PDT)
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0973433203==
Content-Type: multipart/alternative; boundary="1442045820.C7e0e11.11671"; charset="UTF-8"
--1442045820.C7e0e11.11671
Date: Sat, 12 Sep 2015 08:17:00 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=91985
Bug ID: 91985
Summary: [regression, bisected] FTBFS with commit f9f5c92f73:
R600_UCP_CONST_BUFFER is undefined
Product: Mesa
Version: git
Hardware: All
OS: All
Status: NEW
Keywords: bisected, regression
Severity: blocker
Priority: highest
Component: Drivers/Gallium/r600
Assignee: dri-devel@lists.freedesktop.org
Reporter: kai@dev.carbon-project.org
QA Contact: dri-devel@lists.freedesktop.org
CC: vljn@ovi.com
The following commit makes compiling Mesa with --enable-opencl impossible,
since that pulls r600_llvm.c in.
commit f9f5c92f734c517c1bd486f5a3b1931ea6f871a5
Author: Vincent Lejeune
Date: Sat Jan 19 22:27:16 2013 +0100
r600g/llvm: Fixes addressspace of basevectors for clipvertex
Excerpt from build log:
> ../../../../../../src/gallium/drivers/r600/r600_llvm.c: In function 'llvm_emit_epilogue':
> ../../../../../../src/gallium/drivers/r600/r600_llvm.c:25:70: error: 'R600_UCP_CONST_BUFFER' undeclared (first use in this function)
> #define CONSTANT_BUFFER_1_ADDR_SPACE (CONSTANT_BUFFER_0_ADDR_SPACE + R600_UCP_CONST_BUFFER)
> ^
> ../../../../../../src/gallium/drivers/r600/r600_llvm.c:271:75: note: in expansion of macro 'CONSTANT_BUFFER_1_ADDR_SPACE'
> LLVMValueRef base_vector = llvm_load_const_buffer(bld_base, offset, CONSTANT_BUFFER_1_ADDR_SPACE);
> ^
> ../../../../../../src/gallium/drivers/r600/r600_llvm.c:25:70: note: each undeclared identifier is reported only once for each function it appears in
> #define CONSTANT_BUFFER_1_ADDR_SPACE (CONSTANT_BUFFER_0_ADDR_SPACE + R600_UCP_CONST_BUFFER)
> ^
> ../../../../../../src/gallium/drivers/r600/r600_llvm.c:271:75: note: in expansion of macro 'CONSTANT_BUFFER_1_ADDR_SPACE'
> LLVMValueRef base_vector = llvm_load_const_buffer(bld_base, offset, CONSTANT_BUFFER_1_ADDR_SPACE);
> ^
> Makefile:834: recipe for target 'r600_llvm.lo' failed
> make[4]: *** [r600_llvm.lo] Error 1
Please revert or fix.
--
You are receiving this mail because:
You are the assignee for the bug.
--1442045820.C7e0e11.11671
Date: Sat, 12 Sep 2015 08:17:00 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
| Bug ID |
91985
|
| Summary |
[regression, bisected] FTBFS with commit f9f5c92f73: R600_UCP_CONST_BUFFER is undefined
|
| Product |
Mesa
|
| Version |
git
|
| Hardware |
All
|
| OS |
All
|
| Status |
NEW
|
| Keywords |
bisected, regression
|
| Severity |
blocker
|
| Priority |
highest
|
| Component |
Drivers/Gallium/r600
|
| Assignee |
dri-devel@lists.freedesktop.org
|
| Reporter |
kai@dev.carbon-project.org
|
| QA Contact |
dri-devel@lists.freedesktop.org
|
| CC |
vljn@ovi.com
|
The following commit makes compiling Mesa with --enable-opencl impossible,
since that pulls r600_llvm.c in.
commit f9f5c92f734c517c1bd486f5a3b1931ea6f871a5
Author: Vincent Lejeune <vljn@ovi.com>
Date: Sat Jan 19 22:27:16 2013 +0100
r600g/llvm: Fixes addressspace of basevectors for clipvertex
Excerpt from build log:
> ../../../../../../src/gallium/drivers/r600/r600_llvm.c: In function 'llvm_emit_epilogue':
> ../../../../../../src/gallium/drivers/r600/r600_llvm.c:25:70: error: 'R600_UCP_CONST_BUFFER' undeclared (first use in this function)
> #define CONSTANT_BUFFER_1_ADDR_SPACE (CONSTANT_BUFFER_0_ADDR_SPACE + R600_UCP_CONST_BUFFER)
> ^
> ../../../../../../src/gallium/drivers/r600/r600_llvm.c:271:75: note: in expansion of macro 'CONSTANT_BUFFER_1_ADDR_SPACE'
> LLVMValueRef base_vector = llvm_load_const_buffer(bld_base, offset, CONSTANT_BUFFER_1_ADDR_SPACE);
> ^
> ../../../../../../src/gallium/drivers/r600/r600_llvm.c:25:70: note: each undeclared identifier is reported only once for each function it appears in
> #define CONSTANT_BUFFER_1_ADDR_SPACE (CONSTANT_BUFFER_0_ADDR_SPACE + R600_UCP_CONST_BUFFER)
> ^
> ../../../../../../src/gallium/drivers/r600/r600_llvm.c:271:75: note: in expansion of macro 'CONSTANT_BUFFER_1_ADDR_SPACE'
> LLVMValueRef base_vector = llvm_load_const_buffer(bld_base, offset, CONSTANT_BUFFER_1_ADDR_SPACE);
> ^
> Makefile:834: recipe for target 'r600_llvm.lo' failed
> make[4]: *** [r600_llvm.lo] Error 1
Please revert or fix.
You are receiving this mail because:
- You are the assignee for the bug.
--1442045820.C7e0e11.11671--
--===============0973433203==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============0973433203==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 91985] [regression, bisected] FTBFS with commit f9f5c92f73:
R600_UCP_CONST_BUFFER is undefined
Date: Sat, 12 Sep 2015 08:20:04 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0705553404=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 5B2276E655
for ; Sat, 12 Sep 2015 01:20:04 -0700 (PDT)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0705553404==
Content-Type: multipart/alternative; boundary="1442046004.E7AC062.13139"; charset="UTF-8"
--1442046004.E7AC062.13139
Date: Sat, 12 Sep 2015 08:20:04 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=91985
--- Comment #1 from Ilia Mirkin ---
Seems more likely that the culprit is
>>From f9caabe8f1bff86d19b53d9ecba5c72b238d9e23 Mon Sep 17 00:00:00 2001
From: Dave Airlie
Date: Fri, 11 Sep 2015 04:43:53 +0100
Subject: r600g: lower number of driver const buffers
I'm going to want a driver constant buffer for tess to coordinate
LDS storage, so before I go tackling that I decided to merge the
clip/samplepos and texture info buffers into one. So I can steal
the spare one.
This creates a single constant buffer between the two, with
clip/samplepos taking up a reserved 128 bytes at the start.
Reviewed-by: Edward O'Callaghan
Reviewed-by: Glenn Kennard
Signed-off-by: Dave Airlie
than a commit from 2013...
--
You are receiving this mail because:
You are the assignee for the bug.
--1442046004.E7AC062.13139
Date: Sat, 12 Sep 2015 08:20:04 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 1
on bug 91985
from Ilia Mirkin
Seems more likely that the culprit is
>>From f9caabe8f1bff86d19b53d9ecba5c72b238d9e23 Mon Sep 17 00:00:00 2001
From: Dave Airlie <airlied@redhat.com>
Date: Fri, 11 Sep 2015 04:43:53 +0100
Subject: r600g: lower number of driver const buffers
I'm going to want a driver constant buffer for tess to coordinate
LDS storage, so before I go tackling that I decided to merge the
clip/samplepos and texture info buffers into one. So I can steal
the spare one.
This creates a single constant buffer between the two, with
clip/samplepos taking up a reserved 128 bytes at the start.
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-by: Glenn Kennard <glenn.kennard@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
than a commit from 2013...
You are receiving this mail because:
- You are the assignee for the bug.
--1442046004.E7AC062.13139--
--===============0705553404==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============0705553404==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 91985] [regression, bisected] FTBFS with commit f9caabe8f1:
R600_UCP_CONST_BUFFER is undefined
Date: Sat, 12 Sep 2015 08:24:38 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0767240692=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 1888D6E665
for ; Sat, 12 Sep 2015 01:24:38 -0700 (PDT)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0767240692==
Content-Type: multipart/alternative; boundary="1442046278.60083.15168"; charset="UTF-8"
--1442046278.60083.15168
Date: Sat, 12 Sep 2015 08:24:38 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=91985
Kai changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|vljn@ovi.com |airlied@freedesktop.org
Summary|[regression, bisected] |[regression, bisected]
|FTBFS with commit |FTBFS with commit
|f9f5c92f73: |f9caabe8f1:
|R600_UCP_CONST_BUFFER is |R600_UCP_CONST_BUFFER is
|undefined |undefined
--- Comment #2 from Kai ---
Ahrg, pasted wrong commit, the following is the correct one:
commit f9caabe8f1bff86d19b53d9ecba5c72b238d9e23
Author: Dave Airlie
Date: Fri Sep 11 04:43:53 2015 +0100
r600g: lower number of driver const buffers
I'm going to want a driver constant buffer for tess to coordinate
LDS storage, so before I go tackling that I decided to merge the
clip/samplepos and texture info buffers into one. So I can steal
the spare one.
This creates a single constant buffer between the two, with
clip/samplepos taking up a reserved 128 bytes at the start.
Reviewed-by: Edward O'Callaghan
Reviewed-by: Glenn Kennard
Signed-off-by: Dave Airlie
It's basically that R600_UCP_CONST_BUFFER was replaced by
R600_BUFFER_INFO_CONST_BUFFER AFAICT and this place in r600_llvm.c was
forgotten.
--
You are receiving this mail because:
You are the assignee for the bug.
--1442046278.60083.15168
Date: Sat, 12 Sep 2015 08:24:38 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Kai
changed
bug 91985
| What |
Removed |
Added |
| CC |
vljn@ovi.com
|
airlied@freedesktop.org
|
| Summary |
[regression, bisected] FTBFS with commit f9f5c92f73: R600_UCP_CONST_BUFFER is undefined
|
[regression, bisected] FTBFS with commit f9caabe8f1: R600_UCP_CONST_BUFFER is undefined
|
Comment # 2
on bug 91985
from Kai
Ahrg, pasted wrong commit, the following is the correct one:
commit f9caabe8f1bff86d19b53d9ecba5c72b238d9e23
Author: Dave Airlie <airlied@redhat.com>
Date: Fri Sep 11 04:43:53 2015 +0100
r600g: lower number of driver const buffers
I'm going to want a driver constant buffer for tess to coordinate
LDS storage, so before I go tackling that I decided to merge the
clip/samplepos and texture info buffers into one. So I can steal
the spare one.
This creates a single constant buffer between the two, with
clip/samplepos taking up a reserved 128 bytes at the start.
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-by: Glenn Kennard <glenn.kennard@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
It's basically that R600_UCP_CONST_BUFFER was replaced by
R600_BUFFER_INFO_CONST_BUFFER AFAICT and this place in r600_llvm.c was
forgotten.
You are receiving this mail because:
- You are the assignee for the bug.
--1442046278.60083.15168--
--===============0767240692==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============0767240692==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 91985] [regression, bisected] FTBFS with commit f9caabe8f1:
R600_UCP_CONST_BUFFER is undefined
Date: Sat, 12 Sep 2015 08:25:48 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1154919590=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 029E46EDBC
for ; Sat, 12 Sep 2015 01:25:48 -0700 (PDT)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1154919590==
Content-Type: multipart/alternative; boundary="1442046347.aAa62FE2.15777"; charset="UTF-8"
--1442046347.aAa62FE2.15777
Date: Sat, 12 Sep 2015 08:25:47 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.freedesktop.org/show_bug.cgi?id=3D91985
--- Comment #3 from Kai ---
(In reply to Ilia Mirkin from comment #1)
> Seems more likely that the culprit is
>=20
> From f9caabe8f1bff86d19b53d9ecba5c72b238d9e23 Mon Sep 17 00:00:00 2001
> From: Dave Airlie
> Date: Fri, 11 Sep 2015 04:43:53 +0100
> Subject: r600g: lower number of driver const buffers
>=20
> I'm going to want a driver constant buffer for tess to coordinate
> LDS storage, so before I go tackling that I decided to merge the
> clip/samplepos and texture info buffers into one. So I can steal
> the spare one.
>=20
> This creates a single constant buffer between the two, with
> clip/samplepos taking up a reserved 128 bytes at the start.
>=20
> Reviewed-by: Edward O'Callaghan
> Reviewed-by: Glenn Kennard
> Signed-off-by: Dave Airlie
>=20
> than a commit from 2013...
Yes, I had =E2=80=93 after looking with git blame at r600_llvm.c =E2=80=93 =
the wrong commit in
my clipboard and worked with that. Since both start with f9 I didn't notice.
Sorry.
--=20
You are receiving this mail because:
You are the assignee for the bug.
--1442046347.aAa62FE2.15777
Date: Sat, 12 Sep 2015 08:25:47 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Comment=
# 3
on bug 91985<=
/a>
from Kai
(In reply to Ilia Mirkin from comment #1)
> Seems more likely that the culprit is
>=20
> From f9caabe8f1bff86d19b53d9ecba5c72b238d9e23 Mon Sep 17 00:00:00 2001
> From: Dave Airlie <airlie=
d@redhat.com>
> Date: Fri, 11 Sep 2015 04:43:53 +0100
> Subject: r600g: lower number of driver const buffers
>=20
> I'm going to want a driver constant buffer for tess to coordinate
> LDS storage, so before I go tackling that I decided to merge the
> clip/samplepos and texture info buffers into one. So I can steal
> the spare one.
>=20
> This creates a single constant buffer between the two, with
> clip/samplepos taking up a reserved 128 bytes at the start.
>=20
> Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
> Reviewed-by: Glenn Kennard <glenn.kennard@gmail.com>
> Signed-off-by: Dave Airlie <airlied@redhat.com>
>=20
> than a commit from 2013...
Yes, I had =E2=80=93 after looking with git blame at r600_llvm.c =E2=80=93 =
the wrong commit in
my clipboard and worked with that. Since both start with f9 I didn't notice.
Sorry.
You are receiving this mail because:
=20=20=20=20=20=20
- You are the assignee for the bug.
--1442046347.aAa62FE2.15777--
--===============1154919590==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============1154919590==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 91985] [regression, bisected] FTBFS with commit f9caabe8f1:
R600_UCP_CONST_BUFFER is undefined
Date: Sat, 12 Sep 2015 08:41:39 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0350439942=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 9A6106E049
for ; Sat, 12 Sep 2015 01:41:39 -0700 (PDT)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0350439942==
Content-Type: multipart/alternative; boundary="1442047299.cebc2.23063"; charset="UTF-8"
--1442047299.cebc2.23063
Date: Sat, 12 Sep 2015 08:41:39 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=91985
--- Comment #4 from Kai ---
I've sent a patch to the mailing list:
http://thread.gmane.org/gmane.comp.video.mesa3d.devel/112810
It at least compiles again for me, but I can't say for sure, if this is the
correct fix.
--
You are receiving this mail because:
You are the assignee for the bug.
--1442047299.cebc2.23063
Date: Sat, 12 Sep 2015 08:41:39 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
You are receiving this mail because:
- You are the assignee for the bug.
--1442047299.cebc2.23063--
--===============0350439942==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============0350439942==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 91985] [regression, bisected] FTBFS with commit f9caabe8f1:
R600_UCP_CONST_BUFFER is undefined
Date: Sun, 13 Sep 2015 06:35:44 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0231513349=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id E7D2C6E743
for ; Sat, 12 Sep 2015 23:35:44 -0700 (PDT)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0231513349==
Content-Type: multipart/alternative; boundary="1442126144.86CAcF4F2.1891"; charset="UTF-8"
--1442126144.86CAcF4F2.1891
Date: Sun, 13 Sep 2015 06:35:44 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.freedesktop.org/show_bug.cgi?id=3D91985
Kai changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from Kai ---
Fixed by:
commit d6fbcf6ee28c273b37bf293aea5faf77253029a3
Author: Kai Wasserb=C3=A4ch
Date: Sat Sep 12 10:39:50 2015 +0200
r600: Fix llvm build since const buffer changes
In commit f9caabe8f1bff86d19b53d9ecba5c72b238d9e23:
One place in r600_llvm.c was forgotten when replacing
R600_UCP_CONST_BUFFER with R600_BUFFER_INFO_CONST_BUFFER.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=3D91985
Signed-off-by: Kai Wasserb=C3=A4ch
Signed-off-by: Dave Airlie
Thanks to Dave, for commiting this!
--=20
You are receiving this mail because:
You are the assignee for the bug.
--1442126144.86CAcF4F2.1891
Date: Sun, 13 Sep 2015 06:35:44 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Kai
changed
bug 91985<=
/a>
| What |
Removed |
Added |
| Status |
NEW
|
RESOLVED
|
| Resolution |
---
|
FIXED
|
You are receiving this mail because:
=20=20=20=20=20=20
- You are the assignee for the bug.
--1442126144.86CAcF4F2.1891--
--===============0231513349==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============0231513349==--