On Mon, 16 May 2011 22:28:52 -0700, Kenneth Graunke
wrote:
> On 05/16/2011 09:15 PM, Eric Anholt wrote:
> > On Mon, 16 May 2011 15:09:43 -0700, Kenneth Graunke
> > wrote:
> >> On Sandybridge, we don't need to break down primitives. There's no need
> >> to bother setting up brw_compile and such
On 05/16/2011 09:15 PM, Eric Anholt wrote:
On Mon, 16 May 2011 15:09:43 -0700, Kenneth Graunke
wrote:
On Sandybridge, we don't need to break down primitives. There's no need
to bother setting up brw_compile and such if it's not going to be used;
bail as early as possible.
This series looks
On Mon, 16 May 2011 15:09:43 -0700, Kenneth Graunke
wrote:
> On Sandybridge, we don't need to break down primitives. There's no need
> to bother setting up brw_compile and such if it's not going to be used;
> bail as early as possible.
This series looks very nice. You've tested it on a pre-gen
On Sandybridge, we don't need to break down primitives. There's no need
to bother setting up brw_compile and such if it's not going to be used;
bail as early as possible.
Signed-off-by: Kenneth Graunke
---
src/mesa/drivers/dri/i965/brw_gs.c | 12 ++--
1 files changed, 6 insertions(+),