[Mesa-dev] [Bug 33385] New: brw_state_upload.c:236:4: error: ‘_NEW_ACCUM’ undeclared here (not in a function)
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Jan 23 11:03:04 PST 2011
https://bugs.freedesktop.org/show_bug.cgi?id=33385
Summary: brw_state_upload.c:236:4: error: ‘_NEW_ACCUM’
undeclared here (not in a function)
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: major
Priority: medium
Component: Mesa core
AssignedTo: mesa-dev at lists.freedesktop.org
ReportedBy: kibi at debian.org
CC: brianp at vmware.com
Hi,
this commit broke master:
commit fb7efb1b194831cc6cb0b69291949ac693f20f25
Author: Brian Paul <brianp at vmware.com>
Date: Sun Jan 23 09:48:49 2011 -0700
mesa: get rid of _NEW_ACCUM, clean-up _NEW_* #defines
The _NEW_ACCUM flag was only set when changing the accumulation
buffer clear color and never used anywhere. Reclaim that dirty bit.
Clean up the definitions of the other dirty bit flags.
Broken build:
brw_state_upload.c:236:4: error: ‘_NEW_ACCUM’ undeclared here (not in a
function)
Git grep says:
git grep -l _NEW_ACCUM
src/mesa/drivers/dri/i965/brw_state_upload.c
src/mesa/drivers/windows/gldirect/dx7/gld_driver_dx7.c
src/mesa/drivers/windows/gldirect/dx8/gld_driver_dx8.c
src/mesa/drivers/windows/gldirect/dx9/gld_driver_dx9.c
Putting Brian in Cc as he's the author of that commit.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mesa-dev
mailing list