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
*
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
*
nvc0: enable texture query lod
Ilia Mirkin
2014-04-07
1
-0
/
+10
*
nv50/ir/gk110: add postfactor support for fmul
Ilia Mirkin
2014-03-18
1
-0
/
+2
*
nv50/ir/gk110: set not modifier on first source of logic op
Ilia Mirkin
2014-03-18
1
-3
/
+2
*
nv50/ir/gk110: use shl/shr instead of lshf/rshf so that c[] is supported
Ilia Mirkin
2014-03-18
1
-17
/
+6
*
nv50/ir/gk110: add 64/128-bit fetch/export support
Ilia Mirkin
2014-03-18
1
-0
/
+4
*
nv50/ir/gk110: fix handling of OP_SUB for floating point ops
Ilia Mirkin
2014-03-18
1
-1
/
+6
*
nv50/ir/gk110: presin/preex2 take their source at bit 23
Ilia Mirkin
2014-03-18
1
-1
/
+1
*
nv50/ir/gk110: implement quadop
Ilia Mirkin
2014-03-18
1
-1
/
+11
*
nv50/ir/gk110: fill in mov from predicate
Ilia Mirkin
2014-03-18
1
-1
/
+5
*
nv50/ir/gk110: handle derivAll flag, fix useOffsets for non-txf
Ilia Mirkin
2014-03-18
1
-4
/
+8
*
nv50/ir/gk110: fix setting texture for txd/txf/txq
Ilia Mirkin
2014-03-18
1
-9
/
+8
*
nv50/ir/gk110: add texcsaa implementation
Ilia Mirkin
2014-03-18
1
-1
/
+11
*
nv50/ir/gk110: add pfetch support
Ilia Mirkin
2014-03-18
1
-1
/
+9
*
nv50/ir/gk110: add emit/restart implementations
Ilia Mirkin
2014-03-18
1
-1
/
+8
*
nv50/ir/gk110: add missing break in sched emit
Ilia Mirkin
2014-03-18
1
-1
/
+1
*
nv50/ir/gk110: implement partial txq support
Ilia Mirkin
2014-03-18
1
-1
/
+27
*
nv50/ir/gk110: fill out texture instruction support
Ilia Mirkin
2014-03-18
1
-13
/
+20
[next]