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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gm107/ir: add fp64 rsq
Karol Herbst
2019-02-06
3
-3
/
+128
*
gm107/ir: add fp64 rcp
Karol Herbst
2019-02-06
3
-4
/
+270
*
gk104/ir: Use the new rcp/rsq in library
Karol Herbst
2019-02-06
3
-15
/
+334
*
gk110/ir: Use the new rcp/rsq in library
Boyan Ding
2019-02-06
5
-0
/
+42
*
gk110/ir: Add rsq f64 implementation
Boyan Ding
2019-02-06
2
-2
/
+109
*
gk110/ir: Add rcp f64 implementation
Boyan Ding
2019-02-06
2
-4
/
+235
*
nvc0: fix 3d images on kepler
Ilia Mirkin
2019-02-06
1
-20
/
+26
*
nvc0/ir: fix second tex argument after levelZero optimization
Ilia Mirkin
2019-02-06
2
-25
/
+24
*
nvc0/ir: always use CG mode for loads from atomic-only buffers
Ilia Mirkin
2019-02-06
1
-2
/
+12
*
nvc0/ir: replace cvt instructions with add to improve shader performance
Karol Herbst
2019-02-05
2
-0
/
+64
*
gm107/ir: disable TEXS for tex with derivAll set
Karol Herbst
2019-01-18
2
-1
/
+3
*
nv50/ir: disable tryCollapseChainedMULs in ConstantFolding for precise instru...
Karol Herbst
2019-01-18
1
-1
/
+1
*
nv50/ir: add support for converting ATOMFADD to proper ir
Ilia Mirkin
2018-12-26
1
-0
/
+4
*
nv50/ir: fix use-after-free in ConstantFolding::visit
Karol Herbst
2018-12-09
1
-33
/
+49
*
nv50/ir: initialize relDegree staticly
Karol Herbst
2018-12-09
1
-7
/
+16
*
nv50/ir: remove dnz flag when converting MAD to ADD due to optimizations
Ilia Mirkin
2018-11-24
1
-0
/
+3
*
nv50/ir/ra: enforce max register requirement, and change spill order
Ilia Mirkin
2018-11-16
4
-16
/
+26
*
nv50/ir/ra: improve condition for short regs, unify with cond for 16-bit
Ilia Mirkin
2018-11-16
1
-7
/
+7
*
nv50/ir: delete MINMAX instruction that is no longer in the BB
Ilia Mirkin
2018-11-16
1
-1
/
+1
*
gm107/ir: fix compile time warning in getTEXSMask
Karol Herbst
2018-11-07
1
-0
/
+1
*
gm107/ir: use scalar tex instructions where possible
Karol Herbst
2018-11-06
2
-3
/
+317
*
nv50/ir: add scalar field to TexInstructions
Karol Herbst
2018-11-06
2
-1
/
+6
*
nv50/ra: add condenseDef overloads for partial condenses
Karol Herbst
2018-11-06
1
-8
/
+21
*
nv50/ir: print color masks of tex instructions
Karol Herbst
2018-11-06
1
-4
/
+33
*
nouveau: remove unused class member
Eric Engestrom
2018-10-30
1
-1
/
+0
*
nv50/ir: fix ConstantFolding::createMul for 64 bit muls
Karol Herbst
2018-10-20
1
-1
/
+1
*
nv50/ir: fix link-time build failure
Rhys Perry
2018-09-23
1
-1
/
+1
*
nvc0: fix bindless multisampled images on Maxwell+
Rhys Perry
2018-09-22
3
-5
/
+45
*
nvir: Always split 64-bit IMAD/IMUL operations
Pierre Moreau
2018-09-13
1
-1
/
+1
*
nv50/ir: silence partitionLoadStore() unused function warning
Rhys Kidd
2018-08-29
1
-2
/
+2
*
nv50/ir,nvc0: use constant buffers for compute when possible on Kepler+
Rhys Perry
2018-08-27
1
-10
/
+8
*
nv50/ir: optimize multiplication by 16-bit immediates into two xmads
Rhys Perry
2018-08-27
1
-0
/
+10
*
nv50/ir: optimize near power-of-twos into shladd
Rhys Perry
2018-08-27
1
-0
/
+27
*
nv50/ir: move a * b -> a << log2(b) code into createMul()
Rhys Perry
2018-08-27
1
-15
/
+30
*
nv50/ir: optimize imul/imad to xmads
Rhys Perry
2018-08-27
2
-1
/
+56
*
gm107/ir: add support for OP_XMAD on GM107+
Rhys Perry
2018-08-27
3
-1
/
+71
*
nv50/ir: add preliminary support for OP_XMAD
Rhys Perry
2018-08-27
7
-5
/
+85
*
nvc0/ir: return 0 in imageLoad on incomplete textures
Karol Herbst
2018-08-04
2
-3
/
+31
*
gm200/ir: optimize rcp(sqrt) to rsq
Karol Herbst
2018-08-04
1
-1
/
+10
*
gm200/ir: add native OP_SQRT support
Karol Herbst
2018-08-04
4
-2
/
+14
*
nv50/ir: move LateAlgebraicOpt back to right after ConstantFolding
Rhys Perry
2018-07-19
1
-1
/
+1
*
nv50/ir: handle SHLADD in IndirectPropagation
Rhys Perry
2018-07-19
1
-0
/
+12
*
gm107/ir: use CS2R for SV_CLOCK
Rhys Perry
2018-07-19
3
-2
/
+25
*
nv50/ir: fix Instruction::isActionEqual for PHI instructions
Karol Herbst
2018-07-07
1
-0
/
+6
*
nvc0/ir: use the combined tid special register
Rhys Perry
2018-07-07
9
-0
/
+61
*
nvc0: implement multisampled images on Maxwell+
Rhys Perry
2018-07-04
3
-30
/
+45
*
nv50/ir: handle clipvertex for geom and tess shaders as well
Karol Herbst
2018-07-02
1
-1
/
+6
*
nv50/ir: improve maintainability of Target*::initOpInfo()
Rhys Perry
2018-06-29
2
-23
/
+28
*
nv50/ir: fix image stores with indirect handles
Rhys Perry
2018-06-29
1
-4
/
+5
*
nvc0/ir: fix TargetNVC0::insnCanLoadOffset()
Rhys Perry
2018-06-28
1
-0
/
+1
[next]