aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/isl/isl.h
Commit message (Expand)AuthorAgeFilesLines
* intel/isl: Add support for setting component write disablesJason Ekstrand2017-05-261-0/+20
* intel/isl: Add ASTC HDR to format lists and helpersNanley Chery2017-05-221-0/+14
* anv: Use ISL for emitting depth/stencil/hizJason Ekstrand2017-04-101-1/+1
* intel/isl: Add support for emitting depth/stencil/hizJason Ekstrand2017-04-101-0/+74
* isl: Drop unused isl_surf_init_info::min_pitchChad Versace2017-03-281-3/+0
* isl: Let isl_surf_init's caller set the exact row pitch (v2)Chad Versace2017-03-281-0/+6
* isl: document the meaning of the array_len field in isl_viewIago Toral Quiroga2017-03-021-0/+6
* intel/isl: Return surface creation success from aux helpersJason Ekstrand2017-02-231-2/+2
* intel/isl: Add format metadata for typed reads/writesJason Ekstrand2017-02-141-0/+4
* intel/isl: Add a formats_are_ccs_e_compatible helperJason Ekstrand2017-02-021-0/+4
* intel/isl: Add a format_supports_ccs_d helperJason Ekstrand2017-02-021-0/+2
* intel/isl: Rename supports_lossless_compression to supports_ccs_eJason Ekstrand2017-02-021-2/+2
* intel/isl: Add some basic info about RENDER_SURFACE_STATE to isl_deviceJason Ekstrand2016-11-161-0/+11
* isl: use ifndef header guardsEmil Velikov2016-10-141-1/+4
* isl: make locally used functions staticEmil Velikov2016-10-141-10/+0
* isl: Correct a comment in the isl_format enumNanley Chery2016-10-071-1/+1
* intel/isl: Add a format_supports_multisampling helperJason Ekstrand2016-10-031-0/+2
* intel/isl: Add support for RGB formats in X and Y-tiled memoryJason Ekstrand2016-09-121-1/+20
* intel/isl: Add a helper for getting the size of an interleaved pixelJason Ekstrand2016-09-121-0/+3
* intel/isl: Fix an assert in get_intratile_offset_saJason Ekstrand2016-09-121-1/+1
* intel/isl: Add an isl_swizzle structure and use it for isl_view swizzlesJason Ekstrand2016-09-121-1/+17
* intel/isl: Treat 3-D textures as 2-D arrays for renderingJason Ekstrand2016-09-121-0/+6
* intel: s/brw_device_info/gen_device_info/Jason Ekstrand2016-09-031-11/+11
* isl: Add helpers for creating different types of aux surfacesJason Ekstrand2016-08-171-0/+15
* isl: Add a #define for DEV_IS_BAYTRAILJason Ekstrand2016-08-171-0/+4
* isl: Add functions for computing surface offsets in samplesJason Ekstrand2016-08-171-0/+48
* isl: Fix the parameter names for get_intratile_offsetJason Ekstrand2016-08-171-4/+4
* isl: Add a helper for getting a depth format from an isl_formatJason Ekstrand2016-08-081-0/+2
* isl/state: Add support for OffsetX/Y in surface stateJason Ekstrand2016-07-151-0/+3
* isl: Add an ISL_DEV_IS_G4X macroJason Ekstrand2016-07-151-0/+4
* isl: Fix isl_tiling_is_any_y()Nanley Chery2016-07-151-1/+1
* isl/state: Add support for handling auxiliary surfacesJason Ekstrand2016-07-131-0/+7
* isl: Add an auxiliary surface usage enumJason Ekstrand2016-07-131-0/+26
* isl: Add support for color control surfacesJason Ekstrand2016-07-131-0/+14
* isl: Add support for multisample compression surfacesJason Ekstrand2016-07-131-0/+7
* isl: Add support for HiZ surfacesJason Ekstrand2016-07-131-0/+17
* isl: Kill off isl_format_layout::bsJason Ekstrand2016-07-131-3/+2
* isl: Take bpb rather than bs in tiling_get_infoJason Ekstrand2016-07-131-1/+1
* isl: Bring back isl_format_layout::bpbJason Ekstrand2016-07-131-0/+1
* isl: Rework the way we define tile sizes.Jason Ekstrand2016-07-131-4/+33
* isl: Get rid of tiling_get_extentJason Ekstrand2016-07-131-6/+0
* isl: Fix some tautological-compare warningsBen Widawsky2016-05-261-0/+8
* isl: Add per-gen format introspectionJason Ekstrand2016-05-231-0/+13
* isl: Add the ISL_FORMAT_R32G32_FLOAT_LD formatJason Ekstrand2016-05-231-0/+1
* isl: Add support for quering the string name of a formatJason Ekstrand2016-05-231-0/+7
* isl: Add 2D ASTC format layouts and enumsNanley Chery2016-05-201-0/+30
* isl/format: Add a get_num_channels helperJason Ekstrand2016-04-211-0/+2
* isl/format: Add more isl_format_has_type_channel functionsJason Ekstrand2016-04-211-4/+19
* isl: Add a helper for determining when a typed load/store can be usedJason Ekstrand2016-04-211-0/+7
* isl: Take a devinfo in lower_storage_image_format instead of an isl_deviceJason Ekstrand2016-04-211-1/+1