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
/
nvc0
/
codegen
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvc0: add initial support for nve4+ (Kepler) chipsets
Christoph Bumiller
2012-04-15
3
-25
/
+110
*
nv50/ir: import nv50 target
Christoph Bumiller
2012-04-14
1
-1
/
+1
*
nv50/ir: fix off-by-ones in CSE and nvc0 insnCanLoad
Christoph Bumiller
2012-04-14
1
-1
/
+1
*
nv50/ir: rewrite the register allocator as GCRA, with spilling
Christoph Bumiller
2012-04-14
1
-4
/
+2
*
nvc0: fix emission of 3rd src in SET_AND,OR,XOR
Christoph Bumiller
2012-04-14
1
-0
/
+3
*
nv50/ir: Decouple object cloning logic from the sub-object recursion policy.
Francisco Jerez
2012-04-14
1
-2
/
+2
*
nv50/ir: make Instruction::src/def container private
Christoph Bumiller
2012-04-14
3
-165
/
+171
*
nv50/ir/opt: improve post-multiply and check target for support
Christoph Bumiller
2012-04-14
2
-0
/
+13
*
nv50/ir: add isAccessSupported check for memory access coalescing
Christoph Bumiller
2012-04-14
3
-1
/
+12
*
nv50/ir: make use of TGSI_INTERPOLATE_COLOR
Christoph Bumiller
2012-01-12
1
-5
/
+0
*
nvc0/ir: TXF array index already is an integer
Christoph Bumiller
2012-01-10
1
-3
/
+6
*
nvc0/ir/emit: fix modifiers of f32 add with long immediate
Christoph Bumiller
2012-01-10
1
-5
/
+11
*
nvc0/ir: fix default insertion position in pre-SSA lowering pass
Christoph Bumiller
2012-01-10
1
-7
/
+1
*
nv50/ir: use RDSV to fetch FrontFacing before lowering
Christoph Bumiller
2011-10-21
1
-13
/
+11
*
nv50/ir: fix textureGrad with offsets and in non-FPs
Christoph Bumiller
2011-10-21
2
-3
/
+11
*
nv50/ir: add wrap mode for shift operations
Christoph Bumiller
2011-10-21
1
-2
/
+2
*
nvc0/ir: fix emission of cvt when register and type size differ
Christoph Bumiller
2011-10-21
1
-2
/
+3
*
nv50/ir: fix argument count for CUBE_ARRAY texture target
Christoph Bumiller
2011-10-21
1
-3
/
+3
*
nvc0/ir: GP emit address must end up in $r0
Christoph Bumiller
2011-10-21
1
-0
/
+4
*
nvc0/ir: TXQ requires different lowering from normal TEX
Christoph Bumiller
2011-10-21
1
-1
/
+10
*
nvc0/ir: handle levelZero modifier in TEX emission
Christoph Bumiller
2011-10-21
1
-1
/
+9
*
nvc0/ir: fix lowering of DIV F32
Christoph Bumiller
2011-10-21
1
-0
/
+1
*
nvc0/ir: fix xy confusion typo in readTessCoord
Christoph Bumiller
2011-10-21
1
-1
/
+1
*
nv50/ir: add missing license headers
Christoph Bumiller
2011-09-14
4
-0
/
+84
*
nv50/ir: import new shader backend code
Christoph Bumiller
2011-09-14
4
-0
/
+3033