https://bugs.freedesktop.org/show_bug.cgi?id=31225
--- Comment #1 from Chia-I Wu 2010-10-29 23:57:17 PDT ---
156e955c25ad should fix the issue. Please try again.
But please consider adding --enable-openvg to your configure script. There
have been some changes to configure.ac. Eventually, --wi
On Sat, Oct 30, 2010 at 8:13 AM, Roland Mainz wrote:
> On Wed, Oct 13, 2010 at 9:05 PM, Brian Paul wrote:
>> On 10/13/2010 12:26 PM, Nicolas Kaiser wrote:
>>>
>>> This patch adds support for the compiler built-in Boolean type
>>> to GLboolean and the "boolean" type in gallium
>>> by bringing them
On Wed, Oct 13, 2010 at 9:05 PM, Brian Paul wrote:
> On 10/13/2010 12:26 PM, Nicolas Kaiser wrote:
>>
>> This patch adds support for the compiler built-in Boolean type
>> to GLboolean and the "boolean" type in gallium
>> by bringing them in line with the "bool" type in stdbool.h.
>>
>> Signed-off-
https://bugs.freedesktop.org/show_bug.cgi?id=31225
Summary: State tracker vega fails to compile
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Compo
Add Cygwin platform-specific settings and drivers to build for dri driver:
- by default, disable direct rendering.
- if direct rendering is enabled, the swrast dridriver is the only one it's
sensible to try to build (this doesn't work at the moment as additional patches
are required to build a libG
From: nobled
The Hurd kernel doesn't have DRM yet.
Signed-off-by: Jon TURNEY
---
configure.ac | 13 +++--
1 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 3c3da14..af70a7b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -688,12 +688,21
From: Samuel Thibault
Fix build when configured --with-driver=dri --disable-driglx-direct on GNU/Hurd
and Cygwin
Based on the Debian patch file '05_hurd-ftbfs.diff' by Samuel Thibault.
Signed-off-by: Jon TURNEY
---
configure.ac | 29 ++---
1 files changed, 18 insert
On 29/10/2010 06:58, Chia-I Wu wrote:
> While the patch works great for better
> config options and at reducing the compile time, it does not avoid
> unnecessary PKG_CHECK_MODULES. But I think that belongs to follow-on
> works.
Tangentially related to that, here's a few patches (combining patches