History log of /external/mesa3d/src/gallium/drivers/ilo/ilo_format.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cbdc26aa3f76dc20285caa7e62ca8809cb2fe638 25-Jun-2015 Chia-I Wu <olvaffe@gmail.com> ilo: replace pipe_format by gen_surface_format

Replace pipe_format by gen_surface_format in ilo_image. Change how depth
format is specified in ilo_state_zs.
/external/mesa3d/src/gallium/drivers/ilo/ilo_format.h
513bc5d90b8e9237bd6a04da5d0dee175ff134f6 22-Jun-2015 Chia-I Wu <olvaffe@gmail.com> ilo: move ilo_format.[ch] out of core

They provide PIPE_FORMAT_x to GEN6_FORMAT_x translation as well as some
convenient helpers. Move them out of core.
/external/mesa3d/src/gallium/drivers/ilo/ilo_format.h
82527655324b09c0d347a948e9bc66e79e48f201 25-Mar-2015 Chia-I Wu <olvaffe@gmail.com> ilo: add ilo_format.[ch] to core

The original ilo_format.[ch] are removed.
/external/mesa3d/src/gallium/drivers/ilo/ilo_format.h
7562f9e907d9bb00832c6b75b833acd169bfe0ea 07-Mar-2015 Chia-I Wu <olvaffe@gmail.com> ilo: rename ilo_dev_info to ilo_dev

With intel_winsys being embedded in it, drop the "_info" suffix.
/external/mesa3d/src/gallium/drivers/ilo/ilo_format.h
56d2ebb019f38d727a41f8f4a8ebd4f1aeee19e0 12-Sep-2014 Chia-I Wu <olvaffe@gmail.com> ilo: use an accessor for dev->gen

It should enable us to do specialized builds by making the accessor return a
constant.
/external/mesa3d/src/gallium/drivers/ilo/ilo_format.h
c1a1a627c47f7d6eca1c36afc81ca4584e965963 24-Jul-2014 Chia-I Wu <olvaffe@gmail.com> ilo: use native 3-component vertex formats on GEN7.5+

GEN7.5 gains support for those formats natively.
/external/mesa3d/src/gallium/drivers/ilo/ilo_format.h
2126541b0b6c15aa82c2ffb78ecc09d33a07ae53 24-Jul-2014 Chia-I Wu <olvaffe@gmail.com> ilo: allow for device-dependent format translation

Pass ilo_dev_info to all format translation functions.
/external/mesa3d/src/gallium/drivers/ilo/ilo_format.h
6c6bd796adda4173ebaf494d6cd2a96d511f1ea3 13-Apr-2014 Chia-I Wu <olvaffe@gmail.com> ilo: scripted conversion to genhw headers

Hopefully my four hundred line sed script is correct.
/external/mesa3d/src/gallium/drivers/ilo/ilo_format.h
01e3e82a56310932667c60bcca9cc9fdfd8b87c4 12-Apr-2014 Chia-I Wu <olvaffe@gmail.com> ilo: add genhw headers

All except genhw.h are generated by https://github.com/olvaffe/envytools/.
intel_chipset.h is deprecated.
/external/mesa3d/src/gallium/drivers/ilo/ilo_format.h
6b894e6900c2705c31d1af920a85389262e90bb3 14-May-2013 Chia-I Wu <olvaffe@gmail.com> 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.
/external/mesa3d/src/gallium/drivers/ilo/ilo_format.h
a8e46140718b85fd33be97c693050f8722db1def 09-May-2013 Chia-I Wu <olvaffe@gmail.com> ilo: add support for PIPE_FORMAT_ETC1_RGB8

It is decompressed to and stored as PIPE_FORMAT_R8G8B8X8_UNORM on-the-fly.
/external/mesa3d/src/gallium/drivers/ilo/ilo_format.h
b50e68cb67534bd9e648b5cb687949d9327ee011 12-Dec-2012 Chia-I Wu <olv@lunarg.com> ilo: hook up pipe screen format functions
/external/mesa3d/src/gallium/drivers/ilo/ilo_format.h
63b572010554d62c3463c8db4e016ecbed117178 12-Dec-2012 Chia-I Wu <olv@lunarg.com> ilo: new pipe driver for Intel GEN6+

This commit adds some boilerplate code. The header files found under include/
are copied from i965.
/external/mesa3d/src/gallium/drivers/ilo/ilo_format.h