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
/
ir
Commit message (
Expand
)
Author
Age
Files
Lines
*
lima/ppir: Add fddx and fddy
Andreas Baierl
2019-08-12
4
-0
/
+60
*
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
3
-57
/
+53
*
lima: add summary report for shader-db
Erico Nunes
2019-08-06
7
-4
/
+73
*
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
1
-106
/
+4
*
lima/ppir: Add gl_FrontFace handling
Andreas Baierl
2019-08-03
5
-13
/
+34
*
lima/ppir: lower fdot in nir_opt_algebraic
Erico Nunes
2019-07-31
4
-80
/
+4
*
lima/ppir: refactor texture code to simplify scheduler
Erico Nunes
2019-07-31
5
-60
/
+7
*
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/gpir/sched: Don't try to spill when something else has succeeded
Connor Abbott
2019-07-28
1
-7
/
+4
*
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
*
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
5
-5
/
+33
*
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
8
-558
/
+1186
*
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/ppir: Fix assert condition in ppir_codegen_encode_branch.
Vinson Lee
2019-07-15
1
-1
/
+1
*
lima/ppir: Fix branch codegen
Vasily Khoruzhick
2019-07-14
3
-3
/
+5
*
lima/ppir: Fix assert condition in ppir_codegen_encode_discard
Vasily Khoruzhick
2019-07-14
1
-1
/
+1
*
nir: remove fnot/fxor/fand/for opcodes
Jonathan Marek
2019-06-26
2
-7
/
+0
*
lima/ppir: Add fsat op
Andreas Baierl
2019-06-24
4
-0
/
+20
*
lima/ppir: Add fneg op
Andreas Baierl
2019-06-24
4
-0
/
+19
*
lima/ppir: Add fabs op
Andreas Baierl
2019-06-24
4
-0
/
+20
*
lima/ppir: change offset type to int
Mateusz Krzak
2019-06-13
2
-2
/
+2
*
lima/ppir: add missing handling of min/max ops for vec4 add slot
Vasily Khoruzhick
2019-06-06
1
-0
/
+6
*
lima/ppir: fix crash when program uses no registers at all
Vasily Khoruzhick
2019-06-06
1
-0
/
+4
*
nir: copy intrinsic type when lowering load input/uniform and store output
Jonathan Marek
2019-06-03
1
-0
/
+1
*
lima/ppir: implement discard and discard_if
Vasily Khoruzhick
2019-05-27
7
-10
/
+253
*
nir: Drop imov/fmov in favor of one mov instruction
Jason Ekstrand
2019-05-24
2
-3
/
+2
*
lima/gpir: switch to use nir_lower_viewport_transform
Qiang Yu
2019-05-20
3
-101
/
+10
*
lima/gpir: support vector ssa load
Qiang Yu
2019-05-20
2
-5
/
+46
*
lima/gpir: add helper function for emit load node
Qiang Yu
2019-05-20
1
-20
/
+19
*
lima/gpir: implement nir_op_fmov
Vasily Khoruzhick
2019-05-07
1
-0
/
+1
*
lima/gpir: fix float uniform alignment issue
Vasily Khoruzhick
2019-05-06
1
-2
/
+1
*
lima/ppir: abort compilation in case of unsupported intrinsic
Erico Nunes
2019-05-06
1
-2
/
+4
*
lima/ir: print names of unsupported intrinsics
Erico Nunes
2019-05-06
2
-2
/
+4
*
lima/ppir: support nir_op_ftrunc
Erico Nunes
2019-05-02
3
-0
/
+14
*
lima/gpir: add limit of max 512 instructions
Erico Nunes
2019-05-02
1
-0
/
+6
*
lima/ppir: fix pointer referenced after a free
Patrick Lerda
2019-04-29
1
-1
/
+2
[next]