aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorDaniel Stone <[email protected]>2020-01-20 12:33:29 +0000
committerDaniel Stone <[email protected]>2020-01-20 12:33:29 +0000
commitcf5fccb0d962625179996c7261b4625a6e687c8f (patch)
treed627f35844c19713fcdd1bcb8999bc8e524e40a7 /src/gallium
parent32d45733ae730525cc67e1ef830e486bf9d347ea (diff)
Revert "gallium: add st_context_iface::flush_resource to call FLUSH_VERTICES"
This reverts commit bec9c90b5ecf9cc2dc580f9ff297f94ba5aa3506. Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3472> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3472>
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/include/state_tracker/st_api.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gallium/include/state_tracker/st_api.h b/src/gallium/include/state_tracker/st_api.h
index 955d84b5b44..0b953d6fb38 100644
--- a/src/gallium/include/state_tracker/st_api.h
+++ b/src/gallium/include/state_tracker/st_api.h
@@ -396,13 +396,6 @@ struct st_context_iface
void* notify_before_flush_cb_args);
/**
- * Flush all enqueued vertices (e.g. vbo module) and call
- * pipe_context::flush_resource.
- */
- void (*flush_resource)(struct st_context_iface *stctxi,
- struct pipe_resource *resource);
-
- /**
* Replace the texture image of a texture object at the specified level.
*
* This function is optional.