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
*
nv50/ir: Replace NV50_PROGRAM_IR_* by PIPE_SHADER_IR_*
Pierre Moreau
2017-05-07
2
-7
/
+2
*
nv50/ir: Remove unused translation methods
Pierre Moreau
2017-05-07
2
-10
/
+3
*
nv50/ir: Free target if we failed to create a program
Pierre Moreau
2017-05-07
1
-1
/
+3
*
nv50/ir: Fail if encountering unknown shader type
Pierre Moreau
2017-05-07
1
-2
/
+2
*
gm107/ir: add a missing assertion in emitISCADD()
Samuel Pitoiset
2017-05-01
1
-0
/
+2
*
nvc0/ir: Only store viewport in scratch register for GP
Lyude
2017-04-20
1
-0
/
+1
*
nvc0/ir: Implement TGSI_OPCODE_BALLOT and TGSI_OPCODE_READ_*
Boyan Ding
2017-04-13
1
-0
/
+31
*
nvc0/ir: Implement TGSI_SEMANTIC_SUBGROUP_*
Boyan Ding
2017-04-13
1
-0
/
+27
*
nvc0/ir: Add SV_LANEMASK_* system values.
Boyan Ding
2017-04-13
5
-0
/
+25
*
nvc0/ir: Allow 0/1 immediate value as source of OP_VOTE
Boyan Ding
2017-04-13
3
-11
/
+60
*
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
[next]