mesa/src
Timothy Arceri 67b32190f3 glsl: add ARB_shading_language_include support to #line
From the ARB_shading_language_include spec:

   "#line must have, after macro substitution, one of the following
    forms:

       #line <line>
       #line <line> <source-string-number>
       #line <line> "<path>"

    where <line> and <source-string-number> are constant integer
    expressions and <path> is a valid string for a path supplied in the
    #include directive. After processing this directive (including its
    new-line), the implementation will behave as if it is compiling at
    line number <line> and source string number <source-string-number>
    or <path> path. Subsequent source strings will be numbered
    sequentially, until another #line directive overrides that
    numbering."

Reviewed-by: Witold Baryluk <witold.baryluk@gmail.com>
2019-11-20 05:05:55 +00:00
..
amd radv: Do not change scratch settings while shaders are active. 2019-11-20 01:18:36 +00:00
broadcom util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
compiler glsl: add ARB_shading_language_include support to #line 2019-11-20 05:05:55 +00:00
drm-shim drm-shim: fix EOF case 2019-11-13 12:39:14 +00:00
egl Revert "egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXT" 2019-11-14 07:46:14 +02:00
etnaviv util: remove LIST_IS_EMPTY macro 2019-10-28 11:24:39 +00:00
freedreno turnip: Drop the copy of the formats table. 2019-11-19 15:35:52 -08:00
gallium winsys/amdgpu: detect noop dependencies on the same ring correctly 2019-11-19 18:32:56 -05:00
gbm meson: move the generic symbols check arguments to a common variable 2019-11-05 20:30:47 +00:00
getopt meson: build getopt when using msvc 2019-09-10 20:36:47 +00:00
glx dri: Avoid swapbuffer throttling in glXCopySubBufferMESA 2019-10-05 13:19:37 +00:00
gtest meson: gtest needs pthreads 2019-11-07 06:11:19 -08:00
hgl haiku: fix Mesa build 2019-10-01 10:31:02 +00:00
imgui imgui: bump imgui memory editor copy 2019-06-18 15:34:13 +00:00
intel nir: move data.image.access to data.access 2019-11-19 18:20:05 -05:00
loader loader: replace xmlpool_options_h with idep_xmlconfig_headers 2019-10-31 15:29:06 +00:00
mapi mesa: add ARB_shading_language_include stubs 2019-11-20 05:05:55 +00:00
mesa mesa: implement glDeleteNamedStringARB() 2019-11-20 05:05:55 +00:00
panfrost pan/midgard: Use shader stage in mir_op_computes_derivative 2019-11-18 08:48:54 -05:00
util mesa: enable glthread for 7 Days To Die 2019-11-18 17:25:57 -05:00
vulkan util: Add a mapping from VkFormat to PIPE_FORMAT. 2019-11-19 15:35:52 -08:00
meson.build meson: revert glvnd workaround 2019-10-31 17:09:59 +00:00
SConscript