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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeon/vcn: implement vcn 2.0 jpeg decode
Boyuan Zhang
2019-07-03
1
-56
/
+157
*
radeon/vcn: add direct register bool
Boyuan Zhang
2019-07-03
2
-0
/
+3
*
radeon/vcn: add defines for vcn 2.0 jpeg
Boyuan Zhang
2019-07-03
1
-0
/
+25
*
radeon/vcn: use variable to assign ib cmd
Boyuan Zhang
2019-07-03
3
-40
/
+128
*
radeon/vcn: implement vcn 2.0 encode
Boyuan Zhang
2019-07-03
4
-5
/
+220
*
radeon/vcn: add vcn2.0 encode skeleton
Boyuan Zhang
2019-07-03
4
-0
/
+81
*
radeon/vcn: move vcn1.0 specific defines to c
Boyuan Zhang
2019-07-03
2
-29
/
+29
*
radeon/vcn: assign function pointer with ib functions
Boyuan Zhang
2019-07-03
3
-165
/
+182
*
radeon/vcn: add function pointer for ib functions
Boyuan Zhang
2019-07-03
1
-0
/
+32
*
radeon/vcn: move header related algorithm to vcn_enc
Boyuan Zhang
2019-07-03
3
-122
/
+142
*
radeon/vcn: move add buf func to common file
Boyuan Zhang
2019-07-03
3
-16
/
+17
*
radeon/vcn: move cs defines to enc header file
Boyuan Zhang
2019-07-03
2
-10
/
+10
*
radeon/vcn: add VP9 support for Navi10
Leo Liu
2019-07-03
1
-10
/
+20
*
radeonsi: enable encode support for newer HW
Leo Liu
2019-07-03
1
-5
/
+3
*
radeon/vcn: add VCN2 set of internal registers for IB
Leo Liu
2019-07-03
2
-9
/
+31
*
radeonsi/uvd: allow newer HW to create HW decoder
Leo Liu
2019-07-03
1
-2
/
+1
*
ac/surface/gfx10: allow "rotated" micro mode
Nicolai Hähnle
2019-07-03
2
-8
/
+8
*
ac/surface/gfx10: DCC is only supported with SW_64KB_{Z,R}_X modes
Nicolai Hähnle
2019-07-03
1
-3
/
+10
*
amd/addrlib/gfx10: forbid DCC for swizzle modes which the hardware does not s...
Nicolai Hähnle
2019-07-03
1
-3
/
+2
*
amd/addrlib/gfx10: fix assertion in Addr2IsValidDisplaySwizzleMode
Nicolai Hähnle
2019-07-03
1
-0
/
+1
*
amd/common/gfx10: print gfx10 registers in debug dumps
Nicolai Hähnle
2019-07-03
1
-1
/
+3
*
amd/common/gfx10: CMASK is only used for FMASK
Nicolai Hähnle
2019-07-03
1
-2
/
+3
*
amd/common/gfx10: support new tbuffer encoding
Nicolai Hähnle
2019-07-03
1
-2
/
+45
*
amd/common/gfx10: pad shader buffers for instruction prefetch
Nicolai Hähnle
2019-07-03
1
-0
/
+19
*
amd/common/gfx10: implement scan & reduce operations
Nicolai Hähnle
2019-07-03
1
-8
/
+104
*
amd/common/gfx10: add GS_ALLOC_REQ message define
Nicolai Hähnle
2019-07-03
1
-0
/
+1
*
amd/common/gfx10: print out GCR_CNTL as part of {ACQUIRE,RELEASE}_MEM
Nicolai Hähnle
2019-07-03
1
-11
/
+17
*
amd/common/gfx10: add register JSON
Nicolai Hähnle
2019-07-03
11
-29
/
+22383
*
amd/common: add GFX10 chips
Nicolai Hähnle
2019-07-03
5
-5
/
+28
*
radv: gfx10 is not supported
Nicolai Hähnle
2019-07-03
1
-0
/
+3
*
amd/addrlib: add gfx10 support
Marek Olšák
2019-07-03
19
-40
/
+12176
*
radeonsi: make emit_streamout_output externally accessible
Nicolai Hähnle
2019-07-03
2
-7
/
+12
*
radeonsi: pass the context to query destroy functions
Nicolai Hähnle
2019-07-03
3
-11
/
+10
*
radeonsi: make si_restore_qbo_state externally available
Nicolai Hähnle
2019-07-03
3
-14
/
+14
*
radeonsi: make get_primitive_id externally visible
Nicolai Hähnle
2019-07-03
2
-5
/
+7
*
radeonsi: make si_llvm_export_vs externally available
Nicolai Hähnle
2019-07-03
2
-12
/
+17
*
radeonsi: various si_translate_*format functions only apply to pre-gfx10
Nicolai Hähnle
2019-07-03
1
-0
/
+6
*
radeonsi: use a fragment shader blit instead of DB->CB copy for ZS CPU mappings
Marek Olšák
2019-07-03
4
-154
/
+52
*
gallium/u_blitter: implement copying from ZS to color and vice versa
Marek Olšák
2019-07-03
5
-35
/
+314
*
gallium/util: rewrite depth-stencil blit shaders
Marek Olšák
2019-07-03
3
-183
/
+46
*
st/mesa: accelerate glCopyPixels(STENCIL)
Marek Olšák
2019-07-03
1
-20
/
+38
*
glsl/standalone: meson test for --dump-builder
Yevhenii Kolesnikov
2019-07-03
2
-0
/
+23
*
glsl/standalone: exit on unsupported texture functions
Sergii Romantsov
2019-07-03
1
-1
/
+14
*
radeonsi: make gl_SampleMaskIn = 0x1 when MSAA is disabled
Pierre-Eric Pelloux-Prayer
2019-07-03
1
-1
/
+2
*
gallium/u_blitter: enable MSAA when blitting to MSAA surfaces
Brian Paul
2019-07-03
1
-22
/
+34
*
virgl: Clear the valid buffer range when possible
Alexandros Frantzis
2019-07-03
2
-0
/
+24
*
swr/swr: Enable ARB_viewport_array
Jan Zielinski
2019-07-03
7
-48
/
+60
*
radv: Support VK_EXT_queue_family_foreign.
Bas Nieuwenhuizen
2019-07-03
3
-3
/
+7
*
radv: Fix interactions between variable descriptor count and inline uniform b...
Bas Nieuwenhuizen
2019-07-03
1
-1
/
+5
*
winsys/amdgpu: Make KMS handles valid for original DRM file descriptor
Michel Dänzer
2019-07-03
6
-11
/
+24
[next]