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: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Hi,
this commit broke master:
commit fb7efb1b194831cc6cb0b69291949ac693f20f25
Author: Brian Paul <[email protected]>
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.
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev