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
/
drivers
/
lima
/
ir
Commit message (
Expand
)
Author
Age
Files
Lines
*
lima: add support for R and RG formats
Vasily Khoruzhick
2020-03-20
1
-0
/
+3
*
lima/gpir: fix crash in schedule_insert_ready_list()
Vasily Khoruzhick
2020-03-16
1
-0
/
+2
*
lima/gpir: add better lowering for ftrunc
Vasily Khoruzhick
2020-03-16
2
-0
/
+8
*
lima/gpir: kill dead writes to regs in DCE
Vasily Khoruzhick
2020-03-16
1
-0
/
+28
*
lima/gpir: Optimize nots created from branch lowering
Connor Abbott
2020-03-16
1
-0
/
+67
*
lima/gpir: Optimize conditional break/continue
Connor Abbott
2020-03-16
3
-0
/
+125
*
lima/gpir: Make lima_gpir_node_insert_child() useful
Connor Abbott
2020-03-16
1
-1
/
+1
*
lima/gpir: print acc ops even if we have only one source
Vasily Khoruzhick
2020-03-11
1
-4
/
+2
*
lima/gpir: improve disassembler output
Vasily Khoruzhick
2020-03-11
1
-45
/
+78
*
lima: gpir: enforce instruction limit earlier
Vasily Khoruzhick
2020-03-06
2
-9
/
+8
*
lima: ppir: always create move and update ld_tex successors for all blocks
Vasily Khoruzhick
2020-01-28
3
-23
/
+24
*
lima: ppir: don't delete root ld_tex nodes without successors in current block
Vasily Khoruzhick
2020-01-28
1
-6
/
+1
*
lima/ppir: fix src read mask swizzling
Erico Nunes
2020-01-25
2
-11
/
+13
*
lima/ppir: split ppir_op_undef into undef and dummy again
Erico Nunes
2020-01-25
3
-2
/
+9
*
lima/ppir: fix ssa undef emit
Erico Nunes
2020-01-25
1
-3
/
+0
*
lima/ppir: handle write to dead registers in ppir
Erico Nunes
2020-01-25
1
-5
/
+12
*
lima: use imul for calculations with intrinsic src
Vasily Khoruzhick
2020-01-23
1
-1
/
+1
*
util: Remove tmp argument from BITSET_FOREACH_SET macro
Matt Turner
2020-01-23
1
-8
/
+5
*
lima/ppir: implement full liveness analysis for regalloc
Erico Nunes
2020-01-15
6
-166
/
+359
*
lima/ppir: remove orphan load node after cloning
Erico Nunes
2020-01-15
3
-1
/
+27
*
lima/ppir: remove assert on ppir_emit_tex unsupported feature
Erico Nunes
2019-12-20
1
-1
/
+0
*
lima/ppir: fix lod bias src
Erico Nunes
2019-12-20
5
-11
/
+16
*
lima/ppir: add lod-bias support
Arno Messiaen
2019-11-20
4
-5
/
+32
*
lima: add support for gl_PointSize
Vasily Khoruzhick
2019-11-05
1
-3
/
+16
*
lima: add cubemap support
Arno Messiaen
2019-10-31
2
-2
/
+26
*
lima: introduce ppir_op_load_coords_reg to differentiate between loading text...
Arno Messiaen
2019-10-31
6
-5
/
+18
*
util: rename list_empty() to list_is_empty()
Timothy Arceri
2019-10-28
7
-12
/
+12
*
lima/ppir: don't clone texture loads
Vasily Khoruzhick
2019-10-09
2
-73
/
+0
*
lima/ppir: add NIR pass to split varying loads
Vasily Khoruzhick
2019-09-26
2
-0
/
+124
*
lima/ppir: Add various varying fetch sources to disassembler
Andreas Baierl
2019-09-25
1
-23
/
+50
*
lima/ppir: add support for indirect load of uniforms and varyings
Vasily Khoruzhick
2019-09-24
5
-12
/
+52
*
lima/ppir: add node dependency types
Vasily Khoruzhick
2019-09-24
6
-28
/
+58
*
lima/ppir: don't attempt to clone tex coords if it's not varying
Vasily Khoruzhick
2019-09-25
1
-3
/
+10
*
lima/gpir: Fix 64-bit shift in scheduler spilling
Connor Abbott
2019-09-24
1
-2
/
+2
*
lima/gpir: Don't emit movs when translating from NIR
Connor Abbott
2019-09-24
1
-36
/
+50
*
lima/gpir: Fix postlog2 fixup handling
Connor Abbott
2019-09-24
1
-11
/
+12
*
lima/gpir: Use registers for values live in multiple blocks
Connor Abbott
2019-09-24
7
-156
/
+648
*
lima/gpir: Support branch instructions
Connor Abbott
2019-09-24
6
-78
/
+102
*
lima/gpir: Only try to place actual children
Connor Abbott
2019-09-24
1
-1
/
+1
*
lima/gpir: Fix compiler warning
Connor Abbott
2019-09-24
1
-1
/
+1
*
lima/ppir: Add undef handling
Andreas Baierl
2019-09-13
4
-4
/
+24
*
lima/ppir: Rename ppir_op_dummy to ppir_op_undef
Andreas Baierl
2019-09-13
3
-5
/
+5
*
lima/ppir: drop fge/flt/feq/fne options
Vasily Khoruzhick
2019-09-09
1
-4
/
+0
*
lima/gpir: fix warning in gpir disassembler
Vasily Khoruzhick
2019-09-09
1
-1
/
+1
*
lima/gpir: Disallow moves for schedule_first nodes
Connor Abbott
2019-09-09
1
-1
/
+5
*
lima/gpir: Fix fake dep handling for schedule_first nodes
Connor Abbott
2019-09-09
2
-10
/
+30
*
lima/gpir: Fix schedule_first insertion logic
Connor Abbott
2019-09-09
1
-2
/
+3
*
lima/gpir: Ignore unscheduled successors in can_use_complex()
Connor Abbott
2019-09-09
1
-1
/
+2
*
lima/gpir: Do all lowerings before rsched
Connor Abbott
2019-09-09
3
-23
/
+2
*
lima/ppir: improve regalloc spill cost calculation
Erico Nunes
2019-09-05
1
-5
/
+49
[next]