index
:
platform/upstream/mesa
19.2.8
19.3.0
19.3.0.1
20.1.8
20.3.0
21.0.0
21.0.0_tizen
21.0_rc5
21.2.3
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/release
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
devel/coregl
devel/libtpl-egl
devel/x11
lock_surface
pristine-tar
sandbox/akazmin/tizen6_asan
sandbox/baixl/devel
sandbox/denis13/esan
sandbox/gvancuts/x11-vmware
sandbox/jbko/21.2.0-devel
sandbox/jbko/devel
sandbox/jbko/vk_devel
sandbox/jbko/vk_devel2
sandbox/jihochu/5.0
sandbox/jobol/devel
sandbox/leemgs/5.0
sandbox/lstelmach/virgl
sandbox/mbachmann/tizen_eglsoft
sandbox/mmajewski2/gbm_mesa
sandbox/mmajewski2/gbm_mesa_static
sandbox/mmajewski2/virgl-wayland-platform
sandbox/mpikula/riscv64
sandbox/mwereski/mesa
sandbox/nmerinov/llvm
sandbox/pcoval/devel
sandbox/pcoval/tizen
sandbox/pcoval/upstream
sandbox/playchang/riscv64
sandbox/pwieczorek/mesa
sandbox/vbarinov/asan
sandbox/vbarinov/lto
sandbox/yuanzhaowei/devel
tizen
tizen-19.0.0
tizen_23.1.5
tizen_23.3.3
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi
tizen_ivi_genivi
tizen_ivi_release
tizen_lz
tizen_real
upstream
v17.1.0
Domain: Graphics System / GL; Licenses: MIT;
Hoyub Lee <hoyub.lee@samsung.com>, 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
/
src
/
microsoft
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-08
nir: Move workgroup_size and workgroup_variable_size into common shader_info
Caio Marcelo de Oliveira Filho
3
-17
/
+17
2021-06-08
nir, nir/algebraic: add byte/word insertion instructions
Rhys Perry
1
-0
/
+2
2021-06-07
nir: Rename WORK_GROUP (and similar) to WORKGROUP
Caio Marcelo de Oliveira Filho
5
-20
/
+20
2021-06-07
nir: Rename nir_intrinsic_load_local_group_size to nir_intrinsic_load_workgro...
Caio Marcelo de Oliveira Filho
2
-2
/
+2
2021-06-07
compiler: Rename local_size to workgroup_size
Caio Marcelo de Oliveira Filho
3
-18
/
+18
2021-04-29
microsoft/compiler: Maintain sorting of resource type in the context
Michael Tang
1
-21
/
+22
2021-04-29
util/hash_table: do not leak u64 struct key
Juan A. Suarez Romero
1
-1
/
+1
2021-04-27
microsoft/compiler: Handle unbounded arrays
Jesse Natalie
1
-11
/
+15
2021-04-27
microsoft/compiler: Map descriptor set -> binding space
Jesse Natalie
1
-18
/
+22
2021-04-27
microsoft/compiler: Fix function signature for bufferStore to support overloads
Jesse Natalie
1
-1
/
+1
2021-04-27
microsoft/compiler: Rewrite sampler splitting pass to be smarter and handle d...
Jesse Natalie
3
-0
/
+112
2021-04-27
d3d12, microsoft/compiler: Use SRV/sampler variable binding data
Jesse Natalie
1
-10
/
+6
2021-04-27
microsoft/compiler: zero out unused WebGPU system values
Enrico Galli
3
-1
/
+82
2021-04-23
microsoft/spirv_to_dxil: Treat read-only storage images as SRVs
Jesse Natalie
1
-0
/
+1
2021-04-23
microsoft/compiler: Treat read-only SSBOs as SRVs
Jesse Natalie
1
-7
/
+29
2021-04-23
nir_lower_readonly_images_to_tex: Support non-CL semantics
Jesse Natalie
1
-1
/
+1
2021-04-23
nir: Rename nir_lower_cl_images_to_tex, replace 'cl' with 'readonly'
Jesse Natalie
1
-1
/
+1
2021-04-22
microsoft/compiler: For Vulkan environment, don't create resource handles upf...
Jesse Natalie
2
-60
/
+141
2021-04-22
microsoft/compiler: Remove assert-only resource size or usage tracking
Jesse Natalie
1
-24
/
+10
2021-04-22
microsoft/compiler: Remove hardcoded limits on numbers of resource arrays
Jesse Natalie
1
-54
/
+56
2021-04-20
microsoft/compiler: Fix MSVC warning C4334 (32bit shift cast to 64bit)
Jesse Natalie
1
-1
/
+1
2021-04-20
microsoft/clc: Fix undeclared function warning
Jesse Natalie
1
-1
/
+1
2021-04-20
microsoft/clc: Fix MSVC unreferenced variable warnings
Jesse Natalie
4
-8
/
+2
2021-04-19
microsoft/clc: If local size isn't specified either in the shader or at runti...
Jesse Natalie
1
-5
/
+13
2021-04-16
microsoft/compiler: Propagate access when lowering SSBO loads
Jesse Natalie
1
-1
/
+3
2021-04-16
microsoft/compiler: Support raw SRVs in addition to typed SRVs
Jesse Natalie
1
-12
/
+28
2021-04-16
microsoft/compiler: Store nir_shader in the ntd_context
Jesse Natalie
1
-58
/
+61
2021-04-16
microsoft/compiler: Better support UBO/SSBO references to descriptors
Jesse Natalie
1
-66
/
+90
2021-04-16
microsoft/compiler: Split Vulkan resource_index / descriptor processing
Jesse Natalie
1
-9
/
+56
2021-04-16
microsoft/compiler: Emit SSBO variables
Jesse Natalie
1
-11
/
+39
2021-04-16
microsoft/compiler: Emit CBVs via variables for Vulkan
Jesse Natalie
1
-10
/
+3
2021-04-16
microsoft/compiler: Support arrays of UBOs
Jesse Natalie
2
-26
/
+36
2021-04-16
microsoft/compiler: Support raw SRVs/UAVs through dxil_module_get_res_type
Jesse Natalie
2
-6
/
+10
2021-04-16
microsoft/spirv_to_dxil: Lower loads/stores to DXIL
Jesse Natalie
1
-0
/
+1
2021-04-16
microsoft/spirv_to_dxil: Lower samplers from deref to index
Jesse Natalie
1
-0
/
+1
2021-04-12
microsoft/clc: Update unit test to always use COMMON state for buffers
Jesse Natalie
1
-12
/
+1
2021-04-09
microsoft: fixup clc_log() define
Lionel Landwerlin
1
-5
/
+5
2021-04-09
microsoft/compiler: Add some more float16 support
Jesse Natalie
3
-0
/
+59
2021-04-09
microsoft/spirv_to_dxil: Support doubles
Jesse Natalie
1
-0
/
+4
2021-04-09
microsoft/compiler: Implement new double pack/unpack alu ops
Jesse Natalie
5
-0
/
+81
2021-04-09
microsoft/compiler: Add a lowering pass to emit double [un]pack instructions
Jesse Natalie
2
-0
/
+64
2021-04-09
microsoft/compiler: Support fp16 i/o vars
Jesse Natalie
3
-4
/
+8
2021-04-09
microsoft/spirv_to_dxil: Lower io arrays
Jesse Natalie
1
-0
/
+1
2021-04-09
microsoft/spirv_to_dxil: Lower globals to function_temp
Jesse Natalie
1
-0
/
+1
2021-04-08
nir: Extract shader_info->cs.shared_size out of union.
Bas Nieuwenhuizen
2
-6
/
+6
2021-04-07
microsoft/spirv_to_dxil: Use non-zero exit code on failed compilations
Enrico Galli
1
-0
/
+1
2021-04-07
microsoft/spirv_to_dxil: Add support for load_vulkan_descriptor
Enrico Galli
3
-17
/
+70
2021-04-05
microsoft/compiler: Fix barrier flag for shared memory
Jesse Natalie
1
-1
/
+1
2021-04-02
spirv_to_dxil: Handle clip/cull distance
Jesse Natalie
1
-0
/
+26
2021-04-02
microsoft/spirv_to_dxil: Implement TODO for removing dead functions
Jesse Natalie
1
-1
/
+9
[next]