Mesa (master): llvmpipe: Remove outdated comment about stencil testing.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Mon Oct 11 07:14:24 UTC 2010


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

Author: José Fonseca <jfonseca at vmware.com>
Date:   Sun Oct 10 23:36:14 2010 +0100

llvmpipe: Remove outdated comment about stencil testing.

---

 src/gallium/drivers/llvmpipe/lp_bld_depth.c |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_bld_depth.c b/src/gallium/drivers/llvmpipe/lp_bld_depth.c
index e768493..264fce8 100644
--- a/src/gallium/drivers/llvmpipe/lp_bld_depth.c
+++ b/src/gallium/drivers/llvmpipe/lp_bld_depth.c
@@ -1,6 +1,6 @@
 /**************************************************************************
  *
- * Copyright 2009 VMware, Inc.
+ * Copyright 2009-2010 VMware, Inc.
  * All Rights Reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -53,15 +53,8 @@
  *  ... ... ... ... ... ... ... ... ...
  *
  *
- * Stencil test:
- * Two-sided stencil test is supported but probably not as efficient as
- * it could be.  Currently, we use if/then/else constructs to do the
- * operations for front vs. back-facing polygons.  We could probably do
- * both the front and back arithmetic then use a Select() instruction to
- * choose the result depending on polyon orientation.  We'd have to
- * measure performance both ways and see which is better.
- *
  * @author Jose Fonseca <jfonseca at vmware.com>
+ * @author Brian Paul <jfonseca at vmware.com>
  */
 
 #include "pipe/p_state.h"




More information about the mesa-commit mailing list