On Wed, Jun 23, 2010 at 6:31 PM, nobled wrote:
> Taking advice from the Debian BSD porting guide:
> http://glibc-bsd.alioth.debian.org/porting/PORTING
>
> This should help fix Debian bug #585618 (gallium build failure).
> ---
> src/gallium/include/pipe/p_config.h | 2 +-
> 1 files changed, 1 i
On Wed, Jun 23, 2010 at 6:31 PM, nobled wrote:
> One tiny step toward porting Gallium to the GNU/Hurd kernel
> (and fixing Debian bug #585618).
> ---
> src/gallium/include/pipe/p_config.h | 5 +
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/src/gallium/include/pipe/p_
On Thu, Jun 24, 2010 at 01:08:03 -0700, Corbin Simpson wrote:
> On Wed, Jun 23, 2010 at 6:31 PM, nobled wrote:
> > One tiny step toward porting Gallium to the GNU/Hurd kernel
> > (and fixing Debian bug #585618).
> > ---
> > src/gallium/include/pipe/p_config.h | 5 +
> > 1 files changed, 5
On 24.06.2010 01:36, Brian Paul wrote:
> I'll try to answer a few...
>
>
> Corbin Simpson wrote:
>> Yep, it's that time again. These are just things marked in the docs as
>> unknown, so I'm not grinding any axes, just cleaning stuff up.
>>
>> ~ "If a surface includes several layers/slices (XXX: n
>
> We currently allow partial specification of position, requiring only
> (x, y) and filling in z as 0 and w as 1 if missing. Is that still
> valid? Similarly, colors may be specified as (r, g, b) triplets with
> no alpha, and alpha defaults to 1. Is that still valid, or are there
> changes furt
Keith Whitwell wrote:
We currently allow partial specification of position, requiring only
(x, y) and filling in z as 0 and w as 1 if missing. Is that still
valid? Similarly, colors may be specified as (r, g, b) triplets with
no alpha, and alpha defaults to 1. Is that still valid, or are there
ch
On Thu, Jun 24, 2010 at 2:51 AM, Julien Cristau wrote:
> On Thu, Jun 24, 2010 at 01:08:03 -0700, Corbin Simpson wrote:
>> This is only defined on HURD, right? It's not part of the GCC-specific
>> defines?
>>
> Correct.
Committed as fd7de146f6c5989ab3a8459d600ca3386571b31f. If somebody has
tested
On Thu, Jun 24, 2010 at 6:03 AM, Brian Paul wrote:
> Keith Whitwell wrote:
>>>
>>> We currently allow partial specification of position, requiring only
>>> (x, y) and filling in z as 0 and w as 1 if missing. Is that still
>>> valid? Similarly, colors may be specified as (r, g, b) triplets with
>>>
https://bugs.freedesktop.org/show_bug.cgi?id=28110
Brian Paul changed:
What|Removed |Added
AssignedTo|mesa-...@lists.freedesktop. |brian.e.p...@gmail.com
|o