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
*
amd/common: lower bitfield_insert to bfm & bitfield_select
Daniel Schürmann
2019-06-24
1
-0
/
+1
*
ac/rtld: check correct LDS max size
Marek Olšák
2019-06-19
1
-0
/
+3
*
radeonsi: add s_sethalt to shaders for debugging
Nicolai Hähnle
2019-06-19
2
-0
/
+4
*
ac,radeonsi: Always mark buffer stores as inaccessiblememonly
Connor Abbott
2019-06-19
3
-19
/
+19
*
radeonsi: fix undefined shift in macro definition
Dave Airlie
2019-06-19
1
-1
/
+1
*
amd: update addrlib
Marek Olšák
2019-06-17
1
-0
/
+24
*
radeonsi: reduce MAX_GEOMETRY_OUTPUT_VERTICES
Nicolai Hähnle
2019-06-17
1
-1
/
+4
*
ac: add radeon_info::is_amdgpu instead of checking drm_major == 3
Marek Olšák
2019-06-14
6
-8
/
+8
*
radeonsi: add radeonsi_debug_disassembly option
Nicolai Hähnle
2019-06-12
2
-6
/
+10
*
radeonsi: fix line splitting in si_shader_dump_assembly
Nicolai Hähnle
2019-06-12
1
-1
/
+1
*
radeonsi: raise the alignment of LDS memory for compute shaders
Nicolai Hähnle
2019-06-12
1
-1
/
+1
*
radeonsi: use an explicit symbol for the LSHS LDS memory
Nicolai Hähnle
2019-06-12
2
-2
/
+20
*
radeonsi: rename lds_{load,store} to lshs_lds_{load,store}
Nicolai Hähnle
2019-06-12
1
-17
/
+16
*
radeonsi/gfx9: declare LDS ESGS ring as an explicit symbol on LLVM >= 9
Nicolai Hähnle
2019-06-12
3
-36
/
+94
*
amd/rtld: layout and relocate LDS symbols
Nicolai Hähnle
2019-06-12
5
-33
/
+66
*
radeonsi: cleanup some #includes
Nicolai Hähnle
2019-06-12
1
-2
/
+2
*
radeonsi: inline si_shader_binary_read_config into its only caller
Nicolai Hähnle
2019-06-12
2
-16
/
+7
*
radeonsi: use the new run-time linker for shaders
Nicolai Hähnle
2019-06-12
9
-237
/
+272
*
radeonsi: don't declare pointers to static strings
Nicolai Hähnle
2019-06-12
1
-2
/
+2
*
radeonsi: dump shader binary buffer contents
Nicolai Hähnle
2019-06-12
2
-0
/
+19
*
radeonsi: return bool from si_shader_binary_upload
Nicolai Hähnle
2019-06-12
4
-19
/
+16
*
radeonsi: let si_shader_create return a boolean
Nicolai Hähnle
2019-06-12
4
-16
/
+14
*
radeonsi: use ac_shader_config
Nicolai Hähnle
2019-06-12
3
-126
/
+25
*
radeonsi: don't test SDMA perf if SDMA is disabled/unsupported
Marek Olšák
2019-06-11
1
-0
/
+3
*
radeonsi: always interpolate PrimID as flat
Marek Olšák
2019-06-11
1
-1
/
+2
*
radeonsi: move color clamping to si_llvm_export_vs to unify the code
Marek Olšák
2019-06-11
1
-80
/
+67
*
radeonsi: use the ac helper for index buffer stores in the culling shader
Marek Olšák
2019-06-11
2
-13
/
+10
*
radeonsi: use the ac helper for image stores
Marek Olšák
2019-06-11
1
-29
/
+6
*
radeonsi: use the ac helper for SSBO stores
Marek Olšák
2019-06-11
1
-22
/
+16
*
radeonsi: fixes for vec3 buffer stores in LLVM 9
Marek Olšák
2019-06-11
1
-3
/
+10
*
radeonsi: Don't force dcc disable for loads
Connor Abbott
2019-06-06
2
-13
/
+0
*
radeonsi: Enable NIR's lower_fmod option.
Kenneth Graunke
2019-06-05
1
-0
/
+1
*
radeonsi/nir: Fix type in bindless address computation
Connor Abbott
2019-06-04
1
-2
/
+2
*
amd/common: use generated register header
Nicolai Hähnle
2019-06-03
8
-9
/
+6
*
amd/common: use SH{0,1}_CU_EN definitions only of COMPUTE_STATIC_THREAD_MGMT_SE0
Nicolai Hähnle
2019-06-03
1
-5
/
+5
*
amd/common: unify PITCH_GFX6 and PITCH_GFX9
Nicolai Hähnle
2019-06-03
2
-7
/
+7
*
amd/common: cleanup DATA_FORMAT/NUM_FORMAT field names
Nicolai Hähnle
2019-06-03
2
-8
/
+8
*
radeonsi: init sctx->dma_copy before using it
Pierre-Eric Pelloux-Prayer
2019-06-03
1
-3
/
+3
*
ac: use amdgpu-flat-work-group-size
Marek Olšák
2019-06-03
1
-5
/
+2
*
radeonsi/nir: Remove hack for builtins
Connor Abbott
2019-05-31
1
-11
/
+2
*
radeonsi/nir: Use correct location for uniform access bound
Connor Abbott
2019-05-31
1
-1
/
+1
*
radeonsi/nir: Correctly handle double TCS/TES varyings
Connor Abbott
2019-05-31
1
-4
/
+28
*
radeonsi: fix timestamp queries for compute-only contexts
Marek Olšák
2019-05-29
1
-3
/
+5
*
Change a few frequented uses of DEBUG to !NDEBUG
Marek Olšák
2019-05-29
4
-7
/
+7
*
radeonsi: Fix editorconfig
Connor Abbott
2019-05-29
1
-0
/
+1
*
radeonsi: clean up winsys creation
Marek Olšák
2019-05-27
2
-6
/
+26
*
radeonsi: allow query functions for compute-only contexts
Marek Olšák
2019-05-27
2
-4
/
+5
*
ac: treat Mullins as Kabini, remove the enum
Marek Olšák
2019-05-27
2
-6
/
+3
*
gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH count
Kenneth Graunke
2019-05-23
1
-1
/
+1
*
radeonsi: fix a regression in si_rebind_buffer
Marek Olšák
2019-05-21
1
-4
/
+8
[next]