index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
amd
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: make radv_resolve_entrypoint static
Emil Velikov
2017-02-21
2
-2
/
+1
*
radv: remove unused radv_dispatch_table dtable
Emil Velikov
2017-02-21
2
-3
/
+0
*
radv: remove unneeded extern C notation
Emil Velikov
2017-02-21
1
-7
/
+1
*
radv: Don't flush at the start of a command buffer.
Bas Nieuwenhuizen
2017-02-21
1
-15
/
+0
*
radv: Flush in the initial preamble CS.
Bas Nieuwenhuizen
2017-02-21
3
-90
/
+148
*
radv: Special case the initial preamble.
Bas Nieuwenhuizen
2017-02-21
4
-15
/
+22
*
radv: Split emitting the cache flush out.
Bas Nieuwenhuizen
2017-02-21
1
-64
/
+77
*
radv: Free empty_cs on device destruction.
Bas Nieuwenhuizen
2017-02-21
1
-0
/
+2
*
radv: handle subpass cache flushes
Dave Airlie
2017-02-21
1
-48
/
+63
*
vulkan/wsi/x11: add support to detect if we can support rendering (v3)
Dave Airlie
2017-02-20
4
-4
/
+12
*
Revert "radv: detect command buffers that do no work and drop them (v2)"
Dave Airlie
2017-02-20
6
-32
/
+8
*
radv: Handle VK_REMAINING_ARRAY_LAYERS in fast clear eliminate.
Bas Nieuwenhuizen
2017-02-19
1
-2
/
+2
*
radv: handle layered fast clears.
Dave Airlie
2017-02-19
5
-29
/
+43
*
radv: pass subresourceRange by pointer.
Dave Airlie
2017-02-19
1
-13
/
+13
*
radv: fix typo in a2b10g10r10 fast clear calculation.
Dave Airlie
2017-02-19
1
-1
/
+1
*
radv: Invert ring SGPR check.
Bas Nieuwenhuizen
2017-02-19
1
-1
/
+1
*
radv: Clamp framebuffer dimensions to min. attachment dimensions.
Bas Nieuwenhuizen
2017-02-19
1
-6
/
+13
*
ac/llvm: use min+max instead of AMDGPU.clamp on LLVM 5.0
Marek Olšák
2017-02-18
1
-0
/
+17
*
radeonsi: stop using TGSI_OPCODE_CLAMP by moving it amd/common
Marek Olšák
2017-02-18
2
-0
/
+16
*
ac/llvm: fix various findMSB bugs
Marek Olšák
2017-02-18
1
-2
/
+3
*
radv: Use different allocator for descriptor set vram.
Bas Nieuwenhuizen
2017-02-17
2
-71
/
+29
*
radv: Never try to create more than max_sets descriptor sets.
Bas Nieuwenhuizen
2017-02-17
2
-2
/
+6
*
radv/ac: use shared umsb helper.
Dave Airlie
2017-02-16
1
-17
/
+1
*
radeon/ac: add emit umsb shared code.
Dave Airlie
2017-02-16
2
-0
/
+29
*
radeon/ac: use llvm.amdgcn.sffbh intrinsic instead of AMDGPU.flbit.i32
Dave Airlie
2017-02-16
1
-1
/
+2
*
radv/ac: use shader imsb emission code.
Dave Airlie
2017-02-16
1
-17
/
+1
*
radeon/ac: add ac_emit_imsb helper.
Dave Airlie
2017-02-16
2
-0
/
+28
*
radv: add fast color clear for b10g11r11
Dave Airlie
2017-02-16
1
-0
/
+5
*
radv: Add support for shaderStorageImageReadWithoutFormat.
Bas Nieuwenhuizen
2017-02-15
2
-1
/
+2
*
radv: Add support for shaderStorageImageWriteWithoutFormat.
Bas Nieuwenhuizen
2017-02-15
2
-2
/
+3
*
radv: also fixup event emission to not get culled.
Dave Airlie
2017-02-15
1
-0
/
+1
*
radv: query cmds should mark a cmd buffer as having draws.
Dave Airlie
2017-02-15
1
-0
/
+4
*
radv: fixup IA_MULTI_VGT_PARAM handling.
Dave Airlie
2017-02-14
4
-31
/
+105
*
radv: fix warning since using common gs emit code
Dave Airlie
2017-02-14
1
-1
/
+0
*
radv: adopt some init config workarounds from radeonsi.
Dave Airlie
2017-02-15
1
-2
/
+9
*
radv: re-enable init gfx state on CIK.
Dave Airlie
2017-02-15
1
-2
/
+1
*
radv: align the initial state command buffer.
Dave Airlie
2017-02-15
1
-0
/
+7
*
radv: fix cik macroModeIndex.
Dave Airlie
2017-02-15
1
-0
/
+14
*
radv: change base aligmment for allocated memory.
Dave Airlie
2017-02-15
1
-1
/
+1
*
radv/ac: use sendmsg emission interface.
Dave Airlie
2017-02-14
1
-26
/
+4
*
radeon/ac/llvm: add support for sendmsg emission
Dave Airlie
2017-02-14
2
-0
/
+25
*
radv: disable gfx init on CIK for now
Dave Airlie
2017-02-14
1
-1
/
+2
*
radv/ac: use common interp code for new intrinsics
Dave Airlie
2017-02-14
1
-20
/
+41
*
radv: use indirect buffer for initial gfx state.
Dave Airlie
2017-02-13
4
-1
/
+62
*
radv: start splitting init config up
Dave Airlie
2017-02-13
1
-8
/
+20
*
radv: don't pass physical device to si_init_ fns.
Dave Airlie
2017-02-13
3
-11
/
+9
*
radv: detect command buffers that do no work and drop them (v2)
Dave Airlie
2017-02-13
5
-8
/
+27
*
radv: Fix radv_GetPhysicalDeviceQueueFamilyProperties2KHR.
Bas Nieuwenhuizen
2017-02-13
1
-9
/
+36
*
radv: reduce CPU overhead merging bo lists.
Dave Airlie
2017-02-12
1
-1
/
+11
*
radv: handle queue submission with no cs but semaphores
Dave Airlie
2017-02-09
1
-2
/
+20
[next]