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
/
lima
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: don't generate file into subdirs
Dylan Baker
2019-09-18
1
-1
/
+1
*
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
*
lima/gpir/sched: Don't try to spill when something else has succeeded
Connor Abbott
2019-07-28
1
-7
/
+4
*
nir: replace lower_sincos with algebraic opt
Jonathan Marek
2019-07-24
1
-1
/
+1
*
lima/ppir: fix disassembler temp read/write print
Qiang Yu
2019-07-24
1
-9
/
+23
*
lima/ppir: fix branch codegen register encode
Erico Nunes
2019-07-23
1
-2
/
+2
*
lima/ppir: fix debug logs in regalloc
Erico Nunes
2019-07-23
1
-2
/
+2
*
lima/ppir: fix alignment on regalloc spilling loads
Erico Nunes
2019-07-23
1
-1
/
+1
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
5
-19
/
+19
*
lima/ppir: handle all node types in ppir_node_replace_child
Erico Nunes
2019-07-19
1
-2
/
+30
*
lima/ppir: branch regalloc fixes
Erico Nunes
2019-07-19
1
-0
/
+33
*
lima/ppir: Add gl_PointCoord handling
Andreas Baierl
2019-07-18
6
-5
/
+34
*
lima/gp: Fix problem with complex moves
Connor Abbott
2019-07-18
3
-9
/
+125
*
lima/gpir: Rework the scheduler
Connor Abbott
2019-07-18
9
-560
/
+1187
*
lima/gp: Mark more add-only nodes as maybe-two-slot
Connor Abbott
2019-07-18
1
-0
/
+8
*
lima/gpir: Fix some bugs in instruction handling
Connor Abbott
2019-07-18
1
-0
/
+12
*
lima: Reintroduce the standalone compiler
Connor Abbott
2019-07-18
6
-2
/
+351
[next]