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
/
freedreno
/
ir3
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno/ir3/ra: only assign array base in first pass
Rob Clark
2020-04-28
1
-1
/
+2
*
freedreno/ir3/ra: split out helper for array assignment
Rob Clark
2020-04-28
1
-48
/
+58
*
freedreno/ir3/ra: use ir3_debug_print helper
Rob Clark
2020-04-28
1
-8
/
+2
*
freedreno/ir3/ra: remove unused variable
Rob Clark
2020-04-28
1
-2
/
+0
*
freedreno/ir3: Add support for disasm of cat2 float32 immediates.
Eric Anholt
2020-04-27
5
-47
/
+86
*
freedreno/ir3: Refactor out print_reg_src().
Eric Anholt
2020-04-27
1
-10
/
+6
*
freedreno/ir3: Convert remaining disasm src prints to reginfo.
Eric Anholt
2020-04-27
1
-60
/
+92
*
freedreno/ir3: Add a unit test for our disassembler.
Eric Anholt
2020-04-27
2
-0
/
+141
*
freedreno/ir3: Print a space after nop counts, like qcom's disasm.
Eric Anholt
2020-04-27
1
-1
/
+1
*
freedreno/ir3: Fix the disasm of half-float STG dests.
Eric Anholt
2020-04-27
1
-1
/
+1
*
freedreno/ir3: run nir_lower_pack
Jonathan Marek
2020-04-27
1
-0
/
+1
*
nir: add pack_32_2x16_split/unpack_32_2x16_split lowering
Jonathan Marek
2020-04-27
1
-4
/
+2
*
ir3: Use shared mediump output lowering
Alyssa Rosenzweig
2020-04-27
1
-49
/
+1
*
ir3: Remove VARYING_SLOT_PNTC remapping hack
Connor Abbott
2020-04-25
1
-12
/
+0
*
ir3: Skip missing VS outputs in VS out map when linking
Connor Abbott
2020-04-25
1
-10
/
+50
*
freedreno/ir3: Print @tex write mask using 0x%x
Kristian H. Kristensen
2020-04-25
1
-1
/
+1
*
freedreno/ir3: Reset lex line number when we start parsing
Kristian H. Kristensen
2020-04-25
1
-0
/
+2
*
freedreno/ir3: Parse, but ignore @in, @out and @tex headers
Kristian H. Kristensen
2020-04-25
2
-0
/
+21
*
freedreno/ir3: Move ir3 assembler to backend compiler
Kristian H. Kristensen
2020-04-25
3
-1
/
+1224
*
freedreno/ir3: fix incorrect conversion folding
Jonathan Marek
2020-04-24
1
-0
/
+7
*
freedreno/ir3: set even bit for f2f16_rtne
Jonathan Marek
2020-04-24
1
-2
/
+7
*
freedreno/ir3: fix 16-bit ssbo access
Jonathan Marek
2020-04-24
3
-5
/
+12
*
freedreno/ir3: Fix sizing of the inputs/outputs array.
Eric Anholt
2020-04-23
1
-13
/
+2
*
freedreno/ir3: Fix driver_location of the added vertex_flags varying.
Eric Anholt
2020-04-23
1
-7
/
+1
*
ir3: Fix bug with shaders that only exit via discard
Connor Abbott
2020-04-22
2
-0
/
+71
*
ir3: Don't double-insert the first block
Connor Abbott
2020-04-22
1
-1
/
+0
*
freedreno/ir3: Drop handling FRAG_RESULT_DEPTH writing to .z
Eric Anholt
2020-04-21
1
-3
/
+1
*
ir3/ra: Fix off-by-one issues with live-range extension
Connor Abbott
2020-04-18
3
-2
/
+34
*
ir3: Handle load_ubo_ir3 when promoting to constants
Connor Abbott
2020-04-15
1
-10
/
+30
*
ir3: Fix LDC offset units
Connor Abbott
2020-04-15
6
-11
/
+95
*
freedreno/ir3: don't overwrite wrmask in ir3_SAM
Jonathan Marek
2020-04-14
1
-2
/
+2
*
freedreno/ir3: fix emit_tex_info split_dest
Jonathan Marek
2020-04-14
1
-2
/
+1
*
ir3: Fix txs with bindless
Connor Abbott
2020-04-14
1
-3
/
+3
*
freedreno/ir3/ra: cleanup some leftovers
Rob Clark
2020-04-13
1
-6
/
+0
*
freedreno/ir3: rename depth->dce
Rob Clark
2020-04-13
6
-67
/
+17
*
freedreno/ir3: better cleanup when removing unused instructions
Rob Clark
2020-04-13
4
-10
/
+36
*
freedreno/ir3/ra: handle array case for SFU select_reg opt
Rob Clark
2020-04-13
1
-3
/
+10
*
freedreno/ir3: add mov/cov stats
Rob Clark
2020-04-13
3
-4
/
+12
*
freedreno/ir3/postsched: avoid moving tex ahead of kill
Rob Clark
2020-04-13
1
-0
/
+18
*
freedreno/ir3/postsched: remove some leftovers
Rob Clark
2020-04-13
1
-9
/
+0
*
freedreno/ir3/sched: awareness of partial liveness
Rob Clark
2020-04-13
1
-1
/
+44
*
freedreno/ir3: new pre-RA scheduler
Rob Clark
2020-04-13
3
-396
/
+426
*
freedreno/ir3: fix location of inserted mov's
Rob Clark
2020-04-13
1
-1
/
+11
*
freedreno/ir3: simplify grouping pass
Rob Clark
2020-04-13
1
-31
/
+18
*
freedreno/ir3: make falsedep use's optional
Rob Clark
2020-04-13
3
-4
/
+6
*
freedreno/ir3: spiff out disasm a bit
Rob Clark
2020-04-13
1
-5
/
+17
*
freedreno/ir3: CSE the up/downconversion of SEL's cond's size.
Eric Anholt
2020-04-13
3
-7
/
+22
*
freedreno/ir3: Stop doing b2n on the SEL condition.
Eric Anholt
2020-04-13
2
-3
/
+11
*
freedreno: Fix leak of binning shader variants.
Eric Anholt
2020-04-10
1
-0
/
+2
*
freedreno/ir3: Fix sz vs class confusion
Kristian H. Kristensen
2020-04-10
2
-6
/
+24
[next]