i965/icl: Update switch statements

Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Anuj Phogat 2017-08-18 12:11:38 -07:00
parent 27d0034938
commit 02e91b6d62
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ brw_query_samples_for_format(struct gl_context *ctx, GLenum target,
(void) internalFormat;
switch (devinfo->gen) {
case 11:
case 10:
case 9:
samples[0] = 16;

View File

@ -2251,6 +2251,7 @@ set_max_gl_versions(struct intel_screen *screen)
const bool has_astc = screen->devinfo.gen >= 9;
switch (screen->devinfo.gen) {
case 11:
case 10:
case 9:
case 8: