[Mesa-dev] [PATCH 04/12] i965: Add a mechanism for sending native primitives into the driver

Kenneth Graunke kenneth at whitecape.org
Tue Aug 12 09:36:10 PDT 2014


On Monday, August 11, 2014 05:29:34 PM Kristian Høgsberg wrote:
> The brw_draw_prims() function is the draw entry point into the driver,
> and takes struct _mesa_prim for input.  We want to be able to feed
> native primitives into the driver, and to that end we introduce
> BRW_PRIM_OFFSET, which lets use describe geometry using the native
> GEN primitive types.
> 
> Signed-off-by: Kristian Høgsberg <krh at bitplanet.net>
> ---
>  src/mesa/drivers/dri/i965/brw_context.h |  2 +-
>  src/mesa/drivers/dri/i965/brw_defines.h |  7 +++++++
>  src/mesa/drivers/dri/i965/brw_draw.c    | 15 ++++++++++++---
>  src/mesa/drivers/dri/i965/brw_vec4_gs.c |  3 ++-
>  4 files changed, 22 insertions(+), 5 deletions(-)

Patches 3-4 are:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140812/ff1cbb72/attachment.sig>


More information about the mesa-dev mailing list