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
*
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
*
freedreno: Deduplicate ringbuffer macros with computerator/fdperf
Eric Anholt
2020-05-08
1
-139
/
+0
*
freedreno,tu: Don't request fragcoord components not being read.
Hyunjun Ko
2020-05-08
6
-36
/
+24
*
st/wgl: allocate and resolve msaa-textures
Erik Faye-Lund
2020-05-07
1
-6
/
+79
*
st/wgl: pass st_context_iface into stw_st_framebuffer_present_locked
Erik Faye-Lund
2020-05-07
3
-5
/
+8
*
radeonsi: Fix omitted flush when moving suballocated texture
Blaž Tomažič
2020-05-07
3
-6
/
+16
*
amd: unify code for overriding offset and stride for imported buffers
Marek Olšák
2020-05-07
1
-30
/
+13
*
ac/surface,radeonsi: move the set/get_umd_metadata code into ac_surface.c
Marek Olšák
2020-05-07
1
-147
/
+9
*
ac/surface,radeonsi: move the set/get_bo_metadata code to ac_surface.c
Marek Olšák
2020-05-07
6
-218
/
+95
*
amd: assume HTILE is always rb/pipe_aligned, remove ac_surface.u.gfx9.htile
Marek Olšák
2020-05-07
3
-12
/
+12
*
amd: assume CMASK is always rb/pipe_aligned, remove ac_surface.u.gfx9.cmask
Marek Olšák
2020-05-07
2
-10
/
+10
*
amd: remove duplicated definitions from amdgpu_drm.h
Marek Olšák
2020-05-07
3
-16
/
+0
*
llvmpipe: make sample position a global array.
Dave Airlie
2020-05-07
3
-11
/
+12
*
gallium/swr: Fix crashes in sampling code
Jan Zielinski
2020-05-07
3
-0
/
+8
*
panfrost: Don't trample on top of Bifrost-specific unions
Tomeu Vizoso
2020-05-07
1
-20
/
+26
*
panfrost: Add checksum BOs to batch
Tomeu Vizoso
2020-05-07
1
-2
/
+14
*
util/os_memory: never use os_memory_debug.h
Erik Faye-Lund
2020-05-07
1
-8
/
+0
*
v3d: Include supported DXT formats to enable s3tc/dxt extensions
Jose Maria Casanova Crespo
2020-05-07
1
-0
/
+5
*
v3d: Fix swizzle in DXT3 and DXT5 formats
Jose Maria Casanova Crespo
2020-05-07
1
-2
/
+2
*
clover/nir: Check the result of spirv_to_nir
Pierre Moreau
2020-05-07
1
-0
/
+5
*
virgl: Enable CAP_CLEAR_TEXTURE if host supports it
Elie Tournier
2020-05-07
2
-1
/
+3
*
virgl: implement ARB_clear_texture
Elie Tournier
2020-05-07
4
-0
/
+73
*
r600: Fix warning regarding mixing enums and unsigned in ?: expression
Gert Wollny
2020-05-07
1
-1
/
+1
*
r600: remove some unused variables to silence warnings
Gert Wollny
2020-05-07
2
-4
/
+0
*
r600/sb: replace memset by using member initialization/assignment
Gert Wollny
2020-05-07
6
-10
/
+45
*
r600: remove unused static functions
Gert Wollny
2020-05-07
1
-199
/
+0
*
r600: Annotate some case fallthroughs
Gert Wollny
2020-05-07
5
-19
/
+26
*
freedreno/a6xx: enable tiled compressed textures
Rob Clark
2020-05-06
1
-0
/
+3
*
freedreno/a6xx: compressed blit fixes
Rob Clark
2020-05-06
1
-4
/
+15
[next]