anv: drop unused code
[mesa.git] / src / intel / isl /
2019-08-08 Greg Vi965/tiled_memcpy: avoid creating bswap32 if it exists...
2019-08-03 Eric Engestrommeson: replace libmesa_util with idep_mesautil
2019-08-01 Mark Janesintel/device: rename gen_get_device_info
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-31 Eric Engestromintel: drop incorrect MAYBE_UNUSED
2019-07-29 Jason Ekstrandisl/formats: R8G8B8_UNORM_SRGB isn't supported on HSW
2019-06-27 Nanley Cheryisl: Don't align phys_level0_sa by block dimension
2019-06-27 Nanley Cheryintel: Add and use helpers for level0 extent
2019-06-20 Eric Engestromisl: tag unreachable path as such
2019-06-07 Kenneth Graunkeisl: Mark enum isl_channel_select packed so it becomes...
2019-05-14 Nanley Cheryisl: Add restrictions to isl_surf_get_hiz_surf()
2019-05-14 Nanley Cheryisl: Add restriction and comments to isl_surf_get_ccs_s...
2019-05-14 Nanley Cheryisl: Modify restrictions in isl_surf_get_mcs_surf()
2019-04-29 Plamena Manolovaisl: Set ClearColorConversionEnable.
2019-04-29 Eric Engestromdelete autotools .gitignore files
2019-04-24 Rafael Antognolliintel/isl: Resize clear color buffer to full cacheline
2019-03-20 Rafael Antognolliintel/isl: Add isl_format_has_color_component() function.
2019-03-07 Kenneth Graunkeisl: Add a swizzle parameter to isl_buffer_fill_state()
2019-02-22 Samuel Iglesias... isl: the display engine requires 64B alignment for...
2019-02-20 Samuel Iglesias... isl: remove the cache line size alignment requirement
2019-02-14 Eric Engestromdrm-uapi: use local files, not system libdrm
2019-02-05 Caio Marcelo de... isl: assert that Gen8+ don't have bit6_swizzling
2019-01-10 Tapani Pälliintel/isl: move tiled_memcpy static libs from i965...
2018-12-14 Kenneth Graunkegenxml: Consistently use a numeric "MOCS" field
2018-11-20 Dylan Bakermeson: Add tests to suites
2018-11-19 Gert Wollnyi965: Correct L8_UNORM_SRGB table entry
2018-09-26 Jason Ekstrandintel/isl: Add a unit suffixes to some struct fields...
2018-08-29 Jason Ekstrandintel/compiler: Use two components for 1D array image...
2018-08-29 Jason Ekstrandisl: Use the view array length for the image size
2018-08-22 Nanley Cheryintel/isl: Avoid tiling some 16K-wide render targets
2018-08-16 Eric Engestromintel: various python cleanups
2018-08-10 Mathieu Bridonmeson: Build with Python 3
2018-07-19 Nanley Cheryintel/isl/gen4: Make depth/stencil buffers Y-Tiled
2018-06-18 Eric Engestrommeson: fix i965/anv/isl genX static lib names
2018-06-07 Jason Ekstrandintel/isl: Add bounds-checking assertions for the forma...
2018-06-07 Jason Ekstrandintel/isl: Add bounds-checking assertions in isl_format...
2018-05-18 Nanley Cheryi965: isl: Move the MCS gen7+ assertion into ISL
2018-05-10 Jason Ekstrandintel/isl/storage: Don't lower most UNORM formats on...
2018-05-10 Jason Ekstrandintel/isl: Several UNORM formats support typed writes...
2018-05-09 Jason Ekstrandintel/isl: Allow CCS_E on 1010102 formats
2018-05-09 Jason Ekstrandintel/isl: Add format conversion code
2018-05-09 Jason Ekstrandintel/isl/format: Get rid of the ALPHA colorspace
2018-05-09 Jason Ekstrandintel/isl/format: Add field locations informations...
2018-05-09 Jason Ekstrandintel/isl/format: Add a column for channel order to...
2018-05-09 Jason Ekstrandintel/isl: Add some helpers for working with RGBX formats
2018-05-09 Jason Ekstrandintel/isl: Add a helper for inverting swizzles
2018-05-09 Jason Ekstrandintel/isl: Add a helper for composing swizzles
2018-05-09 Jason Ekstrandintel/isl: Add an isl_swizzle_supports_rendering helper
2018-04-05 Rafael Antognolliintel/isl: Add support to emit clear value address.
2018-04-05 Rafael Antognolliintel: Use Clear Color struct size.
2018-03-05 Kenneth Graunkeintel: Drop SURFACE_FORMAT enum from genxml.
2018-03-05 Jordan Justenintel/isl: Add isl_format_is_valid
2018-03-05 Jordan Justenintel: Split gen_device_info out into libintel_dev
2018-03-03 Ian Romanickisl: Silence unused parameter warnings in __gen_combine...
2018-03-01 Jose Maria Casanov... isl/i965/fs: SSBO/UBO buffers need size padding if...
2018-02-22 Jason Ekstrandintel/isl: Improve the documentation on get_default_aux...
2018-02-20 Jason Ekstrandintel/isl: Add an isl_color_value_is_zero helper
2018-02-16 Anuj Phogatintel/isl/icl: Build and use gen11 surface state emit...
2018-02-16 Anuj Phogatintel/isl/icl: Add the maximum surface size limit
2018-02-15 Anuj Phogatisl: Don't use surface format R32_FLOAT for typed atomi...
2018-02-09 Jason Ekstrandintel/isl: Codify AUX operations in an enum
2018-01-11 Dylan Bakermeson: don't use intermediate variables that are immedi...
2018-01-11 Dylan Bakermeson: Use consistent style for tests
2017-12-15 Kenneth Graunkeisl: Don't require VALIGN_2 for R32G32B32_FLOAT on...
2017-12-04 Chad Versaceintel/isl: Declare private array as static const
2017-11-13 Dylan Bakermeson: Don't build intel shared components by default
2017-10-31 Nanley Cheryintel/isl: Disable some gen10 CCS_E formats for now
2017-10-19 Kenneth Graunkeisl: Fix width check in isl_gen7_choose_msaa_layout.
2017-10-12 tournier.eliemeson: fix typo in isl
2017-10-06 Lionel Landwerlinisl: fill out layout descriptions for yuv formats
2017-10-06 Lionel Landwerlinisl: check whether a format is rgb if colorspace is yuv
2017-10-06 Lionel Landwerlinisl: make format layout channels accessible by index
2017-10-03 Kenneth Graunkeintel: Always set Cube Face Enables for all surfaces.
2017-10-03 Kenneth Graunkeintel: Make Cube Face Enable fields consistent across...
2017-09-27 Dylan Bakermeson: Add build Intel "anv" vulkan driver
2017-09-18 Jason Ekstrandintel/isl: Add a drm_modifier_get_default_aux_state...
2017-08-29 Matt Turnerintel/isl: Mark functions used conditionally as UNUSED
2017-08-29 Matt Turnerintel/isl: Explicitly cast between different enums
2017-08-29 Matt Turnerintel/isl: Remove 'inline' keywords
2017-08-19 Kenneth Graunkeisl: Add a null surface fill function.
2017-08-18 Jason Ekstrandintel/isl: Replace switch statements of doom with a...
2017-08-18 Jason Ekstrandintel/isl: Reduce header file duplication
2017-08-14 Ben Widawskyi965: Pretend that CCS modified images are two planes
2017-08-14 Jason Ekstrandintel/isl: Add support for I915_FORMAT_MOD_Y_TILED_CCS
2017-08-10 Kenneth Graunkeisl: Validate row pitch of stencil surfaces.
2017-08-07 Jason Ekstrandintel/isl: Don't align the height of the last array...
2017-08-07 Jason Ekstrandintel/isl: Stop padding surfaces
2017-07-23 Jason Ekstrandintel/isl: Add some sanity checks for compressed surfaces
2017-07-23 Jason Ekstrandintel/isl: Add a helper to get a subimage surface
2017-07-23 Jason Ekstrandintel/isl: Add a helper for determining if a color...
2017-07-23 Jason Ekstrandintel/isl/format: Add an srgb_to_linear helper
2017-07-23 Jason Ekstrandintel/isl/format: Dedent the template in gen_format_lay...
2017-07-23 Jason Ekstrandintel/isl: Add an aux state for "partial clear"
2017-07-23 Nanley Cheryintel/isl: Add surface state clear value information
2017-07-23 Jason Ekstrandintel/isl: Tighten up restrictions for CCS on gen7
2017-07-21 Topi Pohjolainenintel/isl/gen7: Don't allow multisampled surfaces with...
2017-07-21 Topi Pohjolainenintel/isl/gen7: Allow msaa with signed integer formats
2017-07-21 Topi Pohjolainenintel/isl/gen7: Allow msaa with 128-bit formats
2017-07-21 Topi Pohjolainenintel/isl: Allow 1D surfaces with compressed formats
2017-07-21 Topi Pohjolainenintel/isl: Align non-tiled horizontally by cache line
next