index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_surface_formats.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/surface_formats: add support for 2D ASTC surface formats
Nanley Chery
2015-08-26
1
-0
/
+87
*
i965: Implement surface state set-up for shader images.
Francisco Jerez
2015-08-11
1
-0
/
+109
*
i965: Add all surface types to the batch decode
Ben Widawsky
2015-05-18
1
-0
/
+6
*
i965: Add string for surface format to table
Ben Widawsky
2015-05-18
1
-217
/
+219
*
i965: Change the order of conditions tested in if
Anuj Phogat
2015-05-07
1
-3
/
+4
*
i965: Render R16G16B16X16 as R16G16B16A16
Anuj Phogat
2015-04-17
1
-0
/
+6
*
i965: Refactor brw_is_hiz_depth_format()
Chad Versace
2015-04-13
1
-19
/
+0
*
i965: Add the ability to render to I8/L8 and I16/L16 UNORM formats.
Kenneth Graunke
2015-04-07
1
-0
/
+8
*
i965: Support MESA_FORMAT_R8G8B8X8_SRGB.
Kenneth Graunke
2015-01-04
1
-1
/
+4
*
i965: Re-enable Z16 on Gen8+.
Kenneth Graunke
2014-11-04
1
-0
/
+7
*
mesa: Add MESA_FORMAT_{A8R8G8B8, X8R8G8B8, X8B8G8R8}_SRGB (v2)
Richard Sandiford
2014-09-17
1
-0
/
+3
*
mesa: Add MESA_FORMAT_A8L8_{SNORM,SRGB}
Richard Sandiford
2014-09-17
1
-0
/
+2
*
i965: Enable the GL_ARB_texture_compression_bptc extension
Neil Roberts
2014-08-12
1
-0
/
+5
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-2
/
+1
*
Remove the ATI_envmap_bumpmap extension
Jason Ekstrand
2014-06-30
1
-1
/
+0
*
i965: Disable Z16 in all APIs.
Kenneth Graunke
2014-04-15
1
-6
/
+0
*
i965: Update comments about Z16 being slow.
Kenneth Graunke
2014-04-15
1
-7
/
+10
*
i965: Render R8G8B8X8 as R8G8B8A8
Chris Forbes
2014-04-10
1
-0
/
+3
*
i965: Pretend we don't support BRW_SURFACEFORMAT_R16G16B16_FLOAT for textures.
Chris Forbes
2014-04-10
1
-1
/
+1
*
i965: Enable R10G10B10A2_UNORM format
Chris Forbes
2014-04-10
1
-0
/
+1
*
i965: Enable R8G8B8A8_UNORM_SRGB format
Chris Forbes
2014-04-10
1
-0
/
+1
*
mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORM
Brian Paul
2014-03-10
1
-1
/
+1
*
i965: Implement ARB_stencil_texturing on Gen8+.
Kenneth Graunke
2014-03-04
1
-1
/
+1
*
i965: Fix S8 and X8 reversal in brw_depthbuffer_format refactor.
Kenneth Graunke
2014-02-21
1
-3
/
+3
*
i965: Pull format conversion logic out of brw_depthbuffer_format.
Kenneth Graunke
2014-02-19
1
-0
/
+41
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
1
-6
/
+6
*
mesa: Fix Type A _INT formats to MESA_FORMAT naming standard
Mark Mueller
2014-01-27
1
-20
/
+20
*
mesa: Fix MESA_FORMAT names containg SIGNED
Mark Mueller
2014-01-27
1
-17
/
+17
*
mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCE
Mark Mueller
2014-01-27
1
-35
/
+35
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-47
/
+47
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-36
/
+36
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
1
-8
/
+8
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-5
/
+5
*
i965: Remove unused depth_mode parameter from translate_tex_format().
Kenneth Graunke
2013-12-29
1
-1
/
+0
*
i965: Use RED for depth texture formats rather than INTENSITY.
Kenneth Graunke
2013-12-20
1
-4
/
+4
*
i965: Treat Haswell as 75 in the surface format table.
Kenneth Graunke
2013-12-13
1
-1
/
+1
*
i965: Move memset of TextureFormatSupported to brw_init_surface_formats.
Kenneth Graunke
2013-10-13
1
-0
/
+2
*
i965: Add BRW_SURFACEFORMAT_R32G32_FLOAT_LD, required for IVB gather4 w/a
Chris Forbes
2013-10-03
1
-0
/
+1
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-7
/
+4
*
i965: Move intel_context::is_<platform> flags to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Move intel_context::has_hiz to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+1
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-5
/
+7
*
i965: Move is_hiz_depth_format out of the vtable.
Kenneth Graunke
2013-07-03
1
-0
/
+19
*
i965: Split surface format code into a new file (brw_surface_formats.c).
Kenneth Graunke
2013-06-28
1
-0
/
+731