diff options
author | Chia-I Wu <[email protected]> | 2012-12-13 04:07:16 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2013-04-26 16:16:41 +0800 |
commit | 63b572010554d62c3463c8db4e016ecbed117178 (patch) | |
tree | 8c9cd73d384819d1dfa2dee63c55b5464dfde00f /src/gallium/drivers/ilo/Makefile.sources | |
parent | 380e6875b8fc525e9431ad3130f59fe7d7ebf5e9 (diff) |
ilo: new pipe driver for Intel GEN6+
This commit adds some boilerplate code. The header files found under include/
are copied from i965.
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/ilo/Makefile.sources | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources new file mode 100644 index 00000000000..157f6c748f1 --- /dev/null +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -0,0 +1,11 @@ +C_SOURCES := \ + ilo_3d.c \ + ilo_blit.c \ + ilo_context.c \ + ilo_format.c \ + ilo_gpgpu.c \ + ilo_query.c \ + ilo_resource.c \ + ilo_screen.c \ + ilo_state.c \ + ilo_video.c |