projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00afb67
)
remove obsolete xmesa_get_stencil_surface() stub
author
Brian
<brian@i915.localnet.net>
Tue, 31 Jul 2007 16:43:36 +0000
(10:43 -0600)
committer
Brian
<brian@i915.localnet.net>
Tue, 31 Jul 2007 16:43:36 +0000
(10:43 -0600)
src/mesa/drivers/dri/i915tex/intel_surface.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i915tex/intel_surface.c
b/src/mesa/drivers/dri/i915tex/intel_surface.c
index 043c5aa5febdcff400d5c10b387f263e060b5bad..6b34d23ac9d5c113a7310990e552d2ea4bebedc5 100644
(file)
--- a/
src/mesa/drivers/dri/i915tex/intel_surface.c
+++ b/
src/mesa/drivers/dri/i915tex/intel_surface.c
@@
-246,14
+246,3
@@
intel_new_surface(GLuint intFormat)
return &sps->surface;
}
-
-
-struct pipe_surface *
-xmesa_get_stencil_surface(GLcontext *ctx)
-{
- /* XXX fix */
- return NULL;
-}
-
-
-