summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-20[rfc] spirv: work around doom shaders having load/store to sampler typesradv-doom2016Dave Airlie1-0/+8
2017-02-20vulkan/wsi/x11: add support to detect if we can support rendering (v3)Dave Airlie14-10/+98
2017-02-20Revert "radv: detect command buffers that do no work and drop them (v2)"Dave Airlie6-32/+8
2017-02-19radv: Handle VK_REMAINING_ARRAY_LAYERS in fast clear eliminate.Bas Nieuwenhuizen1-2/+2
2017-02-19gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionallyMarek Olšák5-6/+14
2017-02-19radeonsi: fix UNSIGNED_BYTE index buffer fallback with non-zero start (v2)Marek Olšák1-2/+2
2017-02-19radv: handle layered fast clears.Dave Airlie5-29/+43
2017-02-19radv: pass subresourceRange by pointer.Dave Airlie1-13/+13
2017-02-19radv: fix typo in a2b10g10r10 fast clear calculation.Dave Airlie1-1/+1
2017-02-19radv: Invert ring SGPR check.Bas Nieuwenhuizen1-1/+1
2017-02-19radv: Clamp framebuffer dimensions to min. attachment dimensions.Bas Nieuwenhuizen1-6/+13
2017-02-18gallium: remove TGSI_OPCODE_CLAMPMarek Olšák14-86/+5
2017-02-18ac/llvm: use min+max instead of AMDGPU.clamp on LLVM 5.0Marek Olšák1-0/+17
2017-02-18radeonsi: stop using TGSI_OPCODE_CLAMP by moving it amd/commonMarek Olšák5-24/+22
2017-02-18tgsi/lowering: stop using TGSI_OPCODE_CLAMPMarek Olšák1-4/+13
2017-02-18st/mesa: stop using TGSI_OPCODE_CLAMPMarek Olšák1-10/+4
2017-02-18radeonsi: use R600_RESOURCE_FLAG_UNMAPPABLE where it's desirableMarek Olšák5-26/+50
2017-02-18gallium/radeon: add R600_RESOURCE_FLAG_UNMAPPABLEMarek Olšák2-2/+3
2017-02-18gallium/radeon: change r600_aligned_buffer_create to take flags, not bindMarek Olšák2-4/+4
2017-02-18radeonsi: upload constants into VRAM instead of GTTMarek Olšák4-10/+18
2017-02-18gallium/radeon: use TCC line size as alignment in other placesMarek Olšák4-5/+9
2017-02-18radeonsi: use a clever alignment for index buffer uploadsMarek Olšák1-4/+7
2017-02-18radeonsi: use a clever alignment for descriptor uploadsMarek Olšák1-4/+7
2017-02-18radeonsi: use a clever alignment for constant buffer uploadsMarek Olšák5-1/+21
2017-02-18radeonsi: move index buffer flushing into a non-upload indexed caseMarek Olšák1-7/+6
2017-02-18radeonsi: use SI_MAX_ATTRIBS where it should be usedMarek Olšák4-5/+5
2017-02-18radeonsi: sort members of si_shader_key::partMarek Olšák1-6/+6
2017-02-18radeonsi: have separate LS and ES main shader parts in the shader selectorMarek Olšák3-5/+49
2017-02-18radeonsi: don't compile pure monolithic shaders asynchronouslyMarek Olšák1-2/+6
2017-02-18radeonsi: allow unaligned vertex buffer offsets and strides on CIK-VIMarek Olšák1-3/+9
2017-02-18radeonsi: remove the fix_size3 workaroundMarek Olšák3-36/+0
2017-02-18radeonsi: add a workaround for clamping unaligned RGB 8 & 16-bit vertex loadsMarek Olšák5-6/+60
2017-02-18radeonsi: make fix_fetch an array of uint8_tMarek Olšák5-23/+25
2017-02-18vl: fix a buffer leak in the bicubic filter by using an uploaderMarek Olšák1-16/+11
2017-02-18gallium/hud: create files after graphs are created to get final namesMarek Olšák5-12/+23
2017-02-18gallium/u_suballoc: allow setting pipe_resource::flagsMarek Olšák5-9/+24
2017-02-18gallium/u_suballoc: use clear_buffer if availableMarek Olšák1-7/+14
2017-02-18gallium/util: correctly unref a buffer in u_prim_restartMarek Olšák1-1/+1
2017-02-18gallium/util: remove unused u_index_modify helpersMarek Olšák2-101/+0
2017-02-18gallium/util: remove unused helper util_draw_texquadMarek Olšák2-72/+0
2017-02-18gallium/docs: remove documentation of non-existent instructionsMarek Olšák1-26/+0
2017-02-17anv/TODO: Check off Storage Image Without FormatJason Ekstrand1-1/+0
2017-02-18ac/llvm: fix various findMSB bugsMarek Olšák1-2/+3
2017-02-17glsl: link error if unsized array not-last in ssboJose Maria Casanova Crespo1-1/+7
2017-02-17i965/fs: fix uninitialized memory accessLionel Landwerlin1-3/+2
2017-02-17glsl: disable on disk shader cache when running as another userTimothy Arceri1-0/+4
2017-02-17mesa/formatquery: use consistent local function namesAlejandro Piñeiro1-9/+9
2017-02-17radv: Use different allocator for descriptor set vram.Bas Nieuwenhuizen2-71/+29
2017-02-17radv: Never try to create more than max_sets descriptor sets.Bas Nieuwenhuizen2-2/+6
2017-02-17i965/fs: fix 32-bit data type to int64 conversion on BSW/BXTSamuel Iglesias Gonsálvez1-7/+7