Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | isl: Remove surf_get_intratile_offset_el | Jason Ekstrand | 2016-04-08 | 1 | -75/+0 |
| | | | | | | | The intratile offset may not be a multiple of the element size so this calculation is invalid. Reviewed-by: Nanley Chery <[email protected]> | ||||
* | isl: Fix isl_surf_get_image_intratile_offset_el() | Nanley Chery | 2016-02-26 | 1 | -35/+35 |
| | | | | | | | | | | | | Consecutive tiles are separated by the size of the tile, not by the logical tile width. v2: Remove extra subtraction (Ville) Add parenthesis (Jason) v3: Update the unit tests for the function Signed-off-by: Nanley Chery <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> | ||||
* | Move isl to src/intel | Jason Ekstrand | 2016-02-18 | 2 | -0/+354 |