Re: [Mesa-dev] [PATCH 5/7] i965: Move pipelined register access to its own file

2016-12-09 Thread Emil Velikov
On 9 December 2016 at 10:54, Chris Wilson wrote: > --- /dev/null > +++ b/src/mesa/drivers/dri/i965/brw_pipelined_register.h > +#ifndef BRW_PIPELINED_REGISTER_H > +#define BRW_PIPELINED_REGISTER_H > + > +#ifdef __cplusplus > +extern "C" { > +#endif > + > +void brw_load_register_mem32(struct brw_c

Re: [Mesa-dev] [PATCH 5/7] i965: Move pipelined register access to its own file

2016-12-09 Thread Lionel Landwerlin
Reviewed-by: Lionel Landwerlin On 09/12/16 10:54, Chris Wilson wrote: My ulterior motive is to kill intel_batchbuffer.[ch] and moving discrete pieces of functionality into their own files is a small step towards that goal. Signed-off-by: Chris Wilson --- src/mesa/drivers/dri/i965/Makefile.s

[Mesa-dev] [PATCH 5/7] i965: Move pipelined register access to its own file

2016-12-09 Thread Chris Wilson
My ulterior motive is to kill intel_batchbuffer.[ch] and moving discrete pieces of functionality into their own files is a small step towards that goal. Signed-off-by: Chris Wilson --- src/mesa/drivers/dri/i965/Makefile.sources | 2 + src/mesa/drivers/dri/i965/brw_compute.c