index
:
~miku/mesa
flusha0
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
freedreno
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-18
ir3/ra: Fix off-by-one issues with live-range extension
Connor Abbott
3
-2
/
+34
2020-04-17
tu: Use tu_cs_add_entries() with non-render-pass secondaries
Connor Abbott
1
-1
/
+1
2020-04-16
turnip: image_view rework
Jonathan Marek
4
-379
/
+322
2020-04-16
turnip: don't limit framebuffer size to image size
Jonathan Marek
1
-13
/
+0
2020-04-16
turnip: compute render_components/srgb_cntl at renderpass creation time
Jonathan Marek
3
-32
/
+30
2020-04-16
tu: Align GMEM resolve blit scissor
Connor Abbott
1
-2
/
+1
2020-04-15
ir3: Handle load_ubo_ir3 when promoting to constants
Connor Abbott
1
-10
/
+30
2020-04-15
ir3: Fix LDC offset units
Connor Abbott
6
-11
/
+95
2020-04-15
freedreno/turnip: Update GRAS_LAYER_CNTL to GRAS_MAX_LAYER_INDEX
Brian Ho
2
-8
/
+3
2020-04-15
turnip: Emit geometry shader descriptor consts
Brian Ho
1
-0
/
+9
2020-04-15
turnip: Correctly set layer stride for 3D images
Brian Ho
1
-2
/
+4
2020-04-14
freedreno/ir3: don't overwrite wrmask in ir3_SAM
Jonathan Marek
1
-2
/
+2
2020-04-14
freedreno/ir3: fix emit_tex_info split_dest
Jonathan Marek
1
-2
/
+1
2020-04-14
ir3: Fix txs with bindless
Connor Abbott
1
-3
/
+3
2020-04-13
freedreno/ir3/ra: cleanup some leftovers
Rob Clark
1
-6
/
+0
2020-04-13
freedreno/ir3: rename depth->dce
Rob Clark
7
-68
/
+18
2020-04-13
freedreno/ir3: better cleanup when removing unused instructions
Rob Clark
4
-10
/
+36
2020-04-13
freedreno/ir3/ra: handle array case for SFU select_reg opt
Rob Clark
1
-3
/
+10
2020-04-13
freedreno/ir3: add mov/cov stats
Rob Clark
3
-4
/
+12
2020-04-13
freedreno/ir3/postsched: avoid moving tex ahead of kill
Rob Clark
1
-0
/
+18
2020-04-13
freedreno/ir3/postsched: remove some leftovers
Rob Clark
1
-9
/
+0
2020-04-13
freedreno/ir3/sched: awareness of partial liveness
Rob Clark
1
-1
/
+44
2020-04-13
freedreno/ir3: new pre-RA scheduler
Rob Clark
3
-396
/
+426
2020-04-13
freedreno/ir3: fix location of inserted mov's
Rob Clark
1
-1
/
+11
2020-04-13
freedreno/ir3: simplify grouping pass
Rob Clark
1
-31
/
+18
2020-04-13
freedreno/ir3: make falsedep use's optional
Rob Clark
3
-4
/
+6
2020-04-13
freedreno/ir3: spiff out disasm a bit
Rob Clark
1
-5
/
+17
2020-04-13
freedreno/computerator: support bindless sampler instructions
Jonathan Marek
2
-1
/
+4
2020-04-13
freedreno/computerator: support nop prefix
Jonathan Marek
2
-1
/
+6
2020-04-13
freedreno/ir3: CSE the up/downconversion of SEL's cond's size.
Eric Anholt
3
-7
/
+22
2020-04-13
freedreno/ir3: Stop doing b2n on the SEL condition.
Eric Anholt
2
-3
/
+11
2020-04-10
freedreno: Fix leak of binning shader variants.
Eric Anholt
1
-0
/
+2
2020-04-10
freedreno/ir3: Fix sz vs class confusion
Kristian H. Kristensen
2
-6
/
+24
2020-04-09
tu: Implement descriptor set update templates
Connor Abbott
2
-4
/
+125
2020-04-09
tu: Add missing code for immutable samplers
Connor Abbott
1
-0
/
+20
2020-04-09
tu: Emit CP_LOAD_STATE6 for descriptors
Connor Abbott
5
-5
/
+304
2020-04-09
tu: Switch to the bindless descriptor model
Connor Abbott
7
-868
/
+673
2020-04-09
ir3: Rewrite UBO push analysis to support bindless
Connor Abbott
3
-59
/
+107
2020-04-09
ir3: Plumb through bindless support
Connor Abbott
10
-99
/
+520
2020-04-09
ir3: LDC also has a destination
Connor Abbott
1
-1
/
+1
2020-04-09
ir3: Also don't propagate immediate offset with LDC
Connor Abbott
1
-3
/
+3
2020-04-09
ir3: Plumb through support for a1.x
Connor Abbott
11
-67
/
+164
2020-04-09
ir3: Add bindless instruction encoding
Connor Abbott
3
-103
/
+277
2020-04-09
freedreno/a6xx: Add registers for the bindless model
Connor Abbott
2
-0
/
+39
2020-04-09
freedreno/a6xx: Add UBO size field
Connor Abbott
1
-1
/
+1
2020-04-09
tu: ir3: Emit push constants directly
Connor Abbott
6
-26
/
+86
2020-04-09
tu: Dump out shader assembly when requested
Connor Abbott
1
-0
/
+14
2020-04-09
turnip: new clear/blit implementation with shader path fallback
Jonathan Marek
15
-1990
/
+2578
2020-04-09
turnip: add vk_format_is_snorm/is_float
Jonathan Marek
1
-0
/
+12
2020-04-09
turnip: rework format helpers
Jonathan Marek
6
-29
/
+41
[next]