mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-23 18:10:36 +02:00
llvmpipe: Advertise PIPE_CAP_DEPTH_CLIP_DISABLE.
Actually implemented by draw module. Tested piglit ARB_depth_clamp tests, which pass 100%. Trivial.
This commit is contained in:
parent
3b3591cd15
commit
85d7f6779f
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ llvmpipe_get_param(struct pipe_screen *screen, enum pipe_cap param)
|
|||
case PIPE_CAP_PRIMITIVE_RESTART:
|
||||
return 1;
|
||||
case PIPE_CAP_DEPTH_CLIP_DISABLE:
|
||||
return 0;
|
||||
return 1;
|
||||
case PIPE_CAP_SHADER_STENCIL_EXPORT:
|
||||
return 0;
|
||||
case PIPE_CAP_TGSI_INSTANCEID:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue