mesa/src/mesa
Emil Velikov 7cb197c3a8 i915: workaround multiple intelFenceExtension definitions
Due to conflicting symbol names (between i915 and i965) in the
megadriver, we use a set of defines in i915/intel_screen.h.

With a recent commit we've introduced a symbol intelFenceExtension which
has different implementation for each driver, yet we forgot to add the
define.

Fixes: d11515ff1b ("i915/sync: Implement DRI2_Fence extension")
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98264
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-10-14 19:22:16 +01:00
..
drivers i915: workaround multiple intelFenceExtension definitions 2016-10-14 19:22:16 +01:00
main mesa: fix indentation in vertex_attrib_binding() 2016-10-13 17:38:49 -06:00
math mesa: Remove every double semi-colon 2016-04-26 14:36:29 -07:00
program mesa: remove the UsesDFdy flag 2016-10-06 16:03:46 +11:00
sparc
state_tracker mesa: remove 'params' parameter from ctx->Driver.TexParameter() 2016-10-13 17:38:49 -06:00
swrast swrast: fix active attribs with atifragshader 2016-08-11 08:29:23 -06:00
swrast_setup mesa: Avoid double promotion. 2015-07-29 09:34:52 -07:00
tnl mesa: Use bitmask/ffs to iterate enabled clip planes. 2016-06-16 05:50:54 +02:00
tnl_dd t_dd_dmatmp: Check provoking vertex convention when rendering quads 2015-10-06 11:16:19 -07:00
vbo vbo: simplify some code in check_draw_elements_data() 2016-10-13 17:38:49 -06:00
x86 mesa: Switch to bitmask based enabled lights in gen_matypes.c 2016-06-16 05:50:54 +02:00
x86-64 mesa: Use SSE prefetch instructions rather than 3DNow instructions 2016-02-04 22:02:31 +11:00
.gitignore
Android.gen.mk mapi: Fix enums.c build with other build systems. 2015-12-01 12:19:02 -08:00
Android.libmesa_dricore.mk Android: glsl: add rules to generate ir_expression*.h header files 2016-09-06 15:58:55 +01:00
Android.libmesa_glsl_utils.mk mesa: Remove prog_hash_table.c 2016-09-12 10:48:35 +10:00
Android.libmesa_sse41.mk Android: fix x86 gallium builds 2016-04-01 13:44:22 +01:00
Android.libmesa_st_mesa.mk Android: glsl: add rules to generate ir_expression*.h header files 2016-09-06 15:58:55 +01:00
Android.mesa_gen_matypes.mk Android: fix build break from nir/glsl move to compiler/ 2016-02-29 10:51:44 +00:00
Android.mk Android: fix x86 gallium builds 2016-04-01 13:44:22 +01:00
gl.pc.in
Makefile.am autoconf: Make header install distinct for various APIs (v2) 2016-10-06 15:03:46 +01:00
Makefile.sources st/mesa: move all sampler view code into new st_sampler_view.[ch] files 2016-10-06 11:29:32 -06:00
SConscript glsl: Generate ir_expression_operation.h from Python 2016-08-30 16:28:00 -07:00