summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_surface_formats.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-30i965: drop brw->gen in favor of devinfo->genLionel Landwerlin1-3/+6
2017-06-22i965: Move brw_context format arrays to intel_screenChad Versace1-38/+54
2017-06-22i965: Rename some vague format members of brw_contextChad Versace1-10/+10
2017-06-02i965: Replace 0 with ISL_FORMAT_UNSUPPORTED in format table (v2)Chad Versace1-91/+5
2017-06-01i965: Remove bad assert on isl_formatChad Versace1-1/+0
2017-06-01i965: Fix return type of translate_tex_format()Chad Versace1-1/+1
2017-06-01i965: Fix return type of brw_isl_format_for_mesa_format() [v2]Chad Versace1-5/+8
2017-05-18i965/formats: Update the three-channel DXT1 mappingsNanley Chery1-13/+2
2017-03-09i965: Rename brw_format_for_mesa_format() to brw_isl_format_for_mesa_format()Anuj Phogat1-7/+7
2017-03-02i965: Replace BRW_SURFACEFORMAT_* with ISL_FORMAT_*.Kenneth Graunke1-182/+182
2016-09-23intel/i965: make gen_device_info mutableLionel Landwerlin1-1/+1
2016-09-20i965: Rename intelScreen to screen.Kenneth Graunke1-1/+1
2016-09-03intel: s/brw_device_info/gen_device_info/Jason Ekstrand1-1/+1
2016-08-23i965/surface_formats: Don't advertise 8 or 16-bit RGB formatsJason Ekstrand1-0/+10
2016-05-23i965: Use ISL for surface format introspectionJason Ekstrand1-335/+9
2016-05-23i965/surface_formats: Update the VB column for new formats added on BYTJason Ekstrand1-20/+20
2016-05-23i965: Unset alpha blend for R10G10B10_SNORM_A2_UNORMNanley Chery1-1/+1
2016-04-26i965: Enable ARB_texture_stencil8 and OES_texture_stencil8 on Gen8+.Kenneth Graunke1-0/+1
2016-04-22i965: Disable KHR_texture_compression_astc_hdr on Gen9Nanley Chery1-3/+3
2016-04-21i965/surface_state: Use libisl functions for image format loweringJason Ekstrand1-109/+0
2016-04-15i965/surface_formats: Update some formats for more recent gensJason Ekstrand1-12/+12
2016-04-14i965: Expose the surface format tableJason Ekstrand1-18/+4
2016-04-04i965: Allow 8x MSAA on >= 64bpp formats on Gen8+.Kenneth Graunke1-1/+2
2016-02-10i965: Use constant pointer when checking for compressionTopi Pohjolainen1-1/+1
2016-01-13i965/gen9: Don't allow the RGBX formats for texturing/renderingNeil Roberts1-0/+28
2015-12-13i965: Add B8G8R8X8_SRGB to the alpha format overrideNeil Roberts1-0/+4
2015-12-13i965: Add MESA_FORMAT_B8G8R8X8_SRGB to brw_format_for_mesa_formatNeil Roberts1-0/+1
2015-12-10i965/gen8: Allow rendering to B8G8R8X8Neil Roberts1-4/+5
2015-11-24i965: Clean up #includes in the compiler.Matt Turner1-2/+0
2015-11-20i965/skl: skip fast clears for certain surface formatsBen Widawsky1-26/+26
2015-11-20i965: Add lossless compression to surface format tableBen Widawsky1-251/+274
2015-08-26i965/surface_formats: add support for 2D ASTC surface formatsNanley Chery1-0/+87
2015-08-11i965: Implement surface state set-up for shader images.Francisco Jerez1-0/+109
2015-05-18i965: Add all surface types to the batch decodeBen Widawsky1-0/+6
2015-05-18i965: Add string for surface format to tableBen Widawsky1-217/+219
2015-05-07i965: Change the order of conditions tested in ifAnuj Phogat1-3/+4
2015-04-17i965: Render R16G16B16X16 as R16G16B16A16Anuj Phogat1-0/+6
2015-04-13i965: Refactor brw_is_hiz_depth_format()Chad Versace1-19/+0
2015-04-07i965: Add the ability to render to I8/L8 and I16/L16 UNORM formats.Kenneth Graunke1-0/+8
2015-01-04i965: Support MESA_FORMAT_R8G8B8X8_SRGB.Kenneth Graunke1-1/+4
2014-11-04i965: Re-enable Z16 on Gen8+.Kenneth Graunke1-0/+7
2014-09-17mesa: Add MESA_FORMAT_{A8R8G8B8, X8R8G8B8, X8B8G8R8}_SRGB (v2)Richard Sandiford1-0/+3
2014-09-17mesa: Add MESA_FORMAT_A8L8_{SNORM,SRGB}Richard Sandiford1-0/+2
2014-08-12i965: Enable the GL_ARB_texture_compression_bptc extensionNeil Roberts1-0/+5
2014-07-01i965: Use unreachable() instead of unconditional assert().Matt Turner1-2/+1
2014-06-30Remove the ATI_envmap_bumpmap extensionJason Ekstrand1-1/+0
2014-04-15i965: Disable Z16 in all APIs.Kenneth Graunke1-6/+0
2014-04-15i965: Update comments about Z16 being slow.Kenneth Graunke1-7/+10
2014-04-10i965: Render R8G8B8X8 as R8G8B8A8Chris Forbes1-0/+3
2014-04-10i965: Pretend we don't support BRW_SURFACEFORMAT_R16G16B16_FLOAT for textures.Chris Forbes1-1/+1