summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-07-19radv: fix crash in shader tracing.Dave Airlie3-3/+8
2019-07-19radv: fix VGT_GS_MODE if VS uses the primitive IDSamuel Pitoiset1-2/+5
2019-07-18anv: fix alphaToCoverage when there is no color attachmentSamuel Iglesias Gonsálvez1-10/+33
2019-07-18anv: fix format mapping for depth/stencil formatsLionel Landwerlin1-0/+3
2019-07-18virgl: Set meta data for textures from handle.Lepton Wu1-0/+1
2019-07-18radv: Only save the descriptor set if we have one.Bas Nieuwenhuizen1-1/+1
2019-07-18anv: report timestampComputeAndGraphics trueLionel Landwerlin1-1/+1
2019-07-18vulkan/wsi: update swapchain status on vkQueuePresentLionel Landwerlin1-0/+21
2019-07-18nir/loop_analyze: Properly handle swizzles in loop conditionsJason Ekstrand1-140/+149
2019-07-18nir: Add some helpers for chasing SSA values properlyJason Ekstrand1-0/+79
2019-07-18nir/loop_analyze: Refactor detection of limit varsJason Ekstrand1-54/+51
2019-07-17softpipe: Remove unused static functionGert Wollny1-9/+0
2019-07-17nir/regs_to_ssa: Handle regs in phi sources properlyJason Ekstrand1-2/+32
2019-07-17meta: leaking of BO with DrawPixelsYevhenii Kolesnikov1-0/+2
2019-07-17anv: Account for dynamic stencil write disables in the PMA fixJason Ekstrand1-0/+2
2019-07-17meta: memory leak of CopyPixels usageSergii Romantsov1-0/+14
2019-07-16spirv: Fix stride calculation when lowering Workgroup to offsetsCaio Marcelo de Oliveira Filho1-1/+1
2019-07-16nir,intel: Add support for lowering 64-bit nir_opt_extract_*Jason Ekstrand3-1/+41
2019-07-16nir/opt_if: Clean up single-src phis in opt_if_loop_terminatorJason Ekstrand3-0/+16
2019-07-16anv: Add android dependencies on android.Bas Nieuwenhuizen1-0/+1
2019-07-16anv: fix crash in vkCmdClearAttachments with unused attachmentLionel Landwerlin1-3/+3
2019-07-15meson: Add dep_thread dependency.Vinson Lee1-0/+1
2019-07-15freedreno: Fix assertion failures in context setup in shader-db mode.Eric Anholt4-0/+4
2019-07-15anv: Fix pool allocator when first alloc needs to growCaio Marcelo de Oliveira Filho3-3/+71
2019-07-15mesa: save/restore SSO flag when using ARB_get_program_binaryTimothy Arceri1-0/+4
2019-07-15anv: Set Stateless Data Port Access MOCSJason Ekstrand1-0/+2
2019-07-15nir/loop_analyze: Bail if we encounter swizzlesJason Ekstrand1-0/+22
2019-07-15nir/loop_analyze: Handle bit sizes correctly in calculate_iterationsJason Ekstrand1-27/+48
2019-07-15nir: Add more helpers for working with const valuesJason Ekstrand2-0/+135
2019-07-15nir/loop_analyze: Fix phi-of-identical-alu detectionJason Ekstrand1-26/+29
2019-07-15nir/instr_set: Expose nir_instrs_equal()Jason Ekstrand2-59/+62
2019-07-15nir: Add a helper to determine if an intrinsic can be reorderedConnor Abbott3-11/+13
2019-07-10radeonsi: don't set READ_ONLY for const_uploader to fix bindless texture hangsMarek Olšák1-3/+1
2019-07-09vulkan/overlay: fix crash on freeing NULL command bufferLionel Landwerlin1-0/+4
2019-07-09mesa: Set minimum possible GLSL versionIan Romanick1-0/+11
2019-07-09nir: Use nir_src_bit_size instead of alu1->dest.dest.ssa.bit_sizeIan Romanick2-1/+218
2019-07-09nir: Add unit tests for nir_opt_comparison_preIan Romanick4-1/+334
2019-07-09intel/vec4: Reswizzle VF immediates tooIan Romanick1-1/+23
2019-07-09anv: fix VkExternalBufferProperties for host allocationChia-I Wu1-0/+10
2019-07-09anv: fix VkExternalBufferProperties for unsupported handlesChia-I Wu1-1/+7
2019-07-09radv: Handle cmask being disallowed by addrlib.Bas Nieuwenhuizen1-0/+5
2019-07-09vulkan/overlay: fix command buffer statsLionel Landwerlin1-0/+2
2019-07-05iris: Use a uint16_t for key sizesJason Ekstrand1-1/+1
2019-07-04radv: Fix interactions between variable descriptor count and inline uniform b...Bas Nieuwenhuizen1-1/+5
2019-07-04intel: fix wrong format usageJuan A. Suarez Romero1-1/+1
2019-07-03spirv: Ignore ArrayStride in OpPtrAccessChain for WorkgroupCaio Marcelo de Oliveira Filho1-4/+6
2019-07-02meson: Search for execinfo.hJory Pratt3-6/+6
2019-07-02util: Heap-allocate 256K zlib bufferJory Pratt1-1/+8
2019-07-02radv: Only allocate supplied number of descriptors when variable.Bas Nieuwenhuizen1-1/+7
2019-07-01vl: Use CS composite shader only if TEX_LZ and DIV are supportedGert Wollny2-8/+11