summaryrefslogtreecommitdiffstats
path: root/src/isl
Commit message (Expand)AuthorAgeFilesLines
* isl: Add more assertions to isl_surf_get_depth_format()Chad Versace2016-02-091-2/+6
* isl: Add func isl_surf_get_depth_format()Chad Versace2016-02-092-0/+50
* isl: Add logical z offset to GEN4_2D surfacesNanley Chery2016-01-271-1/+2
* isl/tests: Add some tests for intratile offsetsChad Versace2016-01-271-2/+94
* isl: Add func isl_get_intratile_image_offset_el()Chad Versace2016-01-272-0/+57
* isl/tests: Rename t_assert_offset()Chad Versace2016-01-271-30/+30
* isl: Add func isl_surf_get_image_offset_el()Chad Versace2016-01-273-17/+51
* isl: Fix row pitch for compressed formatsChad Versace2016-01-271-1/+1
* isl: Add func isl_surf_get_tile_info()Chad Versace2016-01-272-0/+14
* isl/gen9: Fix slice offset calculation for 1D array images.Francisco Jerez2016-01-261-2/+2
* isl: Fix gen8_choose_msaa_layout()Chad Versace2016-01-221-1/+1
* isl: Add func isl_tiling_is_any_y()Chad Versace2016-01-221-0/+6
* isl: Add func isl_device_get_sample_counts()Chad Versace2016-01-222-0/+47
* isl/format_layout: R11G11B10_FLOAT is unsignedJason Ekstrand2016-01-221-1/+1
* isl: Fix indentation of isl_format_layout commentChad Versace2016-01-221-5/+5
* isl/tests: Give tests less cryptic namesChad Versace2016-01-221-4/+4
* isl: Fix isl_surf_get_image_offset_sa for gen4_3d layoutChad Versace2016-01-221-2/+1
* isl/tests: Add test for bdw 3d surfaceChad Versace2016-01-221-1/+64
* isl/tests: Remove copy-paste assertionChad Versace2016-01-221-1/+0
* isl/tests: Fix buildChad Versace2016-01-221-2/+4
* isl: Add a READMEChad Versace2016-01-202-81/+114
* isl: Add ish.h to libsil_la_SOURCESKristian Høgsberg Kristensen2016-01-201-0/+1
* isl/device: Add a flag for bit 6 swizzlingJason Ekstrand2016-01-182-2/+6
* isl: Add missing break statement in array pitch calculationChad Versace2016-01-071-0/+1
* isl/gen9: Fix array pitch of 3d surfacesChad Versace2016-01-071-1/+14
* isl: Refactor func isl_calc_array_pitch_sa_rowsChad Versace2016-01-071-18/+19
* isl: Assert that alignments are not 0 for isl_alignJordan Justen2016-01-071-1/+1
* isl: Fix image alignment calculationJordan Justen2016-01-071-2/+3
* isl: Add isl_surf_get_array_pitch_el()Chad Versace2016-01-061-0/+31
* isl/gen9: Support ISL_DIM_LAYOUT_GEN9_1DChad Versace2016-01-061-18/+74
* isl: Don't align phys_slice0_sa.width twiceChad Versace2016-01-061-2/+2
* isl: Fix the documented units of isl_surf::row_pitchChad Versace2016-01-061-1/+1
* isl: Don't force linear for 1d surfaces in gen7_filter_tiling()Chad Versace2016-01-051-8/+0
* isl: Document gen7_filter_tiling()Chad Versace2016-01-051-0/+11
* isl: Prefer linear tiling for 1D surfacesChad Versace2016-01-051-0/+10
* isl: Remove isl_format_layout::bpbChad Versace2016-01-052-2/+1
* isl: Align isl_surf::phys_level0_sa to the format's compression blockChad Versace2016-01-052-8/+18
* isl: Fix mis-documented units of isl_surf::phys_level_saChad Versace2016-01-051-1/+2
* isl: Align single-level 2D surfaces to compression blockChad Versace2016-01-041-6/+12
* isl/format: Add some helpers for working with RGB formatsJason Ekstrand2016-01-042-0/+66
* isl: Add a file for format helpersJason Ekstrand2016-01-043-15/+42
* isl: Document mnemonic in Yf and Ys tilingChad Versace2016-01-041-2/+2
* isl: Use isl_align_npot for row_pitchKristian Høgsberg Kristensen2016-01-041-2/+2
* isl: Fix row pitch for linear buffersChad Versace2016-01-041-1/+21
* isl: Fix swapped if-else in isl_calc_row_pitchChad Versace2016-01-041-2/+2
* isl: Document some isl_surf::phys_level0_sa invariantsChad Versace2015-12-311-0/+4
* isl: Better document surface unitsChad Versace2015-12-311-2/+60
* isl: Document the 3D block extent of isl_formatChad Versace2015-12-311-0/+7
* Revert "isl: Fix assertion failure for npot pixel formats"Jason Ekstrand2015-12-301-2/+2
* isl: Fix assertion failure for npot pixel formatsChad Versace2015-12-301-2/+2