mesa/src
Jason Ekstrand 1bd0acab21 spirv: Work around the Doom shader bug
Doom shipped with a broken version of GLSLang which handles samplers as
function arguments in a way that isn't spec-compliant.  In particular,
it creates a temporary local sampler variable and copies the sampler
into it.  While Dave has had a hack patch out for a while that gets it
working, we've never landed it because we've been hoping that a game
update would come out with fixed shaders.  Unfortunately, no game update
appears on to be on the horizon and I've found this issue in yet another
application so I think we're stuck working around it.  Hopefully, we can
delete this code one day.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99467
Cc: "17.1" <mesa-stable@lists.freedesktop.org>
Tested-by: Grazvydas Ignotas <notasas@gmail.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
2017-06-20 18:51:26 -07:00
..
amd radeonsi/gfx9: fix TC-compatible stencil compression 2017-06-19 20:15:36 +02:00
compiler spirv: Work around the Doom shader bug 2017-06-20 18:51:26 -07:00
egl egl/display: make platform detection thread-safe 2017-06-16 11:02:06 +01:00
gallium st/xvmc: deal with drivers wanting different texture formats 2017-06-20 20:20:55 -04:00
gbm gbm: implement FD import with modifier 2017-06-15 10:43:36 +01:00
getopt Introduce .editorconfig 2016-08-31 17:06:54 -07:00
glx dri: Optionally turn off a couple of GLX extensions based on driconf options 2017-06-07 19:43:54 +02:00
gtest gtest: Update to 1.8.0. 2017-01-20 11:40:52 -08:00
hgl glapi/hgl: remove the final user of _glapi_check_table() 2016-10-06 15:03:46 +01:00
intel intel: compiler/i965: fix is_broxton checks 2017-06-20 23:26:42 +01:00
loader loader: build libloader_dri3_helper.la only with HAVE_PLATFORM_X11 2017-05-19 19:44:22 +01:00
mapi mesa: add KHR_no_error support for glGetImageHandleARB() 2017-06-18 14:21:04 +02:00
mesa st/mesa: fix assert to be simpler 2017-06-21 08:59:18 +10:00
util mesa/util: add util_dynarray_clear() helper 2017-06-18 14:10:32 +02:00
vulkan Android: vulkan: fix build error due to extra ) 2017-06-08 07:26:04 -05:00
Makefile.am automake: increase the MESA_GIT_SHA1 hash id length from 7 to 10 digits 2017-06-15 13:53:00 -06:00
SConscript scons: put the generated git_sha1.h file in top-level src/ directory 2016-06-17 10:33:00 -06:00