radv: Add support for image views with multiple planes.
[mesa.git] / src / intel /
2019-04-25 Caio Marcelo de... intel/fs: Don't handle texop_tex for shaders without...
2019-04-25 Topi Pohjolainenintel/compiler/fs/icl: Use dummy masked urb write for...
2019-04-25 Juan A. Suarez RomeroRevert "intel/compiler: split is_partial_write() into...
2019-04-25 Lionel Landwerlini965: fix icelake performance query enabling
2019-04-24 Dave Airlieintel/compiler: fix uninit non-static variable. (v2)
2019-04-24 Rafael Antognolliintel/isl: Resize clear color buffer to full cacheline
2019-04-24 Jason Ekstrandanv/descriptor_set: Properly align descriptor buffer...
2019-04-24 Jason Ekstrandanv/descriptor_set: Only vma_heap_finish if we have...
2019-04-24 Jason Ekstrandanv/descriptor_set: Destroy sets before pool finalization
2019-04-24 Jason Ekstrandanv/descriptor_set: Unlink sets from the pool in set_de...
2019-04-24 Ian Romanickintel/fs: Fix D to W conversion in opt_combine_constants
2019-04-24 Ian Romanickintel/compiler: Lower ffma on Gen4 and Gen5
2019-04-24 Ian Romanickintel/compiler: Don't have sepearate, per-Gen nir_options
2019-04-23 Bas Nieuwenhuizenvulkan/wsi: Add X11 adaptive sync support based on...
2019-04-23 Lionel Landwerlinanv: fix argument name for vkCmdEndQuery
2019-04-23 Lionel Landwerlinintel: workaround VS fixed function issue on Gen9 GT1...
2019-04-22 Matt Turnerintel/compiler: Improve fix_3src_operand()
2019-04-22 Matt Turnerintel/compiler: Add unit tests for sat prop for differe...
2019-04-22 Matt Turnerintel/compiler: Use SIMD16 instructions in fs saturate...
2019-04-22 Rafael Antognolliintel/fs: Remove fs_generator::generate_linterp from...
2019-04-22 Rafael Antognolliintel/fs: Add a lowering pass for linear interpolation.
2019-04-22 Rafael Antognolliintel/fs: Move the scalar-region conversion to the...
2019-04-22 Rafael Antognolliintel/fs: Only propagate saturation if exec_size is...
2019-04-21 Ian Romanickintel/fs: Add support for float16 to the fsign optimiza...
2019-04-19 Jason Ekstrandanv: Rework the descriptor set layout create loop
2019-04-19 Jason Ekstrandanv: Ignore descriptor binding flags if bindingCount...
2019-04-19 Jason Ekstrandanv/nir: Add a central helper for figuring out SSBO...
2019-04-19 Jason Ekstrandanv: Implement VK_EXT_descriptor_indexing
2019-04-19 Jason Ekstrandanv: Put binding flags in descriptor set layouts
2019-04-19 Jason Ekstrandanv: Use bindless handles for images
2019-04-19 Jason Ekstrandintel/fs: Add support for bindless image load/store...
2019-04-19 Jason Ekstrandanv: Use bindless textures and samplers
2019-04-19 Jason Ekstrandanv: Pass the plane into lower_tex_deref
2019-04-19 Jason Ekstrandanv: Use write_image_view to initialize immutable samplers
2019-04-19 Jason Ekstrandanv: Count the number of planes in each descriptor...
2019-04-19 Jason Ekstrandintel/fs: Add support for bindless texture ops
2019-04-19 Jason Ekstrandintel,nir: Lower TXD with a bindless sampler
2019-04-19 Jason Ekstrandanv: Implement VK_KHR_shader_atomic_int64
2019-04-19 Jason Ekstrandanv: Implement SSBOs bindings with GPU addresses in...
2019-04-19 Jason Ekstrandanv: Lower some SSBO operations in apply_pipeline_layout
2019-04-19 Jason Ekstrandanv: Add a has_a64_buffer_access to anv_physical_device
2019-04-19 Jason Ekstrandintel/nir: Re-run int64 lowering in postprocess_nir
2019-04-19 Jason Ekstrandanv/pipeline: Add skeleton support for spilling to...
2019-04-19 Jason Ekstrandanv/pipeline: Sort bindings by most used first
2019-04-19 Jason Ekstrandanv: Add a #define for the max binding table size
2019-04-19 Jason Ekstrandanv: Put image params in the descriptor set buffer...
2019-04-19 Jason Ekstrandanv: Make all VkDeviceMemory BOs resident permanently
2019-04-19 Lionel Landwerlinanv: limit URB reconfigurations when using blorp
2019-04-19 Lionel Landwerlinintel/devinfo: add basic sanity tests on device database
2019-04-19 Lionel Landwerlinintel/devinfo: fix missing num_thread_per_eu on ICL
2019-04-18 Jason Ekstrandintel/fs: Account for live range lengths in spill costs
2019-04-18 Lionel Landwerlinanv: fix uninitialized pthread cond clock domain
2019-04-18 Jason Ekstrandanv: Drop some unneeded ANV_FROM_HANDLE for physical...
2019-04-18 Jason Ekstrandanv: Re-sort the GetPhysicalDeviceFeatures2 switch...
2019-04-18 Ian Romanickintel/fs: Generate better code for fsign multiplied...
2019-04-18 Ian Romanickintel/fs: Add a scale factor to emit_fsign
2019-04-18 Ian Romanickintel/fs: Refactor code generation for nir_op_fsign...
2019-04-18 Ian Romanickintel/fs: Eliminate dead code first
2019-04-18 Jason Ekstrandnir: Add a nir_src_as_intrinsic() helper
2019-04-18 Jason Ekstrandnir: Rework nir_src_as_alu_instr to not take a pointer
2019-04-18 Lionel Landwerlinanv: implement WaEnableStateCacheRedirectToCS
2019-04-18 Lionel Landwerliniris: implement WaEnableStateCacheRedirectToCS
2019-04-18 Iago Toral Quirogaanv/device: expose VK_KHR_shader_float16_int8 in gen8+
2019-04-18 Iago Toral Quirogaanv/pipeline: support Float16 and Int8 SPIR-V capabilit...
2019-04-18 Iago Toral Quirogaintel/compiler: validate region restrictions for mixed...
2019-04-18 Iago Toral Quirogaintel/compiler: validate conversions between 64-bit...
2019-04-18 Iago Toral Quirogaintel/compiler: validate region restrictions for half...
2019-04-18 Iago Toral Quirogaintel/compiler: also set F execution type for mixed...
2019-04-18 Iago Toral Quirogaintel/compiler: implement SIMD16 restrictions for mixed...
2019-04-18 Iago Toral Quirogaintel/compiler: skip MAD algebraic optimization for...
2019-04-18 Iago Toral Quirogaintel/compiler: remove inexact algebraic optimizations...
2019-04-18 Iago Toral Quirogaintel/compiler: fix cmod propagation for non 32-bit...
2019-04-18 Iago Toral Quirogaintel/compiler: add a brw_reg_type_is_integer helper
2019-04-18 Iago Toral Quirogaintel/compiler: implement is_zero, is_one, is_negative_...
2019-04-18 Iago Toral Quirogaintel/compiler: generalize the combine constants pass
2019-04-18 Iago Toral Quirogaintel/eu: force stride of 2 on NULL register for Byte...
2019-04-18 Iago Toral Quirogaintel/compiler: ask for an integer type if requesting...
2019-04-18 Iago Toral Quirogaintel/compiler: rework conversion opcodes
2019-04-18 Iago Toral Quirogaintel/compiler: activate 16-bit bit-size lowerings...
2019-04-18 Iago Toral Quirogaintel/compiler: split is_partial_write() into two variants
2019-04-18 Iago Toral Quirogaintel/compiler: workaround for SIMD8 half-float MAD...
2019-04-18 Iago Toral Quirogaintel/compiler: fix ddy for half-float in Broadwell
2019-04-18 Iago Toral Quirogaintel/compiler: fix ddx and ddy for 16-bit float
2019-04-18 Iago Toral Quirogaintel/compiler: set correct precision fields for 3...
2019-04-18 Iago Toral Quirogaintel/compiler: allow half-float on 3-source instructio...
2019-04-18 Iago Toral Quirogaintel/compiler: don't compact 3-src instructions with...
2019-04-18 Iago Toral Quirogaintel/compiler: add new half-float register type for...
2019-04-18 Iago Toral Quirogaintel/compiler: add instruction setters for Src1Type...
2019-04-18 Iago Toral Quirogaintel/compiler: drop unnecessary temporary from 32...
2019-04-18 Iago Toral Quirogaintel/compiler: implement 16-bit fsign
2019-04-18 Iago Toral Quirogaintel/compiler: handle extended math restrictions for...
2019-04-18 Iago Toral Quirogaintel/compiler: lower some 16-bit float operations...
2019-04-18 Iago Toral Quirogaintel/compiler: assert restrictions on conversions...
2019-04-18 Iago Toral Quirogaintel/compiler: handle b2i/b2f with other integer conve...
2019-04-18 Iago Toral Quirogaintel/compiler: split float to 64-bit opcodes from...
2019-04-18 Iago Toral Quirogaintel/compiler: add a NIR pass to lower conversions
2019-04-17 Juan A. Suarez Romeromeson: Add dependency on genxml to anvil genfiles
2019-04-17 Lionel Landwerlinintel/perf: constify accumlator parameter
2019-04-17 Lionel Landwerlinintel/perf: drop counter size field
2019-04-17 Lionel Landwerlini965: perf: add mdapi pipeline statistics queries on...
next