ilo: new pipe driver for Intel GEN6+
authorChia-I Wu <olv@lunarg.com>
Wed, 12 Dec 2012 20:07:16 +0000 (04:07 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Fri, 26 Apr 2013 08:16:41 +0000 (16:16 +0800)
commit63b572010554d62c3463c8db4e016ecbed117178
tree8c9cd73d384819d1dfa2dee63c55b5464dfde00f
parent380e6875b8fc525e9431ad3130f59fe7d7ebf5e9
ilo: new pipe driver for Intel GEN6+

This commit adds some boilerplate code.  The header files found under include/
are copied from i965.
28 files changed:
src/gallium/drivers/ilo/Makefile.am [new file with mode: 0644]
src/gallium/drivers/ilo/Makefile.sources [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_3d.c [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_3d.h [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_blit.c [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_blit.h [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_common.h [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_context.c [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_context.h [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_format.c [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_format.h [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_gpgpu.c [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_gpgpu.h [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_public.h [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_query.c [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_query.h [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_resource.c [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_resource.h [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_screen.c [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_screen.h [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_state.c [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_state.h [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_video.c [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_video.h [new file with mode: 0644]
src/gallium/drivers/ilo/include/brw_defines.h [new file with mode: 0644]
src/gallium/drivers/ilo/include/brw_structs.h [new file with mode: 0644]
src/gallium/drivers/ilo/include/intel_chipset.h [new file with mode: 0644]
src/gallium/drivers/ilo/include/intel_reg.h [new file with mode: 0644]