index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
nv50
/
codegen
/
nv50_ir_peephole.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move nv30, nv50 and nvc0 to nouveau.
Johannes Obermayr
2013-09-11
1
-2464
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-4
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
nv50/ir: add CCTL (cache control) op
Christoph Bumiller
2013-03-12
1
-1
/
+1
*
nv50/ir: implement splitting of 64 bit ops after RA
Christoph Bumiller
2013-03-12
1
-0
/
+2
*
nv50/ir/opt: try to make use of SUCLAMP addend
Christoph Bumiller
2013-03-12
1
-0
/
+45
*
nv50/ir: don't assert on type in Modifier.applyTo if it is 0
Christoph Bumiller
2013-03-12
1
-0
/
+2
*
nv50/ir/opt: CALLs cannot load
Christoph Bumiller
2013-03-12
1
-0
/
+3
*
nv50/ir/opt: make optimization aware of atomics, barriers, surface ops
Christoph Bumiller
2013-03-12
1
-1
/
+23
*
nv50/ir: add various new OPs that will be needed for compute
Christoph Bumiller
2013-03-12
1
-3
/
+3
*
nv50/ir/opt: Fix tryPropagateBranch for BBs with several exit branches.
Francisco Jerez
2013-03-12
1
-28
/
+32
*
nvc0/ir: allow 64-bit constant loads on nve4
Christoph Bumiller
2012-05-29
1
-0
/
+2
*
nvc0/ir: TEX doesn't support JOIN modifier either
Christoph Bumiller
2012-05-29
1
-0
/
+1
*
nv50/ir/opt: don't lose saturation in tryCollapseChainedMULs
Christoph Bumiller
2012-05-06
1
-2
/
+3
*
nvc0/ir/opt: INTERP does not support JOIN
Christoph Bumiller
2012-04-29
1
-0
/
+2
*
nv50/ir/opt: try to convert ABS(SUB) to SAD
Christoph Bumiller
2012-04-29
1
-15
/
+92
*
nvc0/ir: implement better placement of texture barriers
Christoph Bumiller
2012-04-29
1
-2
/
+5
*
nv50/ir/opt: swap VP inputs to first source where possible
Christoph Bumiller
2012-04-19
1
-0
/
+17
*
nv50/ir/opt: extend handleCVT for nv50's SET u32 to f32 chain
Christoph Bumiller
2012-04-14
1
-1
/
+17
*
nv50/ir: fix off-by-ones in CSE and nvc0 insnCanLoad
Christoph Bumiller
2012-04-14
1
-1
/
+1
*
nv50/ir/opt: Add isOptSupported() check in logical arith optimization.
Francisco Jerez
2012-04-14
1
-8
/
+5
*
nv50/ir/opt: don't regard OP_WRSV as dead code
Christoph Bumiller
2012-04-14
1
-1
/
+2
*
nv50/ir: rewrite the register allocator as GCRA, with spilling
Christoph Bumiller
2012-04-14
1
-1
/
+1
*
nv50/ir/opt: silence warning (int < Elements() signedness)
Christoph Bumiller
2012-04-14
1
-1
/
+1
*
nv50/ir/opt: fix combineSt access to wrong instruction
Christoph Bumiller
2012-04-14
1
-1
/
+1
*
nv50/ir/opt: another insn NULL check in phi elimination
Christoph Bumiller
2012-04-14
1
-0
/
+2
*
nv50/ir/opt: don't delete instruction in removeFlow before its last use
Christoph Bumiller
2012-04-14
1
-2
/
+2
*
nv50/ir/opt: check BB equality before instruction ordering in CSE
Christoph Bumiller
2012-04-14
1
-1
/
+1
*
nv50/ir/opt: don't copy-propagate cond MOVs or MOVs to other reg files
Christoph Bumiller
2012-04-14
1
-0
/
+4
*
nv50/ir/opt: don't replace conditional definitions in CSE
Christoph Bumiller
2012-04-14
1
-0
/
+9
*
nv50/ir/opt: Update the symbol size when combining loads and stores.
Francisco Jerez
2012-04-14
1
-0
/
+2
*
nv50/ir/opt: Fix for function calls.
Francisco Jerez
2012-04-14
1
-2
/
+3
*
nv50/ir/opt: Don't lose modifiers during constant folding.
Francisco Jerez
2012-04-14
1
-63
/
+54
*
nv50/ir/opt: Improve modifier handling.
Francisco Jerez
2012-04-14
1
-12
/
+10
*
nv50/ir: Decouple object cloning logic from the sub-object recursion policy.
Francisco Jerez
2012-04-14
1
-6
/
+6
*
nv50/ir: make Instruction::src/def container private
Christoph Bumiller
2012-04-14
1
-80
/
+79
*
nv50/ir: Add support for unlimited instruction arguments.
Francisco Jerez
2012-04-14
1
-8
/
+8
*
nv50/ir/opt: improve post-multiply and check target for support
Christoph Bumiller
2012-04-14
1
-35
/
+75
*
nv50/ir: add isAccessSupported check for memory access coalescing
Christoph Bumiller
2012-04-14
1
-3
/
+4
*
nv50: add assertions missed in earlier nv50 commit
Brian Paul
2012-02-01
1
-0
/
+1
*
nv50: use larger arrays to silence warnings and fix buffer overflows
Brian Paul
2012-02-01
1
-1
/
+1
*
nv50/ir/opt: optimize u32 MOD by power of 2 into AND
Christoph Bumiller
2012-01-10
1
-0
/
+8
*
nv50/ir/opt: s/SHL/SHR in optimization of u32 DIV
Christoph Bumiller
2012-01-10
1
-1
/
+1
*
nv50/ir: add missing license headers
Christoph Bumiller
2011-09-14
1
-0
/
+21
*
nv50/ir: import new shader backend code
Christoph Bumiller
2011-09-14
1
-0
/
+2192