summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* isl: Don't align phys_level0_sa by block dimensionNanley Chery2019-06-282-31/+19
* intel: Add and use helpers for level0 extentNanley Chery2019-06-284-21/+39
* iris: Enable PIPE_CAP_SURFACE_REINTERPRET_BLOCKSKenneth Graunke2019-06-282-6/+95
* meson: Add support for using cmake for finding LLVMDylan Baker2019-06-283-11/+21
* intel/compiler: fix derivative on y axis implementationLionel Landwerlin2019-06-281-21/+5
* glsl: Fix round64 conversion functionSagar Ghuge2019-06-261-9/+12
* i965: leaking of upload-BO with push constantsSergii Romantsov2019-06-261-0/+10
* anv/descriptor_set: Only write texture swizzles if we have an image viewJason Ekstrand2019-06-261-1/+1
* anv/cmd_buffer: Reuse gen8 Cmd{Set, Reset}Event on gen7Ville Syrjälä2019-06-253-140/+107
* freedreno/a5xx: fix batch leak in fd5 blitter pathRob Clark2019-06-251-0/+1
* glsl: Don't increase the iteration count when there are no terminatorsIan Romanick2019-06-251-1/+7
* anv: Add HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED in vk_formatNataraj Deshpande2019-06-253-3/+13
* freedreno: Fix up end range of unaligned UBO loads.Eric Anholt2019-06-251-2/+3
* freedreno: Fix UBO load range detection on booleans.Eric Anholt2019-06-251-2/+1
* util/os_file: resize buffer to what was actually neededEric Engestrom2019-06-211-0/+11
* iris: Fix iris_flush_and_dirty_history to actually dirty history.Kenneth Graunke2019-06-211-0/+2
* glx: fix glvnd pointer typesEric Engestrom2019-06-212-3/+3
* radv: disable viewport clamping even if FS doesn't write ZSamuel Pitoiset2019-06-211-3/+1
* anv: Fix vulkan build in meson.Bas Nieuwenhuizen2019-06-201-1/+7