summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_state.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2012-04-26 13:41:33 +0200
committerMarek Olšák <maraeo@gmail.com>2012-04-30 01:18:49 +0200
commit3ac0683d632347347c2fdbd546da0c7c2effb08a (patch)
tree53fb6574b19060bc6c794c831e56060285b7caeb /src/gallium/include/pipe/p_state.h
parent65d451d9fa1192c386301ca0b84b6c5cd369f92d (diff)
downloadexternal_mesa3d-3ac0683d632347347c2fdbd546da0c7c2effb08a.zip
external_mesa3d-3ac0683d632347347c2fdbd546da0c7c2effb08a.tar.gz
external_mesa3d-3ac0683d632347347c2fdbd546da0c7c2effb08a.tar.bz2
gallium: remove pipe_resource::user_ptr
It's unused now.
Diffstat (limited to 'src/gallium/include/pipe/p_state.h')
-rw-r--r--src/gallium/include/pipe/p_state.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h
index e969b74..3bc35bc 100644
--- a/src/gallium/include/pipe/p_state.h
+++ b/src/gallium/include/pipe/p_state.h
@@ -415,9 +415,6 @@ struct pipe_resource
unsigned bind; /**< bitmask of PIPE_BIND_x */
unsigned flags; /**< bitmask of PIPE_RESOURCE_FLAG_x */
-
- /* XXX this is only temporary and will be removed once it's not needed */
- uint8_t *user_ptr; /**< user buffer pointer */
};