git://people.freedesktop.org/~jljusten/mesa i965-dispatch-compute-v1

Jordan Justen (4):
  i965/cs: Emit state base address
  i965/state: Emit pipeline select when changing pipelines
  i965/cs: Implement brw_emit_gpgpu_walker
  i965/cs: Emit MEDIA_STATE_FLUSH after WALKER

Paul Berry (3):
  mesa/cs: Add DispatchCompute() to driver function table.
  main/cs: Implement front end code for glDispatchCompute().
  i965: Implement DispatchCompute() back-end

 src/mesa/drivers/dri/i965/Makefile.sources   |   1 +
 src/mesa/drivers/dri/i965/brw_compute.c      | 163 +++++++++++++++++++++++++++
 src/mesa/drivers/dri/i965/brw_context.c      |   1 +
 src/mesa/drivers/dri/i965/brw_context.h      |   8 +-
 src/mesa/drivers/dri/i965/brw_defines.h      |   2 +
 src/mesa/drivers/dri/i965/brw_misc_state.c   |  23 +++-
 src/mesa/drivers/dri/i965/brw_state.h        |  12 ++
 src/mesa/drivers/dri/i965/brw_state_upload.c |   7 ++
 src/mesa/main/compute.c                      |  20 +++-
 src/mesa/main/dd.h                           |   7 ++
 10 files changed, 236 insertions(+), 8 deletions(-)
 create mode 100644 src/mesa/drivers/dri/i965/brw_compute.c

-- 
2.1.4

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to