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
Commit message (
Expand
)
Author
Age
Files
Lines
*
lima/ppir: don't clone texture loads
Vasily Khoruzhick
2019-10-09
2
-73
/
+0
*
lima: set uniforms_address lower bits properly
Vasily Khoruzhick
2019-09-28
1
-0
/
+8
*
lima: do not set the PP uniforms address lowest bits
Icenowy Zheng
2019-09-28
1
-1
/
+0
*
lima/ppir: add NIR pass to split varying loads
Vasily Khoruzhick
2019-09-26
5
-0
/
+127
*
lima: support rectangle texture
Icenowy Zheng
2019-09-26
4
-3
/
+9
*
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
6
-12
/
+60
*
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: remove partial clear support from pipe->clear()
Erico Nunes
2019-09-23
1
-93
/
+5
*
lima: implement BO cache
Vasily Khoruzhick
2019-09-22
8
-30
/
+212
*
lima: use 0 to poll if BO is busy in lima_bo_wait()
Vasily Khoruzhick
2019-09-22
1
-1
/
+7
*
lima: move damage bound build to resource
Qiang Yu
2019-09-23
3
-22
/
+41
*
lima: don't use damage system when full damage
Qiang Yu
2019-09-23
1
-0
/
+14
*
lima: implement EGL_KHR_partial_update
Qiang Yu
2019-09-23
5
-65
/
+86
*
lima: fix PLBU viewport configuration
Icenowy Zheng
2019-09-22
3
-21
/
+21
*
lima: reset scissor state if scissor test is disabled
Icenowy Zheng
2019-09-17
1
-0
/
+4
*
lima: add standalone disassembler with primitive MBS parser
Vasily Khoruzhick
2019-09-16
2
-0
/
+219
*
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
*
meson: don't generate file into subdirs
Dylan Baker
2019-09-11
1
-1
/
+1
*
lima: set .out_sync field of req in lima_submit_start()
Vasily Khoruzhick
2019-09-10
1
-0
/
+1
*
lima/ppir: drop fge/flt/feq/fne options
Vasily Khoruzhick
2019-09-09
1
-4
/
+0
*
lima: run opt_algebraic between int_to_float and boot_to_float for vs
Vasily Khoruzhick
2019-09-09
1
-4
/
+5
*
lima/gpir: fix warning in gpir disassembler
Vasily Khoruzhick
2019-09-09
1
-1
/
+1
*
lima/gpir: lower fceil
Vasily Khoruzhick
2019-09-09
1
-0
/
+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: don't lower phis to scalar
Vasily Khoruzhick
2019-09-05
1
-1
/
+0
*
lima/ppir: don't lower vector {b,f}csel to scalar if condition is scalar
Vasily Khoruzhick
2019-09-06
1
-5
/
+21
*
nir: allow specifying filter callback in lower_alu_to_scalar
Vasily Khoruzhick
2019-09-06
1
-16
/
+30
*
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: Return fence unconditionally
Roman Stratiienko
2019-09-04
1
-4
/
+2
*
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: fix texture descriptor issues
Vasily Khoruzhick
2019-08-28
2
-17
/
+13
*
lima/ppir: enable vectorize optimization
Erico Nunes
2019-08-25
1
-0
/
+5
[next]