OSDN Git Service

ilo: add support for stencil resources on GEN7+
authorChia-I Wu <olvaffe@gmail.com>
Wed, 15 May 2013 04:18:13 +0000 (12:18 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Thu, 16 May 2013 10:20:17 +0000 (18:20 +0800)
commit6b894e6900c2705c31d1af920a85389262e90bb3
tree0e667e1cc934d593c3b0f0bbb46552163027b827
parent5c9b69d259def75f365998603d68d6749209f8b0
ilo: add support for stencil resources on GEN7+

For allocations, we need to support stencil-only and separate stencil
resources.  For mapping, we need to support software tiling and
packing/unpacking for separate stencil resources.
src/gallium/drivers/ilo/ilo_common.h
src/gallium/drivers/ilo/ilo_format.h
src/gallium/drivers/ilo/ilo_gpe_gen6.c
src/gallium/drivers/ilo/ilo_gpe_gen7.c
src/gallium/drivers/ilo/ilo_resource.c
src/gallium/drivers/ilo/ilo_resource.h
src/gallium/drivers/ilo/ilo_screen.c
src/gallium/drivers/ilo/ilo_transfer.c