summaryrefslogtreecommitdiff
path: root/src/intel/Makefile.isl.am
AgeCommit message (Collapse)AuthorFilesLines
2017-03-13intel/isl: Stop linking libi965_compiler.la into testsJason Ekstrand1-1/+0
Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
2016-09-03intel: Add a new "common" library for more code sharingJason Ekstrand1-0/+1
The first thing to go in this new library is brw_device_info. Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
2016-08-25intel: Flatten the makefile structureJason Ekstrand1-0/+84
This pulls isl and genxml into a single make file so that they can properly build in parallel. This isn't terribly important now as genxml just generates sources which happens serially first anyway but it will be more important as we add more stuff to src/intel. Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Matt Turner <mattst88@gmail.com>