On 01/06/2014 10:51 AM, Kenneth Graunke wrote: > On 01/03/2014 04:51 PM, Ian Romanick wrote: >> From: Ian Romanick <[email protected]> >> >> intel_buffer_objects.c: In function 'old_intel_bufferobj_buffer': > > "old_"? :)
There are #defines that wrap the names in i915 that are duplicates of names in i965 (for megadrivers). >> intel_buffer_objects.c:471:17: warning: unused parameter 'flag' >> [-Wunused-parameter] >> >> The parameter hasn't been used since the i915 and i965 drivers had their >> breakup. i965 got the flags, and i915 got to cry itself to sleep. >> >> Signed-off-by: Ian Romanick <[email protected]> > > Don't worry, we threw them out in i965 too. > > Patch 3 is: > Reviewed-by: Kenneth Graunke <[email protected]> _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
