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
...
*
amdgpu/addrlib: rename ComputeSurfaceThickness to Thickness
Nicolai Hähnle
2017-03-30
5
-32
/
+32
*
amdgpu/addrlib: add define HAVE_TSERVER
Xavi Zhang
2017-03-30
2
-6
/
+6
*
amdgpu/addrlib: Add new interface to support macro mode index query
Frans Gu
2017-03-30
4
-0
/
+115
*
amdgpu/addrlib: add explicit Log2NonPow2 function
Roy Zhan
2017-03-30
1
-8
/
+20
*
amdgpu/addrlib: Fix invalid access to m_tileTable
Nicolai Hähnle
2017-03-30
1
-6
/
+17
*
amdgpu/addrlib: add ADDR_ANALYSIS_ASSUME
Nicolai Hähnle
2017-03-30
3
-10
/
+20
*
amdgpu/addrlib: add tcCompatible htile addr from coordinate support.
XiaoYuan Zheng
2017-03-30
5
-13
/
+80
*
amdgpu/addrlib: force all zero tile info for linear general.
Carlos Xiong
2017-03-30
1
-1
/
+10
*
amdgpu/addrlib: Add a member "bpp" for input of method AddrConvertTileIndex a...
Nicolai Hähnle
2017-03-30
7
-32
/
+53
*
amdgpu/addrlib: Refine the PRT tile mode selection
Frans Gu
2017-03-30
2
-51
/
+19
*
amdgpu/addrlib: add dccRamSizeAligned output flag
Xavi Zhang
2017-03-30
2
-1
/
+7
*
amdgpu/addrlib: Change comment alignment
Nicolai Hähnle
2017-03-30
1
-12
/
+12
*
amdgpu/addrlib: style changes and minor cleanups
Nicolai Hähnle
2017-03-30
11
-84
/
+82
*
amdgpu/addrlib: AddrLib inheritance refactor
Nicolai Hähnle
2017-03-30
9
-560
/
+675
*
amdgpu/addrlib: rearrange code in preparation of refactoring
Nicolai Hähnle
2017-03-30
5
-3528
/
+3595
*
amdgpu/addrlib: add disableLinearOpt flag
Xavi Zhang
2017-03-30
3
-3
/
+8
*
amdgpu/addrlib: Add GetMaxAlignments
Xavi Zhang
2017-03-30
8
-1
/
+184
*
amdgpu/addrlib: Let Kaveri go general stereo right eye offset padding path
Xavi Zhang
2017-03-30
4
-54
/
+41
*
amdgpu/addrlib: Rewrite tile mode optmization code
Xavi Zhang
2017-03-30
6
-27
/
+52
*
amdgpu/addrlib: Add a flag "tcCompatible" to surface info output structure.
Carlos Xiong
2017-03-30
3
-15
/
+50
*
amdgpu/addrlib: Make comments shorter
Xavi Zhang
2017-03-30
1
-47
/
+29
*
amdgpu/addrlib: add new flag nonSplit
XiaoYuan Zheng
2017-03-30
2
-2
/
+3
*
amdgpu/addrlib: allow tileSplitBytes greater than row size
Xiao-Tao Zai
2017-03-30
1
-1
/
+1
*
amdgpu/addrlib: Change to compute TC compatible stencil info
Carlos Xiong
2017-03-30
2
-65
/
+59
*
amdgpu/addrlib: rename SiAddrLib/CiAddrLib to match internal spelling
Nicolai Hähnle
2017-03-30
4
-149
/
+149
*
radv: fix mask attribs properly.
Dave Airlie
2017-03-30
1
-2
/
+2
*
radv: fix regression with mask attrib setting code.
Dave Airlie
2017-03-30
1
-3
/
+3
*
radv: move to using nir clip/cull merge pass.
Dave Airlie
2017-03-30
2
-112
/
+40
*
radv: Enable sparseBinding feature.
Bas Nieuwenhuizen
2017-03-29
1
-4
/
+8
*
radv/amdgpu: Use reference counting for bos.
Bas Nieuwenhuizen
2017-03-29
2
-0
/
+11
*
radv: Implement sparse memory binding.
Bas Nieuwenhuizen
2017-03-29
1
-4
/
+80
*
radv: Implement sparse image creation.
Bas Nieuwenhuizen
2017-03-29
2
-2
/
+22
*
radv: Implement sparse buffer creation.
Bas Nieuwenhuizen
2017-03-29
2
-2
/
+21
*
radv/amdgpu: Add winsys implementation of virtual buffers.
Bas Nieuwenhuizen
2017-03-29
4
-26
/
+349
*
radv: Assert when setting 0 registers in a sequence.
Bas Nieuwenhuizen
2017-03-29
1
-0
/
+4
*
radv: only emit ps_input_cntl is we have any to output
Dave Airlie
2017-03-28
1
-3
/
+6
*
radv: move shader stages calculation to pipeline.
Dave Airlie
2017-03-28
3
-9
/
+10
*
radv: move pa_cl_vs_out_cntl calculation to pipeline
Dave Airlie
2017-03-28
3
-17
/
+32
*
radv: move calculating fragment shader i/os to pipeline.
Dave Airlie
2017-03-28
3
-63
/
+77
*
radv: move shader_z_format calculation to pipeline.
Dave Airlie
2017-03-28
3
-4
/
+8
*
radv: move db_shader_control calculation to pipeline.
Dave Airlie
2017-03-28
3
-16
/
+20
*
radv: move vgt_gs_mode value to pipeline.
Dave Airlie
2017-03-28
3
-27
/
+30
*
radv: add parameter to emit_waitcnt.
Dave Airlie
2017-03-28
1
-3
/
+8
*
radv: rework vertex/export shader output handling
Dave Airlie
2017-03-28
4
-70
/
+86
*
radv: fix ia_multi_vgt_param for instanced vs indirect draw.
Dave Airlie
2017-03-28
3
-13
/
+15
*
radv: handle NULL multisample state.
Dave Airlie
2017-03-28
1
-8
/
+12
*
radv: flush DB cache before and after HTILE decompress.
Bas Nieuwenhuizen
2017-03-28
1
-0
/
+6
*
radv: don't emit no color formats. (v3)
Dave Airlie
2017-03-28
1
-2
/
+19
*
radv: Invalidate L2 for TRANSFER_WRITE barriers
Alex Smith
2017-03-23
1
-1
/
+1
*
radv: consistently use ifndef guards over pragma once
Emil Velikov
2017-03-22
1
-1
/
+4
[prev]
[next]