summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/haiku-softpipe/GalliumContext.h
diff options
context:
space:
mode:
authorAlexander von Gluck IV <kallisti5@unixzen.com>2014-08-29 15:06:09 +0000
committerAlexander von Gluck IV <kallisti5@unixzen.com>2014-08-30 19:35:24 -0400
commit7b6ea6ab8ce7afef1b3a992be5287a9210c0e095 (patch)
tree0b66dd9a8745c3e3319299b24740fce3153b4429 /src/gallium/targets/haiku-softpipe/GalliumContext.h
parent15da8d076110c39d3ce34ac45edf0f3c9ab13b7f (diff)
downloadexternal_mesa3d-7b6ea6ab8ce7afef1b3a992be5287a9210c0e095.zip
external_mesa3d-7b6ea6ab8ce7afef1b3a992be5287a9210c0e095.tar.gz
external_mesa3d-7b6ea6ab8ce7afef1b3a992be5287a9210c0e095.tar.bz2
st/hgl: Move st_visual create/destroy into hgl state_tracker
Diffstat (limited to 'src/gallium/targets/haiku-softpipe/GalliumContext.h')
-rw-r--r--src/gallium/targets/haiku-softpipe/GalliumContext.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/targets/haiku-softpipe/GalliumContext.h b/src/gallium/targets/haiku-softpipe/GalliumContext.h
index cf8895e..6f8a4d0 100644
--- a/src/gallium/targets/haiku-softpipe/GalliumContext.h
+++ b/src/gallium/targets/haiku-softpipe/GalliumContext.h
@@ -33,8 +33,6 @@ public:
void Lock();
void Unlock();
- struct st_visual* CreateVisual();
-
context_id CreateContext(Bitmap* bitmap);
void DestroyContext(context_id contextID);
context_id GetCurrentContext() { return fCurrentContext; };