summaryrefslogtreecommitdiffstats
path: root/src/intel/isl/isl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* isl: Don't use designated initializers in the headerJason Ekstrand2016-04-211-13/+24
* isl: Include c99_compat.hJason Ekstrand2016-04-211-0/+1
* isl: Remove surf_get_intratile_offset_elJason Ekstrand2016-04-081-20/+0
* isl: Rework the get_intratile_offset functionJason Ekstrand2016-04-081-12/+21
* isl: Add more helpers for determining if a format is an integer formatJason Ekstrand2016-03-101-0/+10
* isl: Get rid of isl_surf_fill_state_info::level0_extent_pxNanley Chery2016-03-041-9/+0
* isl: Add function to get intratile offsets from x/y offsetsNanley Chery2016-03-031-0/+12
* isl: Add helpers for filling out brw_image_paramJason Ekstrand2016-02-271-0/+12
* isl: Add a helper for filling a buffer surface stateJason Ekstrand2016-02-271-0/+37
* isl: Add a function for filling out a surface stateJason Ekstrand2016-02-271-0/+102
* Move isl to src/intelJason Ekstrand2016-02-181-0/+1025