Mesa (master): llvmpipe: remove misleading debug string

Keith Whitwell keithw at kemper.freedesktop.org
Tue Nov 30 12:01:47 UTC 2010


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

Author: Keith Whitwell <keithw at vmware.com>
Date:   Tue Nov 30 11:22:46 2010 +0000

llvmpipe: remove misleading debug string

---

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

diff --git a/src/gallium/drivers/llvmpipe/lp_setup.c b/src/gallium/drivers/llvmpipe/lp_setup.c
index 6118434..07acdb2 100644
--- a/src/gallium/drivers/llvmpipe/lp_setup.c
+++ b/src/gallium/drivers/llvmpipe/lp_setup.c
@@ -263,7 +263,6 @@ execute_clears( struct lp_setup_context *setup )
 
 const char *states[] = {
    "FLUSHED",
-   "EMPTY  ",
    "CLEARED",
    "ACTIVE "
 };




More information about the mesa-commit mailing list