summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/builtin_functions.cpp
Commit message (Expand)AuthorAgeFilesLines
* mesa: expose AMD_texture_texture4Marek Olšák2018-12-041-0/+10
* mesa: Revert INTEL_fragment_shader_ordering supportMatt Turner2018-12-031-17/+0
* mesa: Add GL/GLSL plumbing for INTEL_fragment_shader_orderingKevin Rogovin2018-08-281-0/+17
* mesa: expose AMD_gpu_shader_int64Marek Olšák2018-08-241-1/+2
* glsl: Add built-in functions for INTEL_shader_atomic_float_minmaxIan Romanick2018-08-221-1/+32
* glsl: Add built-in functions for NV_shader_atomic_floatIan Romanick2018-08-221-3/+48
* Add NV_fragment_shader_interlock support.Kevin Rogovin2018-08-201-0/+18
* mesa/util: add allow_glsl_relaxed_es driconfig overrideTimothy Arceri2018-06-191-1/+2
* mesa: Add GL/GLSL plumbing for ARB_fragment_shader_interlock.Plamena Manolova2018-06-011-0/+54
* mesa: include mtypes.h lessMarek Olšák2018-04-121-1/+1
* mesa: implement ARB_compatibilityMarek Olšák2018-02-231-1/+1
* mesa: add OES_EGL_image_external_essl3 supportIlia Mirkin2018-02-061-0/+17
* glsl: Remove ir_binop_greater and ir_binop_lequal expressionsIan Romanick2017-10-301-7/+16
* glsl: stop cloning builtin fuctions _mesa_glsl_find_builtin_function()Timothy Arceri2017-08-111-10/+1
* glsl: update the extensions/functions that are enabled for 460Samuel Pitoiset2017-08-071-17/+94
* glsl: check if any of the named builtins are available firstIlia Mirkin2017-07-051-2/+11
* glsl: rename image_* qualifiers to memory_*Samuel Pitoiset2017-05-041-15/+15
* glsl: implement arb_shader_ballot builtins using intrinsicsNicolai Hähnle2017-04-281-3/+83
* glsl: implement arb_shader_group_vote builtins via intrinsicsNicolai Hähnle2017-04-281-6/+32
* glsl: make use of glsl_type::is_double()Samuel Pitoiset2017-04-211-6/+6
* glsl: use the BA1 macro for textureQueryLevels()Samuel Pitoiset2017-04-111-32/+33
* glsl: use the BA1 macro for textureSamples()Samuel Pitoiset2017-04-111-9/+10
* glsl: use the BA1 macro for textureCubeArrayShadow()Samuel Pitoiset2017-04-111-5/+6
* glsl: add ARB_shader_ballot builtin functionsNicolai Hähnle2017-04-051-0/+77
* glsl: use -O1 optimization for builtin_functions.cpp with MinGWBrian Paul2017-03-311-0/+20
* glsl: fix clockARB builtin functionNicolai Hähnle2017-03-311-1/+1
* glsl: builtin: always return clones of the builtinsLionel Landwerlin2017-03-091-5/+17
* glsl: correct compute shader checks for memoryBarrier functionsMarc Di Luzio2017-02-061-6/+12
* glsl: Implement IEEE-compliant handling of atan2(±∞, ±∞).Francisco Jerez2017-01-311-1/+21
* glsl: Rewrite atan2 implementation to fix accuracy and handling of zero/infin...Francisco Jerez2017-01-311-36/+60
* glsl: Add "built-in" functions to do 64%64 => 64 modulusIan Romanick2017-01-201-0/+8
* glsl: Add "built-in" functions to do 64/64 => 64 divisionIan Romanick2017-01-201-0/+8
* glsl: Add "built-in" function for 64-bit integer sign()Ian Romanick2017-01-201-0/+4
* glsl: Add "built-in" functions to do 64x64 => 64 multiplicationIan Romanick2017-01-201-0/+9
* glsl: Move builtin_function related prototypes to a separate fileIan Romanick2017-01-201-0/+1
* glsl: Add interaction between ARB_gpu_shader_int64 and ARB_shader_clockIan Romanick2017-01-201-1/+19
* glsl: Add 64-bit integer functionsDave Airlie2017-01-201-3/+174
* glsl: Do not allow scalar types in vector relational functionsBoyan Ding2017-01-091-19/+10
* treewide: s/comparitor/comparator/Ilia Mirkin2016-12-121-6/+6
* glsl: Use a simpler formula for tanhJason Ekstrand2016-12-091-8/+10
* compiler/glsl: fix precision problem of tanhHaixia Shi2016-12-091-2/+10
* glsl: Disable textureOffset(sampler2DArrayShadow, ...) in GLSL ES.Kenneth Graunke2016-10-161-1/+7
* glsl: Kill __intrinsic_atomic_subIan Romanick2016-10-041-8/+46
* glsl: Remove ir_function_signature::_is_intrinsic fieldIan Romanick2016-10-041-2/+0
* glsl: Add ir_function_signature::is_intrinsic() methodIan Romanick2016-10-041-2/+2
* glsl: Track a unique intrinsic ID with each intrinsic functionIan Romanick2016-10-041-72/+136
* glsl: Delete ftransform support from builtin_functions.cpp.Kenneth Graunke2016-09-231-26/+4
* mesa: add EXT_texture_cube_map_array supportIlia Mirkin2016-08-281-0/+2
* mesa: Add support for OES_texture_cube_map_arrayIan Romanick2016-08-261-10/+19
* glsl: Add and use has_texture_cube_map_array helperIan Romanick2016-08-261-4/+2