Set the step_rate value when drawing to implement
ARB_instanced_arrays for gen >= 4.
Signed-off-by: Jordan Justen
---
src/mesa/drivers/dri/i965/brw_context.h |4 +++
src/mesa/drivers/dri/i965/brw_draw.c |1 +
src/mesa/drivers/dri/i965/brw_draw_upload.c | 44 +++
The kernel patches have now landed in Daniel's -next-queued tree.
Begin forwarded message:
Date: Fri, 11 May 2012 13:54:11 -0700
From: Ben Widawsky
To: intel-...@lists.freedesktop.org
Cc: Ben Widawsky
Subject: [Intel-gfx] [PATCH] intel: add a timed wait function
drm_intel_gem_bo_wait(bo, &tim
https://bugs.freedesktop.org/show_bug.cgi?id=49088
--- Comment #13 from Alex Mayorga Adame 2012-05-27
08:32:35 PDT ---
How do I test the patch?
Please dumb down the instructions as much as possible ;-)
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are
Tom Stellard writes:
> On Sun, May 27, 2012 at 02:25:05PM +0200, Francisco Jerez wrote:
>> Tom Stellard writes:
>> >[...]
>> > +* ``PIPE_COMPUTE_CAP_IR_TARGET``: A description of the target as a target
>> > + triple specification of the form ``processor-manufacturer-os`` that will
>> > + be pa
On Sun, May 27, 2012 at 02:25:05PM +0200, Francisco Jerez wrote:
> Tom Stellard writes:
>
> > From: Francisco Jerez
> >
> > v2: Tom Stellard
> > - Update CAP description
> > ---
> > src/gallium/docs/source/screen.rst |5 +
> > src/gallium/include/pipe/p_defines.h |1 +
> > 2 fil
tstel...@gmail.com writes:
> From: Tom Stellard
>
> v2:
> -Separate IR type and LLVM triple
> -Do the OpenCL C->LLVM IR and linking steps for all PIPE_SHADER_IR
>types.
>
> v3:
> - Coding style fixes
> - Removed compatibility code for LLVM < 3.1
> - Split build_module_llvm() into th
tstel...@gmail.com writes:
> From: Tom Stellard
>
> This structure is used to pass non-TGSI programs to the drivers. clover
> will use this for LLVM bytecode programs.
> ---
> src/gallium/include/pipe/p_state.h |9 +
> 1 files changed, 9 insertions(+), 0 deletions(-)
>
> diff --git
tstel...@gmail.com writes:
> From: Tom Stellard
>
> ---
> .../state_trackers/clover/core/compiler.hpp|3 +--
> src/gallium/state_trackers/clover/core/program.cpp |2 +-
> .../state_trackers/clover/tgsi/compiler.cpp|3 +--
> 3 files changed, 3 insertions(+), 5 deletion
Tom Stellard writes:
> A device now has two function for getting information about the IR
> it needs to return.
>
> ir_format() => returns the preferred IR
> ir_target() => returns the triple for the target that is understood by
> clang/llvm.
>
> v2:
> - renamed ir_target() to
Tom Stellard writes:
> From: Francisco Jerez
>
> v2: Tom Stellard
> - Update CAP description
> ---
> src/gallium/docs/source/screen.rst |5 +
> src/gallium/include/pipe/p_defines.h |1 +
> 2 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/src/gallium/docs/source/
10 matches
Mail list logo