summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichel Dänzer <mdaenzer@redhat.com>2020-07-14 17:08:10 +0200
committerMichel Dänzer <michel@daenzer.net>2020-07-14 17:08:10 +0200
commit89caa485f15927ebc1f666b57732b55516288c1b (patch)
tree20961aac079caccd483c70e20da206c91323f834 /docs
parent460300ed5927d1956d1258ba796ef642db86e540 (diff)
Revert https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4580
It broke the CI pipeline on master: https://gitlab.freedesktop.org/mesa/mesa/-/jobs/3604314 https://gitlab.freedesktop.org/mesa/mesa/-/jobs/3604315 Revert for now, to allow other MRs to be merged. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5905>
Diffstat (limited to 'docs')
-rw-r--r--docs/gallium/screen.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/gallium/screen.rst b/docs/gallium/screen.rst
index 1c572f9af54..209b978bc14 100644
--- a/docs/gallium/screen.rst
+++ b/docs/gallium/screen.rst
@@ -275,9 +275,6 @@ The integer capabilities:
existing user memory into the device address space for direct device access.
The create function is pipe_screen::resource_from_user_memory. The address
and size must be page-aligned.
-* ``PIPE_CAP_RESOURCE_FROM_USER_MEMORY_COMPUTE_ONLY``: Same as
- ``PIPE_CAP_RESOURCE_FROM_USER_MEMORY`` but indicates it is only supported from
- the compute engines.
* ``PIPE_CAP_DEVICE_RESET_STATUS_QUERY``:
Whether pipe_context::get_device_reset_status is implemented.
* ``PIPE_CAP_MAX_SHADER_PATCH_VARYINGS``: