nir: nir_shader_compiler_options: drop native_integers
[mesa.git] / src / intel /
2019-05-07 Christian Gmeinernir: nir_shader_compiler_options: drop native_integers
2019-05-03 Jason Ekstrandanv,i965: Stop warning about incomplete gen11 support
2019-05-03 Lionel Landwerlinanv: fix crash when application does not provide push...
2019-05-03 Caio Marcelo de... intel/fs: Assert when brw_fs_nir sees a nir_deref_instr
2019-05-02 Jason Ekstrandanv: Stop including POS in FS input limits
2019-04-30 Eric Engestromanv: add support for VK_EXT_memory_budget
2019-04-30 Juan A. Suarez Romeroanv: enable descriptor indexing capabilities
2019-04-29 Rafael Antognolliintel/blorp: Make blorp update the clear color in gen11.
2019-04-29 Rafael Antognolliintel/genxml: Update MI_ATOMIC genxml definition.
2019-04-29 Jordan Justenintel/genxml: Support base-16 in value & start fields...
2019-04-29 Plamena Manolovaisl: Set ClearColorConversionEnable.
2019-04-29 Eric Engestromdelete autotools .gitignore files
2019-04-29 Lionel LandwerlinRevert "anv: limit URB reconfigurations when using...
2019-04-29 Kenneth Graunkeintel/fs: Don't emit empty ELSE blocks.
2019-04-29 Tapani Pällianv: expose VK_EXT_queue_family_foreign on Android
2019-04-26 Jason Ekstrandanv/descriptor_set: Don't fully destroy sets in pool...
2019-04-26 Jason Ekstrandanv: Better handle 32-byte alignment of descriptor...
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
next