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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move nv30, nv50 and nvc0 to nouveau.
Johannes Obermayr
2013-09-11
1
-1231
/
+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 support for different sampler and resource index on nve4
Christoph Bumiller
2013-03-12
1
-0
/
+27
*
nvc0/ir: implement lowering of surface ops for nve4
Christoph Bumiller
2013-03-12
1
-2
/
+3
*
nv50/ir: extend moveSources for delta < 0
Christoph Bumiller
2013-03-12
1
-15
/
+30
*
nv50/ir: add support for indirect BRA,CALL
Christoph Bumiller
2013-03-12
1
-1
/
+1
*
nv50/ir: add various new OPs that will be needed for compute
Christoph Bumiller
2013-03-12
1
-2
/
+2
*
nv50/ir: fix comparison of system values
Christoph Bumiller
2013-03-12
1
-0
/
+3
*
nv50/ir/tgsi: Accept COMPUTE programs.
Francisco Jerez
2013-03-12
1
-0
/
+1
*
nv50/ir: wrap assertion using typeid in #ifndef NDEBUG
Christoph Bumiller
2013-01-08
1
-0
/
+2
*
nv50/ir/opt: try to convert ABS(SUB) to SAD
Christoph Bumiller
2012-04-29
1
-0
/
+25
*
nv50: hook up to new shader code generator
Christoph Bumiller
2012-04-14
1
-0
/
+1
*
nv50/ir: import nv50 target
Christoph Bumiller
2012-04-14
1
-2
/
+10
*
nv50/ir: fix Instruction::isCommutationLegal for WAW
Christoph Bumiller
2012-04-14
1
-4
/
+14
*
nv50/ir: add isUniform query to Values
Christoph Bumiller
2012-04-14
1
-0
/
+19
*
nv50/ir: rewrite the register allocator as GCRA, with spilling
Christoph Bumiller
2012-04-14
1
-61
/
+33
*
nv50/ir/tgsi: Replace the inlining logic with proper function calls.
Francisco Jerez
2012-04-14
1
-3
/
+5
*
nv50/ir: initialize FlowInstruction::builtin
Christoph Bumiller
2012-04-14
1
-1
/
+1
*
nv50/ir: Build a "symbol" table with the binary offsets of each function.
Francisco Jerez
2012-04-14
1
-1
/
+1
*
nv50/ir: Scan program functions in DFS-postorder.
Francisco Jerez
2012-04-14
1
-0
/
+1
*
nv50/ir/opt: Don't lose modifiers during constant folding.
Francisco Jerez
2012-04-14
1
-7
/
+33
*
nv50/ir/opt: Improve modifier handling.
Francisco Jerez
2012-04-14
1
-8
/
+50
*
nv50/ir: Add support for cloning FlowInsns, ImmediateVals and BBs.
Francisco Jerez
2012-04-14
1
-0
/
+39
*
nv50/ir: Decouple object cloning logic from the sub-object recursion policy.
Francisco Jerez
2012-04-14
1
-50
/
+53
*
nv50/ir: Make sure that several IR objects are destroyed on takedown.
Francisco Jerez
2012-04-14
1
-2
/
+7
*
nv50/ir: make Instruction::src/def container private
Christoph Bumiller
2012-04-14
1
-22
/
+27
*
nv50/ir: Add support for unlimited instruction arguments.
Francisco Jerez
2012-04-14
1
-83
/
+67
*
nv50/ir/opt: Fix OP_NOT to modifier conversion.
Francisco Jerez
2012-04-14
1
-1
/
+1
*
nvc0: fix submission of VertexID and EdgeFlag in push mode
Christoph Bumiller
2012-01-12
1
-0
/
+1
*
nv50/ir: fix argument count for CUBE_ARRAY texture target
Christoph Bumiller
2011-10-21
1
-1
/
+1
*
nv50/ir: initialize default prog_info values for GP,TP
Christoph Bumiller
2011-10-21
1
-0
/
+10
*
nv50/ir: fix memory value equality check
Christoph Bumiller
2011-10-21
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
/
+1008