diff options
author | Marek Olšák <[email protected]> | 2012-04-24 21:12:37 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-04-30 01:14:28 +0200 |
commit | 43995c9470dd38cf80a60a169f5875de6798863f (patch) | |
tree | cffe218f880325eafec92207b1aa9eee17c869ef /src/gallium/include | |
parent | 4552fd50d959ab99546cfa994f8ba5bdf5d66bc7 (diff) |
gallium: remove pipe_context::redefine_user_buffer
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_context.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gallium/include/pipe/p_context.h b/src/gallium/include/pipe/p_context.h index 1871b214610..7709177444f 100644 --- a/src/gallium/include/pipe/p_context.h +++ b/src/gallium/include/pipe/p_context.h @@ -390,15 +390,6 @@ struct pipe_context { unsigned stride, unsigned layer_stride); - - /* Notify a driver that a content of a user buffer has been changed. - * The changed range is [offset, offset+size-1]. - * The new width0 of the buffer is offset+size. */ - void (*redefine_user_buffer)(struct pipe_context *, - struct pipe_resource *, - unsigned offset, - unsigned size); - /** * Flush any pending framebuffer writes and invalidate texture caches. */ |