Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i915: Remove all the HiZ code from i915. | Eric Anholt | 2013-06-28 | 1 | -111/+0 |
| | | | | | | v2: Remove extra struct forward declaration (change by Ken) Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | i915: Fork the shared code from i965. | Eric Anholt | 2013-06-26 | 1 | -1/+111 |
| | | | | | | | | | | | | | Of this 15000 lines of code in intel/, we've identified 4000 lines that are trivially unnecessary for i915, and another 1000 that are pointless for i965, and expect to find more as time goes on. Split the i915 driver off, so that we can continue active development on i965 without worrying about breaking i915. Acked-by: Kenneth Graunke <[email protected]> Acked-by: Chad Versace <[email protected]> Acked-by: Adam Jackson <[email protected]> (and I hear second hand that idr is OK with it, too) | ||||
* | i915: Fix build since hiz merge. | Eric Anholt | 2011-11-23 | 1 | -0/+1 |
v2: Guard against rb->mt being NULL, since we may enter the draw regions path before intel_prepare_render() has been called to set them. Reviewed-by: Chad Versace <[email protected]> (v1) |