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
...
*
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
*
gen_release_notes: resolve ambiguity by renaming `version` to `previous_versi...
Eric Engestrom
2020-03-12
1
-10
/
+10
*
gen_release_notes: fix version in "you should wait" message
Eric Engestrom
2020-03-12
1
-1
/
+1
*
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
*
ci: Make a simple little bare-metal fastboot mode for db410c.
Eric Anholt
2020-03-11
14
-39
/
+335
*
ci: Fix installation of firmware for db410c's nic.
Eric Anholt
2020-03-11
1
-1
/
+3
*
ci: Print the renderer/version that our dEQP invocation is using.
Eric Anholt
2020-03-11
1
-0
/
+20
*
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
*
pan/midgard: Subclass midgard_block from pan_block
Alyssa Rosenzweig
2020-03-11
9
-87
/
+127
*
pan/midgard: Sync midgard_block field names with Bifrost
Alyssa Rosenzweig
2020-03-11
4
-9
/
+9
*
pan/midgard: Decontextualize liveness analysis core
Alyssa Rosenzweig
2020-03-11
1
-11
/
+12
*
pan/midgard: Localize `visited` tracking
Alyssa Rosenzweig
2020-03-11
2
-15
/
+11
[prev]
[next]