index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
amd
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac/surface/gfx6: explicitly support S8 surfaces
Nicolai Hähnle
2017-06-05
1
-25
/
+50
*
ac/nir: set workgroup size attribute to correct value.
Dave Airlie
2017-06-05
1
-3
/
+32
*
ac: add new helper function to add a integer target dependent function attr.
Dave Airlie
2017-06-05
2
-0
/
+15
*
amd/common: set vcn dec as hw decode as well
Leo Liu
2017-05-29
1
-0
/
+2
*
amd/common: add vcn dec ip info query for amdgpu version 3.17
Leo Liu
2017-05-29
1
-1
/
+9
*
radeonsi: move building llvm.SI.load.const into ac_build_buffer_load
Marek Olšák
2017-05-29
3
-14
/
+37
*
radeonsi: rename readonly_memory -> can_speculate
Marek Olšák
2017-05-29
2
-6
/
+6
*
Revert "amd/common: add vcn dec ip info query"
Dave Airlie
2017-05-26
1
-7
/
+1
*
Revert "amd/common: set vcn dec as hw decode as well"
Dave Airlie
2017-05-26
1
-2
/
+0
*
amd/common: set vcn dec as hw decode as well
Leo Liu
2017-05-25
1
-0
/
+2
*
amd/common: add vcn dec ip info query
Leo Liu
2017-05-25
1
-1
/
+7
*
radeon: rename has_uvd info to has_hw_decode
Leo Liu
2017-05-25
2
-2
/
+2
*
winsys/amdgpu: align VA allocations to fragment size v2
Christian König
2017-05-24
2
-0
/
+2
*
ac: add missing extern "C" guards
Nicolai Hähnle
2017-05-18
2
-0
/
+16
*
ac: add radeon_info::num_{sdma,compute}_rings
Nicolai Hähnle
2017-05-18
2
-3
/
+15
*
ac: add radeon_surf::htile_slice_size
Nicolai Hähnle
2017-05-18
2
-0
/
+6
*
ac_surface: use radeon_info from ac_gpu_info
Nicolai Hähnle
2017-05-18
2
-29
/
+29
*
ac/radeonsi: move radeon_info initialization to amd/common
Nicolai Hähnle
2017-05-18
2
-0
/
+284
*
ac/radeonsi: move struct radeon_info to ac_gpu_info.h
Nicolai Hähnle
2017-05-18
1
-0
/
+93
*
ac/radeonsi: move some aspects of sanity checking to ac_surface
Nicolai Hähnle
2017-05-18
1
-0
/
+33
*
ac/radeonsi: add ac_compute_surface to automatically switch gfx6 vs. gfx9
Nicolai Hähnle
2017-05-18
2
-16
/
+23
*
ac/radeonsi: move the bulk of gfx9_surface_init to ac_surface
Nicolai Hähnle
2017-05-18
2
-0
/
+384
*
ac/radeonsi: move the bulk of gfx6_surface_init to ac_surface
Nicolai Hähnle
2017-05-18
2
-0
/
+454
*
ac/radeonsi: move amdgpu_addr_create to ac_surface
Nicolai Hähnle
2017-05-18
2
-0
/
+212
*
ac/radeonsi: move surface definitions to new header ac_surface.h
Nicolai Hähnle
2017-05-18
1
-0
/
+178
*
gallium/radeon: use a top-of-pipe timestamp for the start of TIME_ELAPSED
Marek Olšák
2017-05-17
1
-0
/
+11
*
ac/debug: handle index field in SET_*_REG correctly
Nicolai Hähnle
2017-05-16
1
-1
/
+7
*
radeonsi/gfx9: add support for Raven
Marek Olšák
2017-05-15
1
-0
/
+1
*
amd/addrlib: import Raven support
Marek Olšák
2017-05-15
1
-0
/
+10
*
nir: Embed the shader_info in the nir_shader again
Jason Ekstrand
2017-05-09
1
-19
/
+19
*
ac: fix broken elimination of duplicated VS exports
Marek Olšák
2017-05-08
1
-14
/
+14
*
radv: enable POLARIS12 support.
Dave Airlie
2017-05-05
1
-0
/
+1
*
radeonsi: drop support for LLVM 3.8
Marek Olšák
2017-05-05
2
-133
/
+53
*
radeonsi: stop using v16i8
Marek Olšák
2017-05-05
1
-1
/
+1
*
radeonsi/gfx9: make some PA & DB registers match the closed Vulkan driver
Marek Olšák
2017-05-05
1
-0
/
+4
*
ac: eliminate duplicated VS exports
Marek Olšák
2017-05-03
1
-2
/
+79
*
ac: rename ac_eliminate_const_vs_outputs -> ac_optimize_vs_outputs
Marek Olšák
2017-05-03
3
-15
/
+15
*
ac: first parse VS exports before eliminating constant ones
Marek Olšák
2017-05-03
1
-24
/
+58
*
radv/ac: canonicalize the output for 32-bit float min/max.
Dave Airlie
2017-05-03
1
-0
/
+8
*
radv: flush f32->f16 conversion denormals to zero. (v2)
Dave Airlie
2017-05-03
2
-4
/
+41
*
radv: Add top of pipe timestamp queries.
Bas Nieuwenhuizen
2017-05-02
1
-0
/
+1
*
radeon/ac: remove assert causing regression
Dave Airlie
2017-04-27
1
-1
/
+0
*
radeon/ac: fix build on llvm 3.8.1
Dave Airlie
2017-04-27
1
-0
/
+1
*
radv/ac: eliminate unused vertex shader outputs. (v2)
Dave Airlie
2017-04-27
2
-14
/
+37
*
radeonsi/ac: move vertex export remove to common code.
Dave Airlie
2017-04-27
5
-1
/
+221
*
radv/ac: setup mrt exports then export them in one go. (v2)
Dave Airlie
2017-04-25
1
-15
/
+19
*
radv/ac: overhaul vs output/ps input routing
Dave Airlie
2017-04-25
2
-6
/
+19
*
radv/ac: copy llvm machine feature flags from radeonsi.
Dave Airlie
2017-04-24
1
-1
/
+1
*
radv/ac: use tex_lz if we can.
Dave Airlie
2017-04-20
1
-6
/
+16
*
ac: fix build after LLVM 5.0 SVN r300718
Christoph Haag
2017-04-20
1
-0
/
+4
[next]