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
/
nouveau
/
codegen
/
nv50_ir_ra.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvc0/ir: fix second tex argument after levelZero optimization
Ilia Mirkin
2019-02-06
1
-9
/
+24
*
gm107/ir: disable TEXS for tex with derivAll set
Karol Herbst
2019-01-18
1
-1
/
+2
*
nv50/ir: initialize relDegree staticly
Karol Herbst
2018-12-09
1
-7
/
+16
*
nv50/ir/ra: enforce max register requirement, and change spill order
Ilia Mirkin
2018-11-16
1
-9
/
+16
*
nv50/ir/ra: improve condition for short regs, unify with cond for 16-bit
Ilia Mirkin
2018-11-16
1
-7
/
+7
*
gm107/ir: use scalar tex instructions where possible
Karol Herbst
2018-11-06
1
-0
/
+162
*
nv50/ra: add condenseDef overloads for partial condenses
Karol Herbst
2018-11-06
1
-8
/
+21
*
nv50/ir: only avoid spilling constrained def if a mov is added
Karol Herbst
2018-06-23
1
-2
/
+2
*
nv50/ir: make a copy of tex src if it's referenced multiple times
Ilia Mirkin
2018-04-22
1
-37
/
+49
*
nv50/ir/ra: prefer def == src2 for fma with immediates on nvc0
Karol Herbst
2018-04-21
1
-10
/
+29
*
nv50/ir: when merging immediates/consts, load directly
Ilia Mirkin
2017-11-26
1
-1
/
+21
*
nouveau: drop Android 4.4 and earlier support
Rob Herring
2017-05-25
1
-3
/
+1
*
nv50/ir: also do PostRaLoadPropagation for FMA
Karol Herbst
2017-03-31
1
-1
/
+1
*
nv50/ir: copy over value's register id when resolving merge of a phi
Ilia Mirkin
2016-10-12
1
-1
/
+3
*
nv50/ra: let simplify return an error and handle that
Karol Herbst
2016-10-05
1
-5
/
+7
*
gm107/ra: fix constraints for surface operations
Samuel Pitoiset
2016-07-20
1
-2
/
+23
*
nvc0: initial support for GP100 GPUs
Ben Skeggs
2016-07-12
1
-0
/
+2
*
nv50/ir: print relevant file's bitset when showing RA info
Ilia Mirkin
2016-05-31
1
-4
/
+4
*
nv50/ir: fix tex constraints for surface coords on Fermi
Samuel Pitoiset
2016-05-21
1
-0
/
+6
*
nv50/ir: use moveSources to condense sources
Ilia Mirkin
2016-05-21
1
-6
/
+1
*
nv50/ir: fix SUSTx constraints on Kepler
Samuel Pitoiset
2016-05-21
1
-3
/
+1
*
nvc0/ir: fix constraints for OP_SUSTx on Kepler
Samuel Pitoiset
2016-04-26
1
-1
/
+3
*
Revert "nv50/ra: `isinf()` is in namespace `std` since C++11."
Jose Fonseca
2016-04-19
1
-4
/
+0
*
nv50/ra: `isinf()` is in namespace `std` since C++11.
Pierre Moreau
2016-04-13
1
-0
/
+4
*
nv50/ir: Check for valid insn instead of def size
Pierre Moreau
2016-03-31
1
-2
/
+2
*
nvc0: initial support for GM20x GPUs
Ben Skeggs
2016-02-16
1
-0
/
+2
*
nv50/ir: fix memory corruption when spilling and redoing RA
Karol Herbst
2016-01-26
1
-0
/
+3
*
nv50/ir: add short imad support
Ilia Mirkin
2015-12-12
1
-1
/
+0
*
nv50/ir: prefer to color mad def and src2 with the same color
Ilia Mirkin
2015-12-08
1
-0
/
+14
*
nv50/ir: reduce degree limit on ops that can't encode large reg dests
Ilia Mirkin
2015-12-08
1
-3
/
+34
*
nv50/ir: only unspill once ahead of a group of instructions
Ilia Mirkin
2015-12-08
1
-5
/
+20
*
nv50/ir: fix moves to/from flags
Ilia Mirkin
2015-12-02
1
-0
/
+4
*
nv50/ir: do not call textureMask() for surface ops
Samuel Pitoiset
2015-12-02
1
-1
/
+2
*
nv50/ir: fix (un)spilling of 3-wide results
Ilia Mirkin
2015-11-22
1
-4
/
+42
*
nv50/ir: use C++11 standard std::unordered_map if possible
Chih-Wei Huang
2015-10-15
1
-3
/
+17
*
nv50/ir: make edge splitting fix up phi node sources
Ilia Mirkin
2015-09-10
1
-13
/
+77
*
nv50/ir: support different unordered_set implementations
Chih-Wei Huang
2015-08-20
1
-3
/
+2
*
nvc0/ir: add hazard for 2nd dim of vfetch/load indirect argument
Ilia Mirkin
2015-07-23
1
-0
/
+2
*
gm107/ir: fix texture argument order
Ilia Mirkin
2014-09-25
1
-0
/
+7
*
nv50/ir: avoid deleting pseudo instructions too early
Ilia Mirkin
2014-09-25
1
-1
/
+10
*
nv50/ir/util: fix BitSet issues
Christoph Bumiller
2014-09-05
1
-0
/
+4
*
nv50/ir: fix phi/union sources when their def has been merged
Ilia Mirkin
2014-07-24
1
-0
/
+8
*
nv50/ir: fix hard-coded TYPE_U32 sized register
Ilia Mirkin
2014-07-24
1
-3
/
+4
*
nv50/ir: use unordered_set instead of list to keep track of var uses
Tobias Klausmann
2014-07-08
1
-2
/
+2
*
nv50/ir: make sure that texprep/texquerylod's args get coalesced
Ilia Mirkin
2014-05-18
1
-0
/
+2
*
nvc0: add maxwell (sm50) compiler backend
Ben Skeggs
2014-05-15
1
-0
/
+33
*
nvc0/ir: move sample id to second source arg to fix sampler2DMS
Ilia Mirkin
2014-03-20
1
-1
/
+1
*
nv50/ir/ra: fix SpillCodeInserter::offsetSlot usage
Christoph Bumiller
2014-02-22
1
-7
/
+7
*
nv50/ir/ra: some register spilling fixes
Christoph Bumiller
2014-02-09
1
-5
/
+34
*
nvc0: fixup gk110 and up not being listed in various switch statements
Ben Skeggs
2013-12-06
1
-1
/
+4
[next]