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: 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
*
nv50/ir: VFETCH is also considered a load for MemoryOpt
Ilia Mirkin
2017-06-26
1
-1
/
+1
*
nv50/ir: fetch indirect sources BEFORE the op that uses them
Ilia Mirkin
2017-06-26
1
-19
/
+32
*
nv50/ir: Properly fold constants in SPLIT operation
Pierre Moreau
2017-06-25
1
-3
/
+4
*
nvc0: Add support for ARB_post_depth_coverage
Lyude
2017-06-02
2
-0
/
+4
*
nouveau: drop Android 4.4 and earlier support
Rob Herring
2017-05-25
2
-33
/
+3
*
nvc0/ir: SHLADD's middle source must be an immediate
Ilia Mirkin
2017-05-20
1
-0
/
+2
*
nv50/ir: Report wrong prog types using proper var
Pierre Moreau
2017-05-13
1
-1
/
+1
*
nv50/ir: Replace NV50_PROGRAM_IR_* by PIPE_SHADER_IR_*
Pierre Moreau
2017-05-07
2
-7
/
+2
*
nv50/ir: Remove unused translation methods
Pierre Moreau
2017-05-07
2
-10
/
+3
*
nv50/ir: Free target if we failed to create a program
Pierre Moreau
2017-05-07
1
-1
/
+3
*
nv50/ir: Fail if encountering unknown shader type
Pierre Moreau
2017-05-07
1
-2
/
+2
*
gm107/ir: add a missing assertion in emitISCADD()
Samuel Pitoiset
2017-05-01
1
-0
/
+2
*
nvc0/ir: Only store viewport in scratch register for GP
Lyude
2017-04-20
1
-0
/
+1
*
nvc0/ir: Implement TGSI_OPCODE_BALLOT and TGSI_OPCODE_READ_*
Boyan Ding
2017-04-13
1
-0
/
+31
*
nvc0/ir: Implement TGSI_SEMANTIC_SUBGROUP_*
Boyan Ding
2017-04-13
1
-0
/
+27
*
nvc0/ir: Add SV_LANEMASK_* system values.
Boyan Ding
2017-04-13
5
-0
/
+25
*
nvc0/ir: Allow 0/1 immediate value as source of OP_VOTE
Boyan Ding
2017-04-13
3
-11
/
+60
[next]