summaryrefslogtreecommitdiffstats
path: root/src/intel/isl/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* isl: automake: don't explicitly EXTRA_DIST the tests folderEmil Velikov2016-05-011-2/+0
| | | | | | | The file(s) within are already picked thanks to the build rule of the respective test. No need to have the folder in EXTRA_DIST. Signed-off-by: Emil Velikov <[email protected]>
* isl: include all the files in the tarballEmil Velikov2016-05-011-0/+6
| | | | | | Add the missing header(s), generation scripts, README ... Signed-off-by: Emil Velikov <[email protected]>
* isl: move -lm at the end of tests_ldaddAlejandro PiƱeiro2016-04-271-2/+2
| | | | | | | The test was failing to build with "undefined reference to `roundf'" errors, so Make check on mesa was failing. Reviewed-by: Jason Ekstrand <[email protected]>
* isl: Fix make checkJason Ekstrand2016-03-021-0/+1
|
* isl: Move isl_image.c to isl_storage_image.cJason Ekstrand2016-02-271-1/+1
|
* isl: Add a function for filling out a surface stateJason Ekstrand2016-02-271-4/+15
|
* isl: Create per-gen helper libraries for gens 7, 8, and 9Jason Ekstrand2016-02-271-2/+23
|
* Move isl to src/intelJason Ekstrand2016-02-181-0/+90