summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nir/loop_analyze: Refactor detection of limit varsJason Ekstrand2019-07-181-54/+51
* softpipe: Remove unused static functionGert Wollny2019-07-171-9/+0
* nir/regs_to_ssa: Handle regs in phi sources properlyJason Ekstrand2019-07-171-2/+32
* meta: leaking of BO with DrawPixelsYevhenii Kolesnikov2019-07-171-0/+2
* anv: Account for dynamic stencil write disables in the PMA fixJason Ekstrand2019-07-171-0/+2
* meta: memory leak of CopyPixels usageSergii Romantsov2019-07-171-0/+14
* spirv: Fix stride calculation when lowering Workgroup to offsetsCaio Marcelo de Oliveira Filho2019-07-161-1/+1
* nir,intel: Add support for lowering 64-bit nir_opt_extract_*Jason Ekstrand2019-07-163-1/+41
* nir/opt_if: Clean up single-src phis in opt_if_loop_terminatorJason Ekstrand2019-07-163-0/+16
* anv: Add android dependencies on android.Bas Nieuwenhuizen2019-07-161-0/+1
* anv: fix crash in vkCmdClearAttachments with unused attachmentLionel Landwerlin2019-07-161-3/+3
* meson: Add dep_thread dependency.Vinson Lee2019-07-151-0/+1
* freedreno: Fix assertion failures in context setup in shader-db mode.Eric Anholt2019-07-154-0/+4
* anv: Fix pool allocator when first alloc needs to growCaio Marcelo de Oliveira Filho2019-07-153-3/+71
* mesa: save/restore SSO flag when using ARB_get_program_binaryTimothy Arceri2019-07-151-0/+4
* anv: Set Stateless Data Port Access MOCSJason Ekstrand2019-07-151-0/+2
* nir/loop_analyze: Bail if we encounter swizzlesJason Ekstrand2019-07-151-0/+22
* nir/loop_analyze: Handle bit sizes correctly in calculate_iterationsJason Ekstrand2019-07-151-27/+48
* nir: Add more helpers for working with const valuesJason Ekstrand2019-07-152-0/+135
* nir/loop_analyze: Fix phi-of-identical-alu detectionJason Ekstrand2019-07-151-26/+29
* nir/instr_set: Expose nir_instrs_equal()Jason Ekstrand2019-07-152-59/+62
* nir: Add a helper to determine if an intrinsic can be reorderedConnor Abbott2019-07-153-11/+13
* radeonsi: don't set READ_ONLY for const_uploader to fix bindless texture hangsMarek Olšák2019-07-101-3/+1
* vulkan/overlay: fix crash on freeing NULL command bufferLionel Landwerlin2019-07-091-0/+4
* mesa: Set minimum possible GLSL versionIan Romanick2019-07-091-0/+11
* nir: Use nir_src_bit_size instead of alu1->dest.dest.ssa.bit_sizeIan Romanick2019-07-092-1/+218
* nir: Add unit tests for nir_opt_comparison_preIan Romanick2019-07-094-1/+334
* intel/vec4: Reswizzle VF immediates tooIan Romanick2019-07-091-1/+23
* anv: fix VkExternalBufferProperties for host allocationChia-I Wu2019-07-091-0/+10
* anv: fix VkExternalBufferProperties for unsupported handlesChia-I Wu2019-07-091-1/+7
* radv: Handle cmask being disallowed by addrlib.Bas Nieuwenhuizen2019-07-091-0/+5
* vulkan/overlay: fix command buffer statsLionel Landwerlin2019-07-091-0/+2
* iris: Use a uint16_t for key sizesJason Ekstrand2019-07-051-1/+1
* radv: Fix interactions between variable descriptor count and inline uniform b...Bas Nieuwenhuizen2019-07-041-1/+5
* intel: fix wrong format usageJuan A. Suarez Romero2019-07-041-1/+1
* spirv: Ignore ArrayStride in OpPtrAccessChain for WorkgroupCaio Marcelo de Oliveira Filho2019-07-031-4/+6
* meson: Search for execinfo.hJory Pratt2019-07-023-6/+6
* util: Heap-allocate 256K zlib bufferJory Pratt2019-07-021-1/+8
* radv: Only allocate supplied number of descriptors when variable.Bas Nieuwenhuizen2019-07-021-1/+7
* vl: Use CS composite shader only if TEX_LZ and DIV are supportedGert Wollny2019-07-012-8/+11
* gallium: Add CAP for opcode DIVGert Wollny2019-07-0110-0/+11
* intel/compiler: don't use byte operands for src1 on ICLLionel Landwerlin2019-07-014-20/+192
* Revert "meson: Add support for using cmake for finding LLVM"Dylan Baker2019-07-013-21/+11
* Revert "iris/icl: Add WA_2204188704 to disable pixel shader panic dispatch"Anuj Phogat2019-07-011-8/+0
* Revert "anv/icl: Add WA_2204188704 to disable pixel shader panic dispatch"Anuj Phogat2019-07-011-12/+0
* Revert "i965/icl: Add WA_2204188704 to disable pixel shader panic dispatch"Anuj Phogat2019-07-012-10/+0
* radeon/uvd: fix calc_ctx_size_h265_main10Pierre-Eric Pelloux-Prayer2019-07-013-9/+9
* mesa: delete framebuffer texture attachment sampler viewsPierre-Eric Pelloux-Prayer2019-07-011-0/+15
* radv: only enable VK_AMD_gpu_shader_{half_float,int16} on GFX9+Samuel Pitoiset2019-06-281-2/+2
* gallium: Make util_copy_image_view handle shader_accessKenneth Graunke2019-06-281-0/+2