intel: Add I8 and L8 to intel_mesa_format_to_rb_datatype().
Fixes warnings in fbo-storage-formats. Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
bc57df0356
commit
dad95c112f
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ intel_mesa_format_to_rb_datatype(gl_format format)
|
|||
case MESA_FORMAT_R8:
|
||||
case MESA_FORMAT_RG88:
|
||||
case MESA_FORMAT_A8:
|
||||
case MESA_FORMAT_I8:
|
||||
case MESA_FORMAT_L8:
|
||||
case MESA_FORMAT_AL88:
|
||||
case MESA_FORMAT_RGB565:
|
||||
case MESA_FORMAT_ARGB1555:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue