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
Commit message (
Expand
)
Author
Age
Files
Lines
*
turnip: Remove RANGE_SIZE usage
Joshua Ashton
2020-05-05
2
-3
/
+4
*
freedreno/ir3: Define the bindful uniform/nonuniform desc modes for cat6 a6xx.
Eric Anholt
2020-05-04
4
-23
/
+38
*
freedreno/ir3: Sync some new changes from envytools.
Eric Anholt
2020-05-04
11
-49
/
+107
*
freedreno/ir3: Add some more tests of cat6 disasm.
Eric Anholt
2020-05-04
1
-0
/
+24
*
freedreno/ir3: Set up outputs for multi-slot varyings.
Eric Anholt
2020-05-01
1
-20
/
+25
*
freedreno/ir3: Stop initializing regid of so->outputs during setup.
Eric Anholt
2020-05-01
1
-1
/
+0
*
freedreno/ir3: Improve shader key normalization.
Eric Anholt
2020-05-01
2
-56
/
+75
*
freedreno: Emit debug messages when doing draw-time recompiles of shaders.
Eric Anholt
2020-05-01
1
-0
/
+8
*
freedreno/ir3: Remove unused half precision shader key flag.
Eric Anholt
2020-05-01
1
-6
/
+0
*
freedreno: Fix assertion failures on GS/tess shaders with shader-db enabled.
Eric Anholt
2020-05-01
1
-0
/
+15
*
freedreno/ir3: Skip tess epilogue if the program is missing stores.
Eric Anholt
2020-05-01
1
-0
/
+3
*
freedreno/ir3: Fix register allocation assertion failures.
Eric Anholt
2020-05-01
2
-13
/
+30
*
freedreno/ir3: Drop hack to clean up split vars
Kristian H. Kristensen
2020-05-01
1
-24
/
+0
*
freedreno/ir3: Lower GS builtins before lowering IO
Kristian H. Kristensen
2020-05-01
4
-61
/
+64
*
freedreno/ir3: Add ir3_nir_lower_to_explicit_input() pass
Kristian H. Kristensen
2020-05-01
3
-46
/
+65
*
freedreno/ir3: Rename ir3_nir_lower_to_explicit_io
Kristian H. Kristensen
2020-05-01
3
-6
/
+6
*
freedreno/ir3: Pass stream output info to ir3_shader_from_nir
Kristian H. Kristensen
2020-05-01
2
-2
/
+6
*
freedreno/ir3: Fix the a3xx TF outputs stores.
Eric Anholt
2020-05-01
1
-1
/
+1
*
freedreno/ir3: Set up the block predecessors for a3xx TF
Eric Anholt
2020-05-01
2
-2
/
+8
*
freedreno/ir3: Leave bools as 1-bit, storing them in full regs.
Eric Anholt
2020-04-30
2
-119
/
+111
*
freedreno/ir3: Drop redundant IR3_REG_HALF setup in ALU ops.
Eric Anholt
2020-04-30
1
-6
/
+0
*
freedreno: sync registers with envytools
Rob Clark
2020-04-30
2
-10
/
+22
*
freedreno/a6xx: add OUT_PKT()
Rob Clark
2020-04-30
2
-4
/
+21
*
freedreno/drm: inline the things
Rob Clark
2020-04-30
3
-65
/
+62
*
freedreno/drm: drop atomic refcnts
Rob Clark
2020-04-30
1
-2
/
+2
*
freedreno/ir3: Initialize the unused dwords of the immediates consts.
Eric Anholt
2020-04-30
1
-0
/
+3
*
turnip: fix wrong substream size in parse_multisample_and_color_blend
20.1-branchpoint
Jonathan Marek
2020-04-29
1
-1
/
+1
*
freedreno/a6xx+tu: rename VSC_DATA/VSC_DATA2
Rob Clark
2020-04-28
5
-78
/
+68
*
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/computer: add script to test widening/narrowing
Rob Clark
2020-04-28
1
-0
/
+297
*
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
*
tu: Don't invert point coords
Connor Abbott
2020-04-25
1
-1
/
+2
*
ir3: Remove VARYING_SLOT_PNTC remapping hack
Connor Abbott
2020-04-25
1
-12
/
+0
*
tu: Implement PrimID passthrough
Connor Abbott
2020-04-25
2
-5
/
+14
*
ir3: Skip missing VS outputs in VS out map when linking
Connor Abbott
2020-04-25
2
-22
/
+55
*
freedreno/a6xx: Document PrimID passthrough registers
Connor Abbott
2020-04-25
2
-2
/
+15
*
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
[next]