Mesa (master): Work in progress - do not push

Ian Romanick idr at kemper.freedesktop.org
Sat Feb 12 00:46:34 UTC 2011


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

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Fri Feb 11 12:40:06 2011 -0800

Work in progress - do not push

---

 src/mesa/drivers/dri/i915/i915_vtbl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/i915/i915_vtbl.c b/src/mesa/drivers/dri/i915/i915_vtbl.c
index a94b957..54277c7 100644
--- a/src/mesa/drivers/dri/i915/i915_vtbl.c
+++ b/src/mesa/drivers/dri/i915/i915_vtbl.c
@@ -575,7 +575,7 @@ i915_set_draw_region(struct intel_context *intel,
     * Compute/set I915_DESTREG_DV1 value
     */
    value = (DSTORG_HORT_BIAS(0x8) |     /* .5 */
-            DSTORG_VERT_BIAS(0x8) |     /* .5 */
+            DSTORG_VERT_BIAS(0x0) |     /* .5 */
             LOD_PRECLAMP_OGL | TEX_DEFAULT_COLOR_OGL);
    if (irb != NULL) {
       value |= i915_render_target_format_for_mesa_format[irb->Base.Format];




More information about the mesa-commit mailing list