i965: Move PIPE_CONTROL defines and prototypes to brw_pipe_control.h.
We need to be able to emit PIPE_CONTROLs from genX_state_upload.c,
which can't safely include brw_defines.h because it conflicts with
genxml. Move all the PIPE_CONTROL related stuff together into a
separate header.
Reviewed-by:
Matt Turner <mattst88@gmail.com>
Showing
- src/mesa/drivers/dri/i965/brw_context.h 1 addition, 16 deletionssrc/mesa/drivers/dri/i965/brw_context.h
- src/mesa/drivers/dri/i965/brw_defines.h 0 additions, 43 deletionssrc/mesa/drivers/dri/i965/brw_defines.h
- src/mesa/drivers/dri/i965/brw_pipe_control.h 89 additions, 0 deletionssrc/mesa/drivers/dri/i965/brw_pipe_control.h
- src/mesa/drivers/dri/i965/genX_state_upload.c 0 additions, 3 deletionssrc/mesa/drivers/dri/i965/genX_state_upload.c
Loading
Please register or sign in to comment