mesa/src/intel
Lionel Landwerlin bf47e5ba53 intel: genxml: prevent missing ; with address fields dwords
Before this change, the generator could print this kind of things :

   const uint32_t v0 =
      __gen_uint(values->ValidBit, 0, 0) |
      __gen_uint(values->FaultType, 1, 2) |
      __gen_uint(values->SRCIDofFault, 3, 10) |
      __gen_uint(values->GTTSEL, 11, 1) |
   dw[0] = __gen_combine_address(data, &dw[0], values->VirtualAddressofFault, v0);

This change fix the trailing '|'.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
2017-03-13 17:23:49 +00:00
..
blorp i965: Move the back-end compiler to src/intel/compiler 2017-03-13 11:16:34 +00:00
common i965: Remove use of deprecated drm_intel_aub routines 2017-03-07 16:40:03 -08:00
compiler intel: fix compiler build 2017-03-13 13:09:24 +01:00
genxml intel: genxml: prevent missing ; with address fields dwords 2017-03-13 17:23:49 +00:00
isl i965: Move the back-end compiler to src/intel/compiler 2017-03-13 11:16:34 +00:00
tools aubinator/genxml: use gzipped files to store embedded genxml 2017-03-13 13:36:31 +00:00
vulkan anv: Use on-the-fly surface states for dynamic buffer descriptors 2017-03-13 07:58:00 -07:00
Android.blorp.mk i965: Move the back-end compiler to src/intel/compiler 2017-03-13 11:16:34 +00:00
Android.common.mk android: intel: fix include paths in new "common" library 2016-09-03 20:03:16 -07:00
Android.compiler.mk i965: Move the back-end compiler to src/intel/compiler 2017-03-13 11:16:34 +00:00
Android.genxml.mk android: intel: Flatten the makefile structure 2016-08-29 12:17:34 -07:00
Android.isl.mk i965: Move the back-end compiler to src/intel/compiler 2017-03-13 11:16:34 +00:00
Android.mk intel/vulkan: Get rid of recursive make 2017-03-13 11:16:35 +00:00
Android.vulkan.mk intel/vulkan: Get rid of recursive make 2017-03-13 11:16:35 +00:00
Makefile.am intel/vulkan: Get rid of recursive make 2017-03-13 11:16:35 +00: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.compiler.am intel/compiler: link all tests again gtest, even test_eu_compact" 2017-03-13 11:16:35 +00:00
Makefile.genxml.am aubinator/genxml: use gzipped files to store embedded genxml 2017-03-13 13:36:31 +00:00
Makefile.isl.am intel/isl: Stop linking libi965_compiler.la into tests 2017-03-13 11:16:33 +00:00
Makefile.sources anv: Use on-the-fly surface states for dynamic buffer descriptors 2017-03-13 07:58:00 -07:00
Makefile.tools.am aubinator/genxml: use gzipped files to store embedded genxml 2017-03-13 13:36:31 +00:00
Makefile.vulkan.am intel/vulkan: Get rid of recursive make 2017-03-13 11:16:35 +00:00