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: limit pre-fetched tex dest
Rob Clark
2020-06-11
3
-4
/
+60
*
freedreno/ir3: remove RA "q-values" optimization
Rob Clark
2020-06-11
1
-54
/
+3
*
freedreno/ir3: respect tex prefetch limits
Rob Clark
2020-06-11
2
-21
/
+51
*
freedreno/ir3: add debug code to print conflicting half-regs
Rob Clark
2020-06-11
1
-0
/
+7
*
freedreno/ir3: Handle cases where we decide not to lower UBO 0 loads.
Eric Anholt
2020-06-05
1
-39
/
+39
*
freedreno/ir3: Drop the max_const on a6xx to 512.
Eric Anholt
2020-06-05
1
-1
/
+4
*
freedreno/ir3: Account for driver params in UBO max const upload.
Eric Anholt
2020-06-05
3
-7
/
+26
*
freedreno/ir3: Stop shifting UBO 1 down to be UBO 0.
Eric Anholt
2020-06-05
1
-18
/
+9
*
freedreno/ir3: Drop unnecessary alignment of pushed UBO size.
Eric Anholt
2020-06-05
1
-1
/
+1
*
freedreno/ir3: Stop pushing immediates once we've filled the constbuf.
Eric Anholt
2020-06-05
1
-1
/
+8
*
freedreno/ir3: Refactor ir3_cp's lower_immed().
Eric Anholt
2020-06-05
1
-20
/
+24
*
freedreno/ir3: split kill from no_earlyz
Rob Clark
2020-06-04
2
-2
/
+9
*
nir: add callback to nir_remove_dead_variables()
Timothy Arceri
2020-06-03
1
-1
/
+1
*
meson: use gnu_symbol_visibility argument
Dylan Baker
2020-06-01
1
-2
/
+2
*
freedreno/ir3: Avoid {0} initializer for struct reginfo
Kristian H. Kristensen
2020-05-26
1
-3
/
+4
*
freedreno/ir3: Use RESINFO for a6xx image size queries.
Eric Anholt
2020-05-26
6
-9
/
+43
*
freedreno/ir3: Move handle_bindless_cat6 to compiler_nir and reuse.
Eric Anholt
2020-05-26
3
-22
/
+19
*
freedreno/ir3: Refactor out IBO source references.
Eric Anholt
2020-05-26
4
-57
/
+37
*
freedreno: Set the immediate flag in a4/a5xx resinfos.
Eric Anholt
2020-05-26
3
-14
/
+26
*
freedreno: Fix resinfo asm, which doesn't have srcs besides IBO number.
Eric Anholt
2020-05-26
1
-14
/
+20
*
freedreno: Add more resinfo/ldgb testcases.
Eric Anholt
2020-05-26
1
-0
/
+23
*
freedreno: Fix printing of unused src in disasm of cat6 RESINFO.
Eric Anholt
2020-05-26
2
-7
/
+11
*
freedreno/ir3/validate: add checking for types and opcodes
Rob Clark
2020-05-19
3
-59
/
+60
*
freedreno/ir3: add helpers to deal with src/dst types
Rob Clark
2020-05-19
4
-8
/
+122
*
freedreno/ir3: add simple validate pass
Rob Clark
2020-05-19
4
-1
/
+137
*
freedreno/ir3: fix mismatched wrmask for overlapping VS inputs
Rob Clark
2020-05-19
1
-0
/
+33
*
freedreno/ir3/cp: fix cmps folding
Rob Clark
2020-05-19
1
-1
/
+2
*
freedreno/ir3/print: print cat2 condition
Rob Clark
2020-05-19
1
-0
/
+22
*
freedreno/ir3: fix immed type in create_addr0()
Rob Clark
2020-05-19
1
-24
/
+6
*
freedreno/ir3/cf: handle multiple cov's properly
Rob Clark
2020-05-19
1
-8
/
+19
*
freedreno/ir3: fix mismatched flags on split
Rob Clark
2020-05-19
1
-1
/
+3
*
freedreno/ir3/group: fix for half-regs
Rob Clark
2020-05-19
2
-2
/
+6
*
freedreno/ir3: make input/output iterators declare cursor ptr
Rob Clark
2020-05-19
9
-19
/
+9
*
freedreno/ir3: make foreach_ssa_src declar cursor ptr
Rob Clark
2020-05-19
8
-16
/
+4
*
freedreno/ir3: make foreach_src declare cursor ptr
Rob Clark
2020-05-19
8
-22
/
+6
*
freedreno/ir3: be iterative
Rob Clark
2020-05-19
2
-4
/
+18
*
freedreno/ir3: move where we preserve binning pass inputs
Rob Clark
2020-05-19
1
-17
/
+16
*
freedreno/ir3: add IR3_PASS() macro
Rob Clark
2020-05-19
2
-24
/
+15
*
freedreno/ir3/postsched: report progress
Rob Clark
2020-05-19
3
-29
/
+16
*
freedreno/ir3/legalize: report progress
Rob Clark
2020-05-19
2
-2
/
+4
*
freedreno/ir3/group: report progress
Rob Clark
2020-05-19
2
-11
/
+19
*
freedreno/ir3/deps: report progress
Rob Clark
2020-05-19
2
-13
/
+12
*
freedreno/ir3/cp: report progress
Rob Clark
2020-05-19
2
-7
/
+15
*
freedreno/cf: report progress
Rob Clark
2020-05-19
2
-10
/
+15
*
freedreno/ir3/dce: report progress
Rob Clark
2020-05-19
2
-3
/
+6
*
freedreno/ir3: juggle around ir3_debug_print()
Rob Clark
2020-05-19
2
-11
/
+14
*
freedreno/ir3: remove Sethi-Ullman numbering pass
Rob Clark
2020-05-19
4
-123
/
+0
*
freedreno/a3xx: parameterize ubo optimization
Ilia Mirkin
2020-05-17
3
-11
/
+27
*
freedreno/ir3: avoid applying (sat) on bary.f
Ilia Mirkin
2020-05-17
1
-0
/
+5
*
ir3: Fixup dual-source blending slot
Connor Abbott
2020-05-14
1
-0
/
+1
[next]