Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i915g: fix debug dump on 64 bit systems | Michael Karcher | 2011-12-11 | 1 | -1/+1 |
| | |||||
* | i915g: Announce GL 2.0. | Stéphane Marchesin | 2011-10-06 | 1 | -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 clear | Daniel Vetter | 2011-03-10 | 1 | -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 semicolons | Brian Paul | 2011-02-22 | 1 | -3/+3 |
| | |||||
* | i915g: Add option to lie about caps | Jakob Bornecrantz | 2011-02-21 | 1 | -0/+2 |
| | |||||
* | i915g: Move debug fields to screen | Jakob Bornecrantz | 2011-02-21 | 1 | -2/+2 |
| | |||||
* | i915g: Use debug get once options | Jakob Bornecrantz | 2011-02-21 | 1 | -2/+5 |
| | |||||
* | i915g: Don't emit FS constants when VS contants change | Jakob Bornecrantz | 2011-01-21 | 1 | -1/+2 |
| | |||||
* | i915g: s/varient/variant/ | Brian Paul | 2010-12-16 | 1 | -1/+1 |
| | |||||
* | i915g: enable X-tiling for textures | Daniel Vetter | 2010-12-02 | 1 | -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 code | Jakob Bornecrantz | 2010-06-22 | 1 | -0/+89 |
| | |||||
* | i915g: Rename winsys prefix to i915_ from intel_ | Jakob Bornecrantz | 2010-03-26 | 1 | -1/+1 |
| | | | | Since the winsys isn't shared with i965 and never will be | ||||
* | i915g: Remove unnecessary headers. | Vinson Lee | 2010-01-19 | 1 | -1/+0 |
| | |||||
* | i915g: Add missing break statement in i915_debug.c. | Vinson Lee | 2009-11-20 | 1 | -0/+1 |
| | |||||
* | i915g: Fix warnings | Jakob Bornecrantz | 2009-10-14 | 1 | -1/+1 |
| | |||||
* | i915g: Drop the simple sufix | Jakob Bornecrantz | 2009-10-05 | 1 | -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. |