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
/
vc4
/
vc4_register_allocate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc4: Convert from simple_list.h to list.h
Eric Anholt
2015-05-29
1
-7
/
+2
*
vc4: Move the tests for src needing to be an A register to vc4_qir.c.
Eric Anholt
2015-01-15
1
-17
/
+5
*
vc4: Avoid the save/restore of r3 for raddr conflicts, just use ra31.
Eric Anholt
2015-01-11
1
-2
/
+2
*
vc4: Add support for 16-bit signed/unsigned norm/scaled vertex attrs.
Eric Anholt
2014-12-15
1
-0
/
+4
*
vc4: Add support for 8-bit unnormalized vertex attrs.
Eric Anholt
2014-12-15
1
-0
/
+4
*
vc4: Rename UNPACK_8* to UNPACK_8*_F.
Eric Anholt
2014-12-15
1
-4
/
+4
*
vc4: Reserve rb31 instead of r3 for raddr conflict spills.
Eric Anholt
2014-12-09
1
-3
/
+3
*
vc4: Prioritize allocating accumulators to short-lived values.
Eric Anholt
2014-12-09
1
-14
/
+59
*
vc4: Interleave register allocation from regfile A and B.
Eric Anholt
2014-12-08
1
-39
/
+38
*
vc4: Put dead writes into the NOP register when generating code.
Eric Anholt
2014-09-23
1
-1
/
+8
*
vc4: Add support for 8-bit unorm/snorm vertex inputs.
Eric Anholt
2014-09-23
1
-0
/
+8
*
vc4: Switch to using Mesa's register allocator.
Eric Anholt
2014-09-23
1
-105
/
+105
*
vc4: Make a static list of all the registers.
Eric Anholt
2014-09-23
1
-12
/
+82
*
vc4: Use the same method as for FRAG_Z to handle fragcoord W.
Eric Anholt
2014-09-19
1
-0
/
+8
*
vc4: Fix memory leaks in register allocation.
Eric Anholt
2014-09-16
1
-0
/
+3
*
vc4: Move register allocation to a separate file.
Eric Anholt
2014-09-16
1
-0
/
+157