panfrost: Fixup vertex offsets to prevent shadow copy
[mesa.git] / src /
2019-04-19 Alyssa Rosenzweigpanfrost: Fixup vertex offsets to prevent shadow copy
2019-04-19 Alyssa Rosenzweigpanfrost: Track BO lifetime with jobs and reference...
2019-04-19 Jason Ekstrandanv/nir: Add a central helper for figuring out SSBO...
2019-04-19 Jason Ekstrandnir: Add helpers for getting the type of an address...
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 Ekstrandnir/lower_io: Expose some explicit I/O lowering helpers
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 Rob Clarkfreedreno/ir3: fix const assert
2019-04-19 Kristian H. Kristensengallium/auxiliary/vl: Fix a couple of warnings
2019-04-19 Kristian H. Kristensenegl/dri2: Mark potentially unused 'display' variable...
2019-04-19 Kristian H. Kristensenralloc: Fully qualify non-virtual destructor call
2019-04-19 Kristian H. Kristensennir_opcodes.py: Saturate to expression that doesn't...
2019-04-19 Kristian H. Kristensenglsl_to_nir: Initialize debug variable
2019-04-19 Kristian H. Kristensentgsi: Mark tgsi_strings_check() unused
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-19 Eric Anholtnir: Use the nir_builder _imm helpers in setting up...
2019-04-19 Eric Anholtnir: Fix deref offset calculation for structs.
2019-04-19 Erico Nuneslima: enable nir fsign lowering in ppir
2019-04-19 Erico Nunesnir/algebraic: add lowering for fsign
2019-04-19 Erico Nuneslima/ppir: support ppir_op_ceil
2019-04-19 Bas Nieuwenhuizenradv: Support VK_EXT_inline_uniform_block.
2019-04-19 Samuel Pitoisetac/nir: use the new raw/struct SSBO atomic intrisics...
2019-04-19 Samuel Pitoisetac/nir: only use the new raw/struct SSBO atomic intrins...
2019-04-19 Samuel Pitoisetac/nir: only use the new raw/struct image atomic intrin...
2019-04-19 Kenneth Graunkeiris: Be less aggressive at postdraw work skipping
2019-04-18 Jason Ekstrandintel/fs: Account for live range lengths in spill costs
2019-04-18 Gurchetan Singhvirgl/vtest: bump up protocol version + support encoded...
2019-04-18 Gurchetan Singhvirgl/vtest: wait after issuing a transfer get
2019-04-18 Gurchetan Singhvirgl/vtest: modify sending and receiving data for...
2019-04-18 Gurchetan Singhvirgl/vtest: receive and handle shared memory fd
2019-04-18 Gurchetan Singhvirgl/vtest: plumb support for shared memory
2019-04-18 Gurchetan Singhvirgl/vtest: add utilities for receiving fds
2019-04-18 Gurchetan Singhvirgl/vtest: execute a transfer_get when flushing the...
2019-04-18 Gurchetan Singhvirgl: wait after a flush
2019-04-18 Lionel Landwerlinanv: fix uninitialized pthread cond clock domain
2019-04-18 Eric Anholtv3d: Fix atomic cmpxchg in shaders on hardware.
2019-04-18 Eric Anholtv3d: Fix an invalid reuse of flags generation from...
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 Marek Olšákradeonsi/gfx9: use the correct condition for the DPBB...
2019-04-18 Ian Romanicknir/algebraic: Strength reduce some compares of x and -x
2019-04-18 Ian Romanicknir/algebraic: Fix some 1-bit Boolean weirdness
2019-04-18 Ian Romanicknir/algebraic: Replace a pattern where iand with a...
2019-04-18 Ian Romanicknir/algebraic: Recognize open-coded copysign(1.0, a)
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 Kristian H. Kristensenfreedreno: Fix format string warning
2019-04-18 Kristian H. Kristensenfreedreno/a6xx: Add helper for incrementing regid
2019-04-18 Kristian H. Kristensenfreedreno: Use enum values from matching enum
2019-04-18 Kristian H. Kristensenfreedreno/a2xx: Fix redundant if statement
2019-04-18 Kristian H. Kristensenfreedreno/ir3: Mark ir3_context_error() as NORETURN
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 Jason Ekstrandnir: Drop "struct" from some nir_* declarations
2019-04-18 Lionel Landwerlinanv: implement WaEnableStateCacheRedirectToCS
2019-04-18 Lionel Landwerlini965: 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 Quirogacompiler/spirv: move the check for Int8 capability
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
next