summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_state.h
diff options
context:
space:
mode:
authorBrian <brian@i915.localnet.net>2007-08-02 09:17:56 -0600
committerBrian <brian@i915.localnet.net>2007-08-02 09:17:56 -0600
commitd747bf14dded3650da454d418912c921e65f2b9b (patch)
tree011e4acb47b3a2e1b12f28dc719903f007b50bb5 /src/mesa/pipe/p_state.h
parent1b0e92b91a66c0188a870fb3ed6c20a8466b6ae9 (diff)
parenta4a0189ed6dcf232f544e2ca3ea0fc7f71a68862 (diff)
Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch
Diffstat (limited to 'src/mesa/pipe/p_state.h')
-rw-r--r--src/mesa/pipe/p_state.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/pipe/p_state.h b/src/mesa/pipe/p_state.h
index 0767fc2fcb..d6ed514fb1 100644
--- a/src/mesa/pipe/p_state.h
+++ b/src/mesa/pipe/p_state.h
@@ -238,7 +238,6 @@ struct pipe_sampler_state
struct _DriBufferObject;
-struct intel_buffer_object;
struct pipe_region
{
@@ -252,8 +251,6 @@ struct pipe_region
GLuint map_refcount; /**< Reference count for mapping */
GLuint draw_offset; /**< Offset of drawing address within the region */
-
- struct intel_buffer_object *pbo; /* zero-copy uploads */
};