index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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
*
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
*
nvc0/ir: emit FMZ flag when requested on FFMA
Ilia Mirkin
2017-01-15
1
-0
/
+4
*
nvc0/ir: only try to check for zero LOD if we aren't already forcing it
Ilia Mirkin
2017-01-12
1
-1
/
+1
*
nv50/ir: use sched control codes for gm107 builtins
Samuel Pitoiset
2017-01-12
2
-40
/
+40
*
nv50/ir: improve instruction pipelining on gm107
Samuel Pitoiset
2017-01-12
3
-4
/
+1027
*
nv50/ir: do not insert texture barriers on gm107
Samuel Pitoiset
2017-01-12
1
-1
/
+2
*
gallium: remove TGSI_OPCODE_SUB
Marek Olšák
2017-01-05
1
-2
/
+0
*
gallium: remove TGSI_OPCODE_ABS
Marek Olšák
2017-01-05
1
-3
/
+0
*
gm107/ir: optimize 32-bit CONST load to mov
Samuel Pitoiset
2016-11-26
2
-0
/
+17
*
gm107/ir: do not combine CONST loads
Samuel Pitoiset
2016-11-26
1
-2
/
+7
*
nvc0/ir: use levelZero flag when the lod is set to 0
Ilia Mirkin
2016-11-20
2
-6
/
+43
*
gm107/ir: emit RED instead of ATOM when no dst
Samuel Pitoiset
2016-11-05
1
-1
/
+28
*
nvc0/ir: fix emission of IMAD with NEG modifiers
Samuel Pitoiset
2016-10-27
2
-2
/
+2
*
nvc0/ir: fix emission of SHLADD with NEG modifiers
Samuel Pitoiset
2016-10-26
2
-2
/
+2
*
nv50/ir: start LocalCSE with getFirst to merge PHI instructions
Karol Herbst
2016-10-25
1
-1
/
+1
*
nv50/ir: do not perform global membar for shared memory
Samuel Pitoiset
2016-10-24
1
-1
/
+4
*
nv50/ir: display OP_BAR subops in debug mode
Samuel Pitoiset
2016-10-24
1
-0
/
+9
*
nv50/ir: it appears that OP_DISCARD can't take a join modifier
Ilia Mirkin
2016-10-22
1
-0
/
+1
*
nv50/ir: use levelZero for non-frag tex/txp ops
Ilia Mirkin
2016-10-22
1
-0
/
+5
*
nvc0/ir: remove outdated comment about SHLADD
Samuel Pitoiset
2016-10-22
2
-2
/
+0
*
nv50/ir: process texture offset sources as regular sources
Ilia Mirkin
2016-10-19
1
-53
/
+94
*
nvc0/ir: simplify predicate logic for GK104 atomic operations
Samuel Pitoiset
2016-10-19
1
-14
/
+7
*
nvc0/ir: remove useless NVC0LoweringPass::gMemBase
Samuel Pitoiset
2016-10-19
1
-4
/
+1
*
nv50/ir: print CCTL subops in debug mode
Samuel Pitoiset
2016-10-19
1
-0
/
+9
*
nv50/ir: silent TGSI_PROPERTY_FS_DEPTH_LAYOUT
Samuel Pitoiset
2016-10-19
1
-0
/
+1
*
gm107/ir: fix bit offset of tex lod setting for indirect texturing
Ilia Mirkin
2016-10-18
1
-1
/
+1
*
gm107/ir: fix texturing with indirect samplers
Ilia Mirkin
2016-10-18
1
-0
/
+10
*
nv50/ir: constant fold OP_SPLIT
Tobias Klausmann
2016-10-14
1
-0
/
+18
*
nvc0/ir: be more careful about preserving modifiers in SHLADD creation
Ilia Mirkin
2016-10-13
1
-7
/
+5
*
nvc0/ir: fix textureGather with a single offset
Ilia Mirkin
2016-10-12
1
-2
/
+2
*
nv50/ir: copy over value's register id when resolving merge of a phi
Ilia Mirkin
2016-10-12
1
-1
/
+3
*
nv50/ir: optimize ADD(SHL(a, b), c) to SHLADD(a, b, c)
Samuel Pitoiset
2016-10-12
1
-0
/
+87
*
nvc0/ir: fix overwriting of value backing non-constant gather offset
Ilia Mirkin
2016-10-10
1
-2
/
+2
*
nv50/ir: only stick one preret per function
Ilia Mirkin
2016-10-10
1
-4
/
+7
*
nv50/ir: fix wrong check when optimizing MAD to SHLADD
Samuel Pitoiset
2016-10-07
1
-1
/
+1
*
nv50/ir: set number of threads/block for variable local size
Samuel Pitoiset
2016-10-07
1
-0
/
+2
[next]