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
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
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