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
...
*
gk110/ir: Emit OP_SHFL
Boyan Ding
2017-04-13
1
-0
/
+56
*
nvc0/ir: Emit OP_SHFL
Boyan Ding
2017-04-13
1
-0
/
+53
*
nvc0/ir: Properly handle a "split form" of predicate destination
Boyan Ding
2017-04-13
1
-2
/
+13
*
gm107/ir: Emit third src 'bound' and optional predicate output of SHFL
Boyan Ding
2017-04-13
2
-9
/
+29
*
nv50/ir: remove unused swizzle field in ValueRef
Ilia Mirkin
2017-04-09
1
-1
/
+0
*
nv50/ir: Handle TGSI_OPCODE_CLOCK
Boyan Ding
2017-04-09
1
-0
/
+7
*
gm107/ir: Emit SV_CLOCK system value
Boyan Ding
2017-04-09
1
-0
/
+1
*
nvc0/ir: fix overwriting of offset register with interpolateAtOffset
Ilia Mirkin
2017-04-07
1
-2
/
+2
*
nvc0/ir: fix LSB/BFE/BFI implementations
Ilia Mirkin
2017-04-07
1
-8
/
+11
*
nv50/ir: also do PostRaLoadPropagation for FMA
Karol Herbst
2017-03-31
2
-1
/
+2
*
gm107/ir: add LIMM form of mad
Karol Herbst
2017-03-31
2
-11
/
+26
*
gk110/ir: add LIMM form of mad
Karol Herbst
2017-03-31
2
-18
/
+34
*
nv50/ir: implement mad post ra folding for nvc0+
Karol Herbst
2017-03-31
1
-4
/
+47
*
nv50/ir: restructure and rename postraconstantfolding pass
Karol Herbst
2017-03-31
1
-58
/
+63
*
nvc0/ir: also do ConstantFolding for FMA
Karol Herbst
2017-03-31
1
-0
/
+1
*
nvc0/ir: disable support for LIMMs on MAD/FMA
Karol Herbst
2017-03-31
1
-8
/
+2
*
gallium: remove support for predicates from TGSI (v2)
Marek Olšák
2017-04-01
1
-9
/
+1
*
nv50,nvc0: enable TEX_LZ and TXF_LZ
Ilia Mirkin
2017-03-18
1
-2
/
+15
*
nvc0/ir: treat FMA like MAD for operand propagation
Karol Herbst
2017-03-18
1
-0
/
+1
*
nv50/ir: check for origin insn in findOriginForTestWithZero
Pierre Moreau
2017-03-09
1
-0
/
+2
*
gallium: remove TGSI_OPCODE_CLAMP
Marek Olšák
2017-02-18
1
-10
/
+0
*
gm107/ir: fix address offset bitfield for ATOMS
Ilia Mirkin
2017-02-11
1
-1
/
+1
*
nv50/ir: convert an ATOM.EXCH without a destination into a store
Ilia Mirkin
2017-02-11
1
-0
/
+5
*
nv50/ir: return a register when retrieving thread id sysval
Ilia Mirkin
2017-02-11
1
-1
/
+1
*
nv50/ir: add missing break after DSSG
Ilia Mirkin
2017-02-11
1
-0
/
+1
*
nvc0/ir: fix ubo max clamp, reset file index
Ilia Mirkin
2017-02-09
1
-1
/
+3
*
nv50/ir: always return 0 when trying to read thread id along unit dim
Ilia Mirkin
2017-02-09
4
-5
/
+17
*
nvc0/ir: fix robustness guarantees for constbuf loads on kepler+ compute
Ilia Mirkin
2017-02-09
1
-25
/
+22
*
nvc0/ir: make it possible to have the flags def in def0
Ilia Mirkin
2017-02-09
5
-12
/
+15
*
nvc0/ir: add support for 64-bit shift lowering on SM20/SM30
Ilia Mirkin
2017-02-09
1
-6
/
+62
*
nvc0/ir: add support for all the new int64 tgsi opcodes
Ilia Mirkin
2017-02-09
6
-5
/
+302
*
nv50/ir: Split 64-bit integer MAD/MUL operations
Pierre Moreau
2017-02-09
1
-0
/
+116
*
nvc0/ir: add a "high" subop for shifts, emit shf.l/shf.r for 64-bit
Ilia Mirkin
2017-02-09
3
-3
/
+74
*
nvc0/ir: fix SET and SLCT emission
Ilia Mirkin
2017-02-09
2
-0
/
+6
*
nvc0/ir: add support for emitting partial min/max ops for int64
Ilia Mirkin
2017-02-09
4
-1
/
+14
*
nouveau: remove explicit __STDC_FORMAT_MACROS define
Emil Velikov
2017-01-27
1
-1
/
+0
*
nvc0: add support for MUL_ZERO_WINS property
Ilia Mirkin
2017-01-23
3
-8
/
+24
*
nv50/ir: optimize shl + and
Ilia Mirkin
2017-01-16
1
-0
/
+11
*
nvc0: enable FBFETCH with a special slot for color buffer 0
Ilia Mirkin
2017-01-16
3
-4
/
+59
*
nv50/ir: handle new DDIV op which will be used for double divisions
Ilia Mirkin
2017-01-16
1
-0
/
+3
*
nvc0/ir: emit FMZ flag when requested on FFMA
Ilia Mirkin
2017-01-15
1
-0
/
+4
*
nvc0/ir: only try to check for zero LOD if we aren't already forcing it
Ilia Mirkin
2017-01-12
1
-1
/
+1
*
nv50/ir: use sched control codes for gm107 builtins
Samuel Pitoiset
2017-01-12
2
-40
/
+40
*
nv50/ir: improve instruction pipelining on gm107
Samuel Pitoiset
2017-01-12
3
-4
/
+1027
*
nv50/ir: do not insert texture barriers on gm107
Samuel Pitoiset
2017-01-12
1
-1
/
+2
*
gallium: remove TGSI_OPCODE_SUB
Marek Olšák
2017-01-05
1
-2
/
+0
*
gallium: remove TGSI_OPCODE_ABS
Marek Olšák
2017-01-05
1
-3
/
+0
*
gm107/ir: optimize 32-bit CONST load to mov
Samuel Pitoiset
2016-11-26
2
-0
/
+17
*
gm107/ir: do not combine CONST loads
Samuel Pitoiset
2016-11-26
1
-2
/
+7
*
nvc0/ir: use levelZero flag when the lod is set to 0
Ilia Mirkin
2016-11-20
2
-6
/
+43
[prev]
[next]