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
/
glsl
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-12
glsl: Speed up constant folding for swizzles.
Kenneth Graunke
1
-0
/
+5
2014-09-12
glsl: Add a lowering pass for gl_VertexID
Ian Romanick
4
-0
/
+150
2014-09-12
glsl/linker: Make get_main_function_signature public
Ian Romanick
2
-4
/
+8
2014-09-05
glsl: fix assertion which fails for unsigned array indices.
tiffany
1
-1
/
+1
2014-08-25
glcpp: Don't use alternation in the lookahead for empty pragmas.
Carl Worth
1
-2
/
+8
2014-08-20
glcpp: Fix glcpp-test-cr-lf "make check" test for Mac OS X
Carl Worth
1
-2
/
+2
2014-08-20
glcpp: Use printf instead of "echo -n" in glcpp-test
Carl Worth
1
-2
/
+2
2014-08-19
glsl: Use the without_array predicate in some more places
Timothy Arceri
1
-2
/
+1
2014-08-18
glsl: Use UniformBooleanTrue value for uniform initializers.
Matt Turner
8
-34
/
+52
2014-08-15
glsl: Mark program as using dFdy if coarse/fine variant is used
Chris Forbes
1
-1
/
+3
2014-08-14
glsl: add ARB_derivative control support
Ilia Mirkin
8
-0
/
+74
2014-08-14
glsl: Fixed vectorize pass vs. texture lookups.
Aras Pranckevicius
1
-0
/
+13
2014-08-13
android: glsl: the stlport over the limited Android STL
Emil Velikov
1
-1
/
+1
2014-08-12
glsl: Allow dynamically uniform sampler array indexing with 4.0/gs5
Chris Forbes
1
-1
/
+8
2014-08-11
mesa: move ShaderCompilerOptions into gl_constants
Marek Olšák
5
-6
/
+6
2014-08-07
glsl/glcpp: Rename one test to avoid a duplicate test number
Carl Worth
2
-0
/
+0
2014-08-07
glsl/glcpp: Fix handling of commas that result from macro expansion
Carl Worth
3
-12
/
+45
2014-08-07
glsl/glcpp: Integrate recent glcpp-test-cr-lf test into "make check"
Carl Worth
4
-13
/
+42
2014-08-07
glsl/glcpp: Fix glcpp-test to correctly extract test-specific arguments
Carl Worth
1
-1
/
+1
2014-08-07
glsl/glcpp: Fix line-continuation code to handle multiple newline flavors
Carl Worth
1
-9
/
+87
2014-08-07
glsl/glcpp: Don't include any newline characters in #error token
Carl Worth
1
-1
/
+1
2014-08-07
glsl/glcpp: Treat CR+LF pair as a single newline
Carl Worth
2
-5
/
+9
2014-08-07
glsl/glcpp: Add test script for testing various line-termination characters
Carl Worth
2
-11
/
+137
2014-08-07
glsl/glcpp: Fix for macros that expand to include "defined" operators
Carl Worth
3
-45
/
+387
2014-08-07
glsl/glcpp: Swallow empty #pragma directives.
Carl Worth
2
-1
/
+7
2014-08-07
glsl/glcpp: Fix #pragma to not over-increment the line-number count
Carl Worth
3
-2
/
+12
2014-08-07
glsl/glcpp: Add testing for null directives with spaces and comments
Carl Worth
2
-0
/
+18
2014-08-07
glsl/glcpp: Fix NULL directives when followed by a single-line comment
Carl Worth
1
-1
/
+1
2014-08-07
glsl/glcpp: Add tests for #define followed by comments
Carl Worth
2
-2
/
+8
2014-08-07
glsl/glcpp: Allow single-line comments immediately after #define
Carl Worth
1
-1
/
+1
2014-08-07
glsl/glcpp: Add test for "#define without macro name"
Carl Worth
2
-0
/
+4
2014-08-07
glsl/glcpp: Add explicit error for "#define without macro name"
Carl Worth
3
-5
/
+7
2014-08-07
glsl: support unsigned increment in ir_loop controls
Tapani Pälli
1
-3
/
+14
2014-08-04
glsl: Rebuild the symbol table without unreachable symbols
Ian Romanick
1
-1
/
+25
2014-08-04
glsl: Only create one ir_function for a given name.
Kenneth Graunke
1
-14
/
+17
2014-08-04
glsl: Make it possible to ignore built-ins when matching signatures.
Kenneth Graunke
8
-16
/
+26
2014-08-04
glsl: Do not add extra padding to structures
Ian Romanick
1
-3
/
+0
2014-08-04
glsl: Correctly determine when the field of a UBO is row-major
Ian Romanick
1
-15
/
+120
2014-08-04
linker: Use the matrix layout information in ir_variable and glsl_type for UB...
Ian Romanick
1
-10
/
+5
2014-08-04
glsl: Track matrix layout of variables using two bits
Ian Romanick
4
-15
/
+61
2014-08-04
glsl: Also track matrix layout information into structures
Ian Romanick
1
-1
/
+7
2014-08-04
glsl: Track matrix layout of structure fields using two bits
Ian Romanick
6
-50
/
+96
2014-08-04
glsl: Correctly load columns of a row-major matrix
Ian Romanick
1
-4
/
+11
2014-08-04
linker: Add padding after the last field of a structure
Ian Romanick
3
-3
/
+25
2014-08-04
linker: Add a last_field parameter to various program_resource_visitor methods
Ian Romanick
3
-16
/
+30
2014-08-04
glsl: Do not eliminate 'shared' or 'std140' blocks or block members
Ian Romanick
3
-4
/
+65
2014-08-04
glsl: Use the without_array predicate to simplify some code
Ian Romanick
4
-23
/
+12
2014-08-04
glsl: Add without_array type predicate
Ian Romanick
1
-0
/
+12
2014-08-04
glsl: Use constant_expression_value instead of as_constant
Ian Romanick
1
-1
/
+2
2014-08-04
util: Gather some common macros
Jason Ekstrand
1
-3
/
+4
[next]