Am Donnerstag 29 März 2007 17:31 schrieb H. Verbeet:
On 29/03/07, Stefan Dösinger stefandoesinger@gmx.at wrote:
Am Donnerstag 29 März 2007 17:13 schrieb Vitaly Budovski:
Add support for NV_texture_rectangle and ARB_texture_rectangle extensions. --- dlls/wined3d/directx.c | 6 ++++++ include/wine/wined3d_gl.h | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+), 0 deletions(-)
Nothing really wrong with this patch,
Except that it adds an extension that isn't actually being used, and probably won't be.
Well, we have other extensions which are unused and are in our header files(or at least were unused for a long time, like NV_texture_shader). Wasn't there the plan to write our own gl headers with all the extensions out there?