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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
etnaviv: Disable seamless cube map on GC880
Marek Vasut
2020-05-13
3
-3
/
+10
*
freedreno/a6xx: fix max-scissor opt
Rob Clark
2020-05-13
2
-13
/
+10
*
freedreno: Skip taking the lock for resource usage if it's already flagged.
Eric Anholt
2020-05-12
1
-0
/
+5
*
freedreno: Move the resource_read early out to an inline.
Eric Anholt
2020-05-12
3
-15
/
+20
*
freedreno: Add an early out for preparing to read a resource.
Eric Anholt
2020-05-12
1
-0
/
+7
*
freedreno: Split the fd_batch_resource_used by read vs write.
Eric Anholt
2020-05-12
5
-47
/
+70
*
freedreno: Add a nohw flag to skip submitting to the kernel.
Eric Anholt
2020-05-12
3
-0
/
+5
*
freedreno/gmem: rework gmem layout algo
Rob Clark
2020-05-12
1
-29
/
+48
*
freedreno/gmem: relax alignment on a6xx
Rob Clark
2020-05-12
1
-0
/
+2
*
freedreno: add gmemtool
Rob Clark
2020-05-12
2
-0
/
+163
*
freedreno/gmem: add helper to dump GMEM layout
Rob Clark
2020-05-12
1
-0
/
+53
*
freedreno/gmem: add div_align() helper
Rob Clark
2020-05-12
1
-5
/
+11
*
freedreno: initialize max_scissor
Rob Clark
2020-05-12
1
-0
/
+8
*
freedreno/gmem: don't assume scissor opt when estimating # of bins
Rob Clark
2020-05-12
1
-6
/
+6
*
freedreno: Drop the "write" arg to emit_const_bo now relocs don't care.
Eric Anholt
2020-05-12
5
-35
/
+19
*
freedreno: Replace OUT_RELOCW with OUT_RELOC.
Eric Anholt
2020-05-12
26
-93
/
+93
*
freedreno: Tell the kernel that all BOs are for writing.
Eric Anholt
2020-05-12
1
-1
/
+0
*
freedreno: Replace OUT_RELOCD with permanently flagging shader BOs for it.
Eric Anholt
2020-05-12
4
-4
/
+4
*
freedreno: Start moving relocs flags into the BOs.
Eric Anholt
2020-05-12
1
-3
/
+1
*
etnaviv: generalize FE stall before loading shader and sampler states
Lucas Stach
2020-05-12
1
-10
/
+10
*
r600: Fix nir compiler options, i.e. don't lower IO to temps for TESS
Gert Wollny
2020-05-12
1
-5
/
+6
*
gallium/util: Fix leak in the live shader cache
Axel Davy
2020-05-11
1
-1
/
+4
*
zink: enable conditional rendering if available
Dave Airlie
2020-05-11
4
-2
/
+78
*
zink: add a GET_PROC_ADDR macro to simplify load_device_extensions
Erik Faye-Lund
2020-05-11
1
-5
/
+10
*
zink: load vk_GetMemoryFdKHR while creating screen
Erik Faye-Lund
2020-05-11
2
-5
/
+15
*
radeonsi: do not use cmask with encrypted texture
Pierre-Eric Pelloux-Prayer
2020-05-11
1
-0
/
+4
*
radeonsi: determine secure flag must be set for gfx IB
Pierre-Eric Pelloux-Prayer
2020-05-11
6
-1
/
+147
*
amdgpu: use AMDGPU_IB_FLAGS_SECURE when requested
Pierre-Eric Pelloux-Prayer
2020-05-11
1
-0
/
+5
*
radeonsi: add support for PIPE_RESOURCE_FLAG_ENCRYPTED
Pierre-Eric Pelloux-Prayer
2020-05-11
1
-3
/
+6
*
gallium: PIPE_RESOURCE_FLAG_ENCRYPTED
Pierre-Eric Pelloux-Prayer
2020-05-11
1
-0
/
+1
*
radeonsi/sdma: implement tmz support
Pierre-Eric Pelloux-Prayer
2020-05-11
3
-9
/
+33
*
radeonsi: force using staging texture when uploading to secure texture
Pierre-Eric Pelloux-Prayer
2020-05-11
1
-1
/
+1
*
amdgpu: add encrypted slabs support
Pierre-Eric Pelloux-Prayer
2020-05-11
4
-18
/
+70
*
radeonsi: allocate framebuffer texture as secure when using tmz
Pierre-Eric Pelloux-Prayer
2020-05-11
1
-0
/
+4
*
radeon: add RADEON_CREATE_ENCRYPTED flag
Pierre-Eric Pelloux-Prayer
2020-05-11
2
-0
/
+6
*
radeonsi: add AMD_DEBUG=tmz option
Pierre-Eric Pelloux-Prayer
2020-05-11
1
-0
/
+5
*
amdgpu/radeon: add secure api
Pierre-Eric Pelloux-Prayer
2020-05-11
5
-0
/
+49
*
lima/ppir: rework select conditions
Erico Nunes
2020-05-09
5
-25
/
+70
*
lima/ppir: add fallback mov option for const scheduler
Erico Nunes
2020-05-09
1
-3
/
+27
*
lima/ppir: rework store output
Erico Nunes
2020-05-09
7
-28
/
+40
*
lima/ppir: rework emit nir to ppir
Erico Nunes
2020-05-09
1
-36
/
+47
*
lima/ppir: remove unused clone functions
Erico Nunes
2020-05-09
2
-99
/
+0
*
lima/ppir: duplicate consts in nir
Erico Nunes
2020-05-09
6
-4
/
+130
*
lima/ppir: duplicate intrinsics in nir
Erico Nunes
2020-05-09
6
-33
/
+175
*
lima/ppir: combine varying loads in node_to_instr
Erico Nunes
2020-05-09
1
-8
/
+22
*
lima/ppir: do not assume single src for pipeline outputs
Erico Nunes
2020-05-09
3
-23
/
+31
*
lima/ppir: fix lod bias register codegen
Erico Nunes
2020-05-09
1
-1
/
+1
*
lima/ppir: introduce liveness internal live set
Erico Nunes
2020-05-09
3
-6
/
+24
*
radeonsi: remove emacs style config file
Qiang Yu
2020-05-09
1
-11
/
+0
*
freedreno: Initialize the bo's iova at creation time.
Eric Anholt
2020-05-08
1
-4
/
+0
[next]