On 02/26/2011 12:50 AM, Kenneth Graunke wrote:
---
The CompileShader driver hook has a comment saying that it could be removed
since it literally does nothing. This patch removes it as a cleanup.
I'm not sure if this is a good idea or not. Do we foresee using it in the
future? Presumably it b
On 02/27/2011 05:20 PM, Christian König wrote:
Module: Mesa
Branch: master
Commit: bce4f9ac395986ee0acae2702ed73448333d81b8
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=bce4f9ac395986ee0acae2702ed73448333d81b8
Author: Christian König
Date: Mon Feb 28 01:54:36 2011 +0100
st/mesa&
Am Montag, den 28.02.2011, 08:32 -0800 schrieb Brian Paul:
>> diff --git a/src/mesa/state_tracker/st_draw.c
>> b/src/mesa/state_tracker/st_draw.c
> >min_index = MIN2(min_index, prims[i].start);
> >max_index = MAX2(max_index, prims[i].start + prims[i].count - 1);
>
On 02/28/2011 09:42 AM, Christian König wrote:
Am Montag, den 28.02.2011, 08:32 -0800 schrieb Brian Paul:
diff --git a/src/mesa/state_tracker/st_draw.c b/src/mesa/state_tracker/st_draw.c
min_index = MIN2(min_index, prims[i].start);
max_index = MAX2(max_index,
2011/2/28 Christian König
> Am Montag, den 28.02.2011, 08:32 -0800 schrieb Brian Paul:
>
> >> diff --git a/src/mesa/state_tracker/st_draw.c
> b/src/mesa/state_tracker/st_draw.c
>
> > >min_index = MIN2(min_index, prims[i].start);
> > >max_index = MAX2(max_index, p
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 02/26/2011 03:18 PM, Jakob Bornecrantz wrote:
> On Tue, Feb 22, 2011 at 10:08 PM, Eric Anholt wrote:
>> On Tue, 22 Feb 2011 11:57:38 -0800, Ian Romanick
>> wrote:
>>> -BEGIN PGP SIGNED MESSAGE-
>>> Hash: SHA1
>>>
>>> On 02/21/2011 02:41 P
Hi Mesa developers,
I am really interested in Gallium3D and I'm thinking about a project for
my diploma (I think this is the same as bachelor's degree) on a computer
university. I'm thinking about writing a Glide state tracker for
Gallium3D. I know that Glide hasn't been used for a decade, but I t
On Mon, Feb 28, 2011 at 4:13 PM, Blaž Tomažič wrote:
> Hi Mesa developers,
>
> I am really interested in Gallium3D and I'm thinking about a project for
> my diploma (I think this is the same as bachelor's degree) on a computer
> university. I'm thinking about writing a Glide state tracker for
> Ga
On Linux I wish to reliably detect via someAPI if OpenGL is using the Mesa3D
Software Rasterizer (e.g. has no hardware accelerated driver installed, or
has otherwise selected the software renderer). The reason is that in this
case I can fall back on a 2d library that will give me better performanc