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
*
nv50/ir: Extend ImmediateValue::applyLog2 to 64-bit integers
Pierre Moreau
2018-05-29
1
-1
/
+10
*
gm107/ir: prevent WaW hazards in instruction scheduling
Rhys Perry
2018-05-28
1
-54
/
+57
*
nv50/ir: fix printing of pixld
Rhys Perry
2018-05-03
1
-1
/
+1
*
nvc0/ir: all short immediates are sign-extended, adjust LIMM test
Ilia Mirkin
2018-04-24
3
-19
/
+24
*
gm107/ir/lib: fix sched in div u32 builtin
Karol Herbst
2018-04-24
2
-4
/
+4
*
nv50/ir: make a copy of tex src if it's referenced multiple times
Ilia Mirkin
2018-04-22
1
-37
/
+49
*
nv50/ir/ra: prefer def == src2 for fma with immediates on nvc0
Karol Herbst
2018-04-21
1
-10
/
+29
*
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
2018-03-29
2
-3
/
+3
*
nvc0/ir: fix emiting NOTs with predicates
Karol Herbst
2018-03-29
1
-0
/
+2
*
nvc0/ir: fix INTERP_* with indirect inputs
Ilia Mirkin
2018-03-27
1
-3
/
+4
*
nvir/gm107: consider FILE_FLAGS dependencies in SchedDataCalculatorGM107
Karol Herbst
2018-02-26
1
-1
/
+14
*
nvir/gm107: iterate over all defs in SchedDataCalculatorGM107::findFirstUse
Karol Herbst
2018-02-26
1
-16
/
+18
*
nvir: dont optimize mad with subops to shladd
Karol Herbst
2018-02-24
1
-1
/
+2
*
nvir/nvc0: fix legalizing of ld unlock c0[0x10000]
Karol Herbst
2018-02-21
1
-1
/
+1
*
gm107/ir: avoid using kepler instruction capabilities
Ilia Mirkin
2018-02-17
2
-21
/
+45
*
nvc0: add support for bindless on maxwell+
Ilia Mirkin
2018-02-17
1
-9
/
+23
*
gm107/ir: change how SUQ works in preparation for bindless
Ilia Mirkin
2018-02-17
3
-1
/
+61
*
nvc0: add bindless image support for kepler
Ilia Mirkin
2018-01-07
4
-57
/
+151
*
nvc0: add support for bindless textures on kepler+
Ilia Mirkin
2018-01-07
3
-4
/
+17
*
nv50/ir: use the image info in the instruction rather than decl
Ilia Mirkin
2018-01-07
1
-52
/
+24
*
nvc0/ir: safen up lowering logic against overwriting reused values
Ilia Mirkin
2018-01-07
1
-2
/
+4
*
nv50/ir: Fix unused var warnings in release build
Rhys Kidd
2017-12-29
2
-2
/
+4
*
gm107/ir: use lane 0 for manual textureGrad handling
Ilia Mirkin
2017-12-22
1
-21
/
+34
*
nvc0/ir: change textureGrad to always use lane 0 as the tex origin
Ilia Mirkin
2017-12-19
1
-14
/
+46
*
nvc0/ir: Properly lower 64-bit shifts when the shift value is >32
Pierre Moreau
2017-12-04
1
-1
/
+1
*
nouveau/compiler: Allow to omit line numbers when printing instructions
Tobias Klausmann
2017-11-26
2
-4
/
+10
*
nv50/ir: move LateAlgebraicOpt to the very end
Ilia Mirkin
2017-11-26
1
-1
/
+1
*
nv50/ir: when merging immediates/consts, load directly
Ilia Mirkin
2017-11-26
1
-1
/
+21
*
nv50/ir: add optimization for modulo by a non-power-of-2 value
Ilia Mirkin
2017-11-26
1
-0
/
+15
*
nv50/ir: optimize signed integer modulo by pow-of-2
Ilia Mirkin
2017-11-25
2
-10
/
+29
*
nv50/ir: Store shared memory per block in nv50_ir_prog_info
Pierre Moreau
2017-11-04
1
-0
/
+1
*
nv50/ir: fix 64-bit integer shifts
Ilia Mirkin
2017-10-09
1
-1
/
+3
*
nvc0/ir: propagate immediates to CALL input MOVs
Tobias Klausmann
2017-08-31
1
-2
/
+19
*
nv50/ir: properly set sType for TXF ops to U32
Ilia Mirkin
2017-08-24
1
-0
/
+3
*
gallium: remove TGSI opcode SCS
Marek Olšák
2017-08-22
1
-14
/
+0
*
gallium: remove TGSI opcode XPD
Marek Olšák
2017-08-22
1
-27
/
+0
*
gallium: remove TGSI opcode DPH
Marek Olšák
2017-08-22
1
-8
/
+0
*
gallium: remove TGSI FENCE opcodes
Marek Olšák
2017-08-22
1
-10
/
+0
*
gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZ
Marek Olšák
2017-08-22
1
-3
/
+0
*
nv50/ir: fix TXQ srcMask
Ilia Mirkin
2017-08-16
1
-0
/
+2
*
nv50/ir: fix srcMask computation for TG4 and TXF
Ilia Mirkin
2017-08-16
1
-0
/
+2
*
nv50/ir: clean up saturated values immediately
Ilia Mirkin
2017-08-12
1
-1
/
+6
*
nvc0/ir: unlink values pre- and post-call to division function
Ilia Mirkin
2017-08-12
1
-4
/
+3
*
nv50/ir: fix ConstantFolding with saturation
Karol Herbst
2017-08-09
2
-0
/
+9
*
nv50/ir: disable mul+add to mad for precise instructions
Karol Herbst
2017-07-21
1
-2
/
+3
*
nv50/ir/tgsi: handle precise for most ALU instructions
Karol Herbst
2017-07-21
1
-0
/
+2
*
nv50/ir: add precise field to Instruction
Karol Herbst
2017-07-21
2
-0
/
+3
*
nv50/ir: fix threads calculation for non-compute shaders
Ilia Mirkin
2017-07-12
1
-5
/
+9
*
nv50/ir: fix combineLd/St to update existing records as necessary
Ilia Mirkin
2017-06-26
1
-0
/
+8
*
nv50/ir: adjust overlapping logic to take fileIndex-relative offsets
Ilia Mirkin
2017-06-26
1
-1
/
+5
[next]