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
/
gp
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Remove tmp argument from BITSET_FOREACH_SET macro
Matt Turner
2020-01-23
1
-8
/
+5
*
lima: add support for gl_PointSize
Vasily Khoruzhick
2019-11-05
1
-3
/
+16
*
util: rename list_empty() to list_is_empty()
Timothy Arceri
2019-10-28
3
-4
/
+4
*
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/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: fix pipe_debug_callback warnings
Erico Nunes
2019-08-06
1
-1
/
+1
*
lima: add summary report for shader-db
Erico Nunes
2019-08-06
3
-1
/
+34
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-3
/
+3
*
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/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
*
nir: remove fnot/fxor/fand/for opcodes
Jonathan Marek
2019-06-26
1
-3
/
+0
*
nir: Drop imov/fmov in favor of one mov instruction
Jason Ekstrand
2019-05-24
1
-1
/
+1
*
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/ir: print names of unsupported intrinsics
Erico Nunes
2019-05-06
1
-1
/
+2
*
lima/gpir: add limit of max 512 instructions
Erico Nunes
2019-05-02
1
-0
/
+6
*
nir: make nir_const_value scalar
Karol Herbst
2019-04-14
1
-1
/
+1
*
lima: use nir_src_as_float
Karol Herbst
2019-04-14
1
-4
/
+1
*
lima/gpir: fix alu check miss last store slot
Qiang Yu
2019-04-14
1
-2
/
+2
*
lima/gpir: fix compile fail when two slot node
Qiang Yu
2019-04-14
3
-3
/
+25
*
lima: lower bool to float when building shaders
Icenowy Zheng
2019-04-12
1
-1
/
+1
*
gallium: add lima driver
Qiang Yu
2019-04-11
12
-0
/
+5010