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: lower selects to scalars
Erico Nunes
2019-08-25
1
-0
/
+5
*
lima: fix ppir spill stack allocation
Erico Nunes
2019-08-25
4
-9
/
+25
*
lima: move format handling to unified place
Qiang Yu
2019-08-25
8
-103
/
+190
*
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
5
-74
/
+225
*
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: actually wait for bo in lima_bo_wait
Erico Nunes
2019-08-16
2
-0
/
+5
*
lima: fix compilation of standalone compiler
Vasily Khoruzhick
2019-08-15
1
-2
/
+2
*
lima/ppir: print srcs and dests in ppir_node_print_prog()
Vasily Khoruzhick
2019-08-13
1
-2
/
+56
*
lima/ppir: use src accessors in ppir regalloc
Vasily Khoruzhick
2019-08-13
2
-102
/
+17
*
lima/ppir: add ppir_node to ppir_src
Vasily Khoruzhick
2019-08-13
5
-10
/
+16
*
lima/ppir: introduce accessors for ppir_node sources
Vasily Khoruzhick
2019-08-13
1
-0
/
+41
*
lima/ppir: Add fddx and fddy
Andreas Baierl
2019-08-12
4
-0
/
+60
*
lima: introduce a struct describing texture descriptor
Vasily Khoruzhick
2019-08-08
3
-56
/
+150
*
lima: add texel format table
Vasily Khoruzhick
2019-08-08
3
-51
/
+53
*
lima: Fix Android.mk
Roman Stratiienko
2019-08-08
1
-3
/
+16
*
lima: fix pipe_debug_callback warnings
Erico Nunes
2019-08-06
3
-5
/
+5
*
lima/ppir: move sin/cos input scaling into NIR
Vasily Khoruzhick
2019-08-06
5
-58
/
+69
*
lima: add summary report for shader-db
Erico Nunes
2019-08-06
10
-6
/
+80
*
lima: add support for debug callback
Erico Nunes
2019-08-06
2
-0
/
+15
*
lima/ppir: enable lower_vector_cmp to lower fall_equal
Erico Nunes
2019-08-05
1
-0
/
+1
*
lima: re-run nir_opt_algebraic after int lowering
Erico Nunes
2019-08-05
1
-0
/
+15
*
lima/ppir: simplify load uni/temp op lowering and scheduling
Erico Nunes
2019-08-04
2
-34
/
+33
*
lima/ppir: simplify select op lowering and scheduling
Erico Nunes
2019-08-04
5
-11
/
+15
*
lima/ppir: support pipeline registers in scheduler
Erico Nunes
2019-08-04
2
-46
/
+65
*
lima/ppir: move alu vec to scalar lowering into NIR
Vasily Khoruzhick
2019-08-04
2
-107
/
+14
*
lima/ppir: Add gl_FrontFace handling
Andreas Baierl
2019-08-03
6
-13
/
+35
*
meson: drop unused dep_{thread,dl}
Eric Engestrom
2019-08-03
1
-1
/
+0
*
meson: replace libmesa_util with idep_mesautil
Eric Engestrom
2019-08-03
1
-1
/
+1
*
lima: enable lower_bitops in ppir
Erico Nunes
2019-07-31
1
-0
/
+1
*
nir/algebraic: rename lower_bitshift to lower_bitops
Erico Nunes
2019-07-31
1
-1
/
+1
*
lima/ppir: lower fdot in nir_opt_algebraic
Erico Nunes
2019-07-31
5
-80
/
+5
*
lima/ppir: refactor texture code to simplify scheduler
Erico Nunes
2019-07-31
5
-60
/
+7
*
lima/ppir: lower texture projection
Erico Nunes
2019-07-31
1
-0
/
+5
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
2
-4
/
+4
*
lima/gp: Support exp2 and log2
Connor Abbott
2019-07-30
5
-30
/
+147
*
lima/gpir: Always schedule complex2 and *_impl right after complex1
Connor Abbott
2019-07-30
4
-15
/
+47
*
lima/gpir/sched: Handle more special ops in can_use_complex()
Connor Abbott
2019-07-28
1
-5
/
+24
*
lima/gp: Clean up lima_program_optimize_vs_nir() a little
Connor Abbott
2019-07-28
1
-1
/
+1
[prev]
[next]