summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* anv: Assert that alignments are not 0 for align_*Jordan Justen2016-01-071-0/+3
* isl: Fix image alignment calculationJordan Justen2016-01-071-2/+3
* anv/state: Pull sampler vk-to-gen maps into genX_state_util.hJason Ekstrand2016-01-063-60/+30
* nir/spirv: Wrap borrow/carry ops in b2iJason Ekstrand2016-01-061-2/+4
* nir/spirv/cfg: Only set fall to true at the start of a caseJason Ekstrand2016-01-061-1/+2
* anv: Fix build without VALGRINDJordan Justen2016-01-061-1/+1
* i965/compiler: Enable more lowering in NIRJason Ekstrand2016-01-061-0/+5
* nir/algebraic: Add more loweringJason Ekstrand2016-01-062-0/+10
* nir/opcodes: Fix the folding expression for usub_borrowJason Ekstrand2016-01-061-1/+1
* nir/spirv: Properly implement ModfJason Ekstrand2016-01-061-1/+8
* nir/builder: Add a helper for storing to a derefJason Ekstrand2016-01-061-0/+16
* anv/gen9: Teach gen9_image_view_init() about 1D surface qpitchChad Versace2016-01-061-1/+29
* 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
* anv/gen9: Fix oob lookup of surface halign, valignChad Versace2016-01-061-12/+22
* anv/meta: Teach meta how to blit from a 1D imageChad Versace2016-01-062-4/+28
* nir/spirv: Fix switch statements with duplicate casesJason Ekstrand2016-01-052-12/+8
* nir/spirv/cfg: Assert that blocks only ever get added onceJason Ekstrand2016-01-051-0/+1
* nir/spirv: Simplify phi node handlingJason Ekstrand2016-01-053-95/+38
* anv/pipeline: Lower indirect temporaries and inputsJason Ekstrand2016-01-051-0/+6
* nir: Add an indirect deref lowering passJason Ekstrand2016-01-053-0/+242
* vk: Implement a basic pipeline cacheKristian Høgsberg Kristensen2016-01-057-53/+141
* vk: Destroy device->mutex when destroying the deviceKristian Høgsberg Kristensen2016-01-051-0/+2
* 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
* anv: Use isl_format_layout::bs instead of ::bpbChad Versace2016-01-052-4/+4
* 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
* nir/spirv: Add support for the ControlBarrier instructionJason Ekstrand2016-01-041-0/+2
* anv/UpdateDescriptorSets: Use the correct index for the buffer viewJason Ekstrand2016-01-041-1/+1
* nir/spirv: Implement extended add, sub, and mulJason Ekstrand2016-01-041-0/+28
* nir/spirv: Add support for bitfield operationsJason Ekstrand2016-01-041-0/+11
* nir/spirv: Add support for msb/lsb opcodesJason Ekstrand2016-01-041-3/+4
* nir/spirv: Add a documenting assert for OpConstantSamplerJason Ekstrand2016-01-041-0/+4
* nir/spirv: Add initial support for ConstantNullJason Ekstrand2016-01-041-0/+44
* isl: Align single-level 2D surfaces to compression blockChad Versace2016-01-041-6/+12
* anv/formats: Hand out different formats based on tiled vs. linearJason Ekstrand2016-01-041-2/+35
* anv/image_view: Separate vulkan and isl formatsJason Ekstrand2016-01-048-19/+33
* anv_get_isl_format: Support depth+stencil aspect valueJason Ekstrand2016-01-041-0/+1
* anv/image: Do more work in anv_image_view_initJason Ekstrand2016-01-044-32/+22
* anv/formats: Rework GetPhysicalDeviceFormatPropertiesJason Ekstrand2016-01-041-63/+76
* anv/formats: Add a tiling parameter to get_isl_formatJason Ekstrand2016-01-046-6/+11
* 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