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
/
nv50_ir_emit_gk110.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
nouveau: codegen: gk110: Make emitSTORE offset handling identical to emitLOAD
Hans de Goede
2016-03-21
1
-3
/
+1
*
gk110/ir: add missing src predicate emission for BAR.RED
Samuel Pitoiset
2016-03-07
1
-0
/
+8
*
gk110/ir: allow to emit immediates for BAR
Samuel Pitoiset
2016-03-07
1
-2
/
+21
*
gk110/ir: fix wrong emission of BAR.SYNC
Samuel Pitoiset
2016-03-07
1
-1
/
+0
*
gk110/ir: fix wrong emission of NOT modifier for VOTE
Samuel Pitoiset
2016-03-02
1
-1
/
+1
*
nv50/ir: emit VOTE instruction
Samuel Pitoiset
2016-02-28
1
-0
/
+23
*
gk110/ir: add ld lock/st unlock emission
Samuel Pitoiset
2016-02-28
1
-2
/
+28
*
nv50/ir: restore OP_SELP to be a regular instruction
Samuel Pitoiset
2016-02-22
1
-4
/
+4
*
nv50/ir: make OP_SELP a compare instruction
Samuel Pitoiset
2016-02-21
1
-4
/
+8
*
nv50/ir: fix quadop emission in the presence of predication
Ilia Mirkin
2016-02-16
1
-1
/
+1
*
nvc0/ir: fix converting between predicate and gpr
Ilia Mirkin
2016-02-05
1
-1
/
+7
*
gk110/ir: allow carry to be set/read by imad
Ilia Mirkin
2016-01-20
1
-0
/
+4
*
gk110/ir: fix double-wide vm address
Ilia Mirkin
2016-01-20
1
-0
/
+4
*
gk110/ir: add OP_CCTL handling
Ilia Mirkin
2016-01-20
1
-0
/
+35
*
gk110/ir: add atomic op emission, fix gmem loads
Ilia Mirkin
2016-01-20
1
-5
/
+65
*
gk110/ir: fix load from shared memory
Ilia Mirkin
2016-01-20
1
-1
/
+1
*
gk110/ir: add partial BAR support
Ilia Mirkin
2016-01-20
1
-2
/
+18
*
gk110/ir: fix imad sat/hi flag emission for immediate args
Ilia Mirkin
2015-12-07
1
-8
/
+3
*
gk110/ir: fix imul hi emission with limm arg
Ilia Mirkin
2015-12-07
1
-2
/
+2
*
nv50/ir/gk110: add memory barriers support for GK110
Samuel Pitoiset
2015-12-02
1
-0
/
+12
*
nv50/ir: always display the opcode number for unknown instructions
Samuel Pitoiset
2015-11-29
1
-1
/
+1
*
nvc0/ir: add support for TGSI_SEMANTIC_HELPER_INVOCATION
Ilia Mirkin
2015-11-12
1
-0
/
+1
*
nvc0: do upload-time fixups for interpolation parameters
Ilia Mirkin
2015-10-29
1
-2
/
+29
*
nvc0/ir: detect i2f/i2i which operate on specific bytes/words
Ilia Mirkin
2015-08-20
1
-0
/
+1
*
nvc0/ir: kepler can't do indirect shader input/output loads directly
Ilia Mirkin
2015-07-23
1
-0
/
+21
*
gk110/ir: fake BAR support
Ilia Mirkin
2015-07-23
1
-0
/
+12
*
nvc0/ir: allow iset to produce a boolean float
Ilia Mirkin
2015-05-22
1
-4
/
+8
*
nvc0/ir: avoid jumping to a sched instruction
Ilia Mirkin
2015-05-22
1
-0
/
+2
*
nvc0/ir: fix predicated PFETCH for real
Ilia Mirkin
2015-04-30
1
-1
/
+1
*
nvc0/ir: fix predicated PFETCH emission
Ilia Mirkin
2015-04-29
1
-1
/
+3
*
gk110/ir: fix set with a register dest to not auto-set the abs flag
Ilia Mirkin
2015-04-29
1
-1
/
+1
*
gk110/ir: add support for writing per-patch and shader outputs
Ilia Mirkin
2015-04-27
1
-7
/
+3
*
nv50/ir/gk110: fix offset flag position for TXD opcode
Ilia Mirkin
2015-03-27
1
-0
/
+1
*
nvc0/ir: fix lowering of RSQ/RCP/SQRT/MOD to work with F64
Ilia Mirkin
2015-02-20
1
-2
/
+2
*
gk110/ir: add emission of dadd/dmul/dmad opcodes
Ilia Mirkin
2015-02-20
1
-3
/
+77
*
gk110/ir: add dnz flag emission for fmul/fmad
Ilia Mirkin
2014-10-03
1
-0
/
+4
*
gk110/ir: emit load constant subop
Ilia Mirkin
2014-07-24
1
-0
/
+1
*
gk110/ir: fix bfind emission
Ilia Mirkin
2014-06-07
1
-1
/
+1
*
gk110/ir: fix emitting constbuf file index
Ilia Mirkin
2014-06-07
1
-2
/
+3
*
gk110/ir: emit saturate flag on fadd when needed
Ilia Mirkin
2014-06-06
1
-0
/
+1
*
gk110/ir: fix slct emission
Ilia Mirkin
2014-06-06
1
-1
/
+1
*
gk110/ir: fix interp mode emission
Ilia Mirkin
2014-06-06
1
-1
/
+2
*
gk110/ir: fix ISAD emission with register args
Ilia Mirkin
2014-06-06
1
-1
/
+1
*
gk110/ir: fix quadon opcode emission
Ilia Mirkin
2014-06-06
1
-1
/
+1
*
gk110/ir: emit texbar the same way that the blob does
Ilia Mirkin
2014-06-06
1
-1
/
+1
*
nv50/ir/gk110: fix set with f32 dest
Ilia Mirkin
2014-05-07
1
-0
/
+3
*
nv50/ir: change texture offsets to ValueRefs, allow nonconst
Ilia Mirkin
2014-04-28
1
-1
/
+3
*
nvc0/ir: add support for new bitfield manipulation opcodes
Ilia Mirkin
2014-04-28
1
-0
/
+35
*
nvc0: add support for PIPE_CAP_SAMPLE_SHADING
Ilia Mirkin
2014-04-26
1
-0
/
+13
*
nvc0: add support for texture gather
Ilia Mirkin
2014-04-07
1
-2
/
+11
[next]