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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: use ctx->ac. for types and integer constants
Marek Olšák
2020-01-23
11
-488
/
+449
*
turnip: simplify tu_physical_device_get_format_properties
Jonathan Marek
2020-01-23
1
-24
/
+12
*
vulkan/wsi: remove unused image_get_modifier
Jonathan Marek
2020-01-23
2
-18
/
+0
*
turnip: set linear tiling for scanout images
Jonathan Marek
2020-01-23
1
-0
/
+5
*
turnip: hook up GetImageDrmFormatModifierPropertiesEXT
Jonathan Marek
2020-01-23
2
-0
/
+24
*
freedreno/drm: Don't miscalculate timeout
Guido Günther
2020-01-23
1
-3
/
+2
*
turnip: Add support for fine derivatives.
Eric Anholt
2020-01-23
5
-1
/
+25
*
freedreno/ir3: Plumb the ir3_shader_variant into legalize.
Eric Anholt
2020-01-23
3
-9
/
+7
*
util/hash_table: update users to use new optimal integer hash functions
Anthony Pesch
2020-01-23
6
-83
/
+10
*
util/hash_table: added hash functions for integer types
Anthony Pesch
2020-01-23
20
-34
/
+76
*
util/hash_table: replace _mesa_hash_data's fnv1a hash function with xxhash
Anthony Pesch
2020-01-23
1
-2
/
+4
*
util: move fnv1a hash implementation into its own header
Anthony Pesch
2020-01-23
5
-30
/
+64
*
util: import xxhash
Anthony Pesch
2020-01-23
3
-1
/
+1439
*
winsys/amdgpu: Close KMS handles for other DRM file descriptions
Michel Dänzer
2020-01-23
2
-3
/
+21
*
winsys/amdgpu: Re-use amdgpu_screen_winsys when possible
Michel Dänzer
2020-01-23
2
-24
/
+45
*
util: Add os_same_file_description helper
Michel Dänzer
2020-01-23
2
-0
/
+31
*
winsys/amdgpu: Only re-export KMS handles for different DRM FDs
Michel Dänzer
2020-01-23
3
-11
/
+32
*
winsys/amdgpu: Keep track of retrieved KMS handles using hash tables
Michel Dänzer
2020-01-23
3
-0
/
+47
*
winsys/amdgpu: Keep a list of amdgpu_screen_winsyses in amdgpu_winsys
Michel Dänzer
2020-01-23
2
-1
/
+28
*
aco: implement nir_op_f2i64/nir_op_f2u64 on GFX6
Samuel Pitoiset
2020-01-23
1
-4
/
+4
*
aco: implement 64-bit nir_op_ffloor on GFX6
Samuel Pitoiset
2020-01-23
1
-1
/
+32
*
aco: implement 64-bit nir_op_fround_even on GFX6
Samuel Pitoiset
2020-01-23
1
-1
/
+28
*
aco: implement 64-bit nir_op_fceil on GFX6
Samuel Pitoiset
2020-01-23
1
-1
/
+18
*
aco: implement 64-bit nir_op_ftrunc on GFX6
Samuel Pitoiset
2020-01-23
1
-1
/
+45
*
aco: implement nir_intrinsic_global_atomic_* on GFX6
Samuel Pitoiset
2020-01-23
1
-59
/
+133
*
aco: implement nir_intrinsic_load_global on GFX6
Samuel Pitoiset
2020-01-23
1
-31
/
+94
*
aco: implement nir_intrinsic_store_global on GFX6
Samuel Pitoiset
2020-01-23
1
-43
/
+98
*
aco: fix wrong IR in nir_intrinsic_load_barycentric_at_sample
Samuel Pitoiset
2020-01-23
1
-1
/
+1
*
anv/iris: warn gen12 3DSTATE_HS restriction
Lionel Landwerlin
2020-01-23
2
-0
/
+21
*
gallium/swr: add option for static link
Krzysztof Raszkowski
2020-01-23
2
-80
/
+152
*
aco: fix printing assembly with CLRXdisasm on GFX6
Samuel Pitoiset
2020-01-23
1
-2
/
+34
*
clover/meson: Define OpenCL header macros
Pierre Moreau
2020-01-23
5
-15
/
+17
*
clover: Use the dispatch table type from the OpenCL headers
Pierre Moreau
2020-01-23
3
-930
/
+4
*
radv: advertise VK_AMD_shader_fragment_mask
Samuel Pitoiset
2020-01-23
2
-0
/
+2
*
aco: add support for nir_texop_fragment_{mask}_fetch
Samuel Pitoiset
2020-01-23
1
-4
/
+13
*
ac/nir: add support for nir_texop_fragment_{mask}_fetch
Samuel Pitoiset
2020-01-23
1
-3
/
+35
*
nir/lower_input_attachments: lower nir_texop_fragment_{mask}_fetch
Samuel Pitoiset
2020-01-23
1
-10
/
+52
*
spirv: add support for SpvOpFragment{Mask}FetchAMD operations
Samuel Pitoiset
2020-01-23
1
-1
/
+23
*
nir: add two new texture ops for multisample fragment color/mask fetches
Samuel Pitoiset
2020-01-23
2
-0
/
+9
*
spirv: add SpvCapabilityFragmentMaskAMD
Samuel Pitoiset
2020-01-23
2
-0
/
+5
*
radv: handle missing implicit subpass dependencies
Samuel Pitoiset
2020-01-23
1
-0
/
+112
*
radv: add explicit external subpass dependencies to meta operations
Samuel Pitoiset
2020-01-23
7
-14
/
+296
*
gallivm: fix find lsb
Dave Airlie
2020-01-23
1
-1
/
+2
*
galllivm: fix gather offset casting
Dave Airlie
2020-01-23
1
-2
/
+4
*
llvmpipe: fix some integer instruction lowering.
Dave Airlie
2020-01-23
1
-2
/
+3
*
gallivm: fix gather component handling.
Dave Airlie
2020-01-23
1
-2
/
+3
*
turnip: Add support for uniform texel buffers.
Eric Anholt
2020-01-23
4
-12
/
+55
*
intel: Fix aux map alignments on 32-bit builds.
Kenneth Graunke
2020-01-23
2
-5
/
+5
*
util: Remove tmp argument from BITSET_FOREACH_SET macro
Matt Turner
2020-01-23
9
-34
/
+21
*
util: Explain BITSET_FOREACH_SET params
Matt Turner
2020-01-23
1
-0
/
+8
[next]