# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../mesa/hotfix.patch # Copyright (C) 2010 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- --- Mesa-7.8.2/src/mesa/drivers/dri/r200/r200_cmdbuf.c.vanilla 2010-08-12 09:16:44.087503157 +0000 +++ Mesa-7.8.2/src/mesa/drivers/dri/r200/r200_cmdbuf.c 2010-08-12 09:17:03.247487698 +0000 @@ -45,6 +45,7 @@ /* The state atoms will be emitted in the order they appear in the atom list, * so this step is important. */ +#undef __atom #define insert_at_tail_if(atom_list, atom) \ do { \ struct radeon_state_atom* __atom = (atom); \