[Mesa-dev] [PATCH 11/14] mesa/vbo: move some Draw checks out of validation

2017-04-18 Thread Timothy Arceri
These checks do not generate any errors. Move them so we can add KHR_no_error support and still make sure we do these checks. Reviewed-by: Nicolai Hähnle --- src/mesa/main/api_validate.c | 43 + src/mesa/vbo/vbo_exec_array.c | 106

[Mesa-dev] [PATCH 11/14] mesa/vbo: move some Draw checks out of validation

2017-04-12 Thread Timothy Arceri
These checks do not generate any errors. Move them so we can add KHR_no_error support and still make sure we do these checks. --- src/mesa/main/api_validate.c | 43 + src/mesa/vbo/vbo_exec_array.c | 106 ++ 2 files changed, 108