commit | 08c46025c87654fbc885136a2c8cc4cce902dd37 | [log] [tgz] |
---|---|---|
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | Tue Jan 05 21:20:06 2016 +0100 |
committer | Samuel Pitoiset <samuel.pitoiset@gmail.com> | Sat Feb 13 15:51:17 2016 +0100 |
tree | f90558228e20c56362c3cfa2adf839e02c10da41 | |
parent | a8328e3a50169c3c74656df7f63f56f061d9e751 [diff] |
st/mesa: add a second pipeline for compute Compute needs a new and different validation path. Changes from v2: - make use of unreachable() instead of assert() when the pipeline is invalid - move the st_pipeline enumeration to st_context.h instead of st_api.h Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Marek Olšák <marek.olsak@amd.com>