llvmpipe: Remove outdated comment about stencil testing.
authorJosé Fonseca <jfonseca@vmware.com>
Sun, 10 Oct 2010 22:36:14 +0000 (23:36 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 11 Oct 2010 07:14:09 +0000 (08:14 +0100)
src/gallium/drivers/llvmpipe/lp_bld_depth.c

index e768493103e164e7af3509bc0ac4e9ba57bbee41..264fce8d6a6e3959893628a13be953bb81804a8e 100644 (file)
@@ -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
  *  ... ... ... ... ... ... ... ... ...
  *
  *
- * 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@vmware.com>
+ * @author Brian Paul <jfonseca@vmware.com>
  */
 
 #include "pipe/p_state.h"