ilo: add 3D pipeline for GEN6
authorChia-I Wu <olv@lunarg.com>
Wed, 12 Dec 2012 21:28:42 +0000 (05:28 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Fri, 26 Apr 2013 08:16:43 +0000 (16:16 +0800)
commit91ce766c35ebb3ed964e373253178b9b99040f03
tree50f2a3224ca4e9dfc9de84b6457c892aceecbffd
parent67233b56d627c3bfd948e7e8e7fef21368bbe70e
ilo: add 3D pipeline for GEN6

The 3D pipeline is a high-level interface to emit 3D commands and states.  It
uses GEN6 GPE to do the real work.
src/gallium/drivers/ilo/Makefile.sources
src/gallium/drivers/ilo/ilo_3d_pipeline.c [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_3d_pipeline.h [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_3d_pipeline_dump.c [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.c [new file with mode: 0644]
src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.h [new file with mode: 0644]