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: do not try to attach JOIN ops to ATOM
Samuel Pitoiset
2016-04-07
1
-1
/
+1
*
gm107/ir: add OP_SELP emission, used in DSQRT lowering
Ilia Mirkin
2016-04-02
1
-0
/
+30
*
nv50/ir: we can't load local memory directly into an output
Ilia Mirkin
2016-04-02
1
-1
/
+2
*
nv50/ir: fix envyas variants when building the code lib
Samuel Pitoiset
2016-04-02
1
-2
/
+2
*
nvc0/ir: do not lower shared+atomics on GM107+
Samuel Pitoiset
2016-04-01
1
-7
/
+10
*
nvc0/ir: add atomics support on shared memory for Kepler
Samuel Pitoiset
2016-04-01
2
-1
/
+108
*
nvc0/ir: fix wrong pred emission for ld lock on GK104
Samuel Pitoiset
2016-04-01
1
-1
/
+4
*
nvc0/ir: add support for compute UBOs on Kepler
Samuel Pitoiset
2016-04-01
2
-1
/
+57
*
nvc0: store ubo info to the driver constbuf on Kepler
Samuel Pitoiset
2016-04-01
1
-0
/
+1
*
nv50/ir: Check for valid insn instead of def size
Pierre Moreau
2016-03-31
1
-2
/
+2
*
nvc0/ir: move load/store lowering pass to handleLDST()
Samuel Pitoiset
2016-03-29
2
-54
/
+61
*
nvc0: use a different offset for buffers and surfaces
Samuel Pitoiset
2016-03-29
3
-25
/
+69
*
nvc0/ir: fix picking of coordinates from tex instruction for textureGrad
Ilia Mirkin
2016-03-28
1
-1
/
+11
*
nv50/ir: saturate depth writes
Ilia Mirkin
2016-03-28
1
-1
/
+4
*
nv50/ir: silence unhandled TGSI_PROPERTY_NEXT_SHADER info
Samuel Pitoiset
2016-03-24
1
-0
/
+3
*
nouveau: codegen: Do not silently fail in handeLOAD / handleSTORE / handleATOM
Hans de Goede
2016-03-21
1
-9
/
+18
*
nouveau: codegen: Disable more old resource handling code
Hans de Goede
2016-03-21
1
-3
/
+12
*
nouveau: codegen: gk110: Make emitSTORE offset handling identical to emitLOAD
Hans de Goede
2016-03-21
1
-3
/
+1
*
nouveau: codegen: Slightly refactor Source::scanInstruction() dst handling
Hans de Goede
2016-03-21
1
-6
/
+6
*
nouveau: codegen: Add support for clover / OpenCL kernel input parameters
Hans de Goede
2016-03-21
1
-3
/
+15
*
tgsi: Add support for global / private / input MEMORY
Hans de Goede
2016-03-21
1
-3
/
+4
*
nv50/ir: fix indirect texturing for non-array textures on nvc0
Ilia Mirkin
2016-03-20
1
-3
/
+7
*
nv50/ir: normalize cube coordinates after derivatives have been computed
Ilia Mirkin
2016-03-20
4
-15
/
+84
*
nvc0/ir: Use double constant in handleSQRT
Pierre Moreau
2016-03-19
1
-1
/
+1
*
nv50/ir: force-enable derivatives on TXD ops
Ilia Mirkin
2016-03-19
2
-1
/
+4
*
nv50/ir: make use of auxCBSlot instead of magic numbers
Samuel Pitoiset
2016-03-19
2
-2
/
+4
*
nv50,nvc0: replace resInfoCBSlot by auxCBSlot
Samuel Pitoiset
2016-03-19
3
-10
/
+9
*
nv50/ir: fix compilation warning in handleSharedATOM()
Samuel Pitoiset
2016-03-19
1
-0
/
+1
*
nv50,nvc0: Fix invalid constant.
Vinson Lee
2016-03-18
1
-1
/
+1
*
nv50/ir: print SUBFM subops
Samuel Pitoiset
2016-03-19
1
-0
/
+9
*
nv50,nvc0: handle SQRT lowering inside the driver
Ilia Mirkin
2016-03-13
4
-21
/
+25
*
nv50/ir: avoid folding mul + add if the mul has a dnz
Ilia Mirkin
2016-03-13
1
-3
/
+2
*
nvc0: add support for TGSI FMA ops
Ilia Mirkin
2016-03-10
1
-0
/
+5
*
gm107/ir: add emission for ATOMS
Samuel Pitoiset
2016-03-07
1
-1
/
+44
*
gm107/ir: add emission for BAR
Samuel Pitoiset
2016-03-07
1
-0
/
+52
*
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
*
nvc0/ir: make sure that thread count immediate for BAR fit
Samuel Pitoiset
2016-03-07
1
-0
/
+1
*
nv50/ir: using sampleid/pos shouldn't force per-sample interpolation
Ilia Mirkin
2016-03-05
2
-6
/
+1
*
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
6
-0
/
+83
*
gk110/ir: add ld lock/st unlock emission
Samuel Pitoiset
2016-02-28
1
-2
/
+28
*
nvc0/ir: add missing emission of locked load predicate
Samuel Pitoiset
2016-02-22
1
-0
/
+7
*
nvc0/ir: add ld lock/st unlock emission on GK104
Samuel Pitoiset
2016-02-22
1
-10
/
+25
*
nv50/ir: restore OP_SELP to be a regular instruction
Samuel Pitoiset
2016-02-22
4
-14
/
+14
*
nv50/ir: add atomics support on shared memory for Fermi
Samuel Pitoiset
2016-02-21
2
-2
/
+102
*
nv50/ir: make OP_SELP a compare instruction
Samuel Pitoiset
2016-02-21
3
-10
/
+19
*
nv50/ir: add lock/unlock subops for load/store
Samuel Pitoiset
2016-02-21
3
-2
/
+26
*
nv50/ir: use s[] addr space for shared buffers
Samuel Pitoiset
2016-02-21
1
-11
/
+30
[next]