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
Commit message (
Expand
)
Author
Age
Files
Lines
*
spirv/nir: add support for AMD_shader_ballot and Groups capability
Daniel Schürmann
2019-06-13
6
-11
/
+139
*
nir: add intrinsics for AMD_shader_ballot
Daniel Schürmann
2019-06-13
3
-0
/
+31
*
radv: enable shader_subgroup_vote & shader_subgroup_ballot extensions
Daniel Schürmann
2019-06-13
1
-0
/
+2
*
nir/spirv: add support for the SubgroupBallotKHR SPIR-V capability
Daniel Schürmann
2019-06-13
2
-7
/
+13
*
nir/spirv: add support for the SubgroupVoteKHR SPIR-V capability
Daniel Schürmann
2019-06-13
2
-4
/
+20
*
v3d: fix checking twice auf flag
Alejandro Piñeiro
2019-06-13
1
-1
/
+1
*
radv: flush and invalidate CB before resetting query pools on GFX9
Samuel Pitoiset
2019-06-13
1
-0
/
+4
*
vl: Always enable drm winsys.
Bas Nieuwenhuizen
2019-06-13
3
-21
/
+3
*
radv: Always disable DCC on shareable images.
Bas Nieuwenhuizen
2019-06-13
1
-3
/
+1
*
radv: Skip transitions coming from external queue.
Bas Nieuwenhuizen
2019-06-13
1
-0
/
+3
*
lima/ppir: change offset type to int
Mateusz Krzak
2019-06-13
2
-2
/
+2
*
virgl: virgl_transfer should own its virgl_resource
Chia-I Wu
2019-06-12
2
-8
/
+6
*
virgl: pass virgl_context to transfer create/destroy
Chia-I Wu
2019-06-12
5
-22
/
+21
*
virgl: init transfer queue from virgl_context
Chia-I Wu
2019-06-12
3
-10
/
+11
*
virgl: clean up virgl_transfer_queue.h
Chia-I Wu
2019-06-12
2
-1
/
+13
*
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
7
-52
/
+301
*
radeonsi: cleanup some #includes
Nicolai Hähnle
2019-06-12
1
-2
/
+2
*
amd/common: use ARRAY_SIZE for the LLVM command line options
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
*
amd/common: add ac_compile_module_to_elf
Nicolai Hähnle
2019-06-12
2
-7
/
+83
*
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
4
-126
/
+27
*
amd/common: add a more powerful runtime linker
Nicolai Hähnle
2019-06-12
5
-0
/
+655
*
i965: Fix INTEL_DEBUG=bat
Caio Marcelo de Oliveira Filho
2019-06-12
4
-25
/
+26
*
util/hash_table: Properly handle the NULL key in hash_table_u64
Caio Marcelo de Oliveira Filho
2019-06-12
2
-5
/
+37
*
amd/common: clarify ac_shader_binary::lds_size
Nicolai Hähnle
2019-06-12
1
-1
/
+1
*
amd/common: extract ac_parse_shader_binary_config
Nicolai Hähnle
2019-06-12
2
-34
/
+47
*
u_dynarray: turn util_dynarray_{grow, resize} into element-oriented macros
Nicolai Hähnle
2019-06-12
10
-33
/
+49
*
u_dynarray: return 0 on realloc failure and ensure no-op
Nicolai Hähnle
2019-06-12
1
-8
/
+10
*
freedreno: use util_dynarray_clear instead of util_dynarray_resize(_, 0)
Nicolai Hähnle
2019-06-12
5
-12
/
+12
*
panfrost/midgard: Differentiate vertex/fragment texture tags
Alyssa Rosenzweig
2019-06-12
3
-4
/
+15
*
panfrost/midgard: Assert on unknown texture source
Alyssa Rosenzweig
2019-06-12
1
-5
/
+2
*
panfrost/midgard: Set minimal swizzle on texture input
Alyssa Rosenzweig
2019-06-12
1
-1
/
+2
*
panfrost/midgard: Lower texture projectors
Alyssa Rosenzweig
2019-06-12
1
-1
/
+2
*
panfrost/midgard: Implement txl
Alyssa Rosenzweig
2019-06-12
2
-8
/
+11
*
panfrost/midgard: Implement txb op
Alyssa Rosenzweig
2019-06-12
1
-10
/
+55
*
panfrost: Unify bind_vs/fs_state
Alyssa Rosenzweig
2019-06-12
1
-57
/
+49
*
panfrost: Add panfrost_job_type_for_pipe helper
Alyssa Rosenzweig
2019-06-12
1
-2
/
+29
*
panfrost/midgard: Extract emit_varying_read
Alyssa Rosenzweig
2019-06-12
1
-28
/
+37
*
panfrost: Remove "vertex/tiler render target" silliness
Alyssa Rosenzweig
2019-06-12
2
-90
/
+77
[next]