mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 05:10:17 +01:00
gallium/i915: fix PIPE_CAPF_MIN_CONSERVATIVE_RASTER_DILATE typo
Fixes: fffe5e2d14 ("gallium: add initial support for conservative
rasterization")
Trivial.
This commit is contained in:
parent
07dac3e040
commit
f298ed93d9
1 changed files with 1 additions and 1 deletions
|
|
@ -441,7 +441,7 @@ i915_get_paramf(struct pipe_screen *screen, enum pipe_capf cap)
|
|||
case PIPE_CAPF_MAX_TEXTURE_LOD_BIAS:
|
||||
return 16.0;
|
||||
|
||||
case PIPE_CAPF_MIN_CONSERVTIVE_RASTER_DILATE:
|
||||
case PIPE_CAPF_MIN_CONSERVATIVE_RASTER_DILATE:
|
||||
/* fall-through */
|
||||
case PIPE_CAPF_MAX_CONSERVATIVE_RASTER_DILATE:
|
||||
/* fall-through */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue