summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_surface_formats.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Add all surface types to the batch decodeBen Widawsky2015-05-181-0/+6
* i965: Add string for surface format to tableBen Widawsky2015-05-181-217/+219
* i965: Change the order of conditions tested in ifAnuj Phogat2015-05-071-3/+4
* i965: Render R16G16B16X16 as R16G16B16A16Anuj Phogat2015-04-171-0/+6
* i965: Refactor brw_is_hiz_depth_format()Chad Versace2015-04-131-19/+0
* i965: Add the ability to render to I8/L8 and I16/L16 UNORM formats.Kenneth Graunke2015-04-071-0/+8
* i965: Support MESA_FORMAT_R8G8B8X8_SRGB.Kenneth Graunke2015-01-041-1/+4
* i965: Re-enable Z16 on Gen8+.Kenneth Graunke2014-11-041-0/+7
* mesa: Add MESA_FORMAT_{A8R8G8B8, X8R8G8B8, X8B8G8R8}_SRGB (v2)Richard Sandiford2014-09-171-0/+3
* mesa: Add MESA_FORMAT_A8L8_{SNORM,SRGB}Richard Sandiford2014-09-171-0/+2
* i965: Enable the GL_ARB_texture_compression_bptc extensionNeil Roberts2014-08-121-0/+5
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-011-2/+1
* Remove the ATI_envmap_bumpmap extensionJason Ekstrand2014-06-301-1/+0
* i965: Disable Z16 in all APIs.Kenneth Graunke2014-04-151-6/+0
* i965: Update comments about Z16 being slow.Kenneth Graunke2014-04-151-7/+10
* i965: Render R8G8B8X8 as R8G8B8A8Chris Forbes2014-04-101-0/+3
* i965: Pretend we don't support BRW_SURFACEFORMAT_R16G16B16_FLOAT for textures.Chris Forbes2014-04-101-1/+1
* i965: Enable R10G10B10A2_UNORM formatChris Forbes2014-04-101-0/+1
* i965: Enable R8G8B8A8_UNORM_SRGB formatChris Forbes2014-04-101-0/+1
* mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORMBrian Paul2014-03-101-1/+1
* i965: Implement ARB_stencil_texturing on Gen8+.Kenneth Graunke2014-03-041-1/+1
* i965: Fix S8 and X8 reversal in brw_depthbuffer_format refactor.Kenneth Graunke2014-02-211-3/+3
* i965: Pull format conversion logic out of brw_depthbuffer_format.Kenneth Graunke2014-02-191-0/+41
* mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke2014-02-091-6/+6
* mesa: Fix Type A _INT formats to MESA_FORMAT naming standardMark Mueller2014-01-271-20/+20
* mesa: Fix MESA_FORMAT names containg SIGNEDMark Mueller2014-01-271-17/+17
* mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCEMark Mueller2014-01-271-35/+35
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-47/+47
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-36/+36
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-8/+8
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-5/+5
* i965: Remove unused depth_mode parameter from translate_tex_format().Kenneth Graunke2013-12-291-1/+0
* i965: Use RED for depth texture formats rather than INTENSITY.Kenneth Graunke2013-12-201-4/+4
* i965: Treat Haswell as 75 in the surface format table.Kenneth Graunke2013-12-131-1/+1
* i965: Move memset of TextureFormatSupported to brw_init_surface_formats.Kenneth Graunke2013-10-131-0/+2
* i965: Add BRW_SURFACEFORMAT_R32G32_FLOAT_LD, required for IVB gather4 w/aChris Forbes2013-10-031-0/+1
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-2/+2
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-7/+4
* i965: Move intel_context::is_<platform> flags to brw_context.Kenneth Graunke2013-07-091-2/+2
* i965: Move intel_context::has_hiz to brw_context.Kenneth Graunke2013-07-091-2/+1
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-5/+7
* i965: Move is_hiz_depth_format out of the vtable.Kenneth Graunke2013-07-031-0/+19
* i965: Split surface format code into a new file (brw_surface_formats.c).Kenneth Graunke2013-06-281-0/+731