Mesa (master): llvmpipe: remove Z16 format override hack

Brian Paul brianp at kemper.freedesktop.org
Wed Feb 24 02:02:06 UTC 2010


Module: Mesa
Branch: master
Commit: cd25e436ef8cc355109ba302621533e522f2f50b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd25e436ef8cc355109ba302621533e522f2f50b

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Feb 23 18:56:58 2010 -0700

llvmpipe: remove Z16 format override hack

---

 src/gallium/drivers/llvmpipe/lp_texture.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_texture.c b/src/gallium/drivers/llvmpipe/lp_texture.c
index 022bf92..7f45635 100644
--- a/src/gallium/drivers/llvmpipe/lp_texture.c
+++ b/src/gallium/drivers/llvmpipe/lp_texture.c
@@ -124,12 +124,6 @@ llvmpipe_texture_create(struct pipe_screen *_screen,
    pipe_reference_init(&lpt->base.reference, 1);
    lpt->base.screen = &screen->base;
 
-   /* XXX: The xlib state tracker is brain-dead and will request
-    * PIPE_FORMAT_Z16_UNORM no matter how much we tell it we don't support it.
-    */
-   if (lpt->base.format == PIPE_FORMAT_Z16_UNORM)
-      lpt->base.format = PIPE_FORMAT_Z32_UNORM;
-
    if (lpt->base.tex_usage & (PIPE_TEXTURE_USAGE_DISPLAY_TARGET |
                               PIPE_TEXTURE_USAGE_PRIMARY)) {
       if (!llvmpipe_displaytarget_layout(screen, lpt))




More information about the mesa-commit mailing list