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
/
compiler
/
glsl
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-05
glsl: fix recording of variables for XFB in TCS shaders
Ilia Mirkin
3
-5
/
+44
2019-03-05
glsl: TCS outputs can not be transform feedback candidates on GLES
Jose Maria Casanova Crespo
1
-1
/
+21
2019-03-05
glsl: fix shader cache for packed param list
Timothy Arceri
1
-11
/
+4
2019-02-26
compiler: Mark clip/cull distance arrays as compact before lowering.
Kenneth Graunke
1
-0
/
+12
2019-01-29
glsl: use remap location when serialising uniform program resource data
Timothy Arceri
1
-7
/
+26
2019-01-27
glsl: fix block member alignment validation for vec3
Niklas Haas
1
-4
/
+4
2019-01-21
glsl/lower_output_reads: set invariant and precise flags on temporaries
Karol Herbst
1
-0
/
+4
2019-01-19
nir: rename nir_var_shared to nir_var_mem_shared
Karol Herbst
1
-1
/
+1
2019-01-19
nir: rename nir_var_ssbo to nir_var_mem_ssbo
Karol Herbst
2
-2
/
+2
2019-01-19
nir: rename nir_var_ubo to nir_var_mem_ubo
Karol Herbst
1
-1
/
+1
2019-01-19
nir: rename nir_var_function to nir_var_function_temp
Karol Herbst
1
-5
/
+5
2019-01-19
nir: rename nir_var_private to nir_var_shader_temp
Karol Herbst
1
-2
/
+2
2019-01-19
glsl: be much more aggressive when skipping shader compilation
Timothy Arceri
2
-6
/
+10
2019-01-19
Revert "glsl: be much more aggressive when skipping shader compilation"
Timothy Arceri
2
-10
/
+6
2019-01-19
glsl: be much more aggressive when skipping shader compilation
Timothy Arceri
2
-6
/
+10
2019-01-19
glsl: don't skip GLSL IR opts on first-time compiles
Timothy Arceri
2
-32
/
+1
2019-01-14
src/compiler: use new hash table and set creation helpers
Caio Marcelo de Oliveira Filho
20
-59
/
+28
2019-01-14
glsl: Fix copying function's out to temp if dereferenced by array
Danylo Piliaiev
1
-24
/
+22
2019-01-11
glsl/nir: keep bool types when native_integers=false
Jonathan Marek
1
-98
/
+63
2019-01-11
glsl/nir: ftrunc for native_integers=false float to int cast
Jonathan Marek
1
-0
/
+4
2019-01-11
glsl/nir: int constants as float for native_integers=false
Jonathan Marek
1
-4
/
+12
2019-01-11
nir: Allow a non-existent sampler deref in nir_lower_samplers_as_deref
Kenneth Graunke
1
-19
/
+21
2019-01-11
glsl: Make invariant outputs in ES fragment shader not to cause error
Danylo Piliaiev
1
-1
/
+1
2019-01-10
glsl/linker: specify proper direction in location aliasing error
Andres Gomez
1
-5
/
+10
2019-01-09
nir: Tag entrypoint for easy recognition by nir_shader_get_entrypoint()
Matt Turner
1
-0
/
+2
2019-01-09
glsl: Add "built-in" functions to do fp32_to_int64(fp32)
Sagar Ghuge
1
-0
/
+31
2019-01-09
glsl: Add "built-in" functions to do fp32_to_uint64(fp32)
Sagar Ghuge
1
-0
/
+29
2019-01-09
glsl: Add "built-in" functions to do fp64_to_int64(fp64)
Sagar Ghuge
1
-0
/
+29
2019-01-09
glsl: Add utility function to round and pack int64_t value
Sagar Ghuge
1
-0
/
+36
2019-01-09
glsl: Add "built-in" functions to do fp64_to_uint64(fp64)
Sagar Ghuge
1
-0
/
+27
2019-01-09
glsl: Add utility function to round and pack uint64_t value
Sagar Ghuge
1
-0
/
+32
2019-01-09
glsl: Add "built-in" functions to do int64_to_fp32(int64_t)
Sagar Ghuge
1
-0
/
+22
2019-01-09
glsl: Add "built-in" functions to do uint64_to_fp32(uint64_t)
Sagar Ghuge
1
-0
/
+20
2019-01-09
glsl: Add "built-in" functions to do int64_to_fp64(int64_t)
Sagar Ghuge
1
-0
/
+18
2019-01-09
glsl: Add "built-in" functions to do uint64_to_fp64(uint64_t)
Sagar Ghuge
1
-0
/
+18
2019-01-09
glsl: Add "built-in" functions to convert bool to double
Matt Turner
1
-0
/
+12
2019-01-09
glsl: Add "built-in" functions to do ffract(fp64)
Matt Turner
1
-0
/
+6
2019-01-09
glsl: Add "built-in" function to do ffloor(fp64)
Matt Turner
1
-0
/
+13
2019-01-09
glsl: Add "built-in" functions to do fmin/fmax(fp64)
Matt Turner
1
-0
/
+20
2019-01-09
glsl: Add "built-in" functions to do ffma(fp64)
Matt Turner
1
-0
/
+6
2019-01-09
glsl: Add "built-in" functions to do round(fp64)
Elie Tournier
1
-0
/
+42
2019-01-09
glsl: Add "built-in" functions to do trunc(fp64)
Elie Tournier
1
-0
/
+22
2019-01-09
glsl: Add "built-in" functions to do sqrt(fp64)
Elie Tournier
1
-0
/
+272
2019-01-09
glsl: Add "built-in" functions to do fp32_to_fp64(fp32)
Elie Tournier
1
-0
/
+38
2019-01-09
glsl: Add "built-in" functions to do fp64_to_fp32(fp64)
Elie Tournier
1
-0
/
+101
2019-01-09
glsl: Add "built-in" functions to do int_to_fp64(int)
Elie Tournier
1
-0
/
+23
2019-01-09
glsl: Add "built-in" functions to do fp64_to_int(fp64)
Elie Tournier
1
-0
/
+41
2019-01-09
glsl: Add "built-in" functions to do uint_to_fp64(uint)
Elie Tournier
1
-0
/
+22
2019-01-09
glsl: Add "built-in" functions to do fp64_to_uint(fp64)
Elie Tournier
1
-0
/
+61
2019-01-09
glsl: Add "built-in" functions to do mul(fp64, fp64)
Elie Tournier
1
-0
/
+148
[next]