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
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmpipe: enable ARB_shader_group_vote.
Dave Airlie
2019-12-30
7
-21
/
+82
*
amd/common: Handle alignment of 96-bit formats.
Bas Nieuwenhuizen
2019-12-30
1
-0
/
+11
*
panfrost: Fix Makefile.sources
Caio Marcelo de Oliveira Filho
2019-12-28
1
-1
/
+1
*
mesa: avoid returning a value in a void function
Eric Engestrom
2019-12-28
1
-1
/
+2
*
meson: simplify install_megadrivers.py invocation
Eric Engestrom
2019-12-27
7
-11
/
+8
*
nine: fix empty-body-issues
Eric Engestrom
2019-12-27
1
-1
/
+1
*
amd: fix empty-body issues
Eric Engestrom
2019-12-27
4
-9
/
+9
*
u_format: move format tests to util/tests/
Eric Engestrom
2019-12-27
5
-5
/
+2
*
util/format: add trivial srgb<->linear conversion test
Eric Engestrom
2019-12-27
3
-0
/
+53
*
util/format: add PIPE_FORMAT_ASTC_*x*x*_SRGB to util_format_{srgb,linear}()
Eric Engestrom
2019-12-27
1
-0
/
+40
*
util/format: remove left-over util_format_description_table declaration
Eric Engestrom
2019-12-27
1
-4
/
+0
*
gallivm: fixup const int64 builder.
Dave Airlie
2019-12-28
1
-1
/
+1
*
radeonsi/gfx10: improve performance for TES using PrimID but not exporting it
Marek Olšák
2019-12-27
1
-1
/
+2
*
radeonsi/gfx10: enable NGG passthrough for eligible shaders
Marek Olšák
2019-12-27
3
-32
/
+47
*
radeonsi/gfx10: don't declare any LDS for NGG if it's not used
Marek Olšák
2019-12-27
2
-6
/
+21
*
panfrost: Remove 32-bit next_job path
Alyssa Rosenzweig
2019-12-27
3
-23
/
+4
*
panfrost; Update comment about work/uniform_count
Alyssa Rosenzweig
2019-12-27
1
-3
/
+1
*
panfrost: Remove mali_alt_func
Alyssa Rosenzweig
2019-12-27
7
-72
/
+59
*
panfrost: Add missing #include in common header
Alyssa Rosenzweig
2019-12-27
1
-0
/
+1
*
panfrost: Add pan_attributes.c to Android.mk
Alyssa Rosenzweig
2019-12-27
1
-0
/
+1
*
panfrost: Implement remaining texture wrap modes
Alyssa Rosenzweig
2019-12-27
3
-6
/
+24
*
panfrost: Inline away MALI_NEGATIVE
Alyssa Rosenzweig
2019-12-27
2
-9
/
+5
*
panfrost: Remove MALI_ATTR_INTERNAL
Alyssa Rosenzweig
2019-12-27
2
-3
/
+0
*
panfrost: Update information on fixed attributes/varyings
Alyssa Rosenzweig
2019-12-27
1
-3
/
+2
*
panfrost: Remove MALI_SPECIAL_ATTRIBUTE_BASE defines
Alyssa Rosenzweig
2019-12-27
1
-5
/
+0
*
pan/midgard: Fix minor typo
Alyssa Rosenzweig
2019-12-27
1
-1
/
+1
*
android: radv: build radv_shader_args.c
Mauro Rossi
2019-12-27
1
-0
/
+2
*
android: radeonsi,ac: fix building error due to ac changes
Mauro Rossi
2019-12-27
1
-0
/
+2
*
android: radv: fix vk_format_table.c generated source build
Mauro Rossi
2019-12-27
1
-0
/
+1
*
android: util: Add a mapping from VkFormat to PIPE_FORMAT.
Mauro Rossi
2019-12-27
2
-1
/
+3
*
android: nir: add a load/store vectorization pass
Mauro Rossi
2019-12-27
1
-0
/
+1
*
llvmpipe: add debug option to enable OpenCL support.
Dave Airlie
2019-12-27
2
-2
/
+5
*
gallivm/nir: add vec8/16 support
Dave Airlie
2019-12-27
1
-2
/
+4
*
gallivm/nir: lower packing
Dave Airlie
2019-12-27
1
-0
/
+1
*
llvmpipe: lower hadd/add_sat
Dave Airlie
2019-12-27
1
-0
/
+2
*
gallivm: handle non-32 bit undefined
Dave Airlie
2019-12-27
1
-1
/
+2
*
llvmpipe/nir: use nir_max_vec_components in more places
Dave Airlie
2019-12-27
3
-46
/
+46
*
llvmpipe: add support for compute shader params
Dave Airlie
2019-12-27
1
-5
/
+55
*
llvmpipe: handle serialized nir as a shader type.
Dave Airlie
2019-12-27
2
-4
/
+19
*
gallivm/llvmpipe: add support for global operations.
Dave Airlie
2019-12-27
6
-0
/
+332
*
gallivm/llvmpipe: add support for block size intrinsic
Dave Airlie
2019-12-27
4
-3
/
+24
*
gallivm/llvmpipe: add support for work dimension intrinsic.
Dave Airlie
2019-12-27
5
-16
/
+31
*
tgsi/mesa: handle KERNEL case
Dave Airlie
2019-12-27
1
-0
/
+1
*
gallivm/nir: allow 8/16-bit conversion and comparison.
Dave Airlie
2019-12-27
1
-3
/
+29
*
gallivm: pick integer builders for alu instructions.
Dave Airlie
2019-12-27
1
-17
/
+46
*
gallivm: add support for 8-bit/16-bit integer builders
Dave Airlie
2019-12-27
3
-14
/
+68
*
llvmpipe/gallivm: add kernel inputs
Dave Airlie
2019-12-27
8
-3
/
+90
*
gallivm: add 64-bit const int creator.
Dave Airlie
2019-12-27
1
-0
/
+5
*
nir: sanitize work group intrinsics to always be 32-bit.
Dave Airlie
2019-12-27
1
-0
/
+4
*
radv: Expose all sample counts for integer formats as well.
Bas Nieuwenhuizen
2019-12-26
1
-1
/
+1
[next]