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
/
gallium
/
drivers
/
radeonsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: disable sdma for gfx10
Pierre-Eric Pelloux-Prayer
2019-10-30
1
-1
/
+7
*
radeonsi: sdma misc fixes
Pierre-Eric Pelloux-Prayer
2019-10-30
1
-1
/
+2
*
radeonsi: align sdma byte count to dw
Pierre-Eric Pelloux-Prayer
2019-10-30
1
-1
/
+12
*
radeonsi: enable 8K video decode support for HEVC and VP9
Leo Liu
2019-10-30
1
-2
/
+18
*
radeonsi: initialize shader compilers in threads on demand
Marek Olšák
2019-10-28
4
-8
/
+14
*
radeonsi: don't print diagnostic LLVM remarks and notes
Marek Olšák
2019-10-28
1
-6
/
+3
*
util: remove LIST_IS_EMPTY macro
Timothy Arceri
2019-10-28
2
-5
/
+5
*
util: remove LIST_DEL macro
Timothy Arceri
2019-10-28
2
-4
/
+4
*
util: remove LIST_DELINIT macro
Timothy Arceri
2019-10-28
1
-1
/
+1
*
util: remove LIST_ADDTAIL macro
Timothy Arceri
2019-10-28
3
-3
/
+3
*
util: remove LIST_INITHEAD macro
Timothy Arceri
2019-10-28
2
-2
/
+2
*
radeonsi/nir: implement pipe_screen::finalize_nir
Marek Olšák
2019-10-23
5
-19
/
+32
*
radeonsi: recreate aux_context after a GPU reset
Marek Olšák
2019-10-17
1
-3
/
+25
*
radeonsi: call the reset callback if get_device_reset_status returns a failure
Marek Olšák
2019-10-17
3
-20
/
+7
*
radeonsi/nir: simplify si_lower_nir signature
Marek Olšák
2019-10-15
4
-17
/
+17
*
gallium: remove PIPE_SHADER_CAP_SCALAR_ISA
Marek Olšák
2019-10-10
1
-2
/
+0
*
nir: add nir_shader_compiler_options::lower_to_scalar
Marek Olšák
2019-10-10
1
-0
/
+1
*
nir: add a strip parameter to nir_serialize
Marek Olšák
2019-10-10
2
-6
/
+1
*
radeonsi: enable MSAA shader images
Marek Olšák
2019-10-09
1
-3
/
+0
*
radeonsi: expand FMASK before MSAA image stores are used
Marek Olšák
2019-10-09
7
-24
/
+193
*
radeonsi: apply FMASK to MSAA image loads
Marek Olšák
2019-10-09
2
-11
/
+42
*
radeonsi: clean up image_fetch_rsrc
Marek Olšák
2019-10-09
1
-33
/
+27
*
radeonsi: add FMASK slots for shader images (for MSAA images)
Marek Olšák
2019-10-09
5
-26
/
+42
*
radeonsi: set the sample index for shader images correctly
Marek Olšák
2019-10-09
1
-6
/
+7
*
radeonsi: fix GLSL imageSamples()
Marek Olšák
2019-10-09
1
-0
/
+13
*
radeonsi: don't set BO metadata for non-zero planes
Marek Olšák
2019-10-09
1
-2
/
+2
*
radeonsi: ignore metadata for non-zero planes
Marek Olšák
2019-10-09
1
-2
/
+8
*
radeonsi: remove si_vid_join_surfaces and use combined planar allocations
Marek Olšák
2019-10-09
2
-65
/
+5
*
radeonsi: allocate planar multimedia formats in 1 buffer
Marek Olšák
2019-10-09
3
-34
/
+124
*
vl: use u_format in vl_video_buffer_formats
Marek Olšák
2019-10-09
1
-4
/
+2
*
amd: Move all amd/common code that depends on LLVM to amd/llvm.
Timur Kristóf
2019-10-08
2
-2
/
+3
*
radeonsi: use simple_mtx_t instead of mtx_t
Marek Olšák
2019-10-07
9
-50
/
+51
*
gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lock
Marek Olšák
2019-10-07
7
-12
/
+12
*
ac: add ac_build_image_get_sample_count from radeonsi
Marek Olšák
2019-09-30
1
-17
/
+7
*
radeonsi/gfx10: fix corruption for chips with harvested TCCs
Marek Olšák
2019-09-30
1
-2
/
+6
*
radeonsi/gfx10: fix L2 cache rinse programming
Marek Olšák
2019-09-30
1
-5
/
+17
*
amd/common: Introduce ac_get_fs_input_vgpr_cnt.
Timur Kristóf
2019-09-26
1
-40
/
+3
*
radeonsi/nir: lower load constants to scalar
Timothy Arceri
2019-09-25
1
-0
/
+5
*
radeonsi: fix VAAPI segfault due to various bugs
Michel Dänzer
2019-09-24
2
-0
/
+2
*
radeonsi: initialize displayable DCC using the retile blit to prevent hangs
Marek Olšák
2019-09-24
1
-2
/
+10
*
rename pipe_llvm_program_header to pipe_binary_program_header
Karol Herbst
2019-09-21
1
-1
/
+1
*
gallium: add blob field to pipe_llvm_program_header
Karol Herbst
2019-09-21
1
-3
/
+1
*
util/u_queue: track job size and limit the size of queue growth
Timothy Arceri
2019-09-19
1
-2
/
+3
*
radeonsi: include drm_fourcc.h to fix the build
Marek Olšák
2019-09-18
1
-0
/
+1
*
radeonsi: implement pipe_screen::resource_get_param
Marek Olšák
2019-09-18
1
-22
/
+78
*
ac: move ac_get_num_physical_vgprs into radeon_info
Marek Olšák
2019-09-18
1
-3
/
+3
*
ac: move ac_get_num_physical_sgprs into radeon_info
Marek Olšák
2019-09-18
1
-2
/
+2
*
ac: move ac_get_max_wave64_per_simd into radeon_info
Marek Olšák
2019-09-18
1
-1
/
+1
*
ac: move num_sdp_interfaces into radeon_info
Marek Olšák
2019-09-18
1
-15
/
+1
*
ac: move PBB MAX_ALLOC_COUNT into radeon_info
Marek Olšák
2019-09-18
1
-31
/
+1
[next]