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
*
intel/isl: Add a separate ISL_AUX_USAGE_STC_CCS
Jason Ekstrand
2020-03-12
6
-4
/
+31
*
intel/isl: Require ISL_AUX_USAGE_HIZ_CCS_WT for HZ+CCS WT mode
Jason Ekstrand
2020-03-12
4
-20
/
+3
*
iris: Use ISL_AUX_USAGE_HIZ_CCS_WT to indicate write-through HiZ
Jason Ekstrand
2020-03-12
4
-11
/
+23
*
intel/blorp: Allow HIZ_CCS_WT in copy sources
Jason Ekstrand
2020-03-12
1
-1
/
+2
*
intel/isl: Add a separate ISL_AUX_USAGE_HIZ_CCS_WT
Jason Ekstrand
2020-03-12
4
-9
/
+89
*
intel/isl: Clean up some aux surface logic
Jason Ekstrand
2020-03-12
1
-15
/
+11
*
ac: disable late alloc on small gfx10 chips
Marek Olšák
2020-03-12
1
-1
/
+2
*
ac: add radeon_info::use_late_alloc to control LATE_ALLOC globally
Marek Olšák
2020-03-12
5
-6
/
+15
*
radeonsi: tune primitive binning for small chips
Marek Olšák
2020-03-12
1
-3
/
+9
*
radeonsi: set better tessellation tunables on gfx9 and gfx10
Marek Olšák
2020-03-12
1
-1
/
+8
*
radeonsi/gfx10: cache metadata in L2 on small chips
Marek Olšák
2020-03-12
1
-8
/
+19
*
radv/sqtt: describe layout transitions with user markers
Samuel Pitoiset
2020-03-12
5
-1
/
+126
*
radv/sqtt: describe begin/end subpass barriers with user markers
Samuel Pitoiset
2020-03-12
1
-0
/
+8
*
nir/algebraic: coalesce fmod lowering
Juan A. Suarez Romero
2020-03-12
1
-2
/
+1
*
nir/lower_double_ops: relax lower mod()
Juan A. Suarez Romero
2020-03-12
1
-9
/
+22
*
amd/llvm: Fix divergent descriptor indexing. (v3)
Bas Nieuwenhuizen
2020-03-12
2
-105
/
+321
*
intel/fs: Fix NULL destinations on 3-source instructions again after late DCE
Ian Romanick
2020-03-12
1
-2
/
+9
*
radv: Enable subgroup shuffle on GFX10 when ACO is used.
Timur Kristóf
2020-03-12
1
-1
/
+2
*
radv: Enable lowering dynamic quad broadcasts.
Timur Kristóf
2020-03-12
1
-0
/
+3
*
nir: Add ability to lower non-const quad broadcasts to const ones.
Timur Kristóf
2020-03-12
2
-1
/
+42
*
pan/bi: Interpret register allocation results
Alyssa Rosenzweig
2020-03-12
2
-0
/
+96
*
pan/bi: Add register allocator
Alyssa Rosenzweig
2020-03-12
4
-1
/
+116
*
pan/bi: Fix missing src_types
Alyssa Rosenzweig
2020-03-12
1
-0
/
+7
*
pan/bi: Fix vector handling of readmasks
Alyssa Rosenzweig
2020-03-12
3
-10
/
+46
*
pan/bi: Minor fixes in iteration macros
Alyssa Rosenzweig
2020-03-12
1
-9
/
+9
*
pan/midgard: Remove incorrect comment in RA
Alyssa Rosenzweig
2020-03-12
1
-7
/
+0
*
panfrost: Move lcra to panfrost/util
Alyssa Rosenzweig
2020-03-12
7
-4
/
+3
*
glsl/list: use uintptr_t for exec_node_data()'s subtraction
Rhys Perry
2020-03-12
1
-1
/
+1
*
aco: fix uninitialized data error in waitcnt pass
Rhys Perry
2020-03-12
1
-1
/
+1
*
ac/llvm: add missing optimization barrier for 64-bit readlanes
Samuel Pitoiset
2020-03-12
1
-27
/
+40
*
iris: toggle on PIPE_CAP_MIXED_COLOR_DEPTH_BITS
Tapani Pälli
2020-03-12
1
-0
/
+1
*
turnip: Add tu6_control struct.
Hyunjun Ko
2020-03-12
2
-10
/
+31
*
turnip: Enable VK_EXT_transform_feedback
Hyunjun Ko
2020-03-12
2
-1
/
+25
*
turnip: Implement an empty function vkCmdDrawIndirectByteCountEXT
Hyunjun Ko
2020-03-12
1
-0
/
+28
*
turnip: Implement stream-out emit and vkApis for transform feedback
Hyunjun Ko
2020-03-12
3
-33
/
+148
*
turnip: Setup stream-output when linking program
Hyunjun Ko
2020-03-12
1
-11
/
+143
*
turnip: Define structs for transform feedback
Hyunjun Ko
2020-03-12
1
-0
/
+22
*
turnip: Gather information for transform feedback
Hyunjun Ko
2020-03-12
2
-1
/
+55
*
egl/android: set window usage flags
David Stevens
2020-03-12
1
-0
/
+5
*
intel/compiler: fix cmod propagation optimisations
Yevhenii Kolesnikov
2020-03-11
2
-9
/
+336
*
pan/bi: Fix swizzle for second argument to ST_VARY
Alyssa Rosenzweig
2020-03-11
1
-0
/
+1
*
pan/bi: Implement nir_op_ffma
Alyssa Rosenzweig
2020-03-11
2
-1
/
+2
*
pan/bi: Add dead code elimination pass
Alyssa Rosenzweig
2020-03-11
4
-1
/
+67
*
pan/bi: Add liveness analysis pass
Alyssa Rosenzweig
2020-03-11
3
-0
/
+99
*
pan/bi: Add bi_max_temp helper
Alyssa Rosenzweig
2020-03-11
1
-0
/
+7
*
pan/bi: Add bi_next/prev_op helpers
Alyssa Rosenzweig
2020-03-11
1
-0
/
+12
*
pan/bi: Add bi_bytemask_of_read_components helpers
Alyssa Rosenzweig
2020-03-11
2
-0
/
+22
*
pan/bi: Paste over bi_has_arg
Alyssa Rosenzweig
2020-03-11
3
-1
/
+16
*
panfrost: Sync Midgard/Bifrost control flow
Alyssa Rosenzweig
2020-03-11
10
-114
/
+70
*
panfrost: Move liveness analysis to root panfrost/
Alyssa Rosenzweig
2020-03-11
5
-189
/
+249
[next]