Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965: Use unreachable() instead of unconditional assert(). | Matt Turner | 2014-07-01 | 1 | -2/+1 |
* | i965: Move intel_context::gen and gt fields to brw_context. | Kenneth Graunke | 2013-07-09 | 1 | -2/+1 |
* | i965: Move intel_context::is_<platform> flags to brw_context. | Kenneth Graunke | 2013-07-09 | 1 | -1/+1 |
* | i965: Pass brw_context to functions rather than intel_context. | Kenneth Graunke | 2013-07-09 | 1 | -1/+2 |
* | i965: Lower textureGrad() for samplerCubeShadow. | Kenneth Graunke | 2013-05-01 | 1 | -3/+24 |
* | i965: Shut up the last release build warning. | Eric Anholt | 2013-04-12 | 1 | -0/+1 |
* | i965: Lower textureGrad() with samplerCubeShadow on pre-Haswell. | Kenneth Graunke | 2013-01-18 | 1 | -6/+9 |
* | i965: Add a lowering pass to convert TXD to TXL by computing the LOD. | Kenneth Graunke | 2012-07-12 | 1 | -0/+154 |