summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915/i915_debug.c
Commit message (Collapse)AuthorAgeFilesLines
* i915g: fix debug dump on 64 bit systemsMichael Karcher2011-12-111-1/+1
|
* i915g: Announce GL 2.0.Stéphane Marchesin2011-10-061-1/+1
| | | | We leave the debug code in place to troubleshoot issues while we complete the transition. That code might be removed after that.
* i915g: implement hw clearDaniel Vetter2011-03-101-1/+2
| | | | | | | | | | | | | | | 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 <[email protected]>
* i915g: remove extra semicolonsBrian Paul2011-02-221-3/+3
|
* i915g: Add option to lie about capsJakob Bornecrantz2011-02-211-0/+2
|
* i915g: Move debug fields to screenJakob Bornecrantz2011-02-211-2/+2
|
* i915g: Use debug get once optionsJakob Bornecrantz2011-02-211-2/+5
|
* i915g: Don't emit FS constants when VS contants changeJakob Bornecrantz2011-01-211-1/+2
|
* i915g: s/varient/variant/Brian Paul2010-12-161-1/+1
|
* i915g: enable X-tiling for texturesDaniel Vetter2010-12-021-0/+2
| | | | | | | | | 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 <[email protected]> Reviewed-by: Jakob Bornecrantz <[email protected]> Signed-off-by: Jakob Bornecrantz <[email protected]>
* i915g: Rework debug print codeJakob Bornecrantz2010-06-221-0/+89
|
* i915g: Rename winsys prefix to i915_ from intel_Jakob Bornecrantz2010-03-261-1/+1
| | | | Since the winsys isn't shared with i965 and never will be
* i915g: Remove unnecessary headers.Vinson Lee2010-01-191-1/+0
|
* i915g: Add missing break statement in i915_debug.c.Vinson Lee2009-11-201-0/+1
|
* i915g: Fix warningsJakob Bornecrantz2009-10-141-1/+1
|
* i915g: Drop the simple sufixJakob Bornecrantz2009-10-051-0/+898
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.