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
path:
root
/
src
/
gallium
/
drivers
/
panfrost
/
midgard
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: Refactor texture targets
Alyssa Rosenzweig
2019-06-18
3
-14
/
+17
*
panfrost/midgard: Enable autovectorization
Alyssa Rosenzweig
2019-06-18
1
-2
/
+1
*
panfrost: Add support for TXS instructions
Boris Brezillon
2019-06-18
2
-2
/
+31
*
panfrost: Prepare things to support non-native texture ops
Boris Brezillon
2019-06-18
1
-16
/
+19
*
panfrost: Move sysval upload logic out of panfrost_emit_for_draw()
Boris Brezillon
2019-06-18
1
-1
/
+3
*
panfrost: Make the sysval logic more generic
Boris Brezillon
2019-06-18
1
-22
/
+39
*
panfrost/midgard: Simplify 2D array logic
Alyssa Rosenzweig
2019-06-17
1
-4
/
+1
*
panfrost/midgard: Handle non-zero component in store
Alyssa Rosenzweig
2019-06-17
1
-5
/
+9
*
panfrost/midgard: Apply writemask to LUTs
Alyssa Rosenzweig
2019-06-17
1
-1
/
+8
*
panfrost/midgard: Use typeless moves internally
Alyssa Rosenzweig
2019-06-17
3
-39
/
+15
*
panfrost/midgard: Add rounding mode specific opcodes
Alyssa Rosenzweig
2019-06-17
3
-20
/
+49
*
panfrost/midgard: Adjust swizzles for 2D arrays
Alyssa Rosenzweig
2019-06-17
1
-0
/
+10
*
panfrost/midgard: Fix 3D texture masks/swizzles
Alyssa Rosenzweig
2019-06-17
1
-3
/
+8
*
panfrost/midgard: Add swizzle_of/mask_of helpers
Alyssa Rosenzweig
2019-06-17
1
-6
/
+30
*
panfrost: Fix general purpose varying handling
Boris Brezillon
2019-06-13
1
-3
/
+3
*
u_dynarray: turn util_dynarray_{grow, resize} into element-oriented macros
Nicolai Hähnle
2019-06-12
1
-2
/
+2
*
panfrost/midgard: Differentiate vertex/fragment texture tags
Alyssa Rosenzweig
2019-06-12
3
-4
/
+15
*
panfrost/midgard: Assert on unknown texture source
Alyssa Rosenzweig
2019-06-12
1
-5
/
+2
*
panfrost/midgard: Set minimal swizzle on texture input
Alyssa Rosenzweig
2019-06-12
1
-1
/
+2
*
panfrost/midgard: Lower texture projectors
Alyssa Rosenzweig
2019-06-12
1
-1
/
+2
*
panfrost/midgard: Implement txl
Alyssa Rosenzweig
2019-06-12
2
-8
/
+11
*
panfrost/midgard: Implement txb op
Alyssa Rosenzweig
2019-06-12
1
-10
/
+55
*
panfrost/midgard: Extract emit_varying_read
Alyssa Rosenzweig
2019-06-12
1
-28
/
+37
*
panfrost/midgard: Decode LOD/bias registers
Alyssa Rosenzweig
2019-06-11
2
-5
/
+58
*
panfrost/midgard: Decode texture offset register swizzle
Alyssa Rosenzweig
2019-06-11
2
-11
/
+23
*
panfrost/midgard/disasm: include textureGather()
Alyssa Rosenzweig
2019-06-11
2
-5
/
+16
*
panfrost/midgard: Support negative immediate offsets
Alyssa Rosenzweig
2019-06-11
2
-16
/
+20
*
panfrost/midgard: Fix redunant mask redundancy
Alyssa Rosenzweig
2019-06-11
1
-0
/
+5
*
panfrost/midgard/disasm: Print LOD for texelFetch
Alyssa Rosenzweig
2019-06-11
1
-0
/
+9
*
panfrost/midgard: Identify the in_reg_full field
Alyssa Rosenzweig
2019-06-11
3
-10
/
+3
*
panfrost/midgard/disasm: Correctly dump bias/LOD
Alyssa Rosenzweig
2019-06-11
2
-16
/
+20
*
panfrost/midgard/disasm: Cleanup texture op code
Alyssa Rosenzweig
2019-06-11
1
-3
/
+3
*
panfrost/midgard/disasm: Add missing space
Alyssa Rosenzweig
2019-06-11
1
-2
/
+2
*
panfrost/midgard/disasm: LOD immediate/register select
Alyssa Rosenzweig
2019-06-11
2
-3
/
+13
*
panfrost/midgard/disasm: Use texture op name bare
Alyssa Rosenzweig
2019-06-11
2
-9
/
+7
*
panfrost/midgard/disasm: Varying perspective divides
Alyssa Rosenzweig
2019-06-11
2
-4
/
+28
*
panfrost/midgard: Add perspective division opcodes
Alyssa Rosenzweig
2019-06-11
2
-0
/
+9
*
panfrost/midgard: Print texture offsets
Alyssa Rosenzweig
2019-06-11
2
-36
/
+56
*
panfrost/midgard: Expand texture to 4-channel swizzle
Alyssa Rosenzweig
2019-06-11
3
-24
/
+7
*
panfrost: Ignore discards in dead branch analysis
Alyssa Rosenzweig
2019-06-10
1
-0
/
+5
*
panfrost/midgard: Disambiguate register mode
Alyssa Rosenzweig
2019-06-10
1
-1
/
+11
*
panfrost/midgard: Expose vec8/vec16 modes
Alyssa Rosenzweig
2019-06-10
1
-236
/
+273
*
panfrost/midgard: Add shifting int modifiers
Alyssa Rosenzweig
2019-06-10
2
-18
/
+14
*
panfrost/midgard: Add integer outmods
Alyssa Rosenzweig
2019-06-10
3
-25
/
+60
*
panfrost/midgard: Note floating compares type convert
Alyssa Rosenzweig
2019-06-10
1
-4
/
+4
*
panfrost/midgard: Lower inot to inor with 0
Alyssa Rosenzweig
2019-06-07
1
-1
/
+2
*
panfrost/midgard: Cleanup tag fetch in disassembler
Alyssa Rosenzweig
2019-06-07
1
-2
/
+3
*
panfrost/midgard: Use fancy iterator
Alyssa Rosenzweig
2019-06-07
1
-1
/
+1
*
panfrost/midgard: Cull dead branches
Alyssa Rosenzweig
2019-06-07
1
-0
/
+31
*
panfrost/midgard: Add mir_print_bundle helper
Alyssa Rosenzweig
2019-06-07
2
-0
/
+14
[next]