Mesa (master): i965/fs: Fix bad whitespace.

Matt Turner mattst88 at kemper.freedesktop.org
Sun Aug 10 22:00:12 UTC 2014


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

Author: Matt Turner <mattst88 at gmail.com>
Date:   Fri Aug  8 11:58:05 2014 -0700

i965/fs: Fix bad whitespace.

---

 src/mesa/drivers/dri/i965/brw_fs_visitor.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_fs_visitor.cpp b/src/mesa/drivers/dri/i965/brw_fs_visitor.cpp
index 4701e61..c16401b 100644
--- a/src/mesa/drivers/dri/i965/brw_fs_visitor.cpp
+++ b/src/mesa/drivers/dri/i965/brw_fs_visitor.cpp
@@ -1618,8 +1618,8 @@ fs_visitor::rescale_texcoord(ir_texture *ir, fs_reg coordinate,
     */
    if (is_rect &&
        (brw->gen < 6 ||
-	(brw->gen >= 6 && (key->tex.gl_clamp_mask[0] & (1 << sampler) ||
-			     key->tex.gl_clamp_mask[1] & (1 << sampler))))) {
+        (brw->gen >= 6 && (key->tex.gl_clamp_mask[0] & (1 << sampler) ||
+                           key->tex.gl_clamp_mask[1] & (1 << sampler))))) {
       struct gl_program_parameter_list *params = prog->Parameters;
       int tokens[STATE_LENGTH] = {
 	 STATE_INTERNAL,




More information about the mesa-commit mailing list