Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965/fs: Fix hang on IVB and VLV with image format mismatch. | Francisco Jerez | 2015-09-28 | 1 | -4/+38 |
* | i965/fs_surface_builder: Only apply predicate to components that exist | Jason Ekstrand | 2015-09-15 | 1 | -1/+1 |
* | i965/fs: Use greater-equal cmod to implement maximum. | Matt Turner | 2015-08-31 | 1 | -4/+4 |
* | i965/fs: Implement image load, store and atomic. | Francisco Jerez | 2015-08-11 | 1 | -0/+244 |
* | i965/fs: Import image format conversion primitives. | Francisco Jerez | 2015-08-11 | 1 | -0/+265 |
* | i965/fs: Import image format metadata queries. | Francisco Jerez | 2015-08-11 | 1 | -0/+148 |
* | i965/fs: Import code to transform image coordinates into surface coordinates. | Francisco Jerez | 2015-08-11 | 1 | -0/+52 |
* | i965/fs: Import image memory offset calculation code. | Francisco Jerez | 2015-08-11 | 1 | -0/+169 |
* | i965/fs: Import image access validity checks. | Francisco Jerez | 2015-08-11 | 1 | -0/+55 |
* | i965/fs: Import surface message builder helper functions. | Francisco Jerez | 2015-07-29 | 1 | -0/+163 |