commit | bfd695e1d2975e5dd5363c2e7fcc3084a28457aa | [log] [tgz] |
---|---|---|
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | Tue Jan 12 18:00:00 2016 +0100 |
committer | Samuel Pitoiset <samuel.pitoiset@gmail.com> | Sat Feb 13 15:51:17 2016 +0100 |
tree | 2947d36a5610ca0686b4e3d1100aa00e145a2045 | |
parent | 61ed09c7ea41e559219c772f18ea00942d54d30a [diff] |
gallium: add a new interface for pipe_context::launch_grid() This introduces pipe_grid_info which contains all information to describe a launch_grid call. This will be used to implement indirect compute in the same fashion as indirect draw. Changes from v2: - correctly initialize pipe_grid_info for nv50/nvc0 Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>