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/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
*
lima/ppir: optimizations in regalloc spilling code
Erico Nunes
2019-09-05
1
-90
/
+88
*
lima/ppir: mark regalloc created ssa unspillable
Erico Nunes
2019-09-05
1
-0
/
+1
*
lima/ppir: clone uniforms and load_coords into each successor
Vasily Khoruzhick
2019-09-04
4
-41
/
+155
*
lima/ppir: don't assume that load coords gets value from register
Vasily Khoruzhick
2019-09-04
3
-9
/
+13
*
lima/ppir: add common helper for creating movs
Vasily Khoruzhick
2019-09-04
3
-49
/
+41
*
lima/ppir: print register index and components number for spilled register
Vasily Khoruzhick
2019-08-24
1
-1
/
+3
*
lima/ppir: add control flow support
Vasily Khoruzhick
2019-08-24
6
-23
/
+168
*
lima/ppir: add better liveness analysis
Vasily Khoruzhick
2019-08-24
3
-74
/
+223
*
lima/ppir: validate shader outputs
Vasily Khoruzhick
2019-08-24
1
-0
/
+13
*
lima/ppir: turn store_color into ALU node
Vasily Khoruzhick
2019-08-23
4
-61
/
+27
*
lima/ppir: create ppir block for each corresponding NIR block
Vasily Khoruzhick
2019-08-23
2
-4
/
+49
*
lima/ppir: add dummy op
Vasily Khoruzhick
2019-08-23
3
-5
/
+21
*
lima/ppir: add write after read deps for registers
Vasily Khoruzhick
2019-08-23
1
-2
/
+25
*
lima/ppir: fix ordering deps
Vasily Khoruzhick
2019-08-23
1
-6
/
+8
*
lima/ppir: set write mask for texture loads if dest is reg
Vasily Khoruzhick
2019-08-23
1
-1
/
+5
*
lima/ppir: add support for unconditional branches and condition negation
Vasily Khoruzhick
2019-08-23
4
-8
/
+34
*
lima/ppir: clone ld_{uni,tex,var} into each block
Vasily Khoruzhick
2019-08-23
4
-5
/
+103
*
lima/ppir: refactor const lowering
Vasily Khoruzhick
2019-08-23
6
-128
/
+99
*
lima/ppir: use ra_get_best_spill_node to select spill node
19.2-branchpoint
Erico Nunes
2019-08-20
1
-7
/
+22
*
lima/ppir: print srcs and dests in ppir_node_print_prog()
Vasily Khoruzhick
2019-08-13
1
-2
/
+56
[next]