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 <[email protected]> > --- > 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 <[email protected]>
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
