zink: add note about enabling PIPE_CAP_CLIP_HALFZ
Acked-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
@@ -224,6 +224,11 @@ zink_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
|
||||
return 1;
|
||||
#endif
|
||||
|
||||
#if 0 /* TODO: Enable me */
|
||||
case PIPE_CAP_CLIP_HALFZ:
|
||||
return 1;
|
||||
#endif
|
||||
|
||||
#if 0 /* TODO: Enable me */
|
||||
case PIPE_CAP_TEXTURE_FLOAT_LINEAR:
|
||||
case PIPE_CAP_TEXTURE_HALF_FLOAT_LINEAR:
|
||||
|
||||
Reference in New Issue
Block a user