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
*
intel/i965: make gen_device_info mutable
Lionel Landwerlin
2016-09-23
1
-1
/
+1
*
i965: Rename intelScreen to screen.
Kenneth Graunke
2016-09-20
1
-1
/
+1
*
intel: s/brw_device_info/gen_device_info/
Jason Ekstrand
2016-09-03
1
-1
/
+1
*
i965/surface_formats: Don't advertise 8 or 16-bit RGB formats
Jason Ekstrand
2016-08-23
1
-0
/
+10
*
i965: Use ISL for surface format introspection
Jason Ekstrand
2016-05-23
1
-335
/
+9
*
i965/surface_formats: Update the VB column for new formats added on BYT
Jason Ekstrand
2016-05-23
1
-20
/
+20
*
i965: Unset alpha blend for R10G10B10_SNORM_A2_UNORM
Nanley Chery
2016-05-23
1
-1
/
+1
*
i965: Enable ARB_texture_stencil8 and OES_texture_stencil8 on Gen8+.
Kenneth Graunke
2016-04-26
1
-0
/
+1
*
i965: Disable KHR_texture_compression_astc_hdr on Gen9
Nanley Chery
2016-04-22
1
-3
/
+3
*
i965/surface_state: Use libisl functions for image format lowering
Jason Ekstrand
2016-04-21
1
-109
/
+0
*
i965/surface_formats: Update some formats for more recent gens
Jason Ekstrand
2016-04-15
1
-12
/
+12
*
i965: Expose the surface format table
Jason Ekstrand
2016-04-14
1
-18
/
+4
*
i965: Allow 8x MSAA on >= 64bpp formats on Gen8+.
Kenneth Graunke
2016-04-04
1
-1
/
+2
*
i965: Use constant pointer when checking for compression
Topi Pohjolainen
2016-02-10
1
-1
/
+1
*
i965/gen9: Don't allow the RGBX formats for texturing/rendering
Neil Roberts
2016-01-13
1
-0
/
+28
*
i965: Add B8G8R8X8_SRGB to the alpha format override
Neil Roberts
2015-12-13
1
-0
/
+4
*
i965: Add MESA_FORMAT_B8G8R8X8_SRGB to brw_format_for_mesa_format
Neil Roberts
2015-12-13
1
-0
/
+1
*
i965/gen8: Allow rendering to B8G8R8X8
Neil Roberts
2015-12-10
1
-4
/
+5
*
i965: Clean up #includes in the compiler.
Matt Turner
2015-11-24
1
-2
/
+0
*
i965/skl: skip fast clears for certain surface formats
Ben Widawsky
2015-11-20
1
-26
/
+26
*
i965: Add lossless compression to surface format table
Ben Widawsky
2015-11-20
1
-251
/
+274
*
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
[next]