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-01-09
glsl: Add "built-in" functions to do add(fp64, fp64)
Elie Tournier
1
-0
/
+433
2019-01-09
glsl: Add "built-in" functions to do lt(fp64, fp64)
Elie Tournier
1
-0
/
+50
2019-01-09
glsl: Add utility function to extract 64-bit sign
Elie Tournier
1
-0
/
+7
2019-01-09
glsl: Add "built-in" functions to do eq/ne(fp64, fp64)
Elie Tournier
1
-0
/
+56
2019-01-09
glsl: Add "built-in" function to do sign(fp64)
Elie Tournier
1
-0
/
+10
2019-01-09
glsl: Add "built-in" functions to do neg(fp64)
Elie Tournier
1
-0
/
+26
2019-01-09
glsl: Add "built-in" function to do abs(fp64)
Elie Tournier
1
-0
/
+11
2019-01-09
glsl: Create file to contain software fp64 functions
Matt Turner
2
-1
/
+67
2019-01-09
glsl: Add utility to convert text files to C strings
Ian Romanick
1
-0
/
+111
2019-01-09
glsl: Copy function out to temp if we don't directly ref a variable
Timothy Arceri
1
-2
/
+3
2019-01-09
glsl: Add function support to glsl_to_nir
Matt Turner
1
-9
/
+119
2019-01-08
glsl: Fix buffer overflow with an atomic buffer binding out of range.
Eric Anholt
1
-1
/
+2
2019-01-09
glsl/linker: Fix unmatched TCS outputs being reduced to local variable
Danylo Piliaiev
1
-0
/
+6
2019-01-08
nir: rename global/local to private/function memory
Karol Herbst
1
-5
/
+5
2019-01-08
glsl_type: Add support for explicitly laid out matrices and arrays
Jason Ekstrand
1
-1
/
+1
2019-01-08
glsl_type: Drop the glsl_get_array_instance C helper
Jason Ekstrand
1
-1
/
+1
2019-01-08
nir: Distinguish between normal uniforms and UBOs
Jason Ekstrand
2
-3
/
+6
2019-01-07
nir: Make gl_nir_lower_samplers use gl_nir_lower_samplers_as_deref
Kenneth Graunke
1
-47
/
+28
2019-01-07
nir: Fix gl_nir_lower_samplers_as_deref's structure type handling.
Kenneth Graunke
1
-3
/
+0
2019-01-07
glsl: correct typo in GLSL compilation error message
Andres Gomez
1
-1
/
+1
2019-01-04
glsl/linker: complete documentation for assign_attribute_or_color_locations
Andres Gomez
1
-9
/
+13
2018-12-16
nir: Switch to using 1-bit Booleans for almost everything
Jason Ekstrand
1
-4
/
+11
2018-12-05
nir: Make boolean conversions sized just like the others
Jason Ekstrand
1
-1
/
+1
2018-12-04
mesa: expose AMD_texture_texture4
Marek Olšák
3
-0
/
+13
2018-12-03
mesa: Revert INTEL_fragment_shader_ordering support
Matt Turner
5
-27
/
+0
2018-11-27
glsl: Remove unused member variable
Matt Turner
1
-4
/
+0
2018-11-26
glsl: free or reuse memory allocated for TF varying
Gert Wollny
1
-1
/
+8
2018-11-20
meson: Add tests to suites
Dylan Baker
2
-5
/
+14
2018-11-15
nir: Add alignment parameters to SSBO, UBO, and shared access
Jason Ekstrand
1
-0
/
+14
2018-11-15
nir/glsl: Force 32-bit for UBO and SSBO Booleans
Jason Ekstrand
1
-5
/
+12
2018-11-15
glsl: Refactor type checking for redeclarations
Ian Romanick
1
-12
/
+7
2018-11-15
glsl: Omit redundant qualifier checks on redeclarations
Ian Romanick
1
-6
/
+3
2018-11-15
glsl: prevent qualifiers modification of predeclared variables
Ian Romanick
1
-24
/
+27
2018-11-12
glsl/test: Fix use after free in test_optpass.
Hanno Böck
1
-1
/
+4
2018-11-08
glsl: Add pragma to disable all warnings
Ian Romanick
8
-10
/
+89
2018-11-08
glsl: Add warning tests for identifiers with __
Ian Romanick
2
-0
/
+25
2018-11-02
glsl: do not allow implicit casts of unsized array initializers
Erik Faye-Lund
1
-1
/
+2
2018-11-02
mesa/glsl: add support for EXT_shader_implicit_conversions
Erik Faye-Lund
3
-2
/
+7
2018-11-02
glsl: fall back to inexact function-match
Erik Faye-Lund
1
-1
/
+6
2018-11-02
glsl: add has_implicit_uint_to_int_conversion()-helper
Erik Faye-Lund
2
-2
/
+8
2018-11-02
glsl: add has_implicit_conversions()-helper
Erik Faye-Lund
2
-1
/
+6
2018-10-31
configure: allow building with python3
Emil Velikov
3
-3
/
+3
2018-10-31
glsl/linker: validate attribute aliasing before optimizations
Tapani Pälli
1
-3
/
+28
2018-10-30
glsl: Add missing include guards
Michał Janiszewski
1
-0
/
+5
2018-10-30
glsl/linker: Fix out variables linking during single stage
Vadym Shovkoplias
1
-1
/
+2
2018-10-26
glsl/nir: Use i2b instead of ine for fixing UBO/SSBO Booleans
Jason Ekstrand
1
-19
/
+5
2018-10-25
util: use C99 declaration in the for-loop set_foreach() macro
Eric Engestrom
2
-3
/
+0
2018-10-25
util: use C99 declaration in the for-loop hash_table_foreach() macro
Eric Engestrom
6
-8
/
+0
2018-10-22
nir: Use nir_src_is_const and nir_src_as_* in core code
Jason Ekstrand
1
-5
/
+2
2018-10-16
glsl: Check the subroutine associated functions names
Vadym Shovkoplias
1
-0
/
+36
[prev]
[next]