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
*
gm107/ir: fix DSET boolean float flag
Ilia Mirkin
2015-02-20
1
-0
/
+1
*
gm107/ir: fix DMUL opcode encoding
Ilia Mirkin
2015-02-20
1
-3
/
+3
*
gk110/ir: add emission of dadd/dmul/dmad opcodes
Ilia Mirkin
2015-02-20
1
-3
/
+77
*
nvc0/ir: add emission of dadd/dmul/dmad opcodes, fix minmax
Ilia Mirkin
2015-02-20
1
-3
/
+63
*
nv50/ir: Fold IMM into MAD
Roy Spliet
2015-02-10
1
-0
/
+53
*
nv50/ir: Add emit support for MAD IMM format
Roy Spliet
2015-02-10
1
-0
/
+8
*
nv50/ir: Add support for MAD 4-byte opcode
Roy Spliet
2015-02-10
2
-8
/
+6
*
nv50/ir: change the way float face is returned
Ilia Mirkin
2015-02-10
2
-4
/
+6
*
nv50/ir: enable sat modifier for OP_SUB
Ilia Mirkin
2015-01-05
1
-1
/
+1
*
nv50/ir: Add sat modifier for mul
Roy Spliet
2015-01-05
2
-1
/
+7
*
nv50/ir: fix texture offsets in release builds
Ilia Mirkin
2015-01-05
2
-2
/
+4
*
nv50/ir: Fold sat into mad
Roy Spliet
2015-01-01
1
-1
/
+1
*
nv50/ir: fold MAD when one of the multiplicands is const
Ilia Mirkin
2015-01-01
1
-0
/
+23
*
nv50/ir/tgsi: handle TGSI_OPCODE_ARR
Christoph Bumiller
2014-11-28
1
-1
/
+4
*
nouveau: Fix build after STR/BRA opcode dropping.
Eric Anholt
2014-11-24
1
-2
/
+0
*
gallium: Drop the unused SFL/STR opcodes.
Eric Anholt
2014-11-24
1
-6
/
+0
*
nv50/ir: set neg modifiers on min/max args
Ilia Mirkin
2014-11-23
1
-0
/
+2
*
gk110/ir: add dnz flag emission for fmul/fmad
Ilia Mirkin
2014-10-03
1
-0
/
+4
*
gm107/ir: add dnz emission for fmul
Ilia Mirkin
2014-10-03
1
-1
/
+1
*
gm107/ir: take relative pfetch offset into account
Ilia Mirkin
2014-09-26
1
-1
/
+4
*
gm107/ir: add support for indirect const buffer selection
Ilia Mirkin
2014-09-25
1
-0
/
+14
*
gm107/ir: fix texture argument order
Ilia Mirkin
2014-09-25
2
-5
/
+34
*
gm107/ir: fix manual TXD for array targets
Ilia Mirkin
2014-09-25
1
-2
/
+3
*
nv50/ir: avoid deleting pseudo instructions too early
Ilia Mirkin
2014-09-25
1
-1
/
+10
*
nv50/ir: add some comments on edge classification
Ilia Mirkin
2014-09-25
1
-0
/
+10
*
nv50/ir: accomodate all file types, there are now more than 8
Ilia Mirkin
2014-09-08
1
-2
/
+2
*
nvc0/ir: uses was always null at that point in the code
Ilia Mirkin
2014-09-08
1
-7
/
+1
*
nv50/ir: avoid array overrun when checking for supported mods
Ilia Mirkin
2014-09-08
2
-2
/
+2
*
nvc0/ir: insn can never be null
Ilia Mirkin
2014-09-08
1
-1
/
+1
*
nvc0/ir: clarify recursion fix to finding first tex uses
Christoph Bumiller
2014-09-05
1
-9
/
+7
*
nv50/ir/util: fix BitSet issues
Christoph Bumiller
2014-09-05
3
-3
/
+10
*
nv50/ir: avoid creating instructions that can't be emitted
Ilia Mirkin
2014-09-01
1
-0
/
+4
*
nvc0/ir: avoid infinite recursion when finding first uses of tex
Ilia Mirkin
2014-09-01
2
-8
/
+29
*
nv50/ir: (trivial) initialize pointer to silence warning
Tobias Klausmann
2014-08-18
1
-1
/
+1
*
nv50,nvc0: add support for fine derivatives
Ilia Mirkin
2014-08-14
1
-0
/
+4
*
nvc0/ir: describe the tex arguments for fermi/kepler
Ilia Mirkin
2014-08-11
1
-0
/
+25
*
nvc0/ir: add kepler+ support for indirect texture references
Ilia Mirkin
2014-08-11
1
-7
/
+27
*
nvc0/ir: add base tex offset for fermi indirect tex case
Ilia Mirkin
2014-08-11
1
-2
/
+10
*
nvc0/ir: support 2d constbuf indexing
Ilia Mirkin
2014-07-24
1
-0
/
+14
*
gm107/ir: emit LDC subops
Ilia Mirkin
2014-07-24
1
-0
/
+1
*
gk110/ir: emit load constant subop
Ilia Mirkin
2014-07-24
1
-0
/
+1
*
nv50/ir: fix phi/union sources when their def has been merged
Ilia Mirkin
2014-07-24
1
-0
/
+8
*
nv50/ir: fix hard-coded TYPE_U32 sized register
Ilia Mirkin
2014-07-24
1
-3
/
+4
*
nv50/ir: keep track of whether the program uses fp64
Ilia Mirkin
2014-07-24
2
-2
/
+7
*
nvc0/ir: add support for interpolating with non-default settings
Ilia Mirkin
2014-07-09
3
-1
/
+94
*
nvc0/ir: fix encoding of offset register into interpolation instruction
Ilia Mirkin
2014-07-09
1
-1
/
+1
*
nvc0/ir: account for indirect textures on fermi for txd
Ilia Mirkin
2014-07-09
1
-0
/
+3
*
nvc0/ir: unset s/r indirect sources before moving everything
Ilia Mirkin
2014-07-09
1
-9
/
+10
*
gallium: switch dedicated centroid field to interpolation location
Ilia Mirkin
2014-07-09
1
-1
/
+1
*
nv50/ir: use unordered_set instead of list to keep track of var uses
Tobias Klausmann
2014-07-08
4
-9
/
+10
[next]