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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
etnaviv: update Android build files
Martin Fuzzey
2020-01-24
4
-2
/
+7
*
gallium/swr: implementation of tessellation shaders compilation
Jan Zielinski
2020-01-24
16
-47
/
+1885
*
freedreno: Document CP_COND_REG_EXEC more
Connor Abbott
2020-01-24
1
-8
/
+8
*
freedreno: Fix OUT_REG() on address regs without a .bo supplied.
Eric Anholt
2020-01-23
1
-0
/
+3
*
lima: use imul for calculations with intrinsic src
Vasily Khoruzhick
2020-01-23
1
-1
/
+1
*
pan/decode: Rotate trace files
Icecream95
2020-01-23
1
-0
/
+4
*
panfrost: Drop mysterious zero=0xFFFF field
Alyssa Rosenzweig
2020-01-23
1
-13
/
+0
*
radeonsi: separate LLVM compilation from non-LLVM code
Marek Olšák
2020-01-23
1
-20
/
+38
*
radeonsi: change prototypes of si_is_multi_part_shader & si_is_merged_shader
Marek Olšák
2020-01-23
3
-16
/
+16
*
radeonsi: make si_compile_shader return bool
Marek Olšák
2020-01-23
3
-21
/
+18
*
radeonsi: make si_compile_llvm return bool
Marek Olšák
2020-01-23
4
-32
/
+32
*
radeonsi: move more LLVM functions into si_shader_llvm.c
Marek Olšák
2020-01-23
3
-396
/
+398
*
radeonsi: fold si_shader_context_set_ir into si_build_main_function
Marek Olšák
2020-01-23
1
-29
/
+16
*
radeonsi: move si_nir_build_llvm into si_shader_llvm.c
Marek Olšák
2020-01-23
2
-59
/
+60
*
radeonsi: minor cleanup in si_shader_internal.h
Marek Olšák
2020-01-23
2
-25
/
+13
*
radeonsi: move si_shader_llvm_build.c content into si_shader_llvm.c
Marek Olšák
2020-01-23
5
-183
/
+153
*
radeonsi: move VS shader code into si_shader_llvm_vs.c
Marek Olšák
2020-01-23
10
-1159
/
+1188
*
radeonsi: move non-LLVM code out of si_shader_llvm.c
Marek Olšák
2020-01-23
4
-37
/
+31
*
radeonsi: use ctx->ac. for types and integer constants
Marek Olšák
2020-01-23
11
-488
/
+449
*
util/hash_table: update users to use new optimal integer hash functions
Anthony Pesch
2020-01-23
2
-27
/
+3
*
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
*
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
*
anv/iris: warn gen12 3DSTATE_HS restriction
Lionel Landwerlin
2020-01-23
1
-0
/
+10
*
gallium/swr: add option for static link
Krzysztof Raszkowski
2020-01-23
2
-80
/
+152
*
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
*
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
*
intel: Fix aux map alignments on 32-bit builds.
Kenneth Graunke
2020-01-23
1
-1
/
+1
*
util: Remove tmp argument from BITSET_FOREACH_SET macro
Matt Turner
2020-01-23
2
-11
/
+7
*
lima: implement invalidate_resource()
Vasily Khoruzhick
2020-01-23
3
-18
/
+34
*
iris: Enable INTEL_shader_integer_functions2
Ian Romanick
2020-01-23
1
-0
/
+4
*
gallium: Add a cap bit for integer multiplication between 32-bit and 16-bit
Ian Romanick
2020-01-23
3
-0
/
+3
*
gallium: Add a cap bit for OpenCL-style extended integer functions
Ian Romanick
2020-01-23
3
-0
/
+5
*
gallium: dmabuf support for yuv formats that are not natively supported
James Xiong
2020-01-22
3
-10
/
+26
*
llvmpipe: drop LLVM < 3.4 support
Eric Engestrom
2020-01-22
1
-4
/
+0
*
haiku/hgl: Fix build via header reordering
Alexander von Gluck IV
2020-01-22
1
-2
/
+4
*
panfrost: Fix crash in compute variant allocation
Alyssa Rosenzweig
2020-01-22
1
-1
/
+2
*
gallium: Fix a couple of multiple definition warnings.
Timur Kristóf
2020-01-22
1
-4
/
+4
*
r600: Move get_pic_param to radeon_vce.c
Timur Kristóf
2020-01-22
2
-4
/
+4
*
radeon: Move si_get_pic_param to radeon_vce.c
Timur Kristóf
2020-01-22
2
-4
/
+4
*
gallium: check all planes' pipe formats in case of multi-samplers
Dongwon Kim
2020-01-21
1
-5
/
+10
*
iris: Drop some workarounds which are no longer necessary
Kenneth Graunke
2020-01-21
1
-36
/
+1
*
radeonsi: Drop PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS.
Eric Anholt
2020-01-21
1
-1
/
+0
*
r300: Remove a bunch of default handling of pipe caps.
Eric Anholt
2020-01-21
1
-125
/
+0
[next]