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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
nvc0: implement multisample textures
Christoph Bumiller
2013-04-12
1
-0
/
+2
*
nv50/ir: add CCTL (cache control) op
Christoph Bumiller
2013-03-12
1
-0
/
+3
*
nv50/ir: add support for different sampler and resource index on nve4
Christoph Bumiller
2013-03-12
1
-0
/
+2
*
nv50/ir: implement splitting of 64 bit ops after RA
Christoph Bumiller
2013-03-12
1
-1
/
+2
*
nv50/ir/tgsi: handle TGSI_OPCODE_LOAD,STORE
Christoph Bumiller
2013-03-12
1
-2
/
+2
*
nvc0/ir: implement lowering of surface ops for nve4
Christoph Bumiller
2013-03-12
1
-0
/
+5
*
nv50/ir: extend moveSources for delta < 0
Christoph Bumiller
2013-03-12
1
-1
/
+1
*
nv50/ir: add support for indirect BRA,CALL
Christoph Bumiller
2013-03-12
1
-0
/
+1
*
nv50/ir: add various new OPs that will be needed for compute
Christoph Bumiller
2013-03-12
1
-12
/
+86
*
nv50,nvc0: add support for cube map arrays
Christoph Bumiller
2012-12-07
1
-1
/
+2
*
nvc0/ir: fix texture barrier insertion to prevent WAW hazards
Christoph Bumiller
2012-05-29
1
-1
/
+1
*
nv50/ir/opt: try to convert ABS(SUB) to SAD
Christoph Bumiller
2012-04-29
1
-0
/
+1
*
nvc0/ir: initial implementation of nve4 scheduling hints
Christoph Bumiller
2012-04-29
1
-0
/
+2
*
nvc0/ir: implement better placement of texture barriers
Christoph Bumiller
2012-04-29
1
-0
/
+3
*
nvc0: add initial support for nve4+ (Kepler) chipsets
Christoph Bumiller
2012-04-15
1
-0
/
+2
*
nv50/ir: import nv50 target
Christoph Bumiller
2012-04-14
1
-0
/
+4
*
nv50/ir: add isUniform query to Values
Christoph Bumiller
2012-04-14
1
-0
/
+5
*
nv50/ir: rewrite the register allocator as GCRA, with spilling
Christoph Bumiller
2012-04-14
1
-9
/
+16
*
nv50/ir/tgsi: Infer function inputs/outputs.
Francisco Jerez
2012-04-14
1
-0
/
+4
*
nv50/ir/tgsi: Replace the inlining logic with proper function calls.
Francisco Jerez
2012-04-14
1
-1
/
+1
*
nv50/ir/opt: don't replace conditional definitions in CSE
Christoph Bumiller
2012-04-14
1
-0
/
+1
*
nv50/ir: Build a "symbol" table with the binary offsets of each function.
Francisco Jerez
2012-04-14
1
-1
/
+5
*
nv50/ir: Add support for removing functions from a program.
Francisco Jerez
2012-04-14
1
-0
/
+1
*
nv50/ir: Scan program functions in DFS-postorder.
Francisco Jerez
2012-04-14
1
-0
/
+2
*
nv50/ir: Add convenience method for calculating the live sets of a function.
Francisco Jerez
2012-04-14
1
-0
/
+1
*
nv50/ir: Add support code for calculating the clobber set of a BB or function.
Francisco Jerez
2012-04-14
1
-0
/
+3
*
nv50/ir/opt: Don't lose modifiers during constant folding.
Francisco Jerez
2012-04-14
1
-2
/
+5
*
nv50/ir/opt: Improve modifier handling.
Francisco Jerez
2012-04-14
1
-4
/
+6
*
nv50/ir: Add support for cloning FlowInsns, ImmediateVals and BBs.
Francisco Jerez
2012-04-14
1
-0
/
+7
*
nv50/ir: Decouple object cloning logic from the sub-object recursion policy.
Francisco Jerez
2012-04-14
1
-8
/
+9
*
nv50/ir: Make sure that several IR objects are destroyed on takedown.
Francisco Jerez
2012-04-14
1
-1
/
+4
*
nv50/ir: make Instruction::src/def container private
Christoph Bumiller
2012-04-14
1
-12
/
+18
*
nv50/ir: Add support for unlimited instruction arguments.
Francisco Jerez
2012-04-14
1
-62
/
+27
*
nv50/ir: add setFlagsDef/Src helper
Christoph Bumiller
2012-04-14
1
-0
/
+3
*
nv50/ir: add function for splitting a BasicBlock
Christoph Bumiller
2012-04-14
1
-0
/
+6
*
nv50/ir: fix textureGrad with offsets and in non-FPs
Christoph Bumiller
2011-10-21
1
-0
/
+1
*
nv50/ir: add wrap mode for shift operations
Christoph Bumiller
2011-10-21
1
-0
/
+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
/
+1049