diff options
author | Paul Berry <[email protected]> | 2014-01-09 19:43:18 -0800 |
---|---|---|
committer | Jordan Justen <[email protected]> | 2015-05-02 00:50:00 -0700 |
commit | 013031b2291e87f2559a67c2c54b9004c71ef91b (patch) | |
tree | 39e71ee964c2bbd8186df2666c18cf6ace0edf58 /src/mesa/drivers/dri/i965/brw_context.h | |
parent | 8f1423b2c484de358bad6cee548f630d87d145da (diff) |
i965: Implement DispatchCompute() back-end
brw_emit_gpgpu_walker will be implemented in a subsequent patch.
Reviewed-by: Jordan Justen <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index daa8102dedc..1d5ef82abe3 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -1829,6 +1829,10 @@ gen7_emit_urb_state(struct brw_context *brw, extern GLenum brw_get_graphics_reset_status(struct gl_context *ctx); +/* brw_compute.c */ +extern void +brw_init_compute_functions(struct dd_function_table *functions); + /*====================================================================== * Inline conversion functions. These are better-typed than the * macros used previously: |