summaryrefslogtreecommitdiffstats
path: root/src/intel/isl/tests
Commit message (Collapse)AuthorAgeFilesLines
* isl: Remove surf_get_intratile_offset_elJason Ekstrand2016-04-081-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 Chery2016-02-261-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/intelJason Ekstrand2016-02-182-0/+354