summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915/i915_debug.c
AgeCommit message (Collapse)Author
2011-03-10i915g: implement hw clearDaniel Vetter
Benefits: - spares us a relocation. - needed for zone rendering (if that ever happens). - just awesome. v2: Rename the debug option. Completely disabling the blitter is required for Y tiling to work, so this option will cover other code paths in the future. v3: Implement suggestions by Jakob Bornecrantz. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2011-02-22i915g: remove extra semicolonsBrian Paul
2011-02-21i915g: Add option to lie about capsJakob Bornecrantz
2011-02-21i915g: Move debug fields to screenJakob Bornecrantz
2011-02-21i915g: Use debug get once optionsJakob Bornecrantz
2011-01-21i915g: Don't emit FS constants when VS contants changeJakob Bornecrantz
2010-12-16i915g: s/varient/variant/Brian Paul
2010-12-02i915g: enable X-tiling for texturesDaniel Vetter
Tiling is rather fragile in general and results in pure blackness when unlucky. Hence add a new option to disable tiling. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Jakob Bornecrantz <wallbraker@gmail.com> Signed-off-by: Jakob Bornecrantz <wallbraker@gmail.com>
2010-06-22i915g: Rework debug print codeJakob Bornecrantz
2010-03-26i915g: Rename winsys prefix to i915_ from intel_Jakob Bornecrantz
Since the winsys isn't shared with i965 and never will be
2010-01-19i915g: Remove unnecessary headers.Vinson Lee
2009-11-20i915g: Add missing break statement in i915_debug.c.Vinson Lee
2009-10-14i915g: Fix warningsJakob Bornecrantz
2009-10-05i915g: Drop the simple sufixJakob Bornecrantz
None of the other driver have a silly sufix, so just drop it. Nothing new added in this commit or any other commit but this is better marketing.