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
*
st/radeonsi: enable disk cache for nir
Timothy Arceri
2018-02-10
1
-4
/
+0
*
radeonsi: stop returning PIPE_SHADER_IR_NATIVE for PIPE_SHADER_CAP_PREFERRED_IR
Timothy Arceri
2018-02-10
1
-3
/
+0
*
radeonsi/nir: add depth layout to scan pass
Timothy Arceri
2018-02-10
1
-0
/
+19
*
radeonsi/nir: add FRAG_RESULT_COLOR to scan pass
Timothy Arceri
2018-02-10
1
-0
/
+6
*
radeonsi/nir: gather some missing fs info
Timothy Arceri
2018-02-09
1
-0
/
+5
*
radeonsi: copy the NIR enablement debug bit to the shader cache flags
Marek Olšák
2018-02-09
1
-1
/
+2
*
ac: add ac_build_export_null() helper
Samuel Pitoiset
2018-02-08
1
-20
/
+1
*
radeonsi: avoid int-to-pointer-cast warnings on 32bit
Grazvydas Ignotas
2018-02-08
1
-6
/
+12
*
radeonsi/nir: add nir support for compiling compute shaders
Timothy Arceri
2018-02-07
3
-18
/
+39
*
ac/radeonsi: add num_work_groups to the abi
Timothy Arceri
2018-02-07
2
-3
/
+2
*
ac/radeonsi: create ac_build_shader_clock() helper
Timothy Arceri
2018-02-07
1
-5
/
+1
*
ac/radeonsi: add load_local_group_size() to the abi
Timothy Arceri
2018-02-07
1
-0
/
+1
*
radeonsi: add get_block_size() helper
Timothy Arceri
2018-02-07
1
-20
/
+27
*
ac/radeonsi: add local_invocation_ids to the abi
Timothy Arceri
2018-02-07
2
-3
/
+2
*
ac/radeonsi: add workgroup_ids to the abi
Timothy Arceri
2018-02-07
2
-6
/
+4
*
radeonsi/nir: gather some compute info in si_nir_scan_shader()
Timothy Arceri
2018-02-07
1
-6
/
+27
*
radeonsi/nir: always set input_usage_mask as using all components
Timothy Arceri
2018-02-07
1
-4
/
+10
*
radeonsi: enable vcn encode for HEVC main
Boyuan Zhang
2018-02-05
1
-1
/
+3
*
amd: remove support for LLVM 3.9
Marek Olšák
2018-02-02
4
-16
/
+5
*
radeonsi: use pknorm_i16/u16 and pk_i16/u16 LLVM intrinsics
Marek Olšák
2018-02-02
1
-113
/
+39
*
radeonsi: use ac_build_buffer_load_format for image buffer loads
Marek Olšák
2018-02-01
1
-4
/
+10
*
ac: add glc parameter to ac_build_buffer_load_format
Marek Olšák
2018-02-01
2
-2
/
+2
*
radeonsi: load the right number of components for VS inputs and TBOs
Marek Olšák
2018-02-01
2
-5
/
+16
*
radeonsi: remove unused si_shader_context members
Marek Olšák
2018-02-01
2
-11
/
+0
*
radeonsi: remove DBG_PRECOMPILE
Marek Olšák
2018-01-31
2
-50
/
+0
*
radeonsi: print shader-db stats for main parts, not final binaries
Marek Olšák
2018-01-31
3
-13
/
+23
*
radeonsi: move max_simd_waves computation into a separate function
Marek Olšák
2018-01-31
2
-12
/
+23
*
radeonsi/nir: add input support for arrays that have not been copied to temps...
Timothy Arceri
2018-01-31
1
-67
/
+79
*
ac/radeonsi: add lookup_interp_param and load_sample_position to the abi
Timothy Arceri
2018-01-31
1
-0
/
+2
*
radeonsi/nir: add prim_mask to the abi
Timothy Arceri
2018-01-31
1
-3
/
+4
*
radeonsi/nir: adjust load_sample_position() to be shared between backends
Timothy Arceri
2018-01-31
1
-2
/
+3
*
radeonsi/nir: add si_nir_lookup_interp_param() helper
Timothy Arceri
2018-01-31
2
-0
/
+40
*
radeonsi/nir: move the interpolation qualifier scanning
Timothy Arceri
2018-01-31
1
-16
/
+36
*
radeonsi/nir: add interpolate at intrinsics to scan_instruction()
Timothy Arceri
2018-01-31
1
-0
/
+30
*
radeonsi: fix fence_server_sync() holding up extra work v2
Andres Rodriguez
2018-01-30
2
-25
/
+28
*
radeonsi: implement semaphore_server_signal v2
Andres Rodriguez
2018-01-30
1
-0
/
+37
*
radeonsi: add support for importing PIPE_FD_TYPE_SYNCOBJ semaphores
Andres Rodriguez
2018-01-30
1
-6
/
+20
*
gallium: introduce PIPE_CAP_FENCE_SIGNAL v2
Andres Rodriguez
2018-01-30
2
-1
/
+1
*
gallium: add type parameter to create_fence_fd
Andres Rodriguez
2018-01-30
1
-1
/
+4
*
radeonsi/nir: add support vs double inputs
Timothy Arceri
2018-01-30
1
-0
/
+5
*
radeonsi: pass input_idx to declare_nir_input_vs()
Timothy Arceri
2018-01-30
1
-2
/
+3
*
radeonsi: add bitcast_inputs() helper
Timothy Arceri
2018-01-30
1
-6
/
+15
*
radeonsi/nir: fix num_inputs for doubles in vs
Timothy Arceri
2018-01-30
1
-5
/
+8
*
ac: rename and move si_const_array into common code
Marek Olšák
2018-01-27
3
-18
/
+9
*
ac: move address space definitions to common code
Marek Olšák
2018-01-27
1
-8
/
+3
*
ac: don't use byval LLVM qualifier in shaders
Marek Olšák
2018-01-27
1
-12
/
+5
*
ac: pass the number of channels to ac_build_buffer_load_format()
Samuel Pitoiset
2018-01-26
2
-2
/
+2
*
radeonsi: Export signalled sync file instead of -1.
Bas Nieuwenhuizen
2018-01-26
1
-0
/
+2
*
meson: fix missing dependencies
Greg V
2018-01-24
1
-1
/
+1
*
ac/radeonsi: add emit primitive to the abi
Timothy Arceri
2018-01-23
1
-0
/
+1
[next]