Summary: | Drop Mesa wrappers for XFree86 | ||
---|---|---|---|
Product: | Mesa | Reporter: | George - <fufutos610> |
Component: | Mesa core | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | trivial | ||
Priority: | high | ||
Version: | git | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Bug Depends on: | |||
Bug Blocks: | 6355 | ||
Attachments: | patch |
Description
George -
2006-11-23 22:42:54 UTC
Created attachment 7887 [details] [review] patch OK, I've fixed glcore.h and context.c I'm going to leave the rest as-is until after the 6.5.2 release just to be safe. Can I commit this now ? Yes, go ahead. I think the next step may be to deprecate some of _mesa_foobar() wrappers in imports.[ch] entirely. Committed. Yeap, probably drop the math-related wrappers, but keep the mem- and file-related. I was thinking just the opposite. We need to be especially careful with math-related functions/macros. Changes can easily break conformance tests. _mesa_memcpy(), on the other hand, could safely go away. I was thinking of math functions that are simple wrappers and are likely to appear in computation kernels. Yes, I guess memcpy is equally or more critical but alloc/free seem useful. Mass version move, cvs -> git |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.