index
:
platform/upstream/SPIRV-Cross
master
tizen
upstream
Domain: Graphics System / GL; Licenses: Apache-2.0;
Joonbum Ko <joonbum.ko@samsung.com>, SooChan Lim <sc1.lim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spirv_msl.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-06
check for SPVFuncImplVariableSizedDescriptor
Try
1
-1
/
+2
2023-08-28
MSL: Workaround bizarre crash on macOS.
Hans-Kristian Arntzen
1
-3
/
+3
2023-08-17
MSL: Fixup nits from review.
Hans-Kristian Arntzen
1
-9
/
+4
2023-08-17
MSL: runtime array over argument buffers
Try
1
-62
/
+263
2023-08-15
MSL: Make rw texture fences optional
Evan Tang
1
-1
/
+1
2023-08-15
MSL: Prevent RAW hazards on read_write textures
Evan Tang
1
-1
/
+5
2023-07-14
Fix argument buffer padding when content includes arrays.
Bill Hollings
1
-9
/
+5
2023-07-03
+ spvMakeIntersectionParams
Try
1
-1
/
+31
2023-06-26
Apply suggestions from code review
Hans-Kristian Arntzen
1
-24
/
+25
2023-06-24
MSL: Support `SPV_KHR_shader_ballot` and `SPV_KHR_subgroup_vote`.
Chip Davis
1
-39
/
+80
2023-06-07
Merge pull request #2161 from KhronosGroup/fix-2151
Hans-Kristian Arntzen
1
-19
/
+54
2023-06-07
Minor cleanup in constant_expression().
Hans-Kristian Arntzen
1
-2
/
+2
2023-06-06
MSL: Handle more complex array copy scenarios with bool <-> short.
Hans-Kristian Arntzen
1
-10
/
+26
2023-06-06
MSL: Handle stores to struct bool[].
Hans-Kristian Arntzen
1
-9
/
+27
2023-06-06
MSL: Consider bool/short remapping when dealing with composites.
Hans-Kristian Arntzen
1
-0
/
+1
2023-05-27
MSL: fix function constant deduplication misfire
rcombs
1
-5
/
+5
2023-05-16
Merge pull request #2148 from etang-cw/FixDref
Hans-Kristian Arntzen
1
-4
/
+7
2023-05-11
MSL: Fix dref lod workaround on combined texture/samplers
Evan Tang
1
-4
/
+7
2023-05-11
Be more precise in usage of pointer/array mixing.
Hans-Kristian Arntzen
1
-2
/
+2
2023-05-10
MSL: Use templated array type when emitting BDA to arrays.
Hans-Kristian Arntzen
1
-0
/
+10
2023-05-10
MSL: Don't hit array copy path for pointer to array.
Hans-Kristian Arntzen
1
-1
/
+1
2023-04-11
MSL: Use name_id consistently in argument declaration.
Hans-Kristian Arntzen
1
-3
/
+4
2023-03-30
MSL: Do not override variable name late.
Hans-Kristian Arntzen
1
-2
/
+1
2023-03-29
Add code braces
John Wells
1
-0
/
+2
2023-03-23
Fix for argument buffer index compare when invalid
John Wells
1
-34
/
+35
2023-02-21
Merge pull request #2105 from goki/main
Hans-Kristian Arntzen
1
-0
/
+4
2023-02-17
MSL: Deduplicate function constants.
Chip Davis
1
-5
/
+19
2023-02-14
revert FMinEXT, FMaxExt
Randall C. O'Reilly
1
-8
/
+0
2023-02-04
add OpAtomicFMinEXT and Max as well, while we're at it -- I didn't test those...
Randall C. O'Reilly
1
-0
/
+8
2023-02-04
add support for OpAtomicFAddEXT atomic add on float types, now avail in metal...
Randall C. O'Reilly
1
-0
/
+4
2023-02-03
Merge pull request #2103 from cdavis5e/msl-sample-dref-lod-array-workaround
Hans-Kristian Arntzen
1
-2
/
+49
2023-02-02
MSL: Add a workaround for broken `level()` arguments.
Chip Davis
1
-1
/
+48
2023-01-27
GLSL: Legacy matrix inverse/determinant polyfills, outerProduct()
rdb
1
-2
/
+2
2023-01-20
MSL: Fix another warning on potentially uninitialized.
Hans-Kristian Arntzen
1
-1
/
+1
2023-01-20
MSL: Fix potentially uninitialized warning.
Hans-Kristian Arntzen
1
-1
/
+1
2023-01-18
MSL: Use `rint()` instead of `round()` to round array coordinates.
Chip Davis
1
-1
/
+1
2023-01-17
Win10 doesn't like std::max
warmenhoven
1
-3
/
+3
2023-01-15
Fix misc compilation issues with std::max.
Hans-Kristian Arntzen
1
-4
/
+4
2023-01-12
GLSL: Handle textureGatherOffsets properly.
Hans-Kristian Arntzen
1
-15
/
+8
2023-01-08
Fixes from code review of adding writable images to iOS Tier2 argument buffers.
Bill Hollings
1
-2
/
+1
2022-12-28
MSL: Add support for writable images in iOS Tier2 argument buffers.
Bill Hollings
1
-11
/
+16
2022-11-21
Merge pull request #2063 from KhronosGroup/fix-2060
Hans-Kristian Arntzen
1
-2
/
+2
2022-11-21
Merge pull request #2062 from cdavis5e/msl-spirv-assembly-fixes
Hans-Kristian Arntzen
1
-28
/
+41
2022-11-21
MSL: Refactor member reference in terms of one boolean.
Hans-Kristian Arntzen
1
-4
/
+4
2022-11-21
Fix MSL Access Chain
Dunfan Lu
1
-4
/
+4
2022-11-20
Interleave undef values with constants and types.
Chip Davis
1
-24
/
+16
2022-11-20
MSL: Prevent stores to storage resources in discarded fragments.
Chip Davis
1
-22
/
+178
2022-11-20
MSL: Add missing casts to `Op?MulExtended`.
Chip Davis
1
-4
/
+25
2022-11-19
MSL: Manually update `BuiltInHelperInvocation` when a fragment is discarded.
Chip Davis
1
-8
/
+100
2022-10-31
MSL: Handle implicit integer promotion rules.
Hans-Kristian Arntzen
1
-1
/
+3
[next]