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
/
nv50_ir_from_tgsi.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
nv50/ir: move common converter code in base class
Karol Herbst
2019-03-17
1
-103
/
+3
*
nvc0/ir: always use CG mode for loads from atomic-only buffers
Ilia Mirkin
2019-02-06
1
-2
/
+12
*
nv50/ir: add support for converting ATOMFADD to proper ir
Ilia Mirkin
2018-12-26
1
-0
/
+4
*
nv50/ir: silence partitionLoadStore() unused function warning
Rhys Kidd
2018-08-29
1
-2
/
+2
*
nv50/ir: handle clipvertex for geom and tess shaders as well
Karol Herbst
2018-07-02
1
-1
/
+6
*
nv50/ir: fix image stores with indirect handles
Rhys Perry
2018-06-29
1
-4
/
+5
*
nvc0: add support for programmable sample locations
Rhys Perry
2018-06-14
1
-0
/
+7
*
nvc0/ir: fix INTERP_* with indirect inputs
Ilia Mirkin
2018-03-27
1
-3
/
+4
*
nvc0: add bindless image support for kepler
Ilia Mirkin
2018-01-07
1
-30
/
+118
*
nvc0: add support for bindless textures on kepler+
Ilia Mirkin
2018-01-07
1
-0
/
+10
*
nv50/ir: use the image info in the instruction rather than decl
Ilia Mirkin
2018-01-07
1
-52
/
+24
*
nv50/ir: fix 64-bit integer shifts
Ilia Mirkin
2017-10-09
1
-1
/
+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/tgsi: handle precise for most ALU instructions
Karol Herbst
2017-07-21
1
-0
/
+2
*
nv50/ir: fetch indirect sources BEFORE the op that uses them
Ilia Mirkin
2017-06-26
1
-19
/
+32
*
nvc0: Add support for ARB_post_depth_coverage
Lyude
2017-06-02
1
-0
/
+3
*
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
*
nv50/ir: Handle TGSI_OPCODE_CLOCK
Boyan Ding
2017-04-09
1
-0
/
+7
*
nvc0/ir: fix overwriting of offset register with interpolateAtOffset
Ilia Mirkin
2017-04-07
1
-2
/
+2
*
nvc0/ir: fix LSB/BFE/BFI implementations
Ilia Mirkin
2017-04-07
1
-8
/
+11
*
gallium: remove support for predicates from TGSI (v2)
Marek Olšák
2017-04-01
1
-9
/
+1
*
nv50,nvc0: enable TEX_LZ and TXF_LZ
Ilia Mirkin
2017-03-18
1
-2
/
+15
*
gallium: remove TGSI_OPCODE_CLAMP
Marek Olšák
2017-02-18
1
-10
/
+0
*
nv50/ir: return a register when retrieving thread id sysval
Ilia Mirkin
2017-02-11
1
-1
/
+1
*
nv50/ir: add missing break after DSSG
Ilia Mirkin
2017-02-11
1
-0
/
+1
*
nv50/ir: always return 0 when trying to read thread id along unit dim
Ilia Mirkin
2017-02-09
1
-2
/
+8
*
nvc0/ir: add support for all the new int64 tgsi opcodes
Ilia Mirkin
2017-02-09
1
-1
/
+221
*
nvc0: add support for MUL_ZERO_WINS property
Ilia Mirkin
2017-01-23
1
-8
/
+22
*
nvc0: enable FBFETCH with a special slot for color buffer 0
Ilia Mirkin
2017-01-16
1
-0
/
+41
*
nv50/ir: handle new DDIV op which will be used for double divisions
Ilia Mirkin
2017-01-16
1
-0
/
+3
*
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
*
nv50/ir: do not perform global membar for shared memory
Samuel Pitoiset
2016-10-24
1
-1
/
+4
*
nv50/ir: use levelZero for non-frag tex/txp ops
Ilia Mirkin
2016-10-22
1
-0
/
+5
*
nv50/ir: process texture offset sources as regular sources
Ilia Mirkin
2016-10-19
1
-53
/
+94
*
nv50/ir: silent TGSI_PROPERTY_FS_DEPTH_LAYOUT
Samuel Pitoiset
2016-10-19
1
-0
/
+1
*
nv50/ir: only stick one preret per function
Ilia Mirkin
2016-10-10
1
-4
/
+7
*
nvc0: add support for BGRA8 images
Ilia Mirkin
2016-07-18
1
-0
/
+2
*
nv50: fix alphatest for non-blendable formats
Ilia Mirkin
2016-07-16
1
-1
/
+23
*
nouveau: Fix a couple of "foo may be used uninitialized' compiler warnings
Hans de Goede
2016-07-02
1
-2
/
+2
*
nouveau: Add support for SV_WORK_DIM
Hans de Goede
2016-07-02
1
-0
/
+1
*
nvc0: fix up image support for allowing multiple samples
Ilia Mirkin
2016-07-01
1
-0
/
+3
[next]