~mmach/netext73/mesa_2004

« back to all changes in this revision

Viewing changes to src/mesa/drivers/dri/i965/brw_meta_util.c

  • Committer: mmach
  • Date: 2021-07-26 20:24:44 UTC
  • Revision ID: netbit73@gmail.com-20210726202444-rxfuyveg93z05elx
2021-07-26 20:34:25

Show diffs side-by-side

added added

removed removed

Lines of Context:
348
348
   switch (_mesa_get_format_base_format(mt->format)) {
349
349
   case GL_INTENSITY:
350
350
      override_color.u32[3] = override_color.u32[0];
351
 
      /* fallthrough */
 
351
      FALLTHROUGH;
352
352
   case GL_LUMINANCE:
353
353
   case GL_LUMINANCE_ALPHA:
354
354
      override_color.u32[1] = override_color.u32[0];