nir/spirv: Hanle continues that use SSA values from the loop body
[mesa.git] / src / isl /
2016-01-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-01-12 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-07 Chad Versaceisl: Add missing break statement in array pitch calculation
2016-01-07 Chad Versaceisl/gen9: Fix array pitch of 3d surfaces
2016-01-07 Chad Versaceisl: Refactor func isl_calc_array_pitch_sa_rows
2016-01-07 Jordan Justenisl: Assert that alignments are not 0 for isl_align
2016-01-07 Jordan Justenisl: Fix image alignment calculation
2016-01-06 Chad Versaceisl: Add isl_surf_get_array_pitch_el()
2016-01-06 Chad Versaceisl/gen9: Support ISL_DIM_LAYOUT_GEN9_1D
2016-01-06 Chad Versaceisl: Don't align phys_slice0_sa.width twice
2016-01-06 Chad Versaceisl: Fix the documented units of isl_surf::row_pitch
2016-01-05 Chad Versaceisl: Don't force linear for 1d surfaces in gen7_filter_...
2016-01-05 Chad Versaceisl: Document gen7_filter_tiling()
2016-01-05 Chad Versaceisl: Prefer linear tiling for 1D surfaces
2016-01-05 Chad Versaceisl: Remove isl_format_layout::bpb
2016-01-05 Chad Versaceisl: Align isl_surf::phys_level0_sa to the format's...
2016-01-05 Chad Versaceisl: Fix mis-documented units of isl_surf::phys_level_sa
2016-01-05 Chad Versaceisl: Align single-level 2D surfaces to compression...
2016-01-05 Jason Ekstrandisl/format: Add some helpers for working with RGB formats
2016-01-05 Jason Ekstrandisl: Add a file for format helpers
2016-01-04 Chad Versaceisl: Document mnemonic in Yf and Ys tiling
2016-01-04 Kristian Høgsberg... isl: Use isl_align_npot for row_pitch
2016-01-04 Chad Versaceisl: Fix row pitch for linear buffers
2016-01-04 Chad Versaceisl: Fix swapped if-else in isl_calc_row_pitch
2015-12-31 Chad Versaceisl: Document some isl_surf::phys_level0_sa invariants
2015-12-31 Chad Versaceisl: Better document surface units
2015-12-31 Chad Versaceisl: Document the 3D block extent of isl_format
2015-12-31 Jason EkstrandRevert "isl: Fix assertion failure for npot pixel formats"
2015-12-31 Chad Versaceisl: Fix assertion failure for npot pixel formats
2015-12-30 Jason Ekstrandisl: Tile-align height in image size calculation
2015-12-29 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-17 Jason Ekstrandisl: Add a is_storage_image_format helper
2015-12-15 Chad Versaceisl: Add func isl_surf_get_image_offset_sa
2015-12-15 Chad Versaceisl: Fix calculation of array pitch for layout GEN4_2D
2015-12-15 Chad Versaceisl: Move it a standalone directory