mesa/src/intel
Grazvydas Ignotas b384c23b9e i965: don't require 64bit cmpxchg
There are still some distributions trying to support unfortunate people
with old or exotic CPUs that don't have 64bit atomic operations. The
only thing preventing compile of the Intel driver for them seems to be
initialization of a debug variable.

v2: use call_once() instead of unsafe code, as suggested by Matt Turner

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93089
Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
2017-03-06 11:07:20 -08:00
..
blorp i965: Reduce cross-pollination between the DRI driver and compiler 2017-03-01 16:14:03 -08:00
common i965: don't require 64bit cmpxchg 2017-03-06 11:07:20 -08:00
genxml genxml: Fill out Gen4 and G45 XML. 2017-03-03 10:23:17 -08:00
isl isl: document the meaning of the array_len field in isl_view 2017-03-02 09:03:42 +01:00
tools i965: Reduce cross-pollination between the DRI driver and compiler 2017-03-01 16:14:03 -08:00
vulkan anv: Advertise shaderInt64 on Broadwell and above 2017-03-03 13:59:29 -08:00
Android.blorp.mk intel/blorp: fix typo in android makefile 2016-09-03 08:22:53 -07:00
Android.common.mk android: intel: fix include paths in new "common" library 2016-09-03 20:03:16 -07:00
Android.genxml.mk android: intel: Flatten the makefile structure 2016-08-29 12:17:34 -07:00
Android.isl.mk android: intel: Flatten the makefile structure 2016-08-29 12:17:34 -07:00
Android.mk android: add vulkan build for intel 2017-02-01 07:58:49 +02:00
Makefile.am intel: Add a new "common" library for more code sharing 2016-09-03 08:23:06 -07:00
Makefile.blorp.am blorp: automake: add TODO to the tarball 2017-02-24 17:37:00 +00:00
Makefile.common.am intel: Add a new "common" library for more code sharing 2016-09-03 08:23:06 -07:00
Makefile.genxml.am genxml: Depend on Makefile.am for generated sources. 2017-03-02 15:49:00 -08:00
Makefile.isl.am intel: Add a new "common" library for more code sharing 2016-09-03 08:23:06 -07:00
Makefile.sources i965: Move intel_debug.h to intel/common/gen_debug.h 2017-03-01 16:14:03 -08:00