History log of /external/mesa3d/src/gallium/drivers/svga/svga_format.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0d221fcd40e2f942b855915bedcf1a6e60001856 24-Oct-2016 Charmaine Lee <charmainel@vmware.com> svga: add a helper function to check for typeless format

This patch adds a helper function svga_format_is_typeless() which
returns TRUE if the specified format is typeless.

Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/gallium/drivers/svga/svga_format.h
2ad4ba07279236dcdbafb6e4b2a0c183c69c92f4 21-Sep-2016 Brian Paul <brianp@vmware.com> svga: add const qualifier on svga_translate_format()

Reviewed-by: Charmaine Lee <charmainel@vmware.com>
/external/mesa3d/src/gallium/drivers/svga/svga_format.h
46e7355a13927b4a2f082358c417881d66c97982 27-Jun-2016 Brian Paul <brianp@vmware.com> svga: add new svga_format_is_uncompressed_snorm() helper

Acked-by: Roland Scheidegger <sroland@vmware.com>
Reviewed-by: Charmaine Lee <charmainel@vmware.com>
/external/mesa3d/src/gallium/drivers/svga/svga_format.h
6303231a1ddf646b05c43c6bbc7fa71314ebb3fc 22-Dec-2015 Charmaine Lee <charmainel@vmware.com> svga: add DXGenMips command support

For those formats that support hw mipmap generation, use the
DXGenMips command. Otherwise fallback to the mipmap generation utility.

Tested with piglit, OpenGL apps (Heaven, Turbine, Cinebench)

v2: make sure the texture surface was created with the render target bind flag
set relocation flag to SVGA_RELOC_WRITE for the texture surface

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
/external/mesa3d/src/gallium/drivers/svga/svga_format.h
1a90e3e1e3ee70504f2ce57462fb592b448269be 16-Nov-2015 Brian Paul <brianp@vmware.com> svga: add/use new svga_sampler_format() function

This is important for the case of sampling from a depth texture. In
that case, we need to sample the texture as if it were a single-channel
color texture. For other/color formats, we can use the format as-is.

Reviewed-by: Charmaine Lee <charmainel@vmware.com>
Reviewed-by: José Fonseca <jfonseca@vmware.com>
/external/mesa3d/src/gallium/drivers/svga/svga_format.h
e054251ed11e25a080f64b92db9334c9b07c8c76 13-Aug-2015 Brian Paul <brianp@vmware.com> svga: update driver for version 10 GPU interface

This is a squash commit of roughly two years of development work.
Authors include:
Brian Paul
Charmaine Lee
Thomas Hellstrom
Jakob Bornecrantz
Sinclair Yeh
Mingcheng Chen
Kai Ninomiya
MengLin Wu

The driver supports OpenGL 3.3.

Signed-off-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/gallium/drivers/svga/svga_format.h
32f669e7fc17ff89cf132b7d42c72de75625d32a 08-Dec-2011 Brian Paul <brianp@vmware.com> svga: add svga_format_size() function

Reviewed-by: José Fonseca <jfonseca@vmware.com>
/external/mesa3d/src/gallium/drivers/svga/svga_format.h
974b6413f4540d73c21c092cc0a62abb6d546e21 27-Apr-2011 José Fonseca <jfonseca@vmware.com> svga: Cleanup format capability checking.

Accurately describe what operations are supported when a format caps
entry is not advertised by the host, and which formats are never
supported, instead of making ad-hoc and often incorrect assumptions.
/external/mesa3d/src/gallium/drivers/svga/svga_format.h