Binary compatibility report for the SFML library between 1.2 and 1.3 versions on x86
Test Info
Library Name | SFML |
Version #1 | 1.2 |
Version #2 | 1.3 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 51 |
Total Shared Libraries | 5 |
Total Symbols / Types | 401 / 201 |
Verdict | Incompatible (48.4%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 116 |
Removed Symbols | High | 51 |
Problems with Data Types | High | 11 |
Medium | 47 |
Low | 33 |
Problems with Symbols | High | 31 |
Medium | 1 |
Low | 10 |
Problems with Constants | Low | 2882 |
Other Changes in Data Types | - | 17 |
Added Symbols (116)
Color.hpp,
libsfml-graphics.so.1
namespace sf
Color::operator*= ( Color const& Other )
[symbol: _ZN2sf5ColormLERKS0_]
Color::operator+= ( Color const& Other )
[symbol: _ZN2sf5ColorpLERKS0_]
Drawable.hpp,
libsfml-graphics.so.1
namespace sf
Drawable::Drawable [in-charge] ( Vector2f const& Position, Vector2f const& Scale, float Rotation, Color const& Col )
[symbol: _ZN2sf8DrawableC1ERKNS_7Vector2IfEES4_fRKNS_5ColorE]
Drawable::Drawable [not-in-charge] ( Vector2f const& Position, Vector2f const& Scale, float Rotation, Color const& Col )
[symbol: _ZN2sf8DrawableC2ERKNS_7Vector2IfEES4_fRKNS_5ColorE]
Drawable::GetCenter ( ) const
[symbol: _ZNK2sf8Drawable9GetCenterEv]
Drawable::GetMatrix ( ) const
[symbol: _ZNK2sf8Drawable9GetMatrixEv]
Drawable::GetPosition ( ) const
[symbol: _ZNK2sf8Drawable11GetPositionEv]
Drawable::GetScale ( ) const
[symbol: _ZNK2sf8Drawable8GetScaleEv]
Drawable::Move ( Vector2f const& Offset )
[symbol: _ZN2sf8Drawable4MoveERKNS_7Vector2IfEE]
Drawable::Scale ( Vector2f const& Factor )
[symbol: _ZN2sf8Drawable5ScaleERKNS_7Vector2IfEE]
Drawable::SetCenter ( float CenterX, float CenterY )
[symbol: _ZN2sf8Drawable9SetCenterEff]
Drawable::SetCenter ( Vector2f const& Center )
[symbol: _ZN2sf8Drawable9SetCenterERKNS_7Vector2IfEE]
Drawable::SetPosition ( Vector2f const& Position )
[symbol: _ZN2sf8Drawable11SetPositionERKNS_7Vector2IfEE]
Drawable::SetScale ( Vector2f const& Scale )
[symbol: _ZN2sf8Drawable8SetScaleERKNS_7Vector2IfEE]
Drawable::SetX ( float X )
[symbol: _ZN2sf8Drawable4SetXEf]
Drawable::SetY ( float Y )
[symbol: _ZN2sf8Drawable4SetYEf]
Font.hpp,
libsfml-graphics.so.1
namespace sf
Font::Font [in-charge] ( )
[symbol: _ZN2sf4FontC1Ev]
Font::Font [not-in-charge] ( )
[symbol: _ZN2sf4FontC2Ev]
Font::GetDefaultFont ( ) [static]
[symbol: _ZN2sf4Font14GetDefaultFontEv]
Font::LoadFromFile ( std::string const& Filename, unsigned int CharSize, std::wstring Charset )
[symbol: _ZN2sf4Font12LoadFromFileERKSsjSbIwSt11char_traitsIwESaIwEE]
Font::LoadFromMemory ( char const* Data, std::size_t SizeInBytes, unsigned int CharSize, std::wstring Charset )
[symbol: _ZN2sf4Font14LoadFromMemoryEPKcjjSbIwSt11char_traitsIwESaIwEE]
Image.hpp,
libsfml-graphics.so.1
namespace sf
Image::Create ( unsigned int Width, unsigned int Height, Color Col )
[symbol: _ZN2sf5Image6CreateEjjNS_5ColorE]
Image::CreateMaskFromColor ( Color ColorKey, Uint8 Alpha )
[symbol: _ZN2sf5Image19CreateMaskFromColorENS_5ColorEh]
Image::IsSmooth ( ) const
[symbol: _ZNK2sf5Image8IsSmoothEv]
Image::Resize ( unsigned int Width, unsigned int Height, Color Col )
[symbol: _ZN2sf5Image6ResizeEjjNS_5ColorE]
Image::SetSmooth ( bool Smooth )
[symbol: _ZN2sf5Image9SetSmoothEb]
Listener.hpp,
libsfml-audio.so.1
namespace sf
Listener::GetPosition ( ) [static]
[symbol: _ZN2sf8Listener11GetPositionEv]
Listener::GetTarget ( ) [static]
[symbol: _ZN2sf8Listener9GetTargetEv]
Listener::SetPosition ( Vector3f const& Position ) [static]
[symbol: _ZN2sf8Listener11SetPositionERKNS_7Vector3IfEE]
Listener::SetTarget ( Vector3f const& Target ) [static]
[symbol: _ZN2sf8Listener9SetTargetERKNS_7Vector3IfEE]
Matrix3.hpp,
libsfml-graphics.so.1
namespace sf
Matrix3::Identity [data]
[symbol: _ZN2sf7Matrix38IdentityE]
Music.hpp,
libsfml-audio.so.1
namespace sf
Music::OpenFromFile ( std::string const& Filename )
[symbol: _ZN2sf5Music12OpenFromFileERKSs]
Packet.hpp,
libsfml-network.so.1
namespace sf
Packet::operator<< ( std::wstring const& Data )
[symbol: _ZN2sf6PacketlsERKSbIwSt11char_traitsIwESaIwEE]
Packet::operator<< ( wchar_t const* Data )
[symbol: _ZN2sf6PacketlsEPKw]
Packet::operator>> ( std::wstring& Data )
[symbol: _ZN2sf6PacketrsERSbIwSt11char_traitsIwESaIwEE]
Packet::operator>> ( wchar_t* Data )
[symbol: _ZN2sf6PacketrsEPw]
RenderWindow.hpp,
libsfml-graphics.so.1
namespace sf
RenderWindow::ConvertCoords ( unsigned int WindowX, unsigned int WindowY, View const* TargetView ) const
[symbol: _ZNK2sf12RenderWindow13ConvertCoordsEjjPKNS_4ViewE]
RenderWindow::GetDefaultView ( )
[symbol: _ZN2sf12RenderWindow14GetDefaultViewEv]
RenderWindow::GetView ( ) const
[symbol: _ZNK2sf12RenderWindow7GetViewEv]
RenderWindow::PreserveOpenGLStates ( bool Preserve )
[symbol: _ZN2sf12RenderWindow20PreserveOpenGLStatesEb]
RenderWindow::RenderWindow [in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )
[symbol: _ZN2sf12RenderWindowC1ENS_9VideoModeERKSsmRKNS_14WindowSettingsE]
RenderWindow::RenderWindow [in-charge] ( WindowHandle Handle, WindowSettings const& Params )
[symbol: _ZN2sf12RenderWindowC1EmRKNS_14WindowSettingsE]
RenderWindow::RenderWindow [not-in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )
[symbol: _ZN2sf12RenderWindowC2ENS_9VideoModeERKSsmRKNS_14WindowSettingsE]
RenderWindow::RenderWindow [not-in-charge] ( WindowHandle Handle, WindowSettings const& Params )
[symbol: _ZN2sf12RenderWindowC2EmRKNS_14WindowSettingsE]
RenderWindow::SetView ( View const& NewView )
[symbol: _ZN2sf12RenderWindow7SetViewERKNS_4ViewE]
SelectorBase.hpp,
libsfml-network.so.1
namespace sf
SelectorBase::Add ( SocketHelper::SocketType Socket )
[symbol: _ZN2sf12SelectorBase3AddEi]
SelectorBase::Clear ( )
[symbol: _ZN2sf12SelectorBase5ClearEv]
SelectorBase::GetSocketReady ( unsigned int Index ) const
[symbol: _ZNK2sf12SelectorBase14GetSocketReadyEj]
SelectorBase::Remove ( SocketHelper::SocketType Socket )
[symbol: _ZN2sf12SelectorBase6RemoveEi]
SelectorBase::SelectorBase [in-charge] ( )
[symbol: _ZN2sf12SelectorBaseC1Ev]
SelectorBase::SelectorBase [not-in-charge] ( )
[symbol: _ZN2sf12SelectorBaseC2Ev]
SelectorBase::Wait ( float Timeout )
[symbol: _ZN2sf12SelectorBase4WaitEf]
Shape.hpp,
libsfml-graphics.so.1
namespace sf
Shape::AddPoint ( float X, float Y, Color const& Col, Color const& OutlineCol )
[symbol: _ZN2sf5Shape8AddPointEffRKNS_5ColorES3_]
Shape::AddPoint ( Vector2f const& Position, Color const& Col, Color const& OutlineCol )
[symbol: _ZN2sf5Shape8AddPointERKNS_7Vector2IfEERKNS_5ColorES7_]
Shape::Circle ( float X, float Y, float Radius, Color const& Col, float Outline, Color const& OutlineCol ) [static]
[symbol: _ZN2sf5Shape6CircleEfffRKNS_5ColorEfS3_]
Shape::EnableFill ( bool Enable )
[symbol: _ZN2sf5Shape10EnableFillEb]
Shape::EnableOutline ( bool Enable )
[symbol: _ZN2sf5Shape13EnableOutlineEb]
Shape::GetNbPoints ( ) const
[symbol: _ZNK2sf5Shape11GetNbPointsEv]
Shape::GetOutlineWidth ( ) const
[symbol: _ZNK2sf5Shape15GetOutlineWidthEv]
Shape::GetPoint ( unsigned int Index ) const
[symbol: _ZNK2sf5Shape8GetPointEj]
Shape::Line ( float P1X, float P1Y, float P2X, float P2Y, float Thickness, Color const& Col, float Outline, Color const& OutlineCol ) [static]
[symbol: _ZN2sf5Shape4LineEfffffRKNS_5ColorEfS3_]
Shape::Point::Point [in-charge] ( Vector2f const& Pos, Color const& C, Color const& OutlineC )
[symbol: _ZN2sf5Shape5PointC1ERKNS_7Vector2IfEERKNS_5ColorES8_]
Shape::Point::Point [not-in-charge] ( Vector2f const& Pos, Color const& C, Color const& OutlineC )
[symbol: _ZN2sf5Shape5PointC2ERKNS_7Vector2IfEERKNS_5ColorES8_]
Shape::Rectangle ( float P1X, float P1Y, float P2X, float P2Y, Color const& Col, float Outline, Color const& OutlineCol ) [static]
[symbol: _ZN2sf5Shape9RectangleEffffRKNS_5ColorEfS3_]
Shape::Render ( RenderWindow const& Window ) const
[symbol: _ZNK2sf5Shape6RenderERKNS_12RenderWindowE]
Shape::SetOutlineWidth ( float Width )
[symbol: _ZN2sf5Shape15SetOutlineWidthEf]
Shape::Shape [in-charge] ( )
[symbol: _ZN2sf5ShapeC1Ev]
Shape::Shape [not-in-charge] ( )
[symbol: _ZN2sf5ShapeC2Ev]
Shape::~Shape [in-charge-deleting] ( )
[symbol: _ZN2sf5ShapeD0Ev]
Shape::~Shape [in-charge] ( )
[symbol: _ZN2sf5ShapeD1Ev]
Sound.hpp,
libsfml-audio.so.1
namespace sf
Sound::GetAttenuation ( ) const
[symbol: _ZNK2sf5Sound14GetAttenuationEv]
Sound::GetMinDistance ( ) const
[symbol: _ZNK2sf5Sound14GetMinDistanceEv]
Sound::GetPosition ( ) const
[symbol: _ZNK2sf5Sound11GetPositionEv]
Sound::SetAttenuation ( float Attenuation )
[symbol: _ZN2sf5Sound14SetAttenuationEf]
Sound::SetMinDistance ( float MinDistance )
[symbol: _ZN2sf5Sound14SetMinDistanceEf]
Sound::SetPosition ( Vector3f const& Position )
[symbol: _ZN2sf5Sound11SetPositionERKNS_7Vector3IfEE]
Sound::Sound [in-charge] ( SoundBuffer const& Buffer, bool Loop, float Pitch, float Volume, Vector3f const& Position )
[symbol: _ZN2sf5SoundC1ERKNS_11SoundBufferEbffRKNS_7Vector3IfEE]
Sound::Sound [not-in-charge] ( SoundBuffer const& Buffer, bool Loop, float Pitch, float Volume, Vector3f const& Position )
[symbol: _ZN2sf5SoundC2ERKNS_11SoundBufferEbffRKNS_7Vector3IfEE]
Sprite.hpp,
libsfml-graphics.so.1
namespace sf
Sprite::GetSize ( ) const
[symbol: _ZNK2sf6Sprite7GetSizeEv]
Sprite::Resize ( Vector2f const& Size )
[symbol: _ZN2sf6Sprite6ResizeERKNS_7Vector2IfEE]
Sprite::Sprite [in-charge] ( Image const& Img, Vector2f const& Position, Vector2f const& Scale, float Rotation, Color const& Col )
[symbol: _ZN2sf6SpriteC1ERKNS_5ImageERKNS_7Vector2IfEES7_fRKNS_5ColorE]
Sprite::Sprite [not-in-charge] ( Image const& Img, Vector2f const& Position, Vector2f const& Scale, float Rotation, Color const& Col )
[symbol: _ZN2sf6SpriteC2ERKNS_5ImageERKNS_7Vector2IfEES7_fRKNS_5ColorE]
String.hpp,
libsfml-graphics.so.1
namespace sf
String::GetStyle ( ) const
[symbol: _ZNK2sf6String8GetStyleEv]
String::SetFont ( Font const& CharFont )
[symbol: _ZN2sf6String7SetFontERKNS_4FontE]
String::SetStyle ( unsigned long TextStyle )
[symbol: _ZN2sf6String8SetStyleEm]
String::String [in-charge] ( std::string const& Text, Font const& CharFont, float Size )
[symbol: _ZN2sf6StringC1ERKSsRKNS_4FontEf]
String::String [in-charge] ( std::wstring const& Text, Font const& CharFont, float Size )
[symbol: _ZN2sf6StringC1ERKSbIwSt11char_traitsIwESaIwEERKNS_4FontEf]
String::String [not-in-charge] ( std::string const& Text, Font const& CharFont, float Size )
[symbol: _ZN2sf6StringC2ERKSsRKNS_4FontEf]
String::String [not-in-charge] ( std::wstring const& Text, Font const& CharFont, float Size )
[symbol: _ZN2sf6StringC2ERKSbIwSt11char_traitsIwESaIwEERKNS_4FontEf]
View.hpp,
libsfml-graphics.so.1
namespace sf
View::GetCenter ( ) const
[symbol: _ZNK2sf4View9GetCenterEv]
View::GetHalfSize ( ) const
[symbol: _ZNK2sf4View11GetHalfSizeEv]
View::GetRect ( ) const
[symbol: _ZNK2sf4View7GetRectEv]
View::Move ( float OffsetX, float OffsetY )
[symbol: _ZN2sf4View4MoveEff]
View::Move ( Vector2f const& Offset )
[symbol: _ZN2sf4View4MoveERKNS_7Vector2IfEE]
View::SetCenter ( float X, float Y )
[symbol: _ZN2sf4View9SetCenterEff]
View::SetCenter ( Vector2f const& Center )
[symbol: _ZN2sf4View9SetCenterERKNS_7Vector2IfEE]
View::SetFromRect ( FloatRect const& ViewRect )
[symbol: _ZN2sf4View11SetFromRectERKNS_4RectIfEE]
View::SetHalfSize ( float HalfWidth, float HalfHeight )
[symbol: _ZN2sf4View11SetHalfSizeEff]
View::SetHalfSize ( Vector2f const& HalfSize )
[symbol: _ZN2sf4View11SetHalfSizeERKNS_7Vector2IfEE]
View::View [in-charge] ( FloatRect const& ViewRect )
[symbol: _ZN2sf4ViewC1ERKNS_4RectIfEE]
View::View [in-charge] ( Vector2f const& Center, Vector2f const& HalfSize )
[symbol: _ZN2sf4ViewC1ERKNS_7Vector2IfEES4_]
View::View [not-in-charge] ( FloatRect const& ViewRect )
[symbol: _ZN2sf4ViewC2ERKNS_4RectIfEE]
View::View [not-in-charge] ( Vector2f const& Center, Vector2f const& HalfSize )
[symbol: _ZN2sf4ViewC2ERKNS_7Vector2IfEES4_]
View::Zoom ( float Factor )
[symbol: _ZN2sf4View4ZoomEf]
Window.hpp,
libsfml-window.so.1
namespace sf
Window::Close ( )
[symbol: _ZN2sf6Window5CloseEv]
Window::Create ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )
[symbol: _ZN2sf6Window6CreateENS_9VideoModeERKSsmRKNS_14WindowSettingsE]
Window::Create ( WindowHandle Handle, WindowSettings const& Params )
[symbol: _ZN2sf6Window6CreateEmRKNS_14WindowSettingsE]
Window::EnableKeyRepeat ( bool Enabled )
[symbol: _ZN2sf6Window15EnableKeyRepeatEb]
Window::ForceContextInit ( ) [static]
[symbol: _ZN2sf6Window16ForceContextInitEv]
Window::GetSettings ( ) const
[symbol: _ZNK2sf6Window11GetSettingsEv]
Window::IsOpened ( ) const
[symbol: _ZNK2sf6Window8IsOpenedEv]
Window::SetActive ( bool Active ) const
[symbol: _ZNK2sf6Window9SetActiveEb]
Window::Window [in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )
[symbol: _ZN2sf6WindowC1ENS_9VideoModeERKSsmRKNS_14WindowSettingsE]
Window::Window [in-charge] ( WindowHandle Handle, WindowSettings const& Params )
[symbol: _ZN2sf6WindowC1EmRKNS_14WindowSettingsE]
Window::Window [not-in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )
[symbol: _ZN2sf6WindowC2ENS_9VideoModeERKSsmRKNS_14WindowSettingsE]
Window::Window [not-in-charge] ( WindowHandle Handle, WindowSettings const& Params )
[symbol: _ZN2sf6WindowC2EmRKNS_14WindowSettingsE]
to the top
Removed Symbols (51)
Drawable.hpp,
libsfml-graphics.so.1
namespace sf
Drawable::Drawable [in-charge] ( float Left, float Top, float ScaleX, float ScaleY, float Rotation, Color const& Col )
[symbol: _ZN2sf8DrawableC1EfffffRKNS_5ColorE]
Drawable::Drawable [not-in-charge] ( float Left, float Top, float ScaleX, float ScaleY, float Rotation, Color const& Col )
[symbol: _ZN2sf8DrawableC2EfffffRKNS_5ColorE]
Drawable::GetLeft ( ) const
[symbol: _ZNK2sf8Drawable7GetLeftEv]
Drawable::GetScaleX ( ) const
[symbol: _ZNK2sf8Drawable9GetScaleXEv]
Drawable::GetScaleY ( ) const
[symbol: _ZNK2sf8Drawable9GetScaleYEv]
Drawable::GetTop ( ) const
[symbol: _ZNK2sf8Drawable6GetTopEv]
Drawable::SetLeft ( float Left )
[symbol: _ZN2sf8Drawable7SetLeftEf]
Drawable::SetRotationCenter ( float X, float Y )
[symbol: _ZN2sf8Drawable17SetRotationCenterEff]
Drawable::SetTop ( float Top )
[symbol: _ZN2sf8Drawable6SetTopEf]
Image.hpp,
libsfml-graphics.so.1
namespace sf
Image::Create ( unsigned int Width, unsigned int Height, Color const& Col )
[symbol: _ZN2sf5Image6CreateEjjRKNS_5ColorE]
Image::CreateMaskFromColor ( Color const& ColorKey, Uint8 Alpha )
[symbol: _ZN2sf5Image19CreateMaskFromColorERKNS_5ColorEh]
Image::Resize ( unsigned int Width, unsigned int Height, Color const& Col )
[symbol: _ZN2sf5Image6ResizeEjjRKNS_5ColorE]
Image::SetRepeat ( bool Repeat ) const
[symbol: _ZNK2sf5Image9SetRepeatEb]
Image::SetSmooth ( bool Smooth ) const
[symbol: _ZNK2sf5Image9SetSmoothEb]
Listener.hpp,
libsfml-audio.so.1
namespace sf
Listener::GetPosition ( float& PosX, float& PosY, float& PosZ ) [static]
[symbol: _ZN2sf8Listener11GetPositionERfS1_S1_]
Listener::GetTarget ( float& TargetX, float& TargetY, float& TargetZ ) [static]
[symbol: _ZN2sf8Listener9GetTargetERfS1_S1_]
Music.hpp,
libsfml-audio.so.1
namespace sf
Music::Open ( std::string const& Filename )
[symbol: _ZN2sf5Music4OpenERKSs]
OpenGLCaps.hpp,
libsfml-window.so.1
namespace sf
OpenGLCaps::CheckExtension ( std::string const& Name ) [static]
[symbol: _ZN2sf10OpenGLCaps14CheckExtensionERKSs]
OpenGLCaps::GetMaxTextureSize ( ) [static]
[symbol: _ZN2sf10OpenGLCaps17GetMaxTextureSizeEv]
OpenGLCaps::GetMaxTextureUnits ( ) [static]
[symbol: _ZN2sf10OpenGLCaps18GetMaxTextureUnitsEv]
RenderWindow.hpp,
libsfml-graphics.so.1
namespace sf
RenderWindow::GetViewRect ( ) const
[symbol: _ZNK2sf12RenderWindow11GetViewRectEv]
RenderWindow::OptimizeForNonOpenGL ( bool Optimize )
[symbol: _ZN2sf12RenderWindow20OptimizeForNonOpenGLEb]
RenderWindow::RenderWindow [in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, int AntialiasingLevel )
[symbol: _ZN2sf12RenderWindowC1ENS_9VideoModeERKSsmi]
RenderWindow::RenderWindow [in-charge] ( WindowHandle Handle, int AntialiasingLevel )
[symbol: _ZN2sf12RenderWindowC1Emi]
RenderWindow::RenderWindow [not-in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, int AntialiasingLevel )
[symbol: _ZN2sf12RenderWindowC2ENS_9VideoModeERKSsmi]
RenderWindow::RenderWindow [not-in-charge] ( WindowHandle Handle, int AntialiasingLevel )
[symbol: _ZN2sf12RenderWindowC2Emi]
RenderWindow::SetView ( View const* NewView )
[symbol: _ZN2sf12RenderWindow7SetViewEPKNS_4ViewE]
Sound.hpp,
libsfml-audio.so.1
namespace sf
Sound::GetPosition ( float& X, float& Y, float& Z ) const
[symbol: _ZNK2sf5Sound11GetPositionERfS1_S1_]
Sound::Sound [in-charge] ( SoundBuffer const& Buffer, bool Loop, float Pitch, float Volume, float X, float Y, float Z )
[symbol: _ZN2sf5SoundC1ERKNS_11SoundBufferEbfffff]
Sound::Sound [not-in-charge] ( SoundBuffer const& Buffer, bool Loop, float Pitch, float Volume, float X, float Y, float Z )
[symbol: _ZN2sf5SoundC2ERKNS_11SoundBufferEbfffff]
Sprite.hpp,
libsfml-graphics.so.1
namespace sf
Sprite::GetHeight ( ) const
[symbol: _ZNK2sf6Sprite9GetHeightEv]
Sprite::GetWidth ( ) const
[symbol: _ZNK2sf6Sprite8GetWidthEv]
Sprite::Sprite [in-charge] ( Image const& Img, float Left, float Top, float ScaleX, float ScaleY, float Rotation, Color const& Col )
[symbol: _ZN2sf6SpriteC1ERKNS_5ImageEfffffRKNS_5ColorE]
Sprite::Sprite [not-in-charge] ( Image const& Img, float Left, float Top, float ScaleX, float ScaleY, float Rotation, Color const& Col )
[symbol: _ZN2sf6SpriteC2ERKNS_5ImageEfffffRKNS_5ColorE]
String.hpp,
libsfml-graphics.so.1
namespace sf
String::PreloadFont ( std::string const& Font, float Size, std::wstring Charset ) [static]
[symbol: _ZN2sf6String11PreloadFontERKSsfSbIwSt11char_traitsIwESaIwEE]
String::SetFont ( std::string const& Font )
[symbol: _ZN2sf6String7SetFontERKSs]
String::String [in-charge] ( std::string const& Text, std::string const& Font, float Size )
[symbol: _ZN2sf6StringC1ERKSsS2_f]
String::String [in-charge] ( std::wstring const& Text, std::string const& Font, float Size )
[symbol: _ZN2sf6StringC1ERKSbIwSt11char_traitsIwESaIwEERKSsf]
String::String [not-in-charge] ( std::string const& Text, std::string const& Font, float Size )
[symbol: _ZN2sf6StringC2ERKSsS2_f]
String::String [not-in-charge] ( std::wstring const& Text, std::string const& Font, float Size )
[symbol: _ZN2sf6StringC2ERKSbIwSt11char_traitsIwESaIwEERKSsf]
View.hpp,
libsfml-graphics.so.1
namespace sf
View::View [in-charge] ( FloatRect const& ViewRect, float ViewZoom )
[symbol: _ZN2sf4ViewC1ERKNS_4RectIfEEf]
View::View [not-in-charge] ( FloatRect const& ViewRect, float ViewZoom )
[symbol: _ZN2sf4ViewC2ERKNS_4RectIfEEf]
Window.hpp,
libsfml-window.so.1
namespace sf
Window::Create ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, int AntialiasingLevel )
[symbol: _ZN2sf6Window6CreateENS_9VideoModeERKSsmi]
Window::Create ( WindowHandle Handle, int AntialiasingLevel )
[symbol: _ZN2sf6Window6CreateEmi]
Window::GetDepthBits ( ) const
[symbol: _ZNK2sf6Window12GetDepthBitsEv]
Window::GetStencilBits ( ) const
[symbol: _ZNK2sf6Window14GetStencilBitsEv]
Window::SetCurrent ( ) const
[symbol: _ZNK2sf6Window10SetCurrentEv]
Window::Window [in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, int AntialiasingLevel )
[symbol: _ZN2sf6WindowC1ENS_9VideoModeERKSsmi]
Window::Window [in-charge] ( WindowHandle Handle, int AntialiasingLevel )
[symbol: _ZN2sf6WindowC1Emi]
Window::Window [not-in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, int AntialiasingLevel )
[symbol: _ZN2sf6WindowC2ENS_9VideoModeERKSsmi]
Window::Window [not-in-charge] ( WindowHandle Handle, int AntialiasingLevel )
[symbol: _ZN2sf6WindowC2Emi]
to the top
Problems with Data Types, High Severity (11)
Drawable.hpp
namespace sf
[+] class Drawable (1)
| Change |
Effect |
1 | Size of this class has been increased from 40 bytes to 108 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (56)
Drawable::GetBlendMode ( ) constThis method is from 'Drawable' class.
Drawable::GetColor ( ) constThis method is from 'Drawable' class.
Drawable::GetRotation ( ) constThis method is from 'Drawable' class.
Drawable::Move ( float OffsetX, float OffsetY )This method is from 'Drawable' class.
Drawable::Rotate ( float Angle )This method is from 'Drawable' class.
Drawable::Scale ( float FactorX, float FactorY )This method is from 'Drawable' class.
Drawable::SetBlendMode ( enum Blend::Mode Mode )This method is from 'Drawable' class.
Drawable::SetColor ( Color const& Col )This method is from 'Drawable' class.
Drawable::SetPosition ( float Left, float Top )This method is from 'Drawable' class.
Drawable::SetRotation ( float Rotation )This method is from 'Drawable' class.
Drawable::SetScale ( float ScaleX, float ScaleY )This method is from 'Drawable' class.
Drawable::SetScaleX ( float Scale )This method is from 'Drawable' class.
Drawable::SetScaleY ( float Scale )This method is from 'Drawable' class.
Drawable::~Drawable [in-charge] ( )This method is from 'Drawable' class.
PostFX::CanUsePostFX ( ) [static]This method is from derived class 'PostFX'.
PostFX::LoadFromFile ( std::string const& Filename )This method is from derived class 'PostFX'.
PostFX::LoadFromMemory ( std::string const& Effect )This method is from derived class 'PostFX'.
PostFX::operator = ( PostFX const& Other )This method is from derived class 'PostFX'.
PostFX::PostFX [in-charge] ( )This constructor is from derived class 'PostFX'.
PostFX::PostFX [in-charge] ( PostFX const& Copy )This constructor is from derived class 'PostFX'.
PostFX::Render ( RenderWindow const& Window ) constThis method is from derived class 'PostFX'.
PostFX::SetParameter ( std::string const& Name, float X )This method is from derived class 'PostFX'.
PostFX::SetParameter ( std::string const& Name, float X, float Y )This method is from derived class 'PostFX'.
PostFX::SetParameter ( std::string const& Name, float X, float Y, float Z )This method is from derived class 'PostFX'.
PostFX::SetParameter ( std::string const& Name, float X, float Y, float Z, float W )This method is from derived class 'PostFX'.
PostFX::SetTexture ( std::string const& Name, Image* Texture )This method is from derived class 'PostFX'.
PostFX::~PostFX [in-charge] ( )This method is from derived class 'PostFX'.
RenderWindow::Draw ( Drawable const& Object ) const1st parameter 'Object' (reference) has base type 'Drawable'.
Sprite::FlipX ( bool Flipped )This method is from derived class 'Sprite'.
Sprite::FlipY ( bool Flipped )This method is from derived class 'Sprite'.
Sprite::GetHeight ( ) constThis method is from derived class 'Sprite'.
Sprite::GetImage ( ) constThis method is from derived class 'Sprite'.
Sprite::GetPixel ( unsigned int X, unsigned int Y ) constThis method is from derived class 'Sprite'.
Sprite::GetSubRect ( ) constThis method is from derived class 'Sprite'.
Sprite::GetWidth ( ) constThis method is from derived class 'Sprite'.
Sprite::Render ( RenderWindow const& Window ) constThis method is from derived class 'Sprite'.
Sprite::Resize ( float Width, float Height )This method is from derived class 'Sprite'.
Sprite::SetImage ( Image const& Img )This method is from derived class 'Sprite'.
Sprite::SetSubRect ( IntRect const& SubRect )This method is from derived class 'Sprite'.
Sprite::Sprite [in-charge] ( )This constructor is from derived class 'Sprite'.
Sprite::Sprite [in-charge] ( Image const& Img, float Left, float Top, float ScaleX, float ScaleY, float Rotation, Color const& Col )This constructor is from derived class 'Sprite'.
Sprite::~Sprite [in-charge] ( )This method is from derived class 'Sprite'.
String::GetFont ( ) constThis method is from derived class 'String'.
String::GetRect ( ) constThis method is from derived class 'String'.
String::GetSize ( ) constThis method is from derived class 'String'.
String::GetText ( ) constThis method is from derived class 'String'.
String::GetUnicodeText ( ) constThis method is from derived class 'String'.
String::PreloadFont ( std::string const& Font, float Size, std::wstring Charset ) [static]This method is from derived class 'String'.
String::Render ( RenderWindow const& Window ) constThis method is from derived class 'String'.
String::SetFont ( std::string const& Font )This method is from derived class 'String'.
String::SetSize ( float Size )This method is from derived class 'String'.
String::SetText ( std::string const& Text )This method is from derived class 'String'.
String::SetText ( std::wstring const& Text )This method is from derived class 'String'.
String::String [in-charge] ( std::string const& Text, std::string const& Font, float Size )This constructor is from derived class 'String'.
String::String [in-charge] ( std::wstring const& Text, std::string const& Font, float Size )This constructor is from derived class 'String'.
String::~String [in-charge] ( )This method is from derived class 'String'.
Input.hpp
namespace sf
[+] class Input (1)
| Change |
Effect |
1 | Size of this class has been increased from 412 bytes to 428 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (9)
Input::GetJoystickAxis ( unsigned int JoyId, enum Joy::Axis Axis ) constThis method is from 'Input' class.
Input::GetMouseX ( ) constThis method is from 'Input' class.
Input::GetMouseY ( ) constThis method is from 'Input' class.
Input::Input [in-charge] ( )This constructor is from 'Input' class.
Input::IsJoystickButtonDown ( unsigned int JoyId, unsigned int Button ) constThis method is from 'Input' class.
Input::IsKeyDown ( enum Key::Code KeyCode ) constThis method is from 'Input' class.
Input::IsMouseButtonDown ( enum Mouse::Button Button ) constThis method is from 'Input' class.
Input::~Input [in-charge] ( )This method is from 'Input' class.
Window::GetInput ( ) constReturn value (reference) has base type 'Input'.
Music.hpp
namespace sf
[+] class Music (1)
| Change |
Effect |
1 | Size of this class has been increased from 80 bytes to 84 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (6)
Music::GetDuration ( ) constThis method is from 'Music' class.
Music::GetLoop ( ) constThis method is from 'Music' class.
Music::Music [in-charge] ( std::size_t BufferSize )This constructor is from 'Music' class.
Music::OpenFromMemory ( char const* Data, std::size_t SizeInBytes )This method is from 'Music' class.
Music::SetLoop ( bool Loop )This method is from 'Music' class.
Music::~Music [in-charge] ( )This method is from 'Music' class.
PostFX.hpp
namespace sf
[+] class PostFX (1)
| Change |
Effect |
1 | Size of this class has been increased from 116 bytes to 184 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (12)
PostFX::LoadFromFile ( std::string const& Filename )This method is from 'PostFX' class.
PostFX::LoadFromMemory ( std::string const& Effect )This method is from 'PostFX' class.
PostFX::operator = ( PostFX const& Other )1st parameter 'Other' (reference) has base type 'PostFX'.
PostFX::PostFX [in-charge] ( )This constructor is from 'PostFX' class.
PostFX::PostFX [in-charge] ( PostFX const& Copy )1st parameter 'Copy' (reference) has base type 'PostFX'.
PostFX::Render ( RenderWindow const& Window ) constThis method is from 'PostFX' class.
PostFX::SetParameter ( std::string const& Name, float X )This method is from 'PostFX' class.
PostFX::SetParameter ( std::string const& Name, float X, float Y )This method is from 'PostFX' class.
PostFX::SetParameter ( std::string const& Name, float X, float Y, float Z )This method is from 'PostFX' class.
PostFX::SetParameter ( std::string const& Name, float X, float Y, float Z, float W )This method is from 'PostFX' class.
PostFX::SetTexture ( std::string const& Name, Image* Texture )This method is from 'PostFX' class.
PostFX::~PostFX [in-charge] ( )This method is from 'PostFX' class.
RenderWindow.hpp
namespace sf
[+] class RenderWindow (1)
| Change |
Effect |
1 | Size of this class has been increased from 588 bytes to 628 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (8)
PostFX::Render ( RenderWindow const& Window ) const1st parameter 'Window' (reference) has base type 'RenderWindow'.
RenderWindow::Capture ( ) constThis method is from 'RenderWindow' class.
RenderWindow::Draw ( Drawable const& Object ) constThis method is from 'RenderWindow' class.
RenderWindow::RenderWindow [in-charge] ( )This constructor is from 'RenderWindow' class.
RenderWindow::SetBackgroundColor ( Color const& Col )This method is from 'RenderWindow' class.
RenderWindow::~RenderWindow [in-charge] ( )This method is from 'RenderWindow' class.
Sprite::Render ( RenderWindow const& Window ) const1st parameter 'Window' (reference) has base type 'RenderWindow'.
String::Render ( RenderWindow const& Window ) const1st parameter 'Window' (reference) has base type 'RenderWindow'.
SocketTCP.hpp
namespace sf
[+] class SocketTCP (1)
| Change |
Effect |
1 | Size of this class has been increased from 4 bytes to 32 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (14)
SocketTCP::Accept ( SocketTCP& Connected, IPAddress* Address )1st parameter 'Connected' (reference) has base type 'SocketTCP'.
SocketTCP::Close ( )This method is from 'SocketTCP' class.
SocketTCP::Connect ( unsigned short Port, IPAddress const& HostAddress )This method is from 'SocketTCP' class.
SocketTCP::IsValid ( ) constThis method is from 'SocketTCP' class.
SocketTCP::Listen ( unsigned short Port )This method is from 'SocketTCP' class.
SocketTCP::operator!= ( SocketTCP const& Other ) const1st parameter 'Other' (reference) has base type 'SocketTCP'.
SocketTCP::operator< ( SocketTCP const& Other ) const1st parameter 'Other' (reference) has base type 'SocketTCP'.
SocketTCP::operator == ( SocketTCP const& Other ) const1st parameter 'Other' (reference) has base type 'SocketTCP'.
SocketTCP::Receive ( char* Data, std::size_t MaxSize, std::size_t& SizeReceived )This method is from 'SocketTCP' class.
SocketTCP::Receive ( Packet& PacketToReceive )This method is from 'SocketTCP' class.
SocketTCP::Send ( char const* Data, std::size_t Size )This method is from 'SocketTCP' class.
SocketTCP::Send ( Packet& PacketToSend )This method is from 'SocketTCP' class.
SocketTCP::SetBlocking ( bool Blocking )This method is from 'SocketTCP' class.
SocketTCP::SocketTCP [in-charge] ( )This constructor is from 'SocketTCP' class.
SocketUDP.hpp
namespace sf
[+] class SocketUDP (1)
| Change |
Effect |
1 | Size of this class has been increased from 8 bytes to 36 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (14)
SocketUDP::Bind ( unsigned short Port )This method is from 'SocketUDP' class.
SocketUDP::Close ( )This method is from 'SocketUDP' class.
SocketUDP::GetPort ( ) constThis method is from 'SocketUDP' class.
SocketUDP::IsValid ( ) constThis method is from 'SocketUDP' class.
SocketUDP::operator!= ( SocketUDP const& Other ) const1st parameter 'Other' (reference) has base type 'SocketUDP'.
SocketUDP::operator< ( SocketUDP const& Other ) const1st parameter 'Other' (reference) has base type 'SocketUDP'.
SocketUDP::operator == ( SocketUDP const& Other ) const1st parameter 'Other' (reference) has base type 'SocketUDP'.
SocketUDP::Receive ( char* Data, std::size_t MaxSize, std::size_t& SizeReceived, IPAddress& Address )This method is from 'SocketUDP' class.
SocketUDP::Receive ( Packet& PacketToReceive, IPAddress& Address )This method is from 'SocketUDP' class.
SocketUDP::Send ( char const* Data, std::size_t Size, IPAddress const& Address, unsigned short Port )This method is from 'SocketUDP' class.
SocketUDP::Send ( Packet& PacketToSend, IPAddress const& Address, unsigned short Port )This method is from 'SocketUDP' class.
SocketUDP::SetBlocking ( bool Blocking )This method is from 'SocketUDP' class.
SocketUDP::SocketUDP [in-charge] ( )This constructor is from 'SocketUDP' class.
SocketUDP::Unbind ( )This method is from 'SocketUDP' class.
SoundStream.hpp
namespace sf
[+] class SoundStream (1)
| Change |
Effect |
1 | Size of this class has been increased from 56 bytes to 60 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (15)
Music::GetDuration ( ) constThis method is from derived class 'Music'.
Music::GetLoop ( ) constThis method is from derived class 'Music'.
Music::Music [in-charge] ( std::size_t BufferSize )This constructor is from derived class 'Music'.
Music::Open ( std::string const& Filename )This method is from derived class 'Music'.
Music::OpenFromMemory ( char const* Data, std::size_t SizeInBytes )This method is from derived class 'Music'.
Music::SetLoop ( bool Loop )This method is from derived class 'Music'.
Music::~Music [in-charge] ( )This method is from derived class 'Music'.
SoundStream::GetChannelsCount ( ) constThis method is from 'SoundStream' class.
SoundStream::GetSampleRate ( ) constThis method is from 'SoundStream' class.
SoundStream::GetStatus ( ) constThis method is from 'SoundStream' class.
SoundStream::Initialize ( unsigned int ChannelsCount, unsigned int SampleRate )This method is from 'SoundStream' class.
SoundStream::Play ( )This method is from 'SoundStream' class.
SoundStream::SoundStream [in-charge] ( )This constructor is from 'SoundStream' class.
SoundStream::Stop ( )This method is from 'SoundStream' class.
SoundStream::~SoundStream [in-charge] ( )This method is from 'SoundStream' class.
Sprite.hpp
namespace sf
[+] class Sprite (1)
| Change |
Effect |
1 | Size of this class has been increased from 64 bytes to 132 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (11)
Sprite::FlipX ( bool Flipped )This method is from 'Sprite' class.
Sprite::FlipY ( bool Flipped )This method is from 'Sprite' class.
Sprite::GetImage ( ) constThis method is from 'Sprite' class.
Sprite::GetPixel ( unsigned int X, unsigned int Y ) constThis method is from 'Sprite' class.
Sprite::GetSubRect ( ) constThis method is from 'Sprite' class.
Sprite::Render ( RenderWindow const& Window ) constThis method is from 'Sprite' class.
Sprite::Resize ( float Width, float Height )This method is from 'Sprite' class.
Sprite::SetImage ( Image const& Img )This method is from 'Sprite' class.
Sprite::SetSubRect ( IntRect const& SubRect )This method is from 'Sprite' class.
Sprite::Sprite [in-charge] ( )This constructor is from 'Sprite' class.
Sprite::~Sprite [in-charge] ( )This method is from 'Sprite' class.
String.hpp
namespace sf
[+] class String (1)
| Change |
Effect |
1 | Size of this class has been increased from 52 bytes to 144 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (10)
String::GetFont ( ) constThis method is from 'String' class.
String::GetRect ( ) constThis method is from 'String' class.
String::GetSize ( ) constThis method is from 'String' class.
String::GetText ( ) constThis method is from 'String' class.
String::GetUnicodeText ( ) constThis method is from 'String' class.
String::Render ( RenderWindow const& Window ) constThis method is from 'String' class.
String::SetSize ( float Size )This method is from 'String' class.
String::SetText ( std::string const& Text )This method is from 'String' class.
String::SetText ( std::wstring const& Text )This method is from 'String' class.
String::~String [in-charge] ( )This method is from 'String' class.
Window.hpp
namespace sf
[+] class Window (1)
| Change |
Effect |
1 | Size of this class has been increased from 480 bytes to 516 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (25)
RenderWindow::Capture ( ) constThis method is from derived class 'RenderWindow'.
RenderWindow::Draw ( Drawable const& Object ) constThis method is from derived class 'RenderWindow'.
RenderWindow::GetViewRect ( ) constThis method is from derived class 'RenderWindow'.
RenderWindow::OptimizeForNonOpenGL ( bool Optimize )This method is from derived class 'RenderWindow'.
RenderWindow::RenderWindow [in-charge] ( )This constructor is from derived class 'RenderWindow'.
RenderWindow::RenderWindow [in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, int AntialiasingLevel )This constructor is from derived class 'RenderWindow'.
RenderWindow::RenderWindow [in-charge] ( WindowHandle Handle, int AntialiasingLevel )This constructor is from derived class 'RenderWindow'.
RenderWindow::SetBackgroundColor ( Color const& Col )This method is from derived class 'RenderWindow'.
RenderWindow::SetView ( View const* NewView )This method is from derived class 'RenderWindow'.
RenderWindow::~RenderWindow [in-charge] ( )This method is from derived class 'RenderWindow'.
Window::Display ( )This method is from 'Window' class.
Window::GetEvent ( struct Event& EventReceived )This method is from 'Window' class.
Window::GetFrameTime ( ) constThis method is from 'Window' class.
Window::GetHeight ( ) constThis method is from 'Window' class.
Window::GetInput ( ) constThis method is from 'Window' class.
Window::GetWidth ( ) constThis method is from 'Window' class.
Window::SetCursorPosition ( unsigned int Left, unsigned int Top )This method is from 'Window' class.
Window::SetFramerateLimit ( unsigned int Limit )This method is from 'Window' class.
Window::SetJoystickThreshold ( float Threshold )This method is from 'Window' class.
Window::SetPosition ( int Left, int Top )This method is from 'Window' class.
Window::Show ( bool State )This method is from 'Window' class.
Window::ShowMouseCursor ( bool Show )This method is from 'Window' class.
Window::UseVerticalSync ( bool Enabled )This method is from 'Window' class.
Window::Window [in-charge] ( )This constructor is from 'Window' class.
Window::~Window [in-charge] ( )This method is from 'Window' class.
to the top
Problems with Symbols, High Severity (31)
Drawable.hpp,
libsfml-graphics.so.1
namespace sf
[+] Drawable::Drawable [in-charge] ( float Left, float Top, float ScaleX, float ScaleY, float Rotation, Color const& Col ) (1)
changed to:Drawable::Drawable [in-charge] ( Vector2f const& Position, Vector2f const& Scale, float Rotation, Color const& Col )
[symbol: _ZN2sf8DrawableC1EfffffRKNS_5ColorE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf8DrawableC1EfffffRKNS_5ColorE to _ZN2sf8DrawableC1ERKNS_7Vector2IfEES4_fRKNS_5ColorE. This may cause "undefined reference" linker error in old client applications. |
[+] Drawable::Drawable [not-in-charge] ( float Left, float Top, float ScaleX, float ScaleY, float Rotation, Color const& Col ) (1)
changed to:Drawable::Drawable [not-in-charge] ( Vector2f const& Position, Vector2f const& Scale, float Rotation, Color const& Col )
[symbol: _ZN2sf8DrawableC2EfffffRKNS_5ColorE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf8DrawableC2EfffffRKNS_5ColorE to _ZN2sf8DrawableC2ERKNS_7Vector2IfEES4_fRKNS_5ColorE. This may cause "undefined reference" linker error in old client applications. |
Image.hpp,
libsfml-graphics.so.1
namespace sf
[+] Image::Create ( unsigned int Width, unsigned int Height, Color const& Col ) (1)
changed to:Image::Create ( unsigned int Width, unsigned int Height, Color Col )
[symbol: _ZN2sf5Image6CreateEjjRKNS_5ColorE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf5Image6CreateEjjRKNS_5ColorE to _ZN2sf5Image6CreateEjjNS_5ColorE. This may cause "undefined reference" linker error in old client applications. |
[+] Image::CreateMaskFromColor ( Color const& ColorKey, Uint8 Alpha ) (1)
changed to:Image::CreateMaskFromColor ( Color ColorKey, Uint8 Alpha )
[symbol: _ZN2sf5Image19CreateMaskFromColorERKNS_5ColorEh]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf5Image19CreateMaskFromColorERKNS_5ColorEh to _ZN2sf5Image19CreateMaskFromColorENS_5ColorEh. This may cause "undefined reference" linker error in old client applications. |
[+] Image::Resize ( unsigned int Width, unsigned int Height, Color const& Col ) (1)
changed to:Image::Resize ( unsigned int Width, unsigned int Height, Color Col )
[symbol: _ZN2sf5Image6ResizeEjjRKNS_5ColorE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf5Image6ResizeEjjRKNS_5ColorE to _ZN2sf5Image6ResizeEjjNS_5ColorE. This may cause "undefined reference" linker error in old client applications. |
[+] Image::SetSmooth ( bool Smooth ) const (1)
changed to:Image::SetSmooth ( bool Smooth )
[symbol: _ZNK2sf5Image9SetSmoothEb]
| Change | Effect |
---|
1 | Method became non-const. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK2sf5Image9SetSmoothEb to _ZN2sf5Image9SetSmoothEb. This may cause "undefined reference" linker error in old client applications. |
Listener.hpp,
libsfml-audio.so.1
namespace sf
[+] Listener::GetPosition ( float& PosX, float& PosY, float& PosZ ) [static] (1)
changed to:Listener::GetPosition ( ) [static]
[symbol: _ZN2sf8Listener11GetPositionERfS1_S1_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf8Listener11GetPositionERfS1_S1_ to _ZN2sf8Listener11GetPositionEv. This may cause "undefined reference" linker error in old client applications. |
[+] Listener::GetTarget ( float& TargetX, float& TargetY, float& TargetZ ) [static] (1)
changed to:Listener::GetTarget ( ) [static]
[symbol: _ZN2sf8Listener9GetTargetERfS1_S1_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf8Listener9GetTargetERfS1_S1_ to _ZN2sf8Listener9GetTargetEv. This may cause "undefined reference" linker error in old client applications. |
RenderWindow.hpp,
libsfml-graphics.so.1
namespace sf
[+] RenderWindow::RenderWindow [in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, int AntialiasingLevel ) (1)
changed to:RenderWindow::RenderWindow [in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )
[symbol: _ZN2sf12RenderWindowC1ENS_9VideoModeERKSsmi]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf12RenderWindowC1ENS_9VideoModeERKSsmi to _ZN2sf12RenderWindowC1ENS_9VideoModeERKSsmRKNS_14WindowSettingsE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderWindow::RenderWindow [not-in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, int AntialiasingLevel ) (1)
changed to:RenderWindow::RenderWindow [not-in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )
[symbol: _ZN2sf12RenderWindowC2ENS_9VideoModeERKSsmi]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf12RenderWindowC2ENS_9VideoModeERKSsmi to _ZN2sf12RenderWindowC2ENS_9VideoModeERKSsmRKNS_14WindowSettingsE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderWindow::RenderWindow [not-in-charge] ( WindowHandle Handle, int AntialiasingLevel ) (1)
changed to:RenderWindow::RenderWindow [not-in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )
[symbol: _ZN2sf12RenderWindowC2Emi]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf12RenderWindowC2Emi to _ZN2sf12RenderWindowC2ENS_9VideoModeERKSsmRKNS_14WindowSettingsE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderWindow::RenderWindow [in-charge] ( WindowHandle Handle, int AntialiasingLevel ) (1)
changed to:RenderWindow::RenderWindow [in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )
[symbol: _ZN2sf12RenderWindowC1Emi]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf12RenderWindowC1Emi to _ZN2sf12RenderWindowC1ENS_9VideoModeERKSsmRKNS_14WindowSettingsE. This may cause "undefined reference" linker error in old client applications. |
[+] RenderWindow::SetView ( View const* NewView ) (1)
changed to:RenderWindow::SetView ( View const& NewView )
[symbol: _ZN2sf12RenderWindow7SetViewEPKNS_4ViewE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf12RenderWindow7SetViewEPKNS_4ViewE to _ZN2sf12RenderWindow7SetViewERKNS_4ViewE. This may cause "undefined reference" linker error in old client applications. |
Sound.hpp,
libsfml-audio.so.1
namespace sf
[+] Sound::GetPosition ( float& X, float& Y, float& Z ) const (1)
changed to:Sound::GetPosition ( ) const
[symbol: _ZNK2sf5Sound11GetPositionERfS1_S1_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK2sf5Sound11GetPositionERfS1_S1_ to _ZNK2sf5Sound11GetPositionEv. This may cause "undefined reference" linker error in old client applications. |
[+] Sound::Sound [in-charge] ( SoundBuffer const& Buffer, bool Loop, float Pitch, float Volume, float X, float Y, float Z ) (1)
changed to:Sound::Sound [in-charge] ( SoundBuffer const& Buffer, bool Loop, float Pitch, float Volume, Vector3f const& Position )
[symbol: _ZN2sf5SoundC1ERKNS_11SoundBufferEbfffff]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf5SoundC1ERKNS_11SoundBufferEbfffff to _ZN2sf5SoundC1ERKNS_11SoundBufferEbffRKNS_7Vector3IfEE. This may cause "undefined reference" linker error in old client applications. |
[+] Sound::Sound [not-in-charge] ( SoundBuffer const& Buffer, bool Loop, float Pitch, float Volume, float X, float Y, float Z ) (1)
changed to:Sound::Sound [not-in-charge] ( SoundBuffer const& Buffer, bool Loop, float Pitch, float Volume, Vector3f const& Position )
[symbol: _ZN2sf5SoundC2ERKNS_11SoundBufferEbfffff]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf5SoundC2ERKNS_11SoundBufferEbfffff to _ZN2sf5SoundC2ERKNS_11SoundBufferEbffRKNS_7Vector3IfEE. This may cause "undefined reference" linker error in old client applications. |
Sprite.hpp,
libsfml-graphics.so.1
namespace sf
[+] Sprite::Sprite [not-in-charge] ( Image const& Img, float Left, float Top, float ScaleX, float ScaleY, float Rotation, Color const& Col ) (1)
changed to:Sprite::Sprite [not-in-charge] ( Image const& Img, Vector2f const& Position, Vector2f const& Scale, float Rotation, Color const& Col )
[symbol: _ZN2sf6SpriteC2ERKNS_5ImageEfffffRKNS_5ColorE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf6SpriteC2ERKNS_5ImageEfffffRKNS_5ColorE to _ZN2sf6SpriteC2ERKNS_5ImageERKNS_7Vector2IfEES7_fRKNS_5ColorE. This may cause "undefined reference" linker error in old client applications. |
[+] Sprite::Sprite [in-charge] ( Image const& Img, float Left, float Top, float ScaleX, float ScaleY, float Rotation, Color const& Col ) (1)
changed to:Sprite::Sprite [in-charge] ( Image const& Img, Vector2f const& Position, Vector2f const& Scale, float Rotation, Color const& Col )
[symbol: _ZN2sf6SpriteC1ERKNS_5ImageEfffffRKNS_5ColorE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf6SpriteC1ERKNS_5ImageEfffffRKNS_5ColorE to _ZN2sf6SpriteC1ERKNS_5ImageERKNS_7Vector2IfEES7_fRKNS_5ColorE. This may cause "undefined reference" linker error in old client applications. |
String.hpp,
libsfml-graphics.so.1
namespace sf
[+] String::SetFont ( std::string const& Font ) (1)
changed to:String::SetFont ( Font const& CharFont )
[symbol: _ZN2sf6String7SetFontERKSs]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf6String7SetFontERKSs to _ZN2sf6String7SetFontERKNS_4FontE. This may cause "undefined reference" linker error in old client applications. |
[+] String::String [in-charge] ( std::string const& Text, std::string const& Font, float Size ) (1)
changed to:String::String [in-charge] ( std::string const& Text, Font const& CharFont, float Size )
[symbol: _ZN2sf6StringC1ERKSsS2_f]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf6StringC1ERKSsS2_f to _ZN2sf6StringC1ERKSsRKNS_4FontEf. This may cause "undefined reference" linker error in old client applications. |
[+] String::String [not-in-charge] ( std::string const& Text, std::string const& Font, float Size ) (1)
changed to:String::String [not-in-charge] ( std::string const& Text, Font const& CharFont, float Size )
[symbol: _ZN2sf6StringC2ERKSsS2_f]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf6StringC2ERKSsS2_f to _ZN2sf6StringC2ERKSsRKNS_4FontEf. This may cause "undefined reference" linker error in old client applications. |
[+] String::String [in-charge] ( std::wstring const& Text, std::string const& Font, float Size ) (1)
changed to:String::String [in-charge] ( std::string const& Text, Font const& CharFont, float Size )
[symbol: _ZN2sf6StringC1ERKSbIwSt11char_traitsIwESaIwEERKSsf]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf6StringC1ERKSbIwSt11char_traitsIwESaIwEERKSsf to _ZN2sf6StringC1ERKSsRKNS_4FontEf. This may cause "undefined reference" linker error in old client applications. |
[+] String::String [not-in-charge] ( std::wstring const& Text, std::string const& Font, float Size ) (1)
changed to:String::String [not-in-charge] ( std::string const& Text, Font const& CharFont, float Size )
[symbol: _ZN2sf6StringC2ERKSbIwSt11char_traitsIwESaIwEERKSsf]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf6StringC2ERKSbIwSt11char_traitsIwESaIwEERKSsf to _ZN2sf6StringC2ERKSsRKNS_4FontEf. This may cause "undefined reference" linker error in old client applications. |
View.hpp,
libsfml-graphics.so.1
namespace sf
[+] View::View [not-in-charge] ( FloatRect const& ViewRect, float ViewZoom ) (1)
changed to:View::View [not-in-charge] ( FloatRect const& ViewRect )
[symbol: _ZN2sf4ViewC2ERKNS_4RectIfEEf]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf4ViewC2ERKNS_4RectIfEEf to _ZN2sf4ViewC2ERKNS_4RectIfEE. This may cause "undefined reference" linker error in old client applications. |
[+] View::View [in-charge] ( FloatRect const& ViewRect, float ViewZoom ) (1)
changed to:View::View [in-charge] ( FloatRect const& ViewRect )
[symbol: _ZN2sf4ViewC1ERKNS_4RectIfEEf]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf4ViewC1ERKNS_4RectIfEEf to _ZN2sf4ViewC1ERKNS_4RectIfEE. This may cause "undefined reference" linker error in old client applications. |
Window.hpp,
libsfml-window.so.1
namespace sf
[+] Window::Create ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, int AntialiasingLevel ) (1)
changed to:Window::Create ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )
[symbol: _ZN2sf6Window6CreateENS_9VideoModeERKSsmi]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf6Window6CreateENS_9VideoModeERKSsmi to _ZN2sf6Window6CreateENS_9VideoModeERKSsmRKNS_14WindowSettingsE. This may cause "undefined reference" linker error in old client applications. |
[+] Window::Create ( WindowHandle Handle, int AntialiasingLevel ) (1)
changed to:Window::Create ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )
[symbol: _ZN2sf6Window6CreateEmi]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf6Window6CreateEmi to _ZN2sf6Window6CreateENS_9VideoModeERKSsmRKNS_14WindowSettingsE. This may cause "undefined reference" linker error in old client applications. |
[+] Window::Window [not-in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, int AntialiasingLevel ) (1)
changed to:Window::Window [not-in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )
[symbol: _ZN2sf6WindowC2ENS_9VideoModeERKSsmi]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf6WindowC2ENS_9VideoModeERKSsmi to _ZN2sf6WindowC2ENS_9VideoModeERKSsmRKNS_14WindowSettingsE. This may cause "undefined reference" linker error in old client applications. |
[+] Window::Window [in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, int AntialiasingLevel ) (1)
changed to:Window::Window [in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )
[symbol: _ZN2sf6WindowC1ENS_9VideoModeERKSsmi]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf6WindowC1ENS_9VideoModeERKSsmi to _ZN2sf6WindowC1ENS_9VideoModeERKSsmRKNS_14WindowSettingsE. This may cause "undefined reference" linker error in old client applications. |
[+] Window::Window [not-in-charge] ( WindowHandle Handle, int AntialiasingLevel ) (1)
changed to:Window::Window [not-in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )
[symbol: _ZN2sf6WindowC2Emi]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf6WindowC2Emi to _ZN2sf6WindowC2ENS_9VideoModeERKSsmRKNS_14WindowSettingsE. This may cause "undefined reference" linker error in old client applications. |
[+] Window::Window [in-charge] ( WindowHandle Handle, int AntialiasingLevel ) (1)
changed to:Window::Window [in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, WindowSettings const& Params )
[symbol: _ZN2sf6WindowC1Emi]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN2sf6WindowC1Emi to _ZN2sf6WindowC1ENS_9VideoModeERKSsmRKNS_14WindowSettingsE. This may cause "undefined reference" linker error in old client applications. |
to the top
Problems with Data Types, Medium Severity (47)
Event.hpp
namespace Key
[+] enum Code (44)
| Change |
Effect |
1 | Value of member Add has been changed from 270 to 287. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2 | Value of member Back has been changed from 262 to 279. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
3 | Value of member Delete has been changed from 269 to 286. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
4 | Value of member Divide has been changed from 273 to 290. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
5 | Value of member Down has been changed from 277 to 294. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
6 | Value of member End has been changed from 266 to 283. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
7 | Value of member F1 has been changed from 288 to 305. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
8 | Value of member F10 has been changed from 297 to 314. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
9 | Value of member F11 has been changed from 298 to 315. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
10 | Value of member F12 has been changed from 299 to 316. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
11 | Value of member F13 has been changed from 300 to 317. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
12 | Value of member F14 has been changed from 301 to 318. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
13 | Value of member F15 has been changed from 302 to 319. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
14 | Value of member F2 has been changed from 289 to 306. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
15 | Value of member F3 has been changed from 290 to 307. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
16 | Value of member F4 has been changed from 291 to 308. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
17 | Value of member F5 has been changed from 292 to 309. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
18 | Value of member F6 has been changed from 293 to 310. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
19 | Value of member F7 has been changed from 294 to 311. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
20 | Value of member F8 has been changed from 295 to 312. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
21 | Value of member F9 has been changed from 296 to 313. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
22 | Value of member Home has been changed from 267 to 284. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
23 | Value of member Insert has been changed from 268 to 285. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
24 | Value of member Left has been changed from 274 to 291. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
25 | Value of member Multiply has been changed from 272 to 289. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
26 | Value of member Numpad0 has been changed from 278 to 295. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
27 | Value of member Numpad1 has been changed from 279 to 296. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
28 | Value of member Numpad2 has been changed from 280 to 297. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
29 | Value of member Numpad3 has been changed from 281 to 298. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
30 | Value of member Numpad4 has been changed from 282 to 299. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
31 | Value of member Numpad5 has been changed from 283 to 300. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
32 | Value of member Numpad6 has been changed from 284 to 301. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
33 | Value of member Numpad7 has been changed from 285 to 302. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
34 | Value of member Numpad8 has been changed from 286 to 303. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
35 | Value of member Numpad9 has been changed from 287 to 304. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
36 | Value of member PageDown has been changed from 265 to 282. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
37 | Value of member PageUp has been changed from 264 to 281. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
38 | Value of member Pause has been changed from 303 to 320. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
39 | Value of member Return has been changed from 261 to 278. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
40 | Value of member Right has been changed from 275 to 292. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
41 | Value of member Space has been changed from 260 to 277. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
42 | Value of member Subtract has been changed from 271 to 288. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
43 | Value of member Tab has been changed from 263 to 280. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
44 | Value of member Up has been changed from 276 to 293. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
[+] affected symbols (2)
Input::IsKeyDown ( enum Code KeyCode ) const1st parameter 'KeyCode' has type 'enum Code'.
Window::GetEvent ( struct Event& EventReceived )Field 'EventReceived->unnamed0->Key->Code' in 1st parameter 'EventReceived' (reference) has type 'enum Code'.
PostFX.hpp
namespace sf
[+] class PostFX (1)
| Change |
Effect |
1 | The layout of v-table has been changed for unknown reason. | Call of any method in this class may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 11 entries | Virtual Table (New) - 11 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~PostFX |
~PostFX |
12 |
~PostFX |
~PostFX |
16 |
PostFX::Render |
PostFX::Render |
20 |
PostFX::DestroyVideoResources |
PostFX::DestroyVideoResources |
24 |
(int (*)(...))-0x000000028 |
(int (*)(...))-0x00000006c |
28 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
32 |
non-virtual thunk |
non-virtual thunk |
36 |
non-virtual thunk |
non-virtual thunk |
40 |
non-virtual thunk |
non-virtual thunk |
[+] affected symbols (13)
PostFX::CanUsePostFX ( ) [static]This method is from 'PostFX' class.
PostFX::LoadFromFile ( std::string const& Filename )This method is from 'PostFX' class.
PostFX::LoadFromMemory ( std::string const& Effect )This method is from 'PostFX' class.
PostFX::operator = ( PostFX const& Other )This method is from 'PostFX' class.
PostFX::PostFX [in-charge] ( )This constructor is from 'PostFX' class.
PostFX::PostFX [in-charge] ( PostFX const& Copy )This constructor is from 'PostFX' class.
PostFX::Render ( RenderWindow const& Window ) constThis method is from 'PostFX' class.
PostFX::SetParameter ( std::string const& Name, float X )This method is from 'PostFX' class.
PostFX::SetParameter ( std::string const& Name, float X, float Y )This method is from 'PostFX' class.
PostFX::SetParameter ( std::string const& Name, float X, float Y, float Z )This method is from 'PostFX' class.
PostFX::SetParameter ( std::string const& Name, float X, float Y, float Z, float W )This method is from 'PostFX' class.
PostFX::SetTexture ( std::string const& Name, Image* Texture )This method is from 'PostFX' class.
PostFX::~PostFX [in-charge] ( )This method is from 'PostFX' class.
RenderWindow.hpp
namespace sf
[+] class RenderWindow (1)
| Change |
Effect |
1 | The layout of v-table has been changed for unknown reason. | Call of any method in this class may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 8 entries | Virtual Table (New) - 7 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
Window::OnEvent |
Window::OnEvent |
12 |
~RenderWindow |
~RenderWindow |
16 |
~RenderWindow |
~RenderWindow |
20 |
RenderWindow::OnCreate |
RenderWindow::OnCreate |
24 |
RenderWindow::OnDisplay |
RenderWindow::OnDisplay |
28 |
RenderWindow::OnEventReceived |
|
[+] affected symbols (10)
RenderWindow::Capture ( ) constThis method is from 'RenderWindow' class.
RenderWindow::Draw ( Drawable const& Object ) constThis method is from 'RenderWindow' class.
RenderWindow::GetViewRect ( ) constThis method is from 'RenderWindow' class.
RenderWindow::OptimizeForNonOpenGL ( bool Optimize )This method is from 'RenderWindow' class.
RenderWindow::RenderWindow [in-charge] ( )This constructor is from 'RenderWindow' class.
RenderWindow::RenderWindow [in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, int AntialiasingLevel )This constructor is from 'RenderWindow' class.
RenderWindow::RenderWindow [in-charge] ( WindowHandle Handle, int AntialiasingLevel )This constructor is from 'RenderWindow' class.
RenderWindow::SetBackgroundColor ( Color const& Col )This method is from 'RenderWindow' class.
RenderWindow::SetView ( View const* NewView )This method is from 'RenderWindow' class.
RenderWindow::~RenderWindow [in-charge] ( )This method is from 'RenderWindow' class.
Window.hpp
namespace sf
[+] class Window (1)
| Change |
Effect |
1 | The layout of v-table has been changed for unknown reason. | Call of any method in this class may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 8 entries | Virtual Table (New) - 7 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
Window::OnEvent |
Window::OnEvent |
12 |
~Window |
~Window |
16 |
~Window |
~Window |
20 |
Window::OnCreate |
Window::OnCreate |
24 |
Window::OnDisplay |
Window::OnDisplay |
28 |
Window::OnEventReceived |
|
[+] affected symbols (22)
Window::Create ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, int AntialiasingLevel )This method is from 'Window' class.
Window::Create ( WindowHandle Handle, int AntialiasingLevel )This method is from 'Window' class.
Window::Display ( )This method is from 'Window' class.
Window::GetDepthBits ( ) constThis method is from 'Window' class.
Window::GetEvent ( struct Event& EventReceived )This method is from 'Window' class.
Window::GetFrameTime ( ) constThis method is from 'Window' class.
Window::GetHeight ( ) constThis method is from 'Window' class.
Window::GetInput ( ) constThis method is from 'Window' class.
Window::GetStencilBits ( ) constThis method is from 'Window' class.
Window::GetWidth ( ) constThis method is from 'Window' class.
Window::SetCurrent ( ) constThis method is from 'Window' class.
Window::SetCursorPosition ( unsigned int Left, unsigned int Top )This method is from 'Window' class.
Window::SetFramerateLimit ( unsigned int Limit )This method is from 'Window' class.
Window::SetJoystickThreshold ( float Threshold )This method is from 'Window' class.
Window::SetPosition ( int Left, int Top )This method is from 'Window' class.
Window::Show ( bool State )This method is from 'Window' class.
Window::ShowMouseCursor ( bool Show )This method is from 'Window' class.
Window::UseVerticalSync ( bool Enabled )This method is from 'Window' class.
Window::Window [in-charge] ( )This constructor is from 'Window' class.
Window::Window [in-charge] ( VideoMode Mode, std::string const& Title, unsigned long WindowStyle, int AntialiasingLevel )This constructor is from 'Window' class.
Window::Window [in-charge] ( WindowHandle Handle, int AntialiasingLevel )This constructor is from 'Window' class.
Window::~Window [in-charge] ( )This method is from 'Window' class.
to the top
Problems with Symbols, Medium Severity (1)
String.hpp,
libsfml-graphics.so.1
namespace sf
[+] String::GetFont ( ) const (1)
[symbol: _ZNK2sf6String7GetFontEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from std::basic_string<char> (4 bytes) to Font (68 bytes). | Applications will obtain a different return value and execution may change. |
to the top
Problems with Data Types, Low Severity (33)
Drawable.hpp
namespace sf
[+] class Drawable (11)
| Change |
Effect |
1 | Field myCenter has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field myMatrix has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field myNeedUpdate has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field myPosition has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
5 | Field myScale has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
6 | Field myCenterX has been removed from this type. | Size of the inclusive type has been changed. |
7 | Field myCenterY has been removed from this type. | Size of the inclusive type has been changed. |
8 | Field myLeft has been removed from this type. | Size of the inclusive type has been changed. |
9 | Field myScaleX has been removed from this type. | Size of the inclusive type has been changed. |
10 | Field myScaleY has been removed from this type. | Size of the inclusive type has been changed. |
11 | Field myTop has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (15)
Drawable::GetBlendMode ( ) constThis method is from 'Drawable' class.
Drawable::GetColor ( ) constThis method is from 'Drawable' class.
Drawable::GetRotation ( ) constThis method is from 'Drawable' class.
Drawable::Move ( float OffsetX, float OffsetY )This method is from 'Drawable' class.
Drawable::Rotate ( float Angle )This method is from 'Drawable' class.
Drawable::Scale ( float FactorX, float FactorY )This method is from 'Drawable' class.
Drawable::SetBlendMode ( enum Blend::Mode Mode )This method is from 'Drawable' class.
Drawable::SetColor ( Color const& Col )This method is from 'Drawable' class.
Drawable::SetPosition ( float Left, float Top )This method is from 'Drawable' class.
Drawable::SetRotation ( float Rotation )This method is from 'Drawable' class.
Drawable::SetScale ( float ScaleX, float ScaleY )This method is from 'Drawable' class.
Drawable::SetScaleX ( float Scale )This method is from 'Drawable' class.
Drawable::SetScaleY ( float Scale )This method is from 'Drawable' class.
Drawable::~Drawable [in-charge] ( )This method is from 'Drawable' class.
RenderWindow::Draw ( Drawable const& Object ) const1st parameter 'Object' (reference) has base type 'Drawable'.
Event.hpp
namespace Key
[+] enum Code (4)
| Change |
Effect |
1 | Value of member Count has been changed from 304 to 321. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2 | Name of member with value 257 has been changed from Control to LControl. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
3 | Name of member with value 258 has been changed from Shift to LShift. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
4 | Name of member with value 259 has been changed from Alt to LAlt. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
[+] affected symbols (2)
Input::IsKeyDown ( enum Code KeyCode ) const1st parameter 'KeyCode' has type 'enum Code'.
Window::GetEvent ( struct Event& EventReceived )Field 'EventReceived->unnamed0->Key->Code' in 1st parameter 'EventReceived' (reference) has type 'enum Code'.
Input.hpp
namespace sf
[+] class Input (1)
| Change |
Effect |
1 | Type of field myKeys has been changed from bool[304] (304 bytes) to bool[321] (321 bytes). | Size of the inclusive type has been changed. |
[+] affected symbols (9)
Input::GetJoystickAxis ( unsigned int JoyId, enum Joy::Axis Axis ) constThis method is from 'Input' class.
Input::GetMouseX ( ) constThis method is from 'Input' class.
Input::GetMouseY ( ) constThis method is from 'Input' class.
Input::Input [in-charge] ( )This constructor is from 'Input' class.
Input::IsJoystickButtonDown ( unsigned int JoyId, unsigned int Button ) constThis method is from 'Input' class.
Input::IsKeyDown ( enum Key::Code KeyCode ) constThis method is from 'Input' class.
Input::IsMouseButtonDown ( enum Mouse::Button Button ) constThis method is from 'Input' class.
Input::~Input [in-charge] ( )This method is from 'Input' class.
Window::GetInput ( ) constReturn value (reference) has base type 'Input'.
RenderWindow.hpp
namespace sf
[+] class RenderWindow (5)
| Change |
Effect |
1 | Field myCurrentView has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field myPreserveStates has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Size of field myDefaultView has been changed from 20 bytes to 100 bytes. | Size of the inclusive type has been changed. |
4 | Field myCurrentProjection has been removed from this type. | Size of the inclusive type has been changed. |
5 | Field myCurrentRect has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (8)
PostFX::Render ( RenderWindow const& Window ) const1st parameter 'Window' (reference) has base type 'RenderWindow'.
RenderWindow::Capture ( ) constThis method is from 'RenderWindow' class.
RenderWindow::Draw ( Drawable const& Object ) constThis method is from 'RenderWindow' class.
RenderWindow::RenderWindow [in-charge] ( )This constructor is from 'RenderWindow' class.
RenderWindow::SetBackgroundColor ( Color const& Col )This method is from 'RenderWindow' class.
RenderWindow::~RenderWindow [in-charge] ( )This method is from 'RenderWindow' class.
Sprite::Render ( RenderWindow const& Window ) const1st parameter 'Window' (reference) has base type 'RenderWindow'.
String::Render ( RenderWindow const& Window ) const1st parameter 'Window' (reference) has base type 'RenderWindow'.
SocketTCP.hpp
namespace sf
[+] class SocketTCP (2)
| Change |
Effect |
1 | Field myPendingPacket has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field myPendingPacketSize has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (14)
SocketTCP::Accept ( SocketTCP& Connected, IPAddress* Address )1st parameter 'Connected' (reference) has base type 'SocketTCP'.
SocketTCP::Close ( )This method is from 'SocketTCP' class.
SocketTCP::Connect ( unsigned short Port, IPAddress const& HostAddress )This method is from 'SocketTCP' class.
SocketTCP::IsValid ( ) constThis method is from 'SocketTCP' class.
SocketTCP::Listen ( unsigned short Port )This method is from 'SocketTCP' class.
SocketTCP::operator!= ( SocketTCP const& Other ) const1st parameter 'Other' (reference) has base type 'SocketTCP'.
SocketTCP::operator< ( SocketTCP const& Other ) const1st parameter 'Other' (reference) has base type 'SocketTCP'.
SocketTCP::operator == ( SocketTCP const& Other ) const1st parameter 'Other' (reference) has base type 'SocketTCP'.
SocketTCP::Receive ( char* Data, std::size_t MaxSize, std::size_t& SizeReceived )This method is from 'SocketTCP' class.
SocketTCP::Receive ( Packet& PacketToReceive )This method is from 'SocketTCP' class.
SocketTCP::Send ( char const* Data, std::size_t Size )This method is from 'SocketTCP' class.
SocketTCP::Send ( Packet& PacketToSend )This method is from 'SocketTCP' class.
SocketTCP::SetBlocking ( bool Blocking )This method is from 'SocketTCP' class.
SocketTCP::SocketTCP [in-charge] ( )This constructor is from 'SocketTCP' class.
SocketUDP.hpp
namespace sf
[+] class SocketUDP (2)
| Change |
Effect |
1 | Field myPendingPacket has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field myPendingPacketSize has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (14)
SocketUDP::Bind ( unsigned short Port )This method is from 'SocketUDP' class.
SocketUDP::Close ( )This method is from 'SocketUDP' class.
SocketUDP::GetPort ( ) constThis method is from 'SocketUDP' class.
SocketUDP::IsValid ( ) constThis method is from 'SocketUDP' class.
SocketUDP::operator!= ( SocketUDP const& Other ) const1st parameter 'Other' (reference) has base type 'SocketUDP'.
SocketUDP::operator< ( SocketUDP const& Other ) const1st parameter 'Other' (reference) has base type 'SocketUDP'.
SocketUDP::operator == ( SocketUDP const& Other ) const1st parameter 'Other' (reference) has base type 'SocketUDP'.
SocketUDP::Receive ( char* Data, std::size_t MaxSize, std::size_t& SizeReceived, IPAddress& Address )This method is from 'SocketUDP' class.
SocketUDP::Receive ( Packet& PacketToReceive, IPAddress& Address )This method is from 'SocketUDP' class.
SocketUDP::Send ( char const* Data, std::size_t Size, IPAddress const& Address, unsigned short Port )This method is from 'SocketUDP' class.
SocketUDP::Send ( Packet& PacketToSend, IPAddress const& Address, unsigned short Port )This method is from 'SocketUDP' class.
SocketUDP::SetBlocking ( bool Blocking )This method is from 'SocketUDP' class.
SocketUDP::SocketUDP [in-charge] ( )This constructor is from 'SocketUDP' class.
SocketUDP::Unbind ( )This method is from 'SocketUDP' class.
SoundStream.hpp
namespace sf
[+] class SoundStream (1)
| Change |
Effect |
1 | Type of field myBuffers has been changed from unsigned int[2] (8 bytes) to unsigned int[3] (12 bytes). | Size of the inclusive type has been changed. |
[+] affected symbols (8)
SoundStream::GetChannelsCount ( ) constThis method is from 'SoundStream' class.
SoundStream::GetSampleRate ( ) constThis method is from 'SoundStream' class.
SoundStream::GetStatus ( ) constThis method is from 'SoundStream' class.
SoundStream::Initialize ( unsigned int ChannelsCount, unsigned int SampleRate )This method is from 'SoundStream' class.
SoundStream::Play ( )This method is from 'SoundStream' class.
SoundStream::SoundStream [in-charge] ( )This constructor is from 'SoundStream' class.
SoundStream::Stop ( )This method is from 'SoundStream' class.
SoundStream::~SoundStream [in-charge] ( )This method is from 'SoundStream' class.
String.hpp
namespace sf
[+] class String (3)
| Change |
Effect |
1 | Field myBaseRect has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field myNeedRectUpdate has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field myStyle has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (10)
String::GetFont ( ) constThis method is from 'String' class.
String::GetRect ( ) constThis method is from 'String' class.
String::GetSize ( ) constThis method is from 'String' class.
String::GetText ( ) constThis method is from 'String' class.
String::GetUnicodeText ( ) constThis method is from 'String' class.
String::Render ( RenderWindow const& Window ) constThis method is from 'String' class.
String::SetSize ( float Size )This method is from 'String' class.
String::SetText ( std::string const& Text )This method is from 'String' class.
String::SetText ( std::wstring const& Text )This method is from 'String' class.
String::~String [in-charge] ( )This method is from 'String' class.
Window.hpp
namespace sf
[+] class Window (4)
| Change |
Effect |
1 | Field mySetCursorPosX has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field mySetCursorPosY has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field mySettings has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Size of field myInput has been changed from 412 bytes to 428 bytes. | Size of the inclusive type has been changed. |
[+] affected symbols (15)
Window::Display ( )This method is from 'Window' class.
Window::GetEvent ( struct Event& EventReceived )This method is from 'Window' class.
Window::GetFrameTime ( ) constThis method is from 'Window' class.
Window::GetHeight ( ) constThis method is from 'Window' class.
Window::GetInput ( ) constThis method is from 'Window' class.
Window::GetWidth ( ) constThis method is from 'Window' class.
Window::SetCursorPosition ( unsigned int Left, unsigned int Top )This method is from 'Window' class.
Window::SetFramerateLimit ( unsigned int Limit )This method is from 'Window' class.
Window::SetJoystickThreshold ( float Threshold )This method is from 'Window' class.
Window::SetPosition ( int Left, int Top )This method is from 'Window' class.
Window::Show ( bool State )This method is from 'Window' class.
Window::ShowMouseCursor ( bool Show )This method is from 'Window' class.
Window::UseVerticalSync ( bool Enabled )This method is from 'Window' class.
Window::Window [in-charge] ( )This constructor is from 'Window' class.
Window::~Window [in-charge] ( )This method is from 'Window' class.
to the top
Problems with Symbols, Low Severity (10)
Drawable.hpp,
libsfml-graphics.so.1
namespace sf
[+] Drawable::SetPosition ( float Left, float Top ) (2)
changed to:Drawable::SetPosition ( float X, float Y )
[symbol: _ZN2sf8Drawable11SetPositionEff]
| Change | Effect |
---|
1 | 1st parameter Left has been renamed to X. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 2nd parameter Top has been renamed to Y. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Drawable::SetScaleX ( float Scale ) (1)
changed to:Drawable::SetScaleX ( float FactorX )
[symbol: _ZN2sf8Drawable9SetScaleXEf]
| Change | Effect |
---|
1 | 1st parameter Scale has been renamed to FactorX. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Drawable::SetScaleY ( float Scale ) (1)
changed to:Drawable::SetScaleY ( float FactorY )
[symbol: _ZN2sf8Drawable9SetScaleYEf]
| Change | Effect |
---|
1 | 1st parameter Scale has been renamed to FactorY. | Renaming of a parameter may indicate a change in its semantic meaning. |
Listener.hpp,
libsfml-audio.so.1
namespace sf
[+] Listener::SetPosition ( float PosX, float PosY, float PosZ ) [static] (3)
changed to:Listener::SetPosition ( float X, float Y, float Z ) [static]
[symbol: _ZN2sf8Listener11SetPositionEfff]
| Change | Effect |
---|
1 | 1st parameter PosX has been renamed to X. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 2nd parameter PosY has been renamed to Y. | Renaming of a parameter may indicate a change in its semantic meaning. |
3 | 3rd parameter PosZ has been renamed to Z. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Listener::SetTarget ( float TargetX, float TargetY, float TargetZ ) [static] (3)
changed to:Listener::SetTarget ( float X, float Y, float Z ) [static]
[symbol: _ZN2sf8Listener9SetTargetEfff]
| Change | Effect |
---|
1 | 1st parameter TargetX has been renamed to X. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 2nd parameter TargetY has been renamed to Y. | Renaming of a parameter may indicate a change in its semantic meaning. |
3 | 3rd parameter TargetZ has been renamed to Z. | Renaming of a parameter may indicate a change in its semantic meaning. |
to the top
Problems with Constants, Low Severity (2882)
glew.h
[+] GL_1PASS_EXT
| Change | Effect |
---|
1 | The constant GL_1PASS_EXT with value 0x80A1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_1PASS_SGIS
| Change | Effect |
---|
1 | The constant GL_1PASS_SGIS with value 0x80A1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_2_BYTES
| Change | Effect |
---|
1 | The constant GL_2_BYTES with value 0x1407 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_2D
| Change | Effect |
---|
1 | The constant GL_2D with value 0x0600 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_2PASS_0_EXT
| Change | Effect |
---|
1 | The constant GL_2PASS_0_EXT with value 0x80A2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_2PASS_0_SGIS
| Change | Effect |
---|
1 | The constant GL_2PASS_0_SGIS with value 0x80A2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_2PASS_1_EXT
| Change | Effect |
---|
1 | The constant GL_2PASS_1_EXT with value 0x80A3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_2PASS_1_SGIS
| Change | Effect |
---|
1 | The constant GL_2PASS_1_SGIS with value 0x80A3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_2X_BIT_ATI
| Change | Effect |
---|
1 | The constant GL_2X_BIT_ATI with value 0x00000001 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_3_BYTES
| Change | Effect |
---|
1 | The constant GL_3_BYTES with value 0x1408 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_3D
| Change | Effect |
---|
1 | The constant GL_3D with value 0x0601 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_3D_COLOR
| Change | Effect |
---|
1 | The constant GL_3D_COLOR with value 0x0602 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_3D_COLOR_TEXTURE
| Change | Effect |
---|
1 | The constant GL_3D_COLOR_TEXTURE with value 0x0603 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_3DFX_multisample
| Change | Effect |
---|
1 | The constant GL_3DFX_multisample with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_3DFX_tbuffer
| Change | Effect |
---|
1 | The constant GL_3DFX_tbuffer with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_3DFX_texture_compression_FXT1
| Change | Effect |
---|
1 | The constant GL_3DFX_texture_compression_FXT1 with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_422_AVERAGE_EXT
| Change | Effect |
---|
1 | The constant GL_422_AVERAGE_EXT with value 0x80CE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_422_EXT
| Change | Effect |
---|
1 | The constant GL_422_EXT with value 0x80CC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_422_REV_AVERAGE_EXT
| Change | Effect |
---|
1 | The constant GL_422_REV_AVERAGE_EXT with value 0x80CF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_422_REV_EXT
| Change | Effect |
---|
1 | The constant GL_422_REV_EXT with value 0x80CD has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_4_BYTES
| Change | Effect |
---|
1 | The constant GL_4_BYTES with value 0x1409 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_4D_COLOR_TEXTURE
| Change | Effect |
---|
1 | The constant GL_4D_COLOR_TEXTURE with value 0x0604 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_4PASS_0_EXT
| Change | Effect |
---|
1 | The constant GL_4PASS_0_EXT with value 0x80A4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_4PASS_0_SGIS
| Change | Effect |
---|
1 | The constant GL_4PASS_0_SGIS with value 0x80A4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_4PASS_1_EXT
| Change | Effect |
---|
1 | The constant GL_4PASS_1_EXT with value 0x80A5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_4PASS_1_SGIS
| Change | Effect |
---|
1 | The constant GL_4PASS_1_SGIS with value 0x80A5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_4PASS_2_EXT
| Change | Effect |
---|
1 | The constant GL_4PASS_2_EXT with value 0x80A6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_4PASS_2_SGIS
| Change | Effect |
---|
1 | The constant GL_4PASS_2_SGIS with value 0x80A6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_4PASS_3_EXT
| Change | Effect |
---|
1 | The constant GL_4PASS_3_EXT with value 0x80A7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_4PASS_3_SGIS
| Change | Effect |
---|
1 | The constant GL_4PASS_3_SGIS with value 0x80A7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_4X_BIT_ATI
| Change | Effect |
---|
1 | The constant GL_4X_BIT_ATI with value 0x00000002 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_8X_BIT_ATI
| Change | Effect |
---|
1 | The constant GL_8X_BIT_ATI with value 0x00000004 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ABGR_EXT
| Change | Effect |
---|
1 | The constant GL_ABGR_EXT with value 0x8000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ACCUM
| Change | Effect |
---|
1 | The constant GL_ACCUM with value 0x0100 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ACCUM_ALPHA_BITS
| Change | Effect |
---|
1 | The constant GL_ACCUM_ALPHA_BITS with value 0x0D5B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ACCUM_BLUE_BITS
| Change | Effect |
---|
1 | The constant GL_ACCUM_BLUE_BITS with value 0x0D5A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ACCUM_BUFFER_BIT
| Change | Effect |
---|
1 | The constant GL_ACCUM_BUFFER_BIT with value 0x00000200 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ACCUM_CLEAR_VALUE
| Change | Effect |
---|
1 | The constant GL_ACCUM_CLEAR_VALUE with value 0x0B80 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ACCUM_GREEN_BITS
| Change | Effect |
---|
1 | The constant GL_ACCUM_GREEN_BITS with value 0x0D59 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ACCUM_RED_BITS
| Change | Effect |
---|
1 | The constant GL_ACCUM_RED_BITS with value 0x0D58 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ACTIVE_ATTRIBUTE_MAX_LENGTH
| Change | Effect |
---|
1 | The constant GL_ACTIVE_ATTRIBUTE_MAX_LENGTH with value 0x8B8A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ACTIVE_ATTRIBUTES
| Change | Effect |
---|
1 | The constant GL_ACTIVE_ATTRIBUTES with value 0x8B89 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ACTIVE_STENCIL_FACE_EXT
| Change | Effect |
---|
1 | The constant GL_ACTIVE_STENCIL_FACE_EXT with value 0x8911 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ACTIVE_TEXTURE
| Change | Effect |
---|
1 | The constant GL_ACTIVE_TEXTURE with value 0x84E0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ACTIVE_TEXTURE_ARB
| Change | Effect |
---|
1 | The constant GL_ACTIVE_TEXTURE_ARB with value 0x84E0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ACTIVE_UNIFORM_MAX_LENGTH
| Change | Effect |
---|
1 | The constant GL_ACTIVE_UNIFORM_MAX_LENGTH with value 0x8B87 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ACTIVE_UNIFORMS
| Change | Effect |
---|
1 | The constant GL_ACTIVE_UNIFORMS with value 0x8B86 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ACTIVE_VERTEX_UNITS_ARB
| Change | Effect |
---|
1 | The constant GL_ACTIVE_VERTEX_UNITS_ARB with value 0x86A5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ADD
| Change | Effect |
---|
1 | The constant GL_ADD with value 0x0104 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ADD_ATI
| Change | Effect |
---|
1 | The constant GL_ADD_ATI with value 0x8963 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ADD_SIGNED
| Change | Effect |
---|
1 | The constant GL_ADD_SIGNED with value 0x8574 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ADD_SIGNED_ARB
| Change | Effect |
---|
1 | The constant GL_ADD_SIGNED_ARB with value 0x8574 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ADD_SIGNED_EXT
| Change | Effect |
---|
1 | The constant GL_ADD_SIGNED_EXT with value 0x8574 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALIASED_LINE_WIDTH_RANGE
| Change | Effect |
---|
1 | The constant GL_ALIASED_LINE_WIDTH_RANGE with value 0x846E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALIASED_POINT_SIZE_RANGE
| Change | Effect |
---|
1 | The constant GL_ALIASED_POINT_SIZE_RANGE with value 0x846D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALL_ATTRIB_BITS
| Change | Effect |
---|
1 | The constant GL_ALL_ATTRIB_BITS with value 0x000fffff has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALL_COMPLETED_NV
| Change | Effect |
---|
1 | The constant GL_ALL_COMPLETED_NV with value 0x84F2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALL_STATIC_DATA_IBM
| Change | Effect |
---|
1 | The constant GL_ALL_STATIC_DATA_IBM with value 103060 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALLOW_DRAW_FRG_HINT_PGI
| Change | Effect |
---|
1 | The constant GL_ALLOW_DRAW_FRG_HINT_PGI with value 107024 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALLOW_DRAW_MEM_HINT_PGI
| Change | Effect |
---|
1 | The constant GL_ALLOW_DRAW_MEM_HINT_PGI with value 107025 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALLOW_DRAW_OBJ_HINT_PGI
| Change | Effect |
---|
1 | The constant GL_ALLOW_DRAW_OBJ_HINT_PGI with value 107022 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALLOW_DRAW_WIN_HINT_PGI
| Change | Effect |
---|
1 | The constant GL_ALLOW_DRAW_WIN_HINT_PGI with value 107023 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA
| Change | Effect |
---|
1 | The constant GL_ALPHA with value 0x1906 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA12
| Change | Effect |
---|
1 | The constant GL_ALPHA12 with value 0x803D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA12_EXT
| Change | Effect |
---|
1 | The constant GL_ALPHA12_EXT with value 0x803D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA16
| Change | Effect |
---|
1 | The constant GL_ALPHA16 with value 0x803E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA16_EXT
| Change | Effect |
---|
1 | The constant GL_ALPHA16_EXT with value 0x803E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA16_EXTENDED_RANGE_SGIX
| Change | Effect |
---|
1 | The constant GL_ALPHA16_EXTENDED_RANGE_SGIX with value 0x85F4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA16_SIGNED_SGIX
| Change | Effect |
---|
1 | The constant GL_ALPHA16_SIGNED_SGIX with value 0x85E8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA16F_ARB
| Change | Effect |
---|
1 | The constant GL_ALPHA16F_ARB with value 0x881C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA32F_ARB
| Change | Effect |
---|
1 | The constant GL_ALPHA32F_ARB with value 0x8816 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA4
| Change | Effect |
---|
1 | The constant GL_ALPHA4 with value 0x803B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA4_EXT
| Change | Effect |
---|
1 | The constant GL_ALPHA4_EXT with value 0x803B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA8
| Change | Effect |
---|
1 | The constant GL_ALPHA8 with value 0x803C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA8_EXT
| Change | Effect |
---|
1 | The constant GL_ALPHA8_EXT with value 0x803C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA_BIAS
| Change | Effect |
---|
1 | The constant GL_ALPHA_BIAS with value 0x0D1D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA_BITS
| Change | Effect |
---|
1 | The constant GL_ALPHA_BITS with value 0x0D55 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA_EXTENDED_RANGE_SGIX
| Change | Effect |
---|
1 | The constant GL_ALPHA_EXTENDED_RANGE_SGIX with value 0x85EE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA_FLOAT16_APPLE
| Change | Effect |
---|
1 | The constant GL_ALPHA_FLOAT16_APPLE with value 0x881C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA_FLOAT16_ATI
| Change | Effect |
---|
1 | The constant GL_ALPHA_FLOAT16_ATI with value 0x881C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA_FLOAT32_APPLE
| Change | Effect |
---|
1 | The constant GL_ALPHA_FLOAT32_APPLE with value 0x8816 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA_FLOAT32_ATI
| Change | Effect |
---|
1 | The constant GL_ALPHA_FLOAT32_ATI with value 0x8816 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA_MAX_CLAMP_INGR
| Change | Effect |
---|
1 | The constant GL_ALPHA_MAX_CLAMP_INGR with value 0x8567 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA_MAX_SGIX
| Change | Effect |
---|
1 | The constant GL_ALPHA_MAX_SGIX with value 0x8321 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA_MIN_CLAMP_INGR
| Change | Effect |
---|
1 | The constant GL_ALPHA_MIN_CLAMP_INGR with value 0x8563 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA_MIN_SGIX
| Change | Effect |
---|
1 | The constant GL_ALPHA_MIN_SGIX with value 0x8320 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA_SCALE
| Change | Effect |
---|
1 | The constant GL_ALPHA_SCALE with value 0x0D1C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA_SIGNED_SGIX
| Change | Effect |
---|
1 | The constant GL_ALPHA_SIGNED_SGIX with value 0x85E2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA_TEST
| Change | Effect |
---|
1 | The constant GL_ALPHA_TEST with value 0x0BC0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA_TEST_FUNC
| Change | Effect |
---|
1 | The constant GL_ALPHA_TEST_FUNC with value 0x0BC1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALPHA_TEST_REF
| Change | Effect |
---|
1 | The constant GL_ALPHA_TEST_REF with value 0x0BC2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALWAYS
| Change | Effect |
---|
1 | The constant GL_ALWAYS with value 0x0207 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALWAYS_FAST_HINT_PGI
| Change | Effect |
---|
1 | The constant GL_ALWAYS_FAST_HINT_PGI with value 107020 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ALWAYS_SOFT_HINT_PGI
| Change | Effect |
---|
1 | The constant GL_ALWAYS_SOFT_HINT_PGI with value 107021 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_AMBIENT
| Change | Effect |
---|
1 | The constant GL_AMBIENT with value 0x1200 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_AMBIENT_AND_DIFFUSE
| Change | Effect |
---|
1 | The constant GL_AMBIENT_AND_DIFFUSE with value 0x1602 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_AND
| Change | Effect |
---|
1 | The constant GL_AND with value 0x1501 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_AND_INVERTED
| Change | Effect |
---|
1 | The constant GL_AND_INVERTED with value 0x1504 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_AND_REVERSE
| Change | Effect |
---|
1 | The constant GL_AND_REVERSE with value 0x1502 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_APPLE_client_storage
| Change | Effect |
---|
1 | The constant GL_APPLE_client_storage with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_APPLE_element_array
| Change | Effect |
---|
1 | The constant GL_APPLE_element_array with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_APPLE_fence
| Change | Effect |
---|
1 | The constant GL_APPLE_fence with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_APPLE_float_pixels
| Change | Effect |
---|
1 | The constant GL_APPLE_float_pixels with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_APPLE_pixel_buffer
| Change | Effect |
---|
1 | The constant GL_APPLE_pixel_buffer with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_APPLE_specular_vector
| Change | Effect |
---|
1 | The constant GL_APPLE_specular_vector with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_APPLE_texture_range
| Change | Effect |
---|
1 | The constant GL_APPLE_texture_range with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_APPLE_transform_hint
| Change | Effect |
---|
1 | The constant GL_APPLE_transform_hint with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_APPLE_vertex_array_object
| Change | Effect |
---|
1 | The constant GL_APPLE_vertex_array_object with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_APPLE_vertex_array_range
| Change | Effect |
---|
1 | The constant GL_APPLE_vertex_array_range with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_APPLE_ycbcr_422
| Change | Effect |
---|
1 | The constant GL_APPLE_ycbcr_422 with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_color_buffer_float
| Change | Effect |
---|
1 | The constant GL_ARB_color_buffer_float with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_depth_texture
| Change | Effect |
---|
1 | The constant GL_ARB_depth_texture with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_draw_buffers
| Change | Effect |
---|
1 | The constant GL_ARB_draw_buffers with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_fragment_program
| Change | Effect |
---|
1 | The constant GL_ARB_fragment_program with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_fragment_program_shadow
| Change | Effect |
---|
1 | The constant GL_ARB_fragment_program_shadow with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_fragment_shader
| Change | Effect |
---|
1 | The constant GL_ARB_fragment_shader with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_half_float_pixel
| Change | Effect |
---|
1 | The constant GL_ARB_half_float_pixel with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_imaging
| Change | Effect |
---|
1 | The constant GL_ARB_imaging with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_matrix_palette
| Change | Effect |
---|
1 | The constant GL_ARB_matrix_palette with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_multisample
| Change | Effect |
---|
1 | The constant GL_ARB_multisample with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_multitexture
| Change | Effect |
---|
1 | The constant GL_ARB_multitexture with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_occlusion_query
| Change | Effect |
---|
1 | The constant GL_ARB_occlusion_query with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_pixel_buffer_object
| Change | Effect |
---|
1 | The constant GL_ARB_pixel_buffer_object with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_point_parameters
| Change | Effect |
---|
1 | The constant GL_ARB_point_parameters with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_point_sprite
| Change | Effect |
---|
1 | The constant GL_ARB_point_sprite with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_shader_objects
| Change | Effect |
---|
1 | The constant GL_ARB_shader_objects with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_shading_language_100
| Change | Effect |
---|
1 | The constant GL_ARB_shading_language_100 with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_shadow
| Change | Effect |
---|
1 | The constant GL_ARB_shadow with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_shadow_ambient
| Change | Effect |
---|
1 | The constant GL_ARB_shadow_ambient with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_texture_border_clamp
| Change | Effect |
---|
1 | The constant GL_ARB_texture_border_clamp with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_texture_compression
| Change | Effect |
---|
1 | The constant GL_ARB_texture_compression with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_texture_cube_map
| Change | Effect |
---|
1 | The constant GL_ARB_texture_cube_map with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_texture_env_add
| Change | Effect |
---|
1 | The constant GL_ARB_texture_env_add with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_texture_env_combine
| Change | Effect |
---|
1 | The constant GL_ARB_texture_env_combine with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_texture_env_crossbar
| Change | Effect |
---|
1 | The constant GL_ARB_texture_env_crossbar with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_texture_env_dot3
| Change | Effect |
---|
1 | The constant GL_ARB_texture_env_dot3 with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_texture_float
| Change | Effect |
---|
1 | The constant GL_ARB_texture_float with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_texture_mirrored_repeat
| Change | Effect |
---|
1 | The constant GL_ARB_texture_mirrored_repeat with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_texture_non_power_of_two
| Change | Effect |
---|
1 | The constant GL_ARB_texture_non_power_of_two with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_texture_rectangle
| Change | Effect |
---|
1 | The constant GL_ARB_texture_rectangle with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_transpose_matrix
| Change | Effect |
---|
1 | The constant GL_ARB_transpose_matrix with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_vertex_blend
| Change | Effect |
---|
1 | The constant GL_ARB_vertex_blend with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_vertex_buffer_object
| Change | Effect |
---|
1 | The constant GL_ARB_vertex_buffer_object with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_vertex_program
| Change | Effect |
---|
1 | The constant GL_ARB_vertex_program with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_vertex_shader
| Change | Effect |
---|
1 | The constant GL_ARB_vertex_shader with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARB_window_pos
| Change | Effect |
---|
1 | The constant GL_ARB_window_pos with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARRAY_BUFFER
| Change | Effect |
---|
1 | The constant GL_ARRAY_BUFFER with value 0x8892 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARRAY_BUFFER_ARB
| Change | Effect |
---|
1 | The constant GL_ARRAY_BUFFER_ARB with value 0x8892 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARRAY_BUFFER_BINDING
| Change | Effect |
---|
1 | The constant GL_ARRAY_BUFFER_BINDING with value 0x8894 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARRAY_BUFFER_BINDING_ARB
| Change | Effect |
---|
1 | The constant GL_ARRAY_BUFFER_BINDING_ARB with value 0x8894 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARRAY_OBJECT_BUFFER_ATI
| Change | Effect |
---|
1 | The constant GL_ARRAY_OBJECT_BUFFER_ATI with value 0x8766 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ARRAY_OBJECT_OFFSET_ATI
| Change | Effect |
---|
1 | The constant GL_ARRAY_OBJECT_OFFSET_ATI with value 0x8767 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ASYNC_DRAW_PIXELS_SGIX
| Change | Effect |
---|
1 | The constant GL_ASYNC_DRAW_PIXELS_SGIX with value 0x835D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ASYNC_HISTOGRAM_SGIX
| Change | Effect |
---|
1 | The constant GL_ASYNC_HISTOGRAM_SGIX with value 0x832C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ASYNC_MARKER_SGIX
| Change | Effect |
---|
1 | The constant GL_ASYNC_MARKER_SGIX with value 0x8329 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ASYNC_READ_PIXELS_SGIX
| Change | Effect |
---|
1 | The constant GL_ASYNC_READ_PIXELS_SGIX with value 0x835E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ASYNC_TEX_IMAGE_SGIX
| Change | Effect |
---|
1 | The constant GL_ASYNC_TEX_IMAGE_SGIX with value 0x835C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ATI_draw_buffers
| Change | Effect |
---|
1 | The constant GL_ATI_draw_buffers with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ATI_element_array
| Change | Effect |
---|
1 | The constant GL_ATI_element_array with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ATI_envmap_bumpmap
| Change | Effect |
---|
1 | The constant GL_ATI_envmap_bumpmap with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ATI_fragment_shader
| Change | Effect |
---|
1 | The constant GL_ATI_fragment_shader with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ATI_map_object_buffer
| Change | Effect |
---|
1 | The constant GL_ATI_map_object_buffer with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ATI_pn_triangles
| Change | Effect |
---|
1 | The constant GL_ATI_pn_triangles with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ATI_separate_stencil
| Change | Effect |
---|
1 | The constant GL_ATI_separate_stencil with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ATI_text_fragment_shader
| Change | Effect |
---|
1 | The constant GL_ATI_text_fragment_shader with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ATI_texture_compression_3dc
| Change | Effect |
---|
1 | The constant GL_ATI_texture_compression_3dc with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ATI_texture_env_combine3
| Change | Effect |
---|
1 | The constant GL_ATI_texture_env_combine3 with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ATI_texture_float
| Change | Effect |
---|
1 | The constant GL_ATI_texture_float with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ATI_texture_mirror_once
| Change | Effect |
---|
1 | The constant GL_ATI_texture_mirror_once with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ATI_vertex_array_object
| Change | Effect |
---|
1 | The constant GL_ATI_vertex_array_object with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ATI_vertex_attrib_array_object
| Change | Effect |
---|
1 | The constant GL_ATI_vertex_attrib_array_object with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ATI_vertex_streams
| Change | Effect |
---|
1 | The constant GL_ATI_vertex_streams with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ATIX_point_sprites
| Change | Effect |
---|
1 | The constant GL_ATIX_point_sprites with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ATIX_texture_env_combine3
| Change | Effect |
---|
1 | The constant GL_ATIX_texture_env_combine3 with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ATIX_texture_env_route
| Change | Effect |
---|
1 | The constant GL_ATIX_texture_env_route with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ATIX_vertex_shader_output_point_size
| Change | Effect |
---|
1 | The constant GL_ATIX_vertex_shader_output_point_size with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ATTACHED_SHADERS
| Change | Effect |
---|
1 | The constant GL_ATTACHED_SHADERS with value 0x8B85 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ATTENUATION_EXT
| Change | Effect |
---|
1 | The constant GL_ATTENUATION_EXT with value 0x834D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ATTRIB_ARRAY_POINTER_NV
| Change | Effect |
---|
1 | The constant GL_ATTRIB_ARRAY_POINTER_NV with value 0x8645 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ATTRIB_ARRAY_SIZE_NV
| Change | Effect |
---|
1 | The constant GL_ATTRIB_ARRAY_SIZE_NV with value 0x8623 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ATTRIB_ARRAY_STRIDE_NV
| Change | Effect |
---|
1 | The constant GL_ATTRIB_ARRAY_STRIDE_NV with value 0x8624 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ATTRIB_ARRAY_TYPE_NV
| Change | Effect |
---|
1 | The constant GL_ATTRIB_ARRAY_TYPE_NV with value 0x8625 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ATTRIB_STACK_DEPTH
| Change | Effect |
---|
1 | The constant GL_ATTRIB_STACK_DEPTH with value 0x0BB0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_AUTO_NORMAL
| Change | Effect |
---|
1 | The constant GL_AUTO_NORMAL with value 0x0D80 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_AUX0
| Change | Effect |
---|
1 | The constant GL_AUX0 with value 0x0409 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_AUX1
| Change | Effect |
---|
1 | The constant GL_AUX1 with value 0x040A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_AUX2
| Change | Effect |
---|
1 | The constant GL_AUX2 with value 0x040B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_AUX3
| Change | Effect |
---|
1 | The constant GL_AUX3 with value 0x040C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_AUX_BUFFERS
| Change | Effect |
---|
1 | The constant GL_AUX_BUFFERS with value 0x0C00 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_AVERAGE_EXT
| Change | Effect |
---|
1 | The constant GL_AVERAGE_EXT with value 0x8335 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BACK
| Change | Effect |
---|
1 | The constant GL_BACK with value 0x0405 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BACK_LEFT
| Change | Effect |
---|
1 | The constant GL_BACK_LEFT with value 0x0402 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BACK_NORMALS_HINT_PGI
| Change | Effect |
---|
1 | The constant GL_BACK_NORMALS_HINT_PGI with value 107043 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BACK_RIGHT
| Change | Effect |
---|
1 | The constant GL_BACK_RIGHT with value 0x0403 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BGR
| Change | Effect |
---|
1 | The constant GL_BGR with value 0x80E0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BGR_EXT
| Change | Effect |
---|
1 | The constant GL_BGR_EXT with value 0x80E0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BGRA
| Change | Effect |
---|
1 | The constant GL_BGRA with value 0x80E1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BGRA_EXT
| Change | Effect |
---|
1 | The constant GL_BGRA_EXT with value 0x80E1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BIAS_BIT_ATI
| Change | Effect |
---|
1 | The constant GL_BIAS_BIT_ATI with value 0x00000008 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BIAS_BY_NEGATIVE_ONE_HALF_NV
| Change | Effect |
---|
1 | The constant GL_BIAS_BY_NEGATIVE_ONE_HALF_NV with value 0x8541 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BINORMAL_ARRAY_EXT
| Change | Effect |
---|
1 | The constant GL_BINORMAL_ARRAY_EXT with value 0x843A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BINORMAL_ARRAY_POINTER_EXT
| Change | Effect |
---|
1 | The constant GL_BINORMAL_ARRAY_POINTER_EXT with value 0x8443 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BINORMAL_ARRAY_STRIDE_EXT
| Change | Effect |
---|
1 | The constant GL_BINORMAL_ARRAY_STRIDE_EXT with value 0x8441 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BINORMAL_ARRAY_TYPE_EXT
| Change | Effect |
---|
1 | The constant GL_BINORMAL_ARRAY_TYPE_EXT with value 0x8440 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BITMAP
| Change | Effect |
---|
1 | The constant GL_BITMAP with value 0x1A00 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BITMAP_TOKEN
| Change | Effect |
---|
1 | The constant GL_BITMAP_TOKEN with value 0x0704 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BLEND
| Change | Effect |
---|
1 | The constant GL_BLEND with value 0x0BE2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BLEND_COLOR
| Change | Effect |
---|
1 | The constant GL_BLEND_COLOR with value 0x8005 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BLEND_COLOR_EXT
| Change | Effect |
---|
1 | The constant GL_BLEND_COLOR_EXT with value 0x8005 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BLEND_DST
| Change | Effect |
---|
1 | The constant GL_BLEND_DST with value 0x0BE0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BLEND_DST_ALPHA
| Change | Effect |
---|
1 | The constant GL_BLEND_DST_ALPHA with value 0x80CA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BLEND_DST_ALPHA_EXT
| Change | Effect |
---|
1 | The constant GL_BLEND_DST_ALPHA_EXT with value 0x80CA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BLEND_DST_RGB
| Change | Effect |
---|
1 | The constant GL_BLEND_DST_RGB with value 0x80C8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BLEND_DST_RGB_EXT
| Change | Effect |
---|
1 | The constant GL_BLEND_DST_RGB_EXT with value 0x80C8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BLEND_EQUATION
| Change | Effect |
---|
1 | The constant GL_BLEND_EQUATION with value 0x8009 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BLEND_EQUATION_ALPHA
| Change | Effect |
---|
1 | The constant GL_BLEND_EQUATION_ALPHA with value 0x883D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BLEND_EQUATION_ALPHA_EXT
| Change | Effect |
---|
1 | The constant GL_BLEND_EQUATION_ALPHA_EXT with value 0x883D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BLEND_EQUATION_EXT
| Change | Effect |
---|
1 | The constant GL_BLEND_EQUATION_EXT with value 0x8009 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BLEND_EQUATION_RGB
| Change | Effect |
---|
1 | The constant GL_BLEND_EQUATION_RGB with value 0x8009 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BLEND_EQUATION_RGB_EXT
| Change | Effect |
---|
1 | The constant GL_BLEND_EQUATION_RGB_EXT with value 0x8009 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BLEND_SRC
| Change | Effect |
---|
1 | The constant GL_BLEND_SRC with value 0x0BE1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BLEND_SRC_ALPHA
| Change | Effect |
---|
1 | The constant GL_BLEND_SRC_ALPHA with value 0x80CB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BLEND_SRC_ALPHA_EXT
| Change | Effect |
---|
1 | The constant GL_BLEND_SRC_ALPHA_EXT with value 0x80CB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BLEND_SRC_RGB
| Change | Effect |
---|
1 | The constant GL_BLEND_SRC_RGB with value 0x80C9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BLEND_SRC_RGB_EXT
| Change | Effect |
---|
1 | The constant GL_BLEND_SRC_RGB_EXT with value 0x80C9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BLUE
| Change | Effect |
---|
1 | The constant GL_BLUE with value 0x1905 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BLUE_BIAS
| Change | Effect |
---|
1 | The constant GL_BLUE_BIAS with value 0x0D1B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BLUE_BIT_ATI
| Change | Effect |
---|
1 | The constant GL_BLUE_BIT_ATI with value 0x00000004 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BLUE_BITS
| Change | Effect |
---|
1 | The constant GL_BLUE_BITS with value 0x0D54 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BLUE_MAX_CLAMP_INGR
| Change | Effect |
---|
1 | The constant GL_BLUE_MAX_CLAMP_INGR with value 0x8566 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BLUE_MIN_CLAMP_INGR
| Change | Effect |
---|
1 | The constant GL_BLUE_MIN_CLAMP_INGR with value 0x8562 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BLUE_SCALE
| Change | Effect |
---|
1 | The constant GL_BLUE_SCALE with value 0x0D1A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BOOL
| Change | Effect |
---|
1 | The constant GL_BOOL with value 0x8B56 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BOOL_ARB
| Change | Effect |
---|
1 | The constant GL_BOOL_ARB with value 0x8B56 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BOOL_VEC2
| Change | Effect |
---|
1 | The constant GL_BOOL_VEC2 with value 0x8B57 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BOOL_VEC2_ARB
| Change | Effect |
---|
1 | The constant GL_BOOL_VEC2_ARB with value 0x8B57 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BOOL_VEC3
| Change | Effect |
---|
1 | The constant GL_BOOL_VEC3 with value 0x8B58 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BOOL_VEC3_ARB
| Change | Effect |
---|
1 | The constant GL_BOOL_VEC3_ARB with value 0x8B58 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BOOL_VEC4
| Change | Effect |
---|
1 | The constant GL_BOOL_VEC4 with value 0x8B59 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BOOL_VEC4_ARB
| Change | Effect |
---|
1 | The constant GL_BOOL_VEC4_ARB with value 0x8B59 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BUFFER_ACCESS
| Change | Effect |
---|
1 | The constant GL_BUFFER_ACCESS with value 0x88BB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BUFFER_ACCESS_ARB
| Change | Effect |
---|
1 | The constant GL_BUFFER_ACCESS_ARB with value 0x88BB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BUFFER_MAP_POINTER
| Change | Effect |
---|
1 | The constant GL_BUFFER_MAP_POINTER with value 0x88BD has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BUFFER_MAP_POINTER_ARB
| Change | Effect |
---|
1 | The constant GL_BUFFER_MAP_POINTER_ARB with value 0x88BD has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BUFFER_MAPPED
| Change | Effect |
---|
1 | The constant GL_BUFFER_MAPPED with value 0x88BC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BUFFER_MAPPED_ARB
| Change | Effect |
---|
1 | The constant GL_BUFFER_MAPPED_ARB with value 0x88BC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BUFFER_SIZE
| Change | Effect |
---|
1 | The constant GL_BUFFER_SIZE with value 0x8764 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BUFFER_SIZE_ARB
| Change | Effect |
---|
1 | The constant GL_BUFFER_SIZE_ARB with value 0x8764 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BUFFER_USAGE
| Change | Effect |
---|
1 | The constant GL_BUFFER_USAGE with value 0x8765 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BUFFER_USAGE_ARB
| Change | Effect |
---|
1 | The constant GL_BUFFER_USAGE_ARB with value 0x8765 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BUMP_ENVMAP_ATI
| Change | Effect |
---|
1 | The constant GL_BUMP_ENVMAP_ATI with value 0x877B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BUMP_NUM_TEX_UNITS_ATI
| Change | Effect |
---|
1 | The constant GL_BUMP_NUM_TEX_UNITS_ATI with value 0x8777 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BUMP_ROT_MATRIX_ATI
| Change | Effect |
---|
1 | The constant GL_BUMP_ROT_MATRIX_ATI with value 0x8775 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BUMP_ROT_MATRIX_SIZE_ATI
| Change | Effect |
---|
1 | The constant GL_BUMP_ROT_MATRIX_SIZE_ATI with value 0x8776 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BUMP_TARGET_ATI
| Change | Effect |
---|
1 | The constant GL_BUMP_TARGET_ATI with value 0x877C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BUMP_TEX_UNITS_ATI
| Change | Effect |
---|
1 | The constant GL_BUMP_TEX_UNITS_ATI with value 0x8778 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_BYTE
| Change | Effect |
---|
1 | The constant GL_BYTE with value 0x1400 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_C3F_V3F
| Change | Effect |
---|
1 | The constant GL_C3F_V3F with value 0x2A24 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_C4F_N3F_V3F
| Change | Effect |
---|
1 | The constant GL_C4F_N3F_V3F with value 0x2A26 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_C4UB_V2F
| Change | Effect |
---|
1 | The constant GL_C4UB_V2F with value 0x2A22 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_C4UB_V3F
| Change | Effect |
---|
1 | The constant GL_C4UB_V3F with value 0x2A23 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CCW
| Change | Effect |
---|
1 | The constant GL_CCW with value 0x0901 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CG_FRAGMENT_SHADER_EXT
| Change | Effect |
---|
1 | The constant GL_CG_FRAGMENT_SHADER_EXT with value 0x890F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CG_VERTEX_SHADER_EXT
| Change | Effect |
---|
1 | The constant GL_CG_VERTEX_SHADER_EXT with value 0x890E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CLAMP
| Change | Effect |
---|
1 | The constant GL_CLAMP with value 0x2900 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CLAMP_FRAGMENT_COLOR_ARB
| Change | Effect |
---|
1 | The constant GL_CLAMP_FRAGMENT_COLOR_ARB with value 0x891B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CLAMP_READ_COLOR_ARB
| Change | Effect |
---|
1 | The constant GL_CLAMP_READ_COLOR_ARB with value 0x891C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CLAMP_TO_BORDER
| Change | Effect |
---|
1 | The constant GL_CLAMP_TO_BORDER with value 0x812D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CLAMP_TO_BORDER_ARB
| Change | Effect |
---|
1 | The constant GL_CLAMP_TO_BORDER_ARB with value 0x812D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CLAMP_TO_BORDER_SGIS
| Change | Effect |
---|
1 | The constant GL_CLAMP_TO_BORDER_SGIS with value 0x812D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CLAMP_TO_EDGE
| Change | Effect |
---|
1 | The constant GL_CLAMP_TO_EDGE with value 0x812F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CLAMP_TO_EDGE_EXT
| Change | Effect |
---|
1 | The constant GL_CLAMP_TO_EDGE_EXT with value 0x812F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CLAMP_TO_EDGE_SGIS
| Change | Effect |
---|
1 | The constant GL_CLAMP_TO_EDGE_SGIS with value 0x812F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CLAMP_VERTEX_COLOR_ARB
| Change | Effect |
---|
1 | The constant GL_CLAMP_VERTEX_COLOR_ARB with value 0x891A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CLEAR
| Change | Effect |
---|
1 | The constant GL_CLEAR with value 0x1500 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CLIENT_ACTIVE_TEXTURE
| Change | Effect |
---|
1 | The constant GL_CLIENT_ACTIVE_TEXTURE with value 0x84E1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CLIENT_ACTIVE_TEXTURE_ARB
| Change | Effect |
---|
1 | The constant GL_CLIENT_ACTIVE_TEXTURE_ARB with value 0x84E1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CLIENT_ALL_ATTRIB_BITS
| Change | Effect |
---|
1 | The constant GL_CLIENT_ALL_ATTRIB_BITS with value 0xffffffff has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CLIENT_ATTRIB_STACK_DEPTH
| Change | Effect |
---|
1 | The constant GL_CLIENT_ATTRIB_STACK_DEPTH with value 0x0BB1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CLIENT_PIXEL_STORE_BIT
| Change | Effect |
---|
1 | The constant GL_CLIENT_PIXEL_STORE_BIT with value 0x00000001 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CLIENT_VERTEX_ARRAY_BIT
| Change | Effect |
---|
1 | The constant GL_CLIENT_VERTEX_ARRAY_BIT with value 0x00000002 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CLIP_FAR_HINT_PGI
| Change | Effect |
---|
1 | The constant GL_CLIP_FAR_HINT_PGI with value 107041 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CLIP_NEAR_HINT_PGI
| Change | Effect |
---|
1 | The constant GL_CLIP_NEAR_HINT_PGI with value 107040 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CLIP_PLANE0
| Change | Effect |
---|
1 | The constant GL_CLIP_PLANE0 with value 0x3000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CLIP_PLANE1
| Change | Effect |
---|
1 | The constant GL_CLIP_PLANE1 with value 0x3001 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CLIP_PLANE2
| Change | Effect |
---|
1 | The constant GL_CLIP_PLANE2 with value 0x3002 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CLIP_PLANE3
| Change | Effect |
---|
1 | The constant GL_CLIP_PLANE3 with value 0x3003 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CLIP_PLANE4
| Change | Effect |
---|
1 | The constant GL_CLIP_PLANE4 with value 0x3004 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CLIP_PLANE5
| Change | Effect |
---|
1 | The constant GL_CLIP_PLANE5 with value 0x3005 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CLIP_VOLUME_CLIPPING_HINT_EXT
| Change | Effect |
---|
1 | The constant GL_CLIP_VOLUME_CLIPPING_HINT_EXT with value 0x80F0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CMYK_EXT
| Change | Effect |
---|
1 | The constant GL_CMYK_EXT with value 0x800C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CMYKA_EXT
| Change | Effect |
---|
1 | The constant GL_CMYKA_EXT with value 0x800D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CND0_ATI
| Change | Effect |
---|
1 | The constant GL_CND0_ATI with value 0x896B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CND_ATI
| Change | Effect |
---|
1 | The constant GL_CND_ATI with value 0x896A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COEFF
| Change | Effect |
---|
1 | The constant GL_COEFF with value 0x0A00 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR
| Change | Effect |
---|
1 | The constant GL_COLOR with value 0x1800 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR3_BIT_PGI
| Change | Effect |
---|
1 | The constant GL_COLOR3_BIT_PGI with value 0x00010000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR4_BIT_PGI
| Change | Effect |
---|
1 | The constant GL_COLOR4_BIT_PGI with value 0x00020000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ALPHA_PAIRING_ATI
| Change | Effect |
---|
1 | The constant GL_COLOR_ALPHA_PAIRING_ATI with value 0x8975 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ARRAY
| Change | Effect |
---|
1 | The constant GL_COLOR_ARRAY with value 0x8076 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ARRAY_BUFFER_BINDING
| Change | Effect |
---|
1 | The constant GL_COLOR_ARRAY_BUFFER_BINDING with value 0x8898 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ARRAY_BUFFER_BINDING_ARB
| Change | Effect |
---|
1 | The constant GL_COLOR_ARRAY_BUFFER_BINDING_ARB with value 0x8898 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ARRAY_COUNT_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_ARRAY_COUNT_EXT with value 0x8084 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ARRAY_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_ARRAY_EXT with value 0x8076 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ARRAY_LIST_IBM
| Change | Effect |
---|
1 | The constant GL_COLOR_ARRAY_LIST_IBM with value 103072 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ARRAY_LIST_STRIDE_IBM
| Change | Effect |
---|
1 | The constant GL_COLOR_ARRAY_LIST_STRIDE_IBM with value 103082 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ARRAY_PARALLEL_POINTERS_INTEL
| Change | Effect |
---|
1 | The constant GL_COLOR_ARRAY_PARALLEL_POINTERS_INTEL with value 0x83F7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ARRAY_POINTER
| Change | Effect |
---|
1 | The constant GL_COLOR_ARRAY_POINTER with value 0x8090 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ARRAY_POINTER_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_ARRAY_POINTER_EXT with value 0x8090 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ARRAY_SIZE
| Change | Effect |
---|
1 | The constant GL_COLOR_ARRAY_SIZE with value 0x8081 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ARRAY_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_ARRAY_SIZE_EXT with value 0x8081 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ARRAY_STRIDE
| Change | Effect |
---|
1 | The constant GL_COLOR_ARRAY_STRIDE with value 0x8083 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ARRAY_STRIDE_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_ARRAY_STRIDE_EXT with value 0x8083 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ARRAY_TYPE
| Change | Effect |
---|
1 | The constant GL_COLOR_ARRAY_TYPE with value 0x8082 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ARRAY_TYPE_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_ARRAY_TYPE_EXT with value 0x8082 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ATTACHMENT0_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_ATTACHMENT0_EXT with value 0x8CE0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ATTACHMENT10_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_ATTACHMENT10_EXT with value 0x8CEA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ATTACHMENT11_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_ATTACHMENT11_EXT with value 0x8CEB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ATTACHMENT12_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_ATTACHMENT12_EXT with value 0x8CEC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ATTACHMENT13_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_ATTACHMENT13_EXT with value 0x8CED has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ATTACHMENT14_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_ATTACHMENT14_EXT with value 0x8CEE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ATTACHMENT15_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_ATTACHMENT15_EXT with value 0x8CEF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ATTACHMENT1_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_ATTACHMENT1_EXT with value 0x8CE1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ATTACHMENT2_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_ATTACHMENT2_EXT with value 0x8CE2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ATTACHMENT3_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_ATTACHMENT3_EXT with value 0x8CE3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ATTACHMENT4_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_ATTACHMENT4_EXT with value 0x8CE4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ATTACHMENT5_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_ATTACHMENT5_EXT with value 0x8CE5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ATTACHMENT6_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_ATTACHMENT6_EXT with value 0x8CE6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ATTACHMENT7_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_ATTACHMENT7_EXT with value 0x8CE7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ATTACHMENT8_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_ATTACHMENT8_EXT with value 0x8CE8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_ATTACHMENT9_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_ATTACHMENT9_EXT with value 0x8CE9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_BUFFER_BIT
| Change | Effect |
---|
1 | The constant GL_COLOR_BUFFER_BIT with value 0x00004000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_CLEAR_VALUE
| Change | Effect |
---|
1 | The constant GL_COLOR_CLEAR_VALUE with value 0x0C22 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_FLOAT_APPLE
| Change | Effect |
---|
1 | The constant GL_COLOR_FLOAT_APPLE with value 0x8A0F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_INDEX
| Change | Effect |
---|
1 | The constant GL_COLOR_INDEX with value 0x1900 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_INDEX12_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_INDEX12_EXT with value 0x80E6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_INDEX16_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_INDEX16_EXT with value 0x80E7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_INDEX1_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_INDEX1_EXT with value 0x80E2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_INDEX2_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_INDEX2_EXT with value 0x80E3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_INDEX4_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_INDEX4_EXT with value 0x80E4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_INDEX8_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_INDEX8_EXT with value 0x80E5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_INDEXES
| Change | Effect |
---|
1 | The constant GL_COLOR_INDEXES with value 0x1603 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_LOGIC_OP
| Change | Effect |
---|
1 | The constant GL_COLOR_LOGIC_OP with value 0x0BF2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_MATERIAL
| Change | Effect |
---|
1 | The constant GL_COLOR_MATERIAL with value 0x0B57 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_MATERIAL_FACE
| Change | Effect |
---|
1 | The constant GL_COLOR_MATERIAL_FACE with value 0x0B55 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_MATERIAL_PARAMETER
| Change | Effect |
---|
1 | The constant GL_COLOR_MATERIAL_PARAMETER with value 0x0B56 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_MATRIX
| Change | Effect |
---|
1 | The constant GL_COLOR_MATRIX with value 0x80B1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_MATRIX_SGI
| Change | Effect |
---|
1 | The constant GL_COLOR_MATRIX_SGI with value 0x80B1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_MATRIX_STACK_DEPTH
| Change | Effect |
---|
1 | The constant GL_COLOR_MATRIX_STACK_DEPTH with value 0x80B2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_MATRIX_STACK_DEPTH_SGI
| Change | Effect |
---|
1 | The constant GL_COLOR_MATRIX_STACK_DEPTH_SGI with value 0x80B2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_SUM
| Change | Effect |
---|
1 | The constant GL_COLOR_SUM with value 0x8458 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_SUM_ARB
| Change | Effect |
---|
1 | The constant GL_COLOR_SUM_ARB with value 0x8458 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_SUM_CLAMP_NV
| Change | Effect |
---|
1 | The constant GL_COLOR_SUM_CLAMP_NV with value 0x854F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_SUM_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_SUM_EXT with value 0x8458 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE with value 0x80D0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_ALPHA_SIZE
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_ALPHA_SIZE with value 0x80DD has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_ALPHA_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_ALPHA_SIZE_EXT with value 0x80DD has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_ALPHA_SIZE_SGI
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_ALPHA_SIZE_SGI with value 0x80DD has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_BIAS
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_BIAS with value 0x80D7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_BIAS_SGI
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_BIAS_SGI with value 0x80D7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_BLUE_SIZE
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_BLUE_SIZE with value 0x80DC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_BLUE_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_BLUE_SIZE_EXT with value 0x80DC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_BLUE_SIZE_SGI
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_BLUE_SIZE_SGI with value 0x80DC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_FORMAT
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_FORMAT with value 0x80D8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_FORMAT_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_FORMAT_EXT with value 0x80D8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_FORMAT_SGI
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_FORMAT_SGI with value 0x80D8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_GREEN_SIZE
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_GREEN_SIZE with value 0x80DB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_GREEN_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_GREEN_SIZE_EXT with value 0x80DB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_GREEN_SIZE_SGI
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_GREEN_SIZE_SGI with value 0x80DB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_INTENSITY_SIZE
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_INTENSITY_SIZE with value 0x80DF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_INTENSITY_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_INTENSITY_SIZE_EXT with value 0x80DF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_INTENSITY_SIZE_SGI
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_INTENSITY_SIZE_SGI with value 0x80DF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_LUMINANCE_SIZE
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_LUMINANCE_SIZE with value 0x80DE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_LUMINANCE_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_LUMINANCE_SIZE_EXT with value 0x80DE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_LUMINANCE_SIZE_SGI
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_LUMINANCE_SIZE_SGI with value 0x80DE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_RED_SIZE
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_RED_SIZE with value 0x80DA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_RED_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_RED_SIZE_EXT with value 0x80DA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_RED_SIZE_SGI
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_RED_SIZE_SGI with value 0x80DA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_SCALE
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_SCALE with value 0x80D6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_SCALE_SGI
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_SCALE_SGI with value 0x80D6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_SGI
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_SGI with value 0x80D0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_WIDTH
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_WIDTH with value 0x80D9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_WIDTH_EXT
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_WIDTH_EXT with value 0x80D9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_TABLE_WIDTH_SGI
| Change | Effect |
---|
1 | The constant GL_COLOR_TABLE_WIDTH_SGI with value 0x80D9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COLOR_WRITEMASK
| Change | Effect |
---|
1 | The constant GL_COLOR_WRITEMASK with value 0x0C23 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINE
| Change | Effect |
---|
1 | The constant GL_COMBINE with value 0x8570 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINE4_NV
| Change | Effect |
---|
1 | The constant GL_COMBINE4_NV with value 0x8503 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINE_ALPHA
| Change | Effect |
---|
1 | The constant GL_COMBINE_ALPHA with value 0x8572 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINE_ALPHA_ARB
| Change | Effect |
---|
1 | The constant GL_COMBINE_ALPHA_ARB with value 0x8572 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINE_ALPHA_EXT
| Change | Effect |
---|
1 | The constant GL_COMBINE_ALPHA_EXT with value 0x8572 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINE_ARB
| Change | Effect |
---|
1 | The constant GL_COMBINE_ARB with value 0x8570 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINE_EXT
| Change | Effect |
---|
1 | The constant GL_COMBINE_EXT with value 0x8570 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINE_RGB
| Change | Effect |
---|
1 | The constant GL_COMBINE_RGB with value 0x8571 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINE_RGB_ARB
| Change | Effect |
---|
1 | The constant GL_COMBINE_RGB_ARB with value 0x8571 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINE_RGB_EXT
| Change | Effect |
---|
1 | The constant GL_COMBINE_RGB_EXT with value 0x8571 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINER0_NV
| Change | Effect |
---|
1 | The constant GL_COMBINER0_NV with value 0x8550 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINER1_NV
| Change | Effect |
---|
1 | The constant GL_COMBINER1_NV with value 0x8551 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINER2_NV
| Change | Effect |
---|
1 | The constant GL_COMBINER2_NV with value 0x8552 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINER3_NV
| Change | Effect |
---|
1 | The constant GL_COMBINER3_NV with value 0x8553 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINER4_NV
| Change | Effect |
---|
1 | The constant GL_COMBINER4_NV with value 0x8554 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINER5_NV
| Change | Effect |
---|
1 | The constant GL_COMBINER5_NV with value 0x8555 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINER6_NV
| Change | Effect |
---|
1 | The constant GL_COMBINER6_NV with value 0x8556 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINER7_NV
| Change | Effect |
---|
1 | The constant GL_COMBINER7_NV with value 0x8557 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINER_AB_DOT_PRODUCT_NV
| Change | Effect |
---|
1 | The constant GL_COMBINER_AB_DOT_PRODUCT_NV with value 0x8545 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINER_AB_OUTPUT_NV
| Change | Effect |
---|
1 | The constant GL_COMBINER_AB_OUTPUT_NV with value 0x854A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINER_BIAS_NV
| Change | Effect |
---|
1 | The constant GL_COMBINER_BIAS_NV with value 0x8549 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINER_CD_DOT_PRODUCT_NV
| Change | Effect |
---|
1 | The constant GL_COMBINER_CD_DOT_PRODUCT_NV with value 0x8546 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINER_CD_OUTPUT_NV
| Change | Effect |
---|
1 | The constant GL_COMBINER_CD_OUTPUT_NV with value 0x854B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINER_COMPONENT_USAGE_NV
| Change | Effect |
---|
1 | The constant GL_COMBINER_COMPONENT_USAGE_NV with value 0x8544 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINER_INPUT_NV
| Change | Effect |
---|
1 | The constant GL_COMBINER_INPUT_NV with value 0x8542 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINER_MAPPING_NV
| Change | Effect |
---|
1 | The constant GL_COMBINER_MAPPING_NV with value 0x8543 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINER_MUX_SUM_NV
| Change | Effect |
---|
1 | The constant GL_COMBINER_MUX_SUM_NV with value 0x8547 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINER_SCALE_NV
| Change | Effect |
---|
1 | The constant GL_COMBINER_SCALE_NV with value 0x8548 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMBINER_SUM_OUTPUT_NV
| Change | Effect |
---|
1 | The constant GL_COMBINER_SUM_OUTPUT_NV with value 0x854C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMP_BIT_ATI
| Change | Effect |
---|
1 | The constant GL_COMP_BIT_ATI with value 0x00000002 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPARE_R_TO_TEXTURE
| Change | Effect |
---|
1 | The constant GL_COMPARE_R_TO_TEXTURE with value 0x884E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPARE_R_TO_TEXTURE_ARB
| Change | Effect |
---|
1 | The constant GL_COMPARE_R_TO_TEXTURE_ARB with value 0x884E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPILE
| Change | Effect |
---|
1 | The constant GL_COMPILE with value 0x1300 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPILE_AND_EXECUTE
| Change | Effect |
---|
1 | The constant GL_COMPILE_AND_EXECUTE with value 0x1301 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPILE_STATUS
| Change | Effect |
---|
1 | The constant GL_COMPILE_STATUS with value 0x8B81 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_ALPHA
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_ALPHA with value 0x84E9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_ALPHA_ARB
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_ALPHA_ARB with value 0x84E9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_INTENSITY
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_INTENSITY with value 0x84EC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_INTENSITY_ARB
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_INTENSITY_ARB with value 0x84EC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_LUMINANCE
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_LUMINANCE with value 0x84EA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_LUMINANCE_ALPHA
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_LUMINANCE_ALPHA with value 0x84EB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_LUMINANCE_ALPHA_ARB
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_LUMINANCE_ALPHA_ARB with value 0x84EB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_LUMINANCE_ARB
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_LUMINANCE_ARB with value 0x84EA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_RGB
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_RGB with value 0x84ED has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_RGB_3DC_ATI
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_RGB_3DC_ATI with value 0x8837 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_RGB_ARB
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_RGB_ARB with value 0x84ED has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_RGB_FXT1_3DFX
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_RGB_FXT1_3DFX with value 0x86B0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_RGB_S3TC_DXT1_EXT
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_RGB_S3TC_DXT1_EXT with value 0x83F0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_RGBA
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_RGBA with value 0x84EE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_RGBA_ARB
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_RGBA_ARB with value 0x84EE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_RGBA_FXT1_3DFX
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_RGBA_FXT1_3DFX with value 0x86B1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_RGBA_S3TC_DXT1_EXT
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_RGBA_S3TC_DXT1_EXT with value 0x83F1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_RGBA_S3TC_DXT3_EXT
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_RGBA_S3TC_DXT3_EXT with value 0x83F2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_RGBA_S3TC_DXT5_EXT
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_RGBA_S3TC_DXT5_EXT with value 0x83F3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_SLUMINANCE_ALPHA_EXT
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_SLUMINANCE_ALPHA_EXT with value 0x8C4B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_SLUMINANCE_EXT
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_SLUMINANCE_EXT with value 0x8C4A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_SRGB_ALPHA_EXT
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_SRGB_ALPHA_EXT with value 0x8C49 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT with value 0x8C4D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT with value 0x8C4E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT with value 0x8C4F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_SRGB_EXT
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_SRGB_EXT with value 0x8C48 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_SRGB_S3TC_DXT1_EXT
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_SRGB_S3TC_DXT1_EXT with value 0x8C4C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_TEXTURE_FORMATS
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_TEXTURE_FORMATS with value 0x86A3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COMPRESSED_TEXTURE_FORMATS_ARB
| Change | Effect |
---|
1 | The constant GL_COMPRESSED_TEXTURE_FORMATS_ARB with value 0x86A3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CON_0_ATI
| Change | Effect |
---|
1 | The constant GL_CON_0_ATI with value 0x8941 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CON_1_ATI
| Change | Effect |
---|
1 | The constant GL_CON_1_ATI with value 0x8942 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CON_2_ATI
| Change | Effect |
---|
1 | The constant GL_CON_2_ATI with value 0x8943 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CON_3_ATI
| Change | Effect |
---|
1 | The constant GL_CON_3_ATI with value 0x8944 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CON_4_ATI
| Change | Effect |
---|
1 | The constant GL_CON_4_ATI with value 0x8945 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CON_5_ATI
| Change | Effect |
---|
1 | The constant GL_CON_5_ATI with value 0x8946 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CON_6_ATI
| Change | Effect |
---|
1 | The constant GL_CON_6_ATI with value 0x8947 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CON_7_ATI
| Change | Effect |
---|
1 | The constant GL_CON_7_ATI with value 0x8948 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONSERVE_MEMORY_HINT_PGI
| Change | Effect |
---|
1 | The constant GL_CONSERVE_MEMORY_HINT_PGI with value 107005 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONST_EYE_NV
| Change | Effect |
---|
1 | The constant GL_CONST_EYE_NV with value 0x86E5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONSTANT
| Change | Effect |
---|
1 | The constant GL_CONSTANT with value 0x8576 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONSTANT_ALPHA
| Change | Effect |
---|
1 | The constant GL_CONSTANT_ALPHA with value 0x8003 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONSTANT_ALPHA_EXT
| Change | Effect |
---|
1 | The constant GL_CONSTANT_ALPHA_EXT with value 0x8003 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONSTANT_ARB
| Change | Effect |
---|
1 | The constant GL_CONSTANT_ARB with value 0x8576 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONSTANT_ATTENUATION
| Change | Effect |
---|
1 | The constant GL_CONSTANT_ATTENUATION with value 0x1207 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONSTANT_BORDER
| Change | Effect |
---|
1 | The constant GL_CONSTANT_BORDER with value 0x8151 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONSTANT_COLOR
| Change | Effect |
---|
1 | The constant GL_CONSTANT_COLOR with value 0x8001 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONSTANT_COLOR0_NV
| Change | Effect |
---|
1 | The constant GL_CONSTANT_COLOR0_NV with value 0x852A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONSTANT_COLOR1_NV
| Change | Effect |
---|
1 | The constant GL_CONSTANT_COLOR1_NV with value 0x852B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONSTANT_COLOR_EXT
| Change | Effect |
---|
1 | The constant GL_CONSTANT_COLOR_EXT with value 0x8001 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONSTANT_EXT
| Change | Effect |
---|
1 | The constant GL_CONSTANT_EXT with value 0x8576 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONVOLUTION_1D
| Change | Effect |
---|
1 | The constant GL_CONVOLUTION_1D with value 0x8010 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONVOLUTION_1D_EXT
| Change | Effect |
---|
1 | The constant GL_CONVOLUTION_1D_EXT with value 0x8010 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONVOLUTION_2D
| Change | Effect |
---|
1 | The constant GL_CONVOLUTION_2D with value 0x8011 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONVOLUTION_2D_EXT
| Change | Effect |
---|
1 | The constant GL_CONVOLUTION_2D_EXT with value 0x8011 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONVOLUTION_BORDER_COLOR
| Change | Effect |
---|
1 | The constant GL_CONVOLUTION_BORDER_COLOR with value 0x8154 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONVOLUTION_BORDER_MODE
| Change | Effect |
---|
1 | The constant GL_CONVOLUTION_BORDER_MODE with value 0x8013 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONVOLUTION_BORDER_MODE_EXT
| Change | Effect |
---|
1 | The constant GL_CONVOLUTION_BORDER_MODE_EXT with value 0x8013 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONVOLUTION_FILTER_BIAS
| Change | Effect |
---|
1 | The constant GL_CONVOLUTION_FILTER_BIAS with value 0x8015 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONVOLUTION_FILTER_BIAS_EXT
| Change | Effect |
---|
1 | The constant GL_CONVOLUTION_FILTER_BIAS_EXT with value 0x8015 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONVOLUTION_FILTER_SCALE
| Change | Effect |
---|
1 | The constant GL_CONVOLUTION_FILTER_SCALE with value 0x8014 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONVOLUTION_FILTER_SCALE_EXT
| Change | Effect |
---|
1 | The constant GL_CONVOLUTION_FILTER_SCALE_EXT with value 0x8014 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONVOLUTION_FORMAT
| Change | Effect |
---|
1 | The constant GL_CONVOLUTION_FORMAT with value 0x8017 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONVOLUTION_FORMAT_EXT
| Change | Effect |
---|
1 | The constant GL_CONVOLUTION_FORMAT_EXT with value 0x8017 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONVOLUTION_HEIGHT
| Change | Effect |
---|
1 | The constant GL_CONVOLUTION_HEIGHT with value 0x8019 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONVOLUTION_HEIGHT_EXT
| Change | Effect |
---|
1 | The constant GL_CONVOLUTION_HEIGHT_EXT with value 0x8019 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONVOLUTION_WIDTH
| Change | Effect |
---|
1 | The constant GL_CONVOLUTION_WIDTH with value 0x8018 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CONVOLUTION_WIDTH_EXT
| Change | Effect |
---|
1 | The constant GL_CONVOLUTION_WIDTH_EXT with value 0x8018 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COORD_REPLACE
| Change | Effect |
---|
1 | The constant GL_COORD_REPLACE with value 0x8862 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COORD_REPLACE_ARB
| Change | Effect |
---|
1 | The constant GL_COORD_REPLACE_ARB with value 0x8862 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COORD_REPLACE_NV
| Change | Effect |
---|
1 | The constant GL_COORD_REPLACE_NV with value 0x8862 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COPY
| Change | Effect |
---|
1 | The constant GL_COPY with value 0x1503 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COPY_INVERTED
| Change | Effect |
---|
1 | The constant GL_COPY_INVERTED with value 0x150C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_COPY_PIXEL_TOKEN
| Change | Effect |
---|
1 | The constant GL_COPY_PIXEL_TOKEN with value 0x0706 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CUBIC_EXT
| Change | Effect |
---|
1 | The constant GL_CUBIC_EXT with value 0x8334 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CULL_FACE
| Change | Effect |
---|
1 | The constant GL_CULL_FACE with value 0x0B44 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CULL_FACE_MODE
| Change | Effect |
---|
1 | The constant GL_CULL_FACE_MODE with value 0x0B45 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CULL_FRAGMENT_NV
| Change | Effect |
---|
1 | The constant GL_CULL_FRAGMENT_NV with value 0x86E7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CULL_MODES_NV
| Change | Effect |
---|
1 | The constant GL_CULL_MODES_NV with value 0x86E0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CULL_VERTEX_IBM
| Change | Effect |
---|
1 | The constant GL_CULL_VERTEX_IBM with value 103050 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_ATTRIB_NV
| Change | Effect |
---|
1 | The constant GL_CURRENT_ATTRIB_NV with value 0x8626 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_BINORMAL_EXT
| Change | Effect |
---|
1 | The constant GL_CURRENT_BINORMAL_EXT with value 0x843C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_BIT
| Change | Effect |
---|
1 | The constant GL_CURRENT_BIT with value 0x00000001 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_COLOR
| Change | Effect |
---|
1 | The constant GL_CURRENT_COLOR with value 0x0B00 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_FOG_COORD
| Change | Effect |
---|
1 | The constant GL_CURRENT_FOG_COORD with value 0x8453 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_FOG_COORDINATE
| Change | Effect |
---|
1 | The constant GL_CURRENT_FOG_COORDINATE with value 0x8453 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_FOG_COORDINATE_EXT
| Change | Effect |
---|
1 | The constant GL_CURRENT_FOG_COORDINATE_EXT with value 0x8453 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_INDEX
| Change | Effect |
---|
1 | The constant GL_CURRENT_INDEX with value 0x0B01 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_MATRIX_ARB
| Change | Effect |
---|
1 | The constant GL_CURRENT_MATRIX_ARB with value 0x8641 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_MATRIX_INDEX_ARB
| Change | Effect |
---|
1 | The constant GL_CURRENT_MATRIX_INDEX_ARB with value 0x8845 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_MATRIX_NV
| Change | Effect |
---|
1 | The constant GL_CURRENT_MATRIX_NV with value 0x8641 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_MATRIX_STACK_DEPTH_ARB
| Change | Effect |
---|
1 | The constant GL_CURRENT_MATRIX_STACK_DEPTH_ARB with value 0x8640 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_MATRIX_STACK_DEPTH_NV
| Change | Effect |
---|
1 | The constant GL_CURRENT_MATRIX_STACK_DEPTH_NV with value 0x8640 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_NORMAL
| Change | Effect |
---|
1 | The constant GL_CURRENT_NORMAL with value 0x0B02 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_OCCLUSION_QUERY_ID_NV
| Change | Effect |
---|
1 | The constant GL_CURRENT_OCCLUSION_QUERY_ID_NV with value 0x8865 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_PALETTE_MATRIX_ARB
| Change | Effect |
---|
1 | The constant GL_CURRENT_PALETTE_MATRIX_ARB with value 0x8843 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_PROGRAM
| Change | Effect |
---|
1 | The constant GL_CURRENT_PROGRAM with value 0x8B8D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_QUERY
| Change | Effect |
---|
1 | The constant GL_CURRENT_QUERY with value 0x8865 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_QUERY_ARB
| Change | Effect |
---|
1 | The constant GL_CURRENT_QUERY_ARB with value 0x8865 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_RASTER_COLOR
| Change | Effect |
---|
1 | The constant GL_CURRENT_RASTER_COLOR with value 0x0B04 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_RASTER_DISTANCE
| Change | Effect |
---|
1 | The constant GL_CURRENT_RASTER_DISTANCE with value 0x0B09 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_RASTER_INDEX
| Change | Effect |
---|
1 | The constant GL_CURRENT_RASTER_INDEX with value 0x0B05 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_RASTER_NORMAL_EXT
| Change | Effect |
---|
1 | The constant GL_CURRENT_RASTER_NORMAL_EXT with value 0x8406 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_RASTER_POSITION
| Change | Effect |
---|
1 | The constant GL_CURRENT_RASTER_POSITION with value 0x0B07 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_RASTER_POSITION_VALID
| Change | Effect |
---|
1 | The constant GL_CURRENT_RASTER_POSITION_VALID with value 0x0B08 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_RASTER_TEXTURE_COORDS
| Change | Effect |
---|
1 | The constant GL_CURRENT_RASTER_TEXTURE_COORDS with value 0x0B06 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_SECONDARY_COLOR
| Change | Effect |
---|
1 | The constant GL_CURRENT_SECONDARY_COLOR with value 0x8459 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_SECONDARY_COLOR_EXT
| Change | Effect |
---|
1 | The constant GL_CURRENT_SECONDARY_COLOR_EXT with value 0x8459 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_TANGENT_EXT
| Change | Effect |
---|
1 | The constant GL_CURRENT_TANGENT_EXT with value 0x843B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_TEXTURE_COORDS
| Change | Effect |
---|
1 | The constant GL_CURRENT_TEXTURE_COORDS with value 0x0B03 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_VERTEX_ATTRIB
| Change | Effect |
---|
1 | The constant GL_CURRENT_VERTEX_ATTRIB with value 0x8626 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_VERTEX_ATTRIB_ARB
| Change | Effect |
---|
1 | The constant GL_CURRENT_VERTEX_ATTRIB_ARB with value 0x8626 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_VERTEX_EXT
| Change | Effect |
---|
1 | The constant GL_CURRENT_VERTEX_EXT with value 0x87E2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_VERTEX_WEIGHT_EXT
| Change | Effect |
---|
1 | The constant GL_CURRENT_VERTEX_WEIGHT_EXT with value 0x850B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CURRENT_WEIGHT_ARB
| Change | Effect |
---|
1 | The constant GL_CURRENT_WEIGHT_ARB with value 0x86A8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_CW
| Change | Effect |
---|
1 | The constant GL_CW with value 0x0900 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DECAL
| Change | Effect |
---|
1 | The constant GL_DECAL with value 0x2101 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DECR
| Change | Effect |
---|
1 | The constant GL_DECR with value 0x1E03 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DECR_WRAP
| Change | Effect |
---|
1 | The constant GL_DECR_WRAP with value 0x8508 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DECR_WRAP_EXT
| Change | Effect |
---|
1 | The constant GL_DECR_WRAP_EXT with value 0x8508 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DELETE_STATUS
| Change | Effect |
---|
1 | The constant GL_DELETE_STATUS with value 0x8B80 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPENDENT_AR_TEXTURE_2D_NV
| Change | Effect |
---|
1 | The constant GL_DEPENDENT_AR_TEXTURE_2D_NV with value 0x86E9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPENDENT_GB_TEXTURE_2D_NV
| Change | Effect |
---|
1 | The constant GL_DEPENDENT_GB_TEXTURE_2D_NV with value 0x86EA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPENDENT_HILO_TEXTURE_2D_NV
| Change | Effect |
---|
1 | The constant GL_DEPENDENT_HILO_TEXTURE_2D_NV with value 0x8858 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPENDENT_RGB_TEXTURE_3D_NV
| Change | Effect |
---|
1 | The constant GL_DEPENDENT_RGB_TEXTURE_3D_NV with value 0x8859 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPENDENT_RGB_TEXTURE_CUBE_MAP_NV
| Change | Effect |
---|
1 | The constant GL_DEPENDENT_RGB_TEXTURE_CUBE_MAP_NV with value 0x885A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH
| Change | Effect |
---|
1 | The constant GL_DEPTH with value 0x1801 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH24_STENCIL8_EXT
| Change | Effect |
---|
1 | The constant GL_DEPTH24_STENCIL8_EXT with value 0x88F0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_ATTACHMENT_EXT
| Change | Effect |
---|
1 | The constant GL_DEPTH_ATTACHMENT_EXT with value 0x8D00 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_BIAS
| Change | Effect |
---|
1 | The constant GL_DEPTH_BIAS with value 0x0D1F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_BITS
| Change | Effect |
---|
1 | The constant GL_DEPTH_BITS with value 0x0D56 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_BOUNDS_EXT
| Change | Effect |
---|
1 | The constant GL_DEPTH_BOUNDS_EXT with value 0x8891 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_BOUNDS_TEST_EXT
| Change | Effect |
---|
1 | The constant GL_DEPTH_BOUNDS_TEST_EXT with value 0x8890 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_BUFFER_BIT
| Change | Effect |
---|
1 | The constant GL_DEPTH_BUFFER_BIT with value 0x00000100 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_CLAMP_NV
| Change | Effect |
---|
1 | The constant GL_DEPTH_CLAMP_NV with value 0x864F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_CLEAR_VALUE
| Change | Effect |
---|
1 | The constant GL_DEPTH_CLEAR_VALUE with value 0x0B73 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_COMPONENT
| Change | Effect |
---|
1 | The constant GL_DEPTH_COMPONENT with value 0x1902 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_COMPONENT16
| Change | Effect |
---|
1 | The constant GL_DEPTH_COMPONENT16 with value 0x81A5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_COMPONENT16_ARB
| Change | Effect |
---|
1 | The constant GL_DEPTH_COMPONENT16_ARB with value 0x81A5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_COMPONENT16_SGIX
| Change | Effect |
---|
1 | The constant GL_DEPTH_COMPONENT16_SGIX with value 0x81A5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_COMPONENT24
| Change | Effect |
---|
1 | The constant GL_DEPTH_COMPONENT24 with value 0x81A6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_COMPONENT24_ARB
| Change | Effect |
---|
1 | The constant GL_DEPTH_COMPONENT24_ARB with value 0x81A6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_COMPONENT24_SGIX
| Change | Effect |
---|
1 | The constant GL_DEPTH_COMPONENT24_SGIX with value 0x81A6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_COMPONENT32
| Change | Effect |
---|
1 | The constant GL_DEPTH_COMPONENT32 with value 0x81A7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_COMPONENT32_ARB
| Change | Effect |
---|
1 | The constant GL_DEPTH_COMPONENT32_ARB with value 0x81A7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_COMPONENT32_SGIX
| Change | Effect |
---|
1 | The constant GL_DEPTH_COMPONENT32_SGIX with value 0x81A7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_FUNC
| Change | Effect |
---|
1 | The constant GL_DEPTH_FUNC with value 0x0B74 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_RANGE
| Change | Effect |
---|
1 | The constant GL_DEPTH_RANGE with value 0x0B70 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_SCALE
| Change | Effect |
---|
1 | The constant GL_DEPTH_SCALE with value 0x0D1E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_STENCIL_EXT
| Change | Effect |
---|
1 | The constant GL_DEPTH_STENCIL_EXT with value 0x84F9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_STENCIL_NV
| Change | Effect |
---|
1 | The constant GL_DEPTH_STENCIL_NV with value 0x84F9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_STENCIL_TO_BGRA_NV
| Change | Effect |
---|
1 | The constant GL_DEPTH_STENCIL_TO_BGRA_NV with value 0x886F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_STENCIL_TO_RGBA_NV
| Change | Effect |
---|
1 | The constant GL_DEPTH_STENCIL_TO_RGBA_NV with value 0x886E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_TEST
| Change | Effect |
---|
1 | The constant GL_DEPTH_TEST with value 0x0B71 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_TEXTURE_MODE
| Change | Effect |
---|
1 | The constant GL_DEPTH_TEXTURE_MODE with value 0x884B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_TEXTURE_MODE_ARB
| Change | Effect |
---|
1 | The constant GL_DEPTH_TEXTURE_MODE_ARB with value 0x884B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DEPTH_WRITEMASK
| Change | Effect |
---|
1 | The constant GL_DEPTH_WRITEMASK with value 0x0B72 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DIFFUSE
| Change | Effect |
---|
1 | The constant GL_DIFFUSE with value 0x1201 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DISCARD_ATI
| Change | Effect |
---|
1 | The constant GL_DISCARD_ATI with value 0x8763 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DISCARD_NV
| Change | Effect |
---|
1 | The constant GL_DISCARD_NV with value 0x8530 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DISTANCE_ATTENUATION_EXT
| Change | Effect |
---|
1 | The constant GL_DISTANCE_ATTENUATION_EXT with value 0x8129 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DITHER
| Change | Effect |
---|
1 | The constant GL_DITHER with value 0x0BD0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DOMAIN
| Change | Effect |
---|
1 | The constant GL_DOMAIN with value 0x0A02 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DONT_CARE
| Change | Effect |
---|
1 | The constant GL_DONT_CARE with value 0x1100 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DOT2_ADD_ATI
| Change | Effect |
---|
1 | The constant GL_DOT2_ADD_ATI with value 0x896C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DOT3_ATI
| Change | Effect |
---|
1 | The constant GL_DOT3_ATI with value 0x8966 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DOT3_RGB
| Change | Effect |
---|
1 | The constant GL_DOT3_RGB with value 0x86AE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DOT3_RGB_ARB
| Change | Effect |
---|
1 | The constant GL_DOT3_RGB_ARB with value 0x86AE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DOT3_RGB_EXT
| Change | Effect |
---|
1 | The constant GL_DOT3_RGB_EXT with value 0x8740 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DOT3_RGBA
| Change | Effect |
---|
1 | The constant GL_DOT3_RGBA with value 0x86AF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DOT3_RGBA_ARB
| Change | Effect |
---|
1 | The constant GL_DOT3_RGBA_ARB with value 0x86AF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DOT3_RGBA_EXT
| Change | Effect |
---|
1 | The constant GL_DOT3_RGBA_EXT with value 0x8741 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DOT4_ATI
| Change | Effect |
---|
1 | The constant GL_DOT4_ATI with value 0x8967 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DOT_PRODUCT_AFFINE_DEPTH_REPLACE_NV
| Change | Effect |
---|
1 | The constant GL_DOT_PRODUCT_AFFINE_DEPTH_REPLACE_NV with value 0x885D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DOT_PRODUCT_CONST_EYE_REFLECT_CUBE_MAP_NV
| Change | Effect |
---|
1 | The constant GL_DOT_PRODUCT_CONST_EYE_REFLECT_CUBE_MAP_NV with value 0x86F3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DOT_PRODUCT_DEPTH_REPLACE_NV
| Change | Effect |
---|
1 | The constant GL_DOT_PRODUCT_DEPTH_REPLACE_NV with value 0x86ED has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DOT_PRODUCT_DIFFUSE_CUBE_MAP_NV
| Change | Effect |
---|
1 | The constant GL_DOT_PRODUCT_DIFFUSE_CUBE_MAP_NV with value 0x86F1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DOT_PRODUCT_NV
| Change | Effect |
---|
1 | The constant GL_DOT_PRODUCT_NV with value 0x86EC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DOT_PRODUCT_PASS_THROUGH_NV
| Change | Effect |
---|
1 | The constant GL_DOT_PRODUCT_PASS_THROUGH_NV with value 0x885B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DOT_PRODUCT_REFLECT_CUBE_MAP_NV
| Change | Effect |
---|
1 | The constant GL_DOT_PRODUCT_REFLECT_CUBE_MAP_NV with value 0x86F2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DOT_PRODUCT_TEXTURE_1D_NV
| Change | Effect |
---|
1 | The constant GL_DOT_PRODUCT_TEXTURE_1D_NV with value 0x885C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DOT_PRODUCT_TEXTURE_2D_NV
| Change | Effect |
---|
1 | The constant GL_DOT_PRODUCT_TEXTURE_2D_NV with value 0x86EE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DOT_PRODUCT_TEXTURE_3D_NV
| Change | Effect |
---|
1 | The constant GL_DOT_PRODUCT_TEXTURE_3D_NV with value 0x86EF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DOT_PRODUCT_TEXTURE_CUBE_MAP_NV
| Change | Effect |
---|
1 | The constant GL_DOT_PRODUCT_TEXTURE_CUBE_MAP_NV with value 0x86F0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DOT_PRODUCT_TEXTURE_RECTANGLE_NV
| Change | Effect |
---|
1 | The constant GL_DOT_PRODUCT_TEXTURE_RECTANGLE_NV with value 0x864E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DOUBLE
| Change | Effect |
---|
1 | The constant GL_DOUBLE with value 0x140A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DOUBLE_EXT
| Change | Effect |
---|
1 | The constant GL_DOUBLE_EXT with value 0x140A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DOUBLEBUFFER
| Change | Effect |
---|
1 | The constant GL_DOUBLEBUFFER with value 0x0C32 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER with value 0x0C01 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER0
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER0 with value 0x8825 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER0_ARB
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER0_ARB with value 0x8825 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER0_ATI
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER0_ATI with value 0x8825 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER1
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER1 with value 0x8826 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER10
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER10 with value 0x882F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER10_ARB
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER10_ARB with value 0x882F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER10_ATI
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER10_ATI with value 0x882F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER11
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER11 with value 0x8830 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER11_ARB
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER11_ARB with value 0x8830 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER11_ATI
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER11_ATI with value 0x8830 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER12
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER12 with value 0x8831 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER12_ARB
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER12_ARB with value 0x8831 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER12_ATI
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER12_ATI with value 0x8831 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER13
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER13 with value 0x8832 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER13_ARB
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER13_ARB with value 0x8832 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER13_ATI
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER13_ATI with value 0x8832 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER14
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER14 with value 0x8833 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER14_ARB
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER14_ARB with value 0x8833 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER14_ATI
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER14_ATI with value 0x8833 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER15
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER15 with value 0x8834 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER15_ARB
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER15_ARB with value 0x8834 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER15_ATI
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER15_ATI with value 0x8834 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER1_ARB
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER1_ARB with value 0x8826 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER1_ATI
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER1_ATI with value 0x8826 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER2
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER2 with value 0x8827 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER2_ARB
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER2_ARB with value 0x8827 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER2_ATI
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER2_ATI with value 0x8827 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER3
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER3 with value 0x8828 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER3_ARB
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER3_ARB with value 0x8828 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER3_ATI
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER3_ATI with value 0x8828 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER4
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER4 with value 0x8829 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER4_ARB
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER4_ARB with value 0x8829 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER4_ATI
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER4_ATI with value 0x8829 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER5
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER5 with value 0x882A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER5_ARB
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER5_ARB with value 0x882A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER5_ATI
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER5_ATI with value 0x882A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER6
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER6 with value 0x882B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER6_ARB
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER6_ARB with value 0x882B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER6_ATI
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER6_ATI with value 0x882B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER7
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER7 with value 0x882C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER7_ARB
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER7_ARB with value 0x882C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER7_ATI
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER7_ATI with value 0x882C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER8
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER8 with value 0x882D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER8_ARB
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER8_ARB with value 0x882D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER8_ATI
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER8_ATI with value 0x882D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER9
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER9 with value 0x882E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER9_ARB
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER9_ARB with value 0x882E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_BUFFER9_ATI
| Change | Effect |
---|
1 | The constant GL_DRAW_BUFFER9_ATI with value 0x882E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_FRAMEBUFFER_BINDING_EXT
| Change | Effect |
---|
1 | The constant GL_DRAW_FRAMEBUFFER_BINDING_EXT with value 0x8CA6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_FRAMEBUFFER_EXT
| Change | Effect |
---|
1 | The constant GL_DRAW_FRAMEBUFFER_EXT with value 0x8CA9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_PIXEL_TOKEN
| Change | Effect |
---|
1 | The constant GL_DRAW_PIXEL_TOKEN with value 0x0705 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DRAW_PIXELS_APPLE
| Change | Effect |
---|
1 | The constant GL_DRAW_PIXELS_APPLE with value 0x8A0A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DS_BIAS_NV
| Change | Effect |
---|
1 | The constant GL_DS_BIAS_NV with value 0x8716 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DS_SCALE_NV
| Change | Effect |
---|
1 | The constant GL_DS_SCALE_NV with value 0x8710 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DSDT8_MAG8_INTENSITY8_NV
| Change | Effect |
---|
1 | The constant GL_DSDT8_MAG8_INTENSITY8_NV with value 0x870B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DSDT8_MAG8_NV
| Change | Effect |
---|
1 | The constant GL_DSDT8_MAG8_NV with value 0x870A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DSDT8_NV
| Change | Effect |
---|
1 | The constant GL_DSDT8_NV with value 0x8709 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DSDT_MAG_INTENSITY_NV
| Change | Effect |
---|
1 | The constant GL_DSDT_MAG_INTENSITY_NV with value 0x86DC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DSDT_MAG_NV
| Change | Effect |
---|
1 | The constant GL_DSDT_MAG_NV with value 0x86F6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DSDT_MAG_VIB_NV
| Change | Effect |
---|
1 | The constant GL_DSDT_MAG_VIB_NV with value 0x86F7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DSDT_NV
| Change | Effect |
---|
1 | The constant GL_DSDT_NV with value 0x86F5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DST_ALPHA
| Change | Effect |
---|
1 | The constant GL_DST_ALPHA with value 0x0304 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DST_COLOR
| Change | Effect |
---|
1 | The constant GL_DST_COLOR with value 0x0306 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DT_BIAS_NV
| Change | Effect |
---|
1 | The constant GL_DT_BIAS_NV with value 0x8717 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DT_SCALE_NV
| Change | Effect |
---|
1 | The constant GL_DT_SCALE_NV with value 0x8711 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DU8DV8_ATI
| Change | Effect |
---|
1 | The constant GL_DU8DV8_ATI with value 0x877A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DUDV_ATI
| Change | Effect |
---|
1 | The constant GL_DUDV_ATI with value 0x8779 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DYNAMIC_ATI
| Change | Effect |
---|
1 | The constant GL_DYNAMIC_ATI with value 0x8761 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DYNAMIC_COPY
| Change | Effect |
---|
1 | The constant GL_DYNAMIC_COPY with value 0x88EA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DYNAMIC_COPY_ARB
| Change | Effect |
---|
1 | The constant GL_DYNAMIC_COPY_ARB with value 0x88EA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DYNAMIC_DRAW
| Change | Effect |
---|
1 | The constant GL_DYNAMIC_DRAW with value 0x88E8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DYNAMIC_DRAW_ARB
| Change | Effect |
---|
1 | The constant GL_DYNAMIC_DRAW_ARB with value 0x88E8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DYNAMIC_READ
| Change | Effect |
---|
1 | The constant GL_DYNAMIC_READ with value 0x88E9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_DYNAMIC_READ_ARB
| Change | Effect |
---|
1 | The constant GL_DYNAMIC_READ_ARB with value 0x88E9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_E_TIMES_F_NV
| Change | Effect |
---|
1 | The constant GL_E_TIMES_F_NV with value 0x8531 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EDGE_FLAG
| Change | Effect |
---|
1 | The constant GL_EDGE_FLAG with value 0x0B43 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EDGE_FLAG_ARRAY
| Change | Effect |
---|
1 | The constant GL_EDGE_FLAG_ARRAY with value 0x8079 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EDGE_FLAG_ARRAY_BUFFER_BINDING
| Change | Effect |
---|
1 | The constant GL_EDGE_FLAG_ARRAY_BUFFER_BINDING with value 0x889B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EDGE_FLAG_ARRAY_BUFFER_BINDING_ARB
| Change | Effect |
---|
1 | The constant GL_EDGE_FLAG_ARRAY_BUFFER_BINDING_ARB with value 0x889B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EDGE_FLAG_ARRAY_COUNT_EXT
| Change | Effect |
---|
1 | The constant GL_EDGE_FLAG_ARRAY_COUNT_EXT with value 0x808D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EDGE_FLAG_ARRAY_EXT
| Change | Effect |
---|
1 | The constant GL_EDGE_FLAG_ARRAY_EXT with value 0x8079 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EDGE_FLAG_ARRAY_LIST_IBM
| Change | Effect |
---|
1 | The constant GL_EDGE_FLAG_ARRAY_LIST_IBM with value 103075 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EDGE_FLAG_ARRAY_LIST_STRIDE_IBM
| Change | Effect |
---|
1 | The constant GL_EDGE_FLAG_ARRAY_LIST_STRIDE_IBM with value 103085 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EDGE_FLAG_ARRAY_POINTER
| Change | Effect |
---|
1 | The constant GL_EDGE_FLAG_ARRAY_POINTER with value 0x8093 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EDGE_FLAG_ARRAY_POINTER_EXT
| Change | Effect |
---|
1 | The constant GL_EDGE_FLAG_ARRAY_POINTER_EXT with value 0x8093 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EDGE_FLAG_ARRAY_STRIDE
| Change | Effect |
---|
1 | The constant GL_EDGE_FLAG_ARRAY_STRIDE with value 0x808C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EDGE_FLAG_ARRAY_STRIDE_EXT
| Change | Effect |
---|
1 | The constant GL_EDGE_FLAG_ARRAY_STRIDE_EXT with value 0x808C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EDGEFLAG_BIT_PGI
| Change | Effect |
---|
1 | The constant GL_EDGEFLAG_BIT_PGI with value 0x00040000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EIGHTH_BIT_ATI
| Change | Effect |
---|
1 | The constant GL_EIGHTH_BIT_ATI with value 0x00000020 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ELEMENT_ARRAY_APPLE
| Change | Effect |
---|
1 | The constant GL_ELEMENT_ARRAY_APPLE with value 0x8768 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ELEMENT_ARRAY_ATI
| Change | Effect |
---|
1 | The constant GL_ELEMENT_ARRAY_ATI with value 0x8768 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ELEMENT_ARRAY_BUFFER
| Change | Effect |
---|
1 | The constant GL_ELEMENT_ARRAY_BUFFER with value 0x8893 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ELEMENT_ARRAY_BUFFER_ARB
| Change | Effect |
---|
1 | The constant GL_ELEMENT_ARRAY_BUFFER_ARB with value 0x8893 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ELEMENT_ARRAY_BUFFER_BINDING
| Change | Effect |
---|
1 | The constant GL_ELEMENT_ARRAY_BUFFER_BINDING with value 0x8895 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ELEMENT_ARRAY_BUFFER_BINDING_ARB
| Change | Effect |
---|
1 | The constant GL_ELEMENT_ARRAY_BUFFER_BINDING_ARB with value 0x8895 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ELEMENT_ARRAY_POINTER_APPLE
| Change | Effect |
---|
1 | The constant GL_ELEMENT_ARRAY_POINTER_APPLE with value 0x876A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ELEMENT_ARRAY_POINTER_ATI
| Change | Effect |
---|
1 | The constant GL_ELEMENT_ARRAY_POINTER_ATI with value 0x876A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ELEMENT_ARRAY_TYPE_APPLE
| Change | Effect |
---|
1 | The constant GL_ELEMENT_ARRAY_TYPE_APPLE with value 0x8769 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ELEMENT_ARRAY_TYPE_ATI
| Change | Effect |
---|
1 | The constant GL_ELEMENT_ARRAY_TYPE_ATI with value 0x8769 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EMBOSS_CONSTANT_NV
| Change | Effect |
---|
1 | The constant GL_EMBOSS_CONSTANT_NV with value 0x855E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EMBOSS_LIGHT_NV
| Change | Effect |
---|
1 | The constant GL_EMBOSS_LIGHT_NV with value 0x855D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EMBOSS_MAP_NV
| Change | Effect |
---|
1 | The constant GL_EMBOSS_MAP_NV with value 0x855F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EMISSION
| Change | Effect |
---|
1 | The constant GL_EMISSION with value 0x1600 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ENABLE_BIT
| Change | Effect |
---|
1 | The constant GL_ENABLE_BIT with value 0x00002000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ENV_ADD_EXT
| Change | Effect |
---|
1 | The constant GL_ENV_ADD_EXT with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ENV_BLEND_EXT
| Change | Effect |
---|
1 | The constant GL_ENV_BLEND_EXT with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ENV_COPY_EXT
| Change | Effect |
---|
1 | The constant GL_ENV_COPY_EXT with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ENV_MODULATE_EXT
| Change | Effect |
---|
1 | The constant GL_ENV_MODULATE_EXT with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ENV_REPLACE_EXT
| Change | Effect |
---|
1 | The constant GL_ENV_REPLACE_EXT with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ENV_REVERSE_BLEND_EXT
| Change | Effect |
---|
1 | The constant GL_ENV_REVERSE_BLEND_EXT with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ENV_REVERSE_SUBTRACT_EXT
| Change | Effect |
---|
1 | The constant GL_ENV_REVERSE_SUBTRACT_EXT with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ENV_SUBTRACT_EXT
| Change | Effect |
---|
1 | The constant GL_ENV_SUBTRACT_EXT with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EQUAL
| Change | Effect |
---|
1 | The constant GL_EQUAL with value 0x0202 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EQUIV
| Change | Effect |
---|
1 | The constant GL_EQUIV with value 0x1509 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EVAL_2D_NV
| Change | Effect |
---|
1 | The constant GL_EVAL_2D_NV with value 0x86C0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EVAL_BIT
| Change | Effect |
---|
1 | The constant GL_EVAL_BIT with value 0x00010000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EVAL_FRACTIONAL_TESSELLATION_NV
| Change | Effect |
---|
1 | The constant GL_EVAL_FRACTIONAL_TESSELLATION_NV with value 0x86C5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EVAL_TRIANGULAR_2D_NV
| Change | Effect |
---|
1 | The constant GL_EVAL_TRIANGULAR_2D_NV with value 0x86C1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EVAL_VERTEX_ATTRIB0_NV
| Change | Effect |
---|
1 | The constant GL_EVAL_VERTEX_ATTRIB0_NV with value 0x86C6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EVAL_VERTEX_ATTRIB10_NV
| Change | Effect |
---|
1 | The constant GL_EVAL_VERTEX_ATTRIB10_NV with value 0x86D0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EVAL_VERTEX_ATTRIB11_NV
| Change | Effect |
---|
1 | The constant GL_EVAL_VERTEX_ATTRIB11_NV with value 0x86D1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EVAL_VERTEX_ATTRIB12_NV
| Change | Effect |
---|
1 | The constant GL_EVAL_VERTEX_ATTRIB12_NV with value 0x86D2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EVAL_VERTEX_ATTRIB13_NV
| Change | Effect |
---|
1 | The constant GL_EVAL_VERTEX_ATTRIB13_NV with value 0x86D3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EVAL_VERTEX_ATTRIB14_NV
| Change | Effect |
---|
1 | The constant GL_EVAL_VERTEX_ATTRIB14_NV with value 0x86D4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EVAL_VERTEX_ATTRIB15_NV
| Change | Effect |
---|
1 | The constant GL_EVAL_VERTEX_ATTRIB15_NV with value 0x86D5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EVAL_VERTEX_ATTRIB1_NV
| Change | Effect |
---|
1 | The constant GL_EVAL_VERTEX_ATTRIB1_NV with value 0x86C7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EVAL_VERTEX_ATTRIB2_NV
| Change | Effect |
---|
1 | The constant GL_EVAL_VERTEX_ATTRIB2_NV with value 0x86C8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EVAL_VERTEX_ATTRIB3_NV
| Change | Effect |
---|
1 | The constant GL_EVAL_VERTEX_ATTRIB3_NV with value 0x86C9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EVAL_VERTEX_ATTRIB4_NV
| Change | Effect |
---|
1 | The constant GL_EVAL_VERTEX_ATTRIB4_NV with value 0x86CA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EVAL_VERTEX_ATTRIB5_NV
| Change | Effect |
---|
1 | The constant GL_EVAL_VERTEX_ATTRIB5_NV with value 0x86CB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EVAL_VERTEX_ATTRIB6_NV
| Change | Effect |
---|
1 | The constant GL_EVAL_VERTEX_ATTRIB6_NV with value 0x86CC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EVAL_VERTEX_ATTRIB7_NV
| Change | Effect |
---|
1 | The constant GL_EVAL_VERTEX_ATTRIB7_NV with value 0x86CD has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EVAL_VERTEX_ATTRIB8_NV
| Change | Effect |
---|
1 | The constant GL_EVAL_VERTEX_ATTRIB8_NV with value 0x86CE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EVAL_VERTEX_ATTRIB9_NV
| Change | Effect |
---|
1 | The constant GL_EVAL_VERTEX_ATTRIB9_NV with value 0x86CF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXP
| Change | Effect |
---|
1 | The constant GL_EXP with value 0x0800 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXP2
| Change | Effect |
---|
1 | The constant GL_EXP2 with value 0x0801 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXPAND_NEGATE_NV
| Change | Effect |
---|
1 | The constant GL_EXPAND_NEGATE_NV with value 0x8539 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXPAND_NORMAL_NV
| Change | Effect |
---|
1 | The constant GL_EXPAND_NORMAL_NV with value 0x8538 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_422_pixels
| Change | Effect |
---|
1 | The constant GL_EXT_422_pixels with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_abgr
| Change | Effect |
---|
1 | The constant GL_EXT_abgr with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_bgra
| Change | Effect |
---|
1 | The constant GL_EXT_bgra with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_blend_color
| Change | Effect |
---|
1 | The constant GL_EXT_blend_color with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_blend_equation_separate
| Change | Effect |
---|
1 | The constant GL_EXT_blend_equation_separate with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_blend_func_separate
| Change | Effect |
---|
1 | The constant GL_EXT_blend_func_separate with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_blend_logic_op
| Change | Effect |
---|
1 | The constant GL_EXT_blend_logic_op with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_blend_minmax
| Change | Effect |
---|
1 | The constant GL_EXT_blend_minmax with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_blend_subtract
| Change | Effect |
---|
1 | The constant GL_EXT_blend_subtract with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_Cg_shader
| Change | Effect |
---|
1 | The constant GL_EXT_Cg_shader with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_clip_volume_hint
| Change | Effect |
---|
1 | The constant GL_EXT_clip_volume_hint with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_cmyka
| Change | Effect |
---|
1 | The constant GL_EXT_cmyka with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_color_subtable
| Change | Effect |
---|
1 | The constant GL_EXT_color_subtable with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_compiled_vertex_array
| Change | Effect |
---|
1 | The constant GL_EXT_compiled_vertex_array with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_convolution
| Change | Effect |
---|
1 | The constant GL_EXT_convolution with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_coordinate_frame
| Change | Effect |
---|
1 | The constant GL_EXT_coordinate_frame with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_copy_texture
| Change | Effect |
---|
1 | The constant GL_EXT_copy_texture with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_cull_vertex
| Change | Effect |
---|
1 | The constant GL_EXT_cull_vertex with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_depth_bounds_test
| Change | Effect |
---|
1 | The constant GL_EXT_depth_bounds_test with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_draw_range_elements
| Change | Effect |
---|
1 | The constant GL_EXT_draw_range_elements with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_fog_coord
| Change | Effect |
---|
1 | The constant GL_EXT_fog_coord with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_fragment_lighting
| Change | Effect |
---|
1 | The constant GL_EXT_fragment_lighting with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_framebuffer_blit
| Change | Effect |
---|
1 | The constant GL_EXT_framebuffer_blit with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_framebuffer_multisample
| Change | Effect |
---|
1 | The constant GL_EXT_framebuffer_multisample with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_framebuffer_object
| Change | Effect |
---|
1 | The constant GL_EXT_framebuffer_object with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_histogram
| Change | Effect |
---|
1 | The constant GL_EXT_histogram with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_index_array_formats
| Change | Effect |
---|
1 | The constant GL_EXT_index_array_formats with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_index_func
| Change | Effect |
---|
1 | The constant GL_EXT_index_func with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_index_material
| Change | Effect |
---|
1 | The constant GL_EXT_index_material with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_index_texture
| Change | Effect |
---|
1 | The constant GL_EXT_index_texture with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_light_texture
| Change | Effect |
---|
1 | The constant GL_EXT_light_texture with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_misc_attribute
| Change | Effect |
---|
1 | The constant GL_EXT_misc_attribute with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_multi_draw_arrays
| Change | Effect |
---|
1 | The constant GL_EXT_multi_draw_arrays with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_multisample
| Change | Effect |
---|
1 | The constant GL_EXT_multisample with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_packed_depth_stencil
| Change | Effect |
---|
1 | The constant GL_EXT_packed_depth_stencil with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_packed_pixels
| Change | Effect |
---|
1 | The constant GL_EXT_packed_pixels with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_paletted_texture
| Change | Effect |
---|
1 | The constant GL_EXT_paletted_texture with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_pixel_buffer_object
| Change | Effect |
---|
1 | The constant GL_EXT_pixel_buffer_object with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_pixel_transform
| Change | Effect |
---|
1 | The constant GL_EXT_pixel_transform with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_pixel_transform_color_table
| Change | Effect |
---|
1 | The constant GL_EXT_pixel_transform_color_table with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_point_parameters
| Change | Effect |
---|
1 | The constant GL_EXT_point_parameters with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_polygon_offset
| Change | Effect |
---|
1 | The constant GL_EXT_polygon_offset with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_rescale_normal
| Change | Effect |
---|
1 | The constant GL_EXT_rescale_normal with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_scene_marker
| Change | Effect |
---|
1 | The constant GL_EXT_scene_marker with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_secondary_color
| Change | Effect |
---|
1 | The constant GL_EXT_secondary_color with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_separate_specular_color
| Change | Effect |
---|
1 | The constant GL_EXT_separate_specular_color with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_shadow_funcs
| Change | Effect |
---|
1 | The constant GL_EXT_shadow_funcs with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_shared_texture_palette
| Change | Effect |
---|
1 | The constant GL_EXT_shared_texture_palette with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_stencil_clear_tag
| Change | Effect |
---|
1 | The constant GL_EXT_stencil_clear_tag with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_stencil_two_side
| Change | Effect |
---|
1 | The constant GL_EXT_stencil_two_side with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_stencil_wrap
| Change | Effect |
---|
1 | The constant GL_EXT_stencil_wrap with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_subtexture
| Change | Effect |
---|
1 | The constant GL_EXT_subtexture with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_texture
| Change | Effect |
---|
1 | The constant GL_EXT_texture with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_texture3D
| Change | Effect |
---|
1 | The constant GL_EXT_texture3D with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_texture_compression_dxt1
| Change | Effect |
---|
1 | The constant GL_EXT_texture_compression_dxt1 with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_texture_compression_s3tc
| Change | Effect |
---|
1 | The constant GL_EXT_texture_compression_s3tc with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_texture_cube_map
| Change | Effect |
---|
1 | The constant GL_EXT_texture_cube_map with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_texture_edge_clamp
| Change | Effect |
---|
1 | The constant GL_EXT_texture_edge_clamp with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_texture_env
| Change | Effect |
---|
1 | The constant GL_EXT_texture_env with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_texture_env_add
| Change | Effect |
---|
1 | The constant GL_EXT_texture_env_add with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_texture_env_combine
| Change | Effect |
---|
1 | The constant GL_EXT_texture_env_combine with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_texture_env_dot3
| Change | Effect |
---|
1 | The constant GL_EXT_texture_env_dot3 with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_texture_filter_anisotropic
| Change | Effect |
---|
1 | The constant GL_EXT_texture_filter_anisotropic with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_texture_lod_bias
| Change | Effect |
---|
1 | The constant GL_EXT_texture_lod_bias with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_texture_mirror_clamp
| Change | Effect |
---|
1 | The constant GL_EXT_texture_mirror_clamp with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_texture_object
| Change | Effect |
---|
1 | The constant GL_EXT_texture_object with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_texture_perturb_normal
| Change | Effect |
---|
1 | The constant GL_EXT_texture_perturb_normal with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_texture_rectangle
| Change | Effect |
---|
1 | The constant GL_EXT_texture_rectangle with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_texture_sRGB
| Change | Effect |
---|
1 | The constant GL_EXT_texture_sRGB with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_vertex_array
| Change | Effect |
---|
1 | The constant GL_EXT_vertex_array with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_vertex_shader
| Change | Effect |
---|
1 | The constant GL_EXT_vertex_shader with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXT_vertex_weighting
| Change | Effect |
---|
1 | The constant GL_EXT_vertex_weighting with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXTENDED_RANGE_SGIS
| Change | Effect |
---|
1 | The constant GL_EXTENDED_RANGE_SGIS with value 0x85A5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EXTENSIONS
| Change | Effect |
---|
1 | The constant GL_EXTENSIONS with value 0x1F03 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EYE_LINEAR
| Change | Effect |
---|
1 | The constant GL_EYE_LINEAR with value 0x2400 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EYE_PLANE
| Change | Effect |
---|
1 | The constant GL_EYE_PLANE with value 0x2502 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EYE_PLANE_ABSOLUTE_NV
| Change | Effect |
---|
1 | The constant GL_EYE_PLANE_ABSOLUTE_NV with value 0x855C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_EYE_RADIAL_NV
| Change | Effect |
---|
1 | The constant GL_EYE_RADIAL_NV with value 0x855B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FALSE
| Change | Effect |
---|
1 | The constant GL_FALSE with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FASTEST
| Change | Effect |
---|
1 | The constant GL_FASTEST with value 0x1101 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FEEDBACK
| Change | Effect |
---|
1 | The constant GL_FEEDBACK with value 0x1C01 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FEEDBACK_BUFFER_POINTER
| Change | Effect |
---|
1 | The constant GL_FEEDBACK_BUFFER_POINTER with value 0x0DF0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FEEDBACK_BUFFER_SIZE
| Change | Effect |
---|
1 | The constant GL_FEEDBACK_BUFFER_SIZE with value 0x0DF1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FEEDBACK_BUFFER_TYPE
| Change | Effect |
---|
1 | The constant GL_FEEDBACK_BUFFER_TYPE with value 0x0DF2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FENCE_APPLE
| Change | Effect |
---|
1 | The constant GL_FENCE_APPLE with value 0x8A0B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FENCE_CONDITION_NV
| Change | Effect |
---|
1 | The constant GL_FENCE_CONDITION_NV with value 0x84F4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FENCE_STATUS_NV
| Change | Effect |
---|
1 | The constant GL_FENCE_STATUS_NV with value 0x84F3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FILL
| Change | Effect |
---|
1 | The constant GL_FILL with value 0x1B02 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FIXED_ONLY_ARB
| Change | Effect |
---|
1 | The constant GL_FIXED_ONLY_ARB with value 0x891D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLAT
| Change | Effect |
---|
1 | The constant GL_FLAT with value 0x1D00 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT
| Change | Effect |
---|
1 | The constant GL_FLOAT with value 0x1406 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT_CLEAR_COLOR_VALUE_NV
| Change | Effect |
---|
1 | The constant GL_FLOAT_CLEAR_COLOR_VALUE_NV with value 0x888D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT_MAT2
| Change | Effect |
---|
1 | The constant GL_FLOAT_MAT2 with value 0x8B5A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT_MAT2_ARB
| Change | Effect |
---|
1 | The constant GL_FLOAT_MAT2_ARB with value 0x8B5A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT_MAT3
| Change | Effect |
---|
1 | The constant GL_FLOAT_MAT3 with value 0x8B5B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT_MAT3_ARB
| Change | Effect |
---|
1 | The constant GL_FLOAT_MAT3_ARB with value 0x8B5B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT_MAT4
| Change | Effect |
---|
1 | The constant GL_FLOAT_MAT4 with value 0x8B5C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT_MAT4_ARB
| Change | Effect |
---|
1 | The constant GL_FLOAT_MAT4_ARB with value 0x8B5C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT_R16_NV
| Change | Effect |
---|
1 | The constant GL_FLOAT_R16_NV with value 0x8884 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT_R32_NV
| Change | Effect |
---|
1 | The constant GL_FLOAT_R32_NV with value 0x8885 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT_R_NV
| Change | Effect |
---|
1 | The constant GL_FLOAT_R_NV with value 0x8880 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT_RG16_NV
| Change | Effect |
---|
1 | The constant GL_FLOAT_RG16_NV with value 0x8886 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT_RG32_NV
| Change | Effect |
---|
1 | The constant GL_FLOAT_RG32_NV with value 0x8887 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT_RG_NV
| Change | Effect |
---|
1 | The constant GL_FLOAT_RG_NV with value 0x8881 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT_RGB16_NV
| Change | Effect |
---|
1 | The constant GL_FLOAT_RGB16_NV with value 0x8888 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT_RGB32_NV
| Change | Effect |
---|
1 | The constant GL_FLOAT_RGB32_NV with value 0x8889 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT_RGB_NV
| Change | Effect |
---|
1 | The constant GL_FLOAT_RGB_NV with value 0x8882 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT_RGBA16_NV
| Change | Effect |
---|
1 | The constant GL_FLOAT_RGBA16_NV with value 0x888A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT_RGBA32_NV
| Change | Effect |
---|
1 | The constant GL_FLOAT_RGBA32_NV with value 0x888B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT_RGBA_MODE_NV
| Change | Effect |
---|
1 | The constant GL_FLOAT_RGBA_MODE_NV with value 0x888E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT_RGBA_NV
| Change | Effect |
---|
1 | The constant GL_FLOAT_RGBA_NV with value 0x8883 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT_VEC2
| Change | Effect |
---|
1 | The constant GL_FLOAT_VEC2 with value 0x8B50 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT_VEC2_ARB
| Change | Effect |
---|
1 | The constant GL_FLOAT_VEC2_ARB with value 0x8B50 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT_VEC3
| Change | Effect |
---|
1 | The constant GL_FLOAT_VEC3 with value 0x8B51 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT_VEC3_ARB
| Change | Effect |
---|
1 | The constant GL_FLOAT_VEC3_ARB with value 0x8B51 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT_VEC4
| Change | Effect |
---|
1 | The constant GL_FLOAT_VEC4 with value 0x8B52 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FLOAT_VEC4_ARB
| Change | Effect |
---|
1 | The constant GL_FLOAT_VEC4_ARB with value 0x8B52 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG
| Change | Effect |
---|
1 | The constant GL_FOG with value 0x0B60 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_BIT
| Change | Effect |
---|
1 | The constant GL_FOG_BIT with value 0x00000080 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_COLOR
| Change | Effect |
---|
1 | The constant GL_FOG_COLOR with value 0x0B66 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_COORD
| Change | Effect |
---|
1 | The constant GL_FOG_COORD with value 0x8451 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_COORD_ARRAY
| Change | Effect |
---|
1 | The constant GL_FOG_COORD_ARRAY with value 0x8457 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_COORD_ARRAY_BUFFER_BINDING
| Change | Effect |
---|
1 | The constant GL_FOG_COORD_ARRAY_BUFFER_BINDING with value 0x889D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_COORD_ARRAY_POINTER
| Change | Effect |
---|
1 | The constant GL_FOG_COORD_ARRAY_POINTER with value 0x8456 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_COORD_ARRAY_STRIDE
| Change | Effect |
---|
1 | The constant GL_FOG_COORD_ARRAY_STRIDE with value 0x8455 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_COORD_ARRAY_TYPE
| Change | Effect |
---|
1 | The constant GL_FOG_COORD_ARRAY_TYPE with value 0x8454 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_COORD_SRC
| Change | Effect |
---|
1 | The constant GL_FOG_COORD_SRC with value 0x8450 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_COORDINATE
| Change | Effect |
---|
1 | The constant GL_FOG_COORDINATE with value 0x8451 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_COORDINATE_ARRAY
| Change | Effect |
---|
1 | The constant GL_FOG_COORDINATE_ARRAY with value 0x8457 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING
| Change | Effect |
---|
1 | The constant GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING with value 0x889D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING_ARB
| Change | Effect |
---|
1 | The constant GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING_ARB with value 0x889D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_COORDINATE_ARRAY_EXT
| Change | Effect |
---|
1 | The constant GL_FOG_COORDINATE_ARRAY_EXT with value 0x8457 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_COORDINATE_ARRAY_LIST_IBM
| Change | Effect |
---|
1 | The constant GL_FOG_COORDINATE_ARRAY_LIST_IBM with value 103076 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_COORDINATE_ARRAY_LIST_STRIDE_IBM
| Change | Effect |
---|
1 | The constant GL_FOG_COORDINATE_ARRAY_LIST_STRIDE_IBM with value 103086 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_COORDINATE_ARRAY_POINTER
| Change | Effect |
---|
1 | The constant GL_FOG_COORDINATE_ARRAY_POINTER with value 0x8456 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_COORDINATE_ARRAY_POINTER_EXT
| Change | Effect |
---|
1 | The constant GL_FOG_COORDINATE_ARRAY_POINTER_EXT with value 0x8456 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_COORDINATE_ARRAY_STRIDE
| Change | Effect |
---|
1 | The constant GL_FOG_COORDINATE_ARRAY_STRIDE with value 0x8455 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_COORDINATE_ARRAY_STRIDE_EXT
| Change | Effect |
---|
1 | The constant GL_FOG_COORDINATE_ARRAY_STRIDE_EXT with value 0x8455 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_COORDINATE_ARRAY_TYPE
| Change | Effect |
---|
1 | The constant GL_FOG_COORDINATE_ARRAY_TYPE with value 0x8454 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_COORDINATE_ARRAY_TYPE_EXT
| Change | Effect |
---|
1 | The constant GL_FOG_COORDINATE_ARRAY_TYPE_EXT with value 0x8454 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_COORDINATE_EXT
| Change | Effect |
---|
1 | The constant GL_FOG_COORDINATE_EXT with value 0x8451 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_COORDINATE_SOURCE
| Change | Effect |
---|
1 | The constant GL_FOG_COORDINATE_SOURCE with value 0x8450 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_COORDINATE_SOURCE_EXT
| Change | Effect |
---|
1 | The constant GL_FOG_COORDINATE_SOURCE_EXT with value 0x8450 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_DENSITY
| Change | Effect |
---|
1 | The constant GL_FOG_DENSITY with value 0x0B62 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_DISTANCE_MODE_NV
| Change | Effect |
---|
1 | The constant GL_FOG_DISTANCE_MODE_NV with value 0x855A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_END
| Change | Effect |
---|
1 | The constant GL_FOG_END with value 0x0B64 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_HINT
| Change | Effect |
---|
1 | The constant GL_FOG_HINT with value 0x0C54 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_INDEX
| Change | Effect |
---|
1 | The constant GL_FOG_INDEX with value 0x0B61 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_MODE
| Change | Effect |
---|
1 | The constant GL_FOG_MODE with value 0x0B65 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_OFFSET_SGIX
| Change | Effect |
---|
1 | The constant GL_FOG_OFFSET_SGIX with value 0x8198 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_OFFSET_VALUE_SGIX
| Change | Effect |
---|
1 | The constant GL_FOG_OFFSET_VALUE_SGIX with value 0x8199 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_PATCHY_FACTOR_SGIX
| Change | Effect |
---|
1 | The constant GL_FOG_PATCHY_FACTOR_SGIX with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_SPECULAR_TEXTURE_WIN
| Change | Effect |
---|
1 | The constant GL_FOG_SPECULAR_TEXTURE_WIN with value 0x80EC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FOG_START
| Change | Effect |
---|
1 | The constant GL_FOG_START with value 0x0B63 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FORCE_BLUE_TO_ONE_NV
| Change | Effect |
---|
1 | The constant GL_FORCE_BLUE_TO_ONE_NV with value 0x8860 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FORMAT_SUBSAMPLE_244_244_OML
| Change | Effect |
---|
1 | The constant GL_FORMAT_SUBSAMPLE_244_244_OML with value 0x8983 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FORMAT_SUBSAMPLE_24_24_OML
| Change | Effect |
---|
1 | The constant GL_FORMAT_SUBSAMPLE_24_24_OML with value 0x8982 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAGMENT_COLOR_EXT
| Change | Effect |
---|
1 | The constant GL_FRAGMENT_COLOR_EXT with value 0x834C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAGMENT_COLOR_MATERIAL_EXT
| Change | Effect |
---|
1 | The constant GL_FRAGMENT_COLOR_MATERIAL_EXT with value 0x8401 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAGMENT_COLOR_MATERIAL_FACE_EXT
| Change | Effect |
---|
1 | The constant GL_FRAGMENT_COLOR_MATERIAL_FACE_EXT with value 0x8402 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAGMENT_COLOR_MATERIAL_PARAMETER_EXT
| Change | Effect |
---|
1 | The constant GL_FRAGMENT_COLOR_MATERIAL_PARAMETER_EXT with value 0x8403 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAGMENT_DEPTH
| Change | Effect |
---|
1 | The constant GL_FRAGMENT_DEPTH with value 0x8452 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAGMENT_DEPTH_EXT
| Change | Effect |
---|
1 | The constant GL_FRAGMENT_DEPTH_EXT with value 0x8452 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAGMENT_FOG_SGIX
| Change | Effect |
---|
1 | The constant GL_FRAGMENT_FOG_SGIX with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAGMENT_LIGHT0_EXT
| Change | Effect |
---|
1 | The constant GL_FRAGMENT_LIGHT0_EXT with value 0x840C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAGMENT_LIGHT7_EXT
| Change | Effect |
---|
1 | The constant GL_FRAGMENT_LIGHT7_EXT with value 0x8413 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAGMENT_LIGHT_MODEL_AMBIENT_EXT
| Change | Effect |
---|
1 | The constant GL_FRAGMENT_LIGHT_MODEL_AMBIENT_EXT with value 0x840A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAGMENT_LIGHT_MODEL_LOCAL_VIEWER_EXT
| Change | Effect |
---|
1 | The constant GL_FRAGMENT_LIGHT_MODEL_LOCAL_VIEWER_EXT with value 0x8408 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAGMENT_LIGHT_MODEL_NORMAL_INTERPOLATION_EXT
| Change | Effect |
---|
1 | The constant GL_FRAGMENT_LIGHT_MODEL_NORMAL_INTERPOLATION_EXT with value 0x840B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAGMENT_LIGHT_MODEL_TWO_SIDE_EXT
| Change | Effect |
---|
1 | The constant GL_FRAGMENT_LIGHT_MODEL_TWO_SIDE_EXT with value 0x8409 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAGMENT_LIGHTING_EXT
| Change | Effect |
---|
1 | The constant GL_FRAGMENT_LIGHTING_EXT with value 0x8400 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAGMENT_MATERIAL_EXT
| Change | Effect |
---|
1 | The constant GL_FRAGMENT_MATERIAL_EXT with value 0x8349 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAGMENT_NORMAL_EXT
| Change | Effect |
---|
1 | The constant GL_FRAGMENT_NORMAL_EXT with value 0x834A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAGMENT_PROGRAM_ARB
| Change | Effect |
---|
1 | The constant GL_FRAGMENT_PROGRAM_ARB with value 0x8804 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAGMENT_PROGRAM_BINDING_NV
| Change | Effect |
---|
1 | The constant GL_FRAGMENT_PROGRAM_BINDING_NV with value 0x8873 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAGMENT_PROGRAM_NV
| Change | Effect |
---|
1 | The constant GL_FRAGMENT_PROGRAM_NV with value 0x8870 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAGMENT_SHADER
| Change | Effect |
---|
1 | The constant GL_FRAGMENT_SHADER with value 0x8B30 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAGMENT_SHADER_ARB
| Change | Effect |
---|
1 | The constant GL_FRAGMENT_SHADER_ARB with value 0x8B30 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAGMENT_SHADER_ATI
| Change | Effect |
---|
1 | The constant GL_FRAGMENT_SHADER_ATI with value 0x8920 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAGMENT_SHADER_DERIVATIVE_HINT
| Change | Effect |
---|
1 | The constant GL_FRAGMENT_SHADER_DERIVATIVE_HINT with value 0x8B8B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAGMENT_SHADER_DERIVATIVE_HINT_ARB
| Change | Effect |
---|
1 | The constant GL_FRAGMENT_SHADER_DERIVATIVE_HINT_ARB with value 0x8B8B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_EXT
| Change | Effect |
---|
1 | The constant GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_EXT with value 0x8CD1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_EXT
| Change | Effect |
---|
1 | The constant GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_EXT with value 0x8CD0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_EXT
| Change | Effect |
---|
1 | The constant GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_EXT with value 0x8CD4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_EXT
| Change | Effect |
---|
1 | The constant GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_EXT with value 0x8CD3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_EXT
| Change | Effect |
---|
1 | The constant GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_EXT with value 0x8CD2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAMEBUFFER_BINDING_EXT
| Change | Effect |
---|
1 | The constant GL_FRAMEBUFFER_BINDING_EXT with value 0x8CA6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAMEBUFFER_COMPLETE_EXT
| Change | Effect |
---|
1 | The constant GL_FRAMEBUFFER_COMPLETE_EXT with value 0x8CD5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAMEBUFFER_EXT
| Change | Effect |
---|
1 | The constant GL_FRAMEBUFFER_EXT with value 0x8D40 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT
| Change | Effect |
---|
1 | The constant GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT with value 0x8CD6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT
| Change | Effect |
---|
1 | The constant GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT with value 0x8CD9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT
| Change | Effect |
---|
1 | The constant GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT with value 0x8CDB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAMEBUFFER_INCOMPLETE_FORMATS_EXT
| Change | Effect |
---|
1 | The constant GL_FRAMEBUFFER_INCOMPLETE_FORMATS_EXT with value 0x8CDA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT
| Change | Effect |
---|
1 | The constant GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT with value 0x8CD7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_EXT
| Change | Effect |
---|
1 | The constant GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_EXT with value 0x8CDC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRAMEBUFFER_UNSUPPORTED_EXT
| Change | Effect |
---|
1 | The constant GL_FRAMEBUFFER_UNSUPPORTED_EXT with value 0x8CDD has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRONT
| Change | Effect |
---|
1 | The constant GL_FRONT with value 0x0404 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRONT_AND_BACK
| Change | Effect |
---|
1 | The constant GL_FRONT_AND_BACK with value 0x0408 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRONT_FACE
| Change | Effect |
---|
1 | The constant GL_FRONT_FACE with value 0x0B46 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRONT_LEFT
| Change | Effect |
---|
1 | The constant GL_FRONT_LEFT with value 0x0400 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FRONT_RIGHT
| Change | Effect |
---|
1 | The constant GL_FRONT_RIGHT with value 0x0401 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FULL_RANGE_EXT
| Change | Effect |
---|
1 | The constant GL_FULL_RANGE_EXT with value 0x87E1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FULL_STIPPLE_HINT_PGI
| Change | Effect |
---|
1 | The constant GL_FULL_STIPPLE_HINT_PGI with value 107033 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FUNC_ADD
| Change | Effect |
---|
1 | The constant GL_FUNC_ADD with value 0x8006 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FUNC_ADD_EXT
| Change | Effect |
---|
1 | The constant GL_FUNC_ADD_EXT with value 0x8006 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FUNC_REVERSE_SUBTRACT
| Change | Effect |
---|
1 | The constant GL_FUNC_REVERSE_SUBTRACT with value 0x800B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FUNC_REVERSE_SUBTRACT_EXT
| Change | Effect |
---|
1 | The constant GL_FUNC_REVERSE_SUBTRACT_EXT with value 0x800B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FUNC_SUBTRACT
| Change | Effect |
---|
1 | The constant GL_FUNC_SUBTRACT with value 0x800A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_FUNC_SUBTRACT_EXT
| Change | Effect |
---|
1 | The constant GL_FUNC_SUBTRACT_EXT with value 0x800A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_GENERATE_MIPMAP
| Change | Effect |
---|
1 | The constant GL_GENERATE_MIPMAP with value 0x8191 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_GENERATE_MIPMAP_HINT
| Change | Effect |
---|
1 | The constant GL_GENERATE_MIPMAP_HINT with value 0x8192 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_GENERATE_MIPMAP_HINT_SGIS
| Change | Effect |
---|
1 | The constant GL_GENERATE_MIPMAP_HINT_SGIS with value 0x8192 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_GENERATE_MIPMAP_SGIS
| Change | Effect |
---|
1 | The constant GL_GENERATE_MIPMAP_SGIS with value 0x8191 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_GEQUAL
| Change | Effect |
---|
1 | The constant GL_GEQUAL with value 0x0206 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_GLOBAL_ALPHA_FACTOR_SUN
| Change | Effect |
---|
1 | The constant GL_GLOBAL_ALPHA_FACTOR_SUN with value 0x81DA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_GLOBAL_ALPHA_SUN
| Change | Effect |
---|
1 | The constant GL_GLOBAL_ALPHA_SUN with value 0x81D9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_GREATER
| Change | Effect |
---|
1 | The constant GL_GREATER with value 0x0204 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_GREEN
| Change | Effect |
---|
1 | The constant GL_GREEN with value 0x1904 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_GREEN_BIAS
| Change | Effect |
---|
1 | The constant GL_GREEN_BIAS with value 0x0D19 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_GREEN_BIT_ATI
| Change | Effect |
---|
1 | The constant GL_GREEN_BIT_ATI with value 0x00000002 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_GREEN_BITS
| Change | Effect |
---|
1 | The constant GL_GREEN_BITS with value 0x0D53 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_GREEN_MAX_CLAMP_INGR
| Change | Effect |
---|
1 | The constant GL_GREEN_MAX_CLAMP_INGR with value 0x8565 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_GREEN_MIN_CLAMP_INGR
| Change | Effect |
---|
1 | The constant GL_GREEN_MIN_CLAMP_INGR with value 0x8561 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_GREEN_SCALE
| Change | Effect |
---|
1 | The constant GL_GREEN_SCALE with value 0x0D18 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_GREMEDY_string_marker
| Change | Effect |
---|
1 | The constant GL_GREMEDY_string_marker with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HALF_APPLE
| Change | Effect |
---|
1 | The constant GL_HALF_APPLE with value 0x140B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HALF_BIAS_NEGATE_NV
| Change | Effect |
---|
1 | The constant GL_HALF_BIAS_NEGATE_NV with value 0x853B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HALF_BIAS_NORMAL_NV
| Change | Effect |
---|
1 | The constant GL_HALF_BIAS_NORMAL_NV with value 0x853A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HALF_BIT_ATI
| Change | Effect |
---|
1 | The constant GL_HALF_BIT_ATI with value 0x00000008 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HALF_FLOAT_ARB
| Change | Effect |
---|
1 | The constant GL_HALF_FLOAT_ARB with value 0x140B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HALF_FLOAT_NV
| Change | Effect |
---|
1 | The constant GL_HALF_FLOAT_NV with value 0x140B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HI_BIAS_NV
| Change | Effect |
---|
1 | The constant GL_HI_BIAS_NV with value 0x8714 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HI_SCALE_NV
| Change | Effect |
---|
1 | The constant GL_HI_SCALE_NV with value 0x870E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HILO16_NV
| Change | Effect |
---|
1 | The constant GL_HILO16_NV with value 0x86F8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HILO8_NV
| Change | Effect |
---|
1 | The constant GL_HILO8_NV with value 0x885E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HILO_NV
| Change | Effect |
---|
1 | The constant GL_HILO_NV with value 0x86F4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HINT_BIT
| Change | Effect |
---|
1 | The constant GL_HINT_BIT with value 0x00008000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HISTOGRAM
| Change | Effect |
---|
1 | The constant GL_HISTOGRAM with value 0x8024 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HISTOGRAM_ALPHA_SIZE
| Change | Effect |
---|
1 | The constant GL_HISTOGRAM_ALPHA_SIZE with value 0x802B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HISTOGRAM_ALPHA_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_HISTOGRAM_ALPHA_SIZE_EXT with value 0x802B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HISTOGRAM_BLUE_SIZE
| Change | Effect |
---|
1 | The constant GL_HISTOGRAM_BLUE_SIZE with value 0x802A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HISTOGRAM_BLUE_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_HISTOGRAM_BLUE_SIZE_EXT with value 0x802A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HISTOGRAM_EXT
| Change | Effect |
---|
1 | The constant GL_HISTOGRAM_EXT with value 0x8024 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HISTOGRAM_FORMAT
| Change | Effect |
---|
1 | The constant GL_HISTOGRAM_FORMAT with value 0x8027 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HISTOGRAM_FORMAT_EXT
| Change | Effect |
---|
1 | The constant GL_HISTOGRAM_FORMAT_EXT with value 0x8027 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HISTOGRAM_GREEN_SIZE
| Change | Effect |
---|
1 | The constant GL_HISTOGRAM_GREEN_SIZE with value 0x8029 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HISTOGRAM_GREEN_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_HISTOGRAM_GREEN_SIZE_EXT with value 0x8029 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HISTOGRAM_LUMINANCE_SIZE
| Change | Effect |
---|
1 | The constant GL_HISTOGRAM_LUMINANCE_SIZE with value 0x802C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HISTOGRAM_LUMINANCE_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_HISTOGRAM_LUMINANCE_SIZE_EXT with value 0x802C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HISTOGRAM_RED_SIZE
| Change | Effect |
---|
1 | The constant GL_HISTOGRAM_RED_SIZE with value 0x8028 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HISTOGRAM_RED_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_HISTOGRAM_RED_SIZE_EXT with value 0x8028 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HISTOGRAM_SINK
| Change | Effect |
---|
1 | The constant GL_HISTOGRAM_SINK with value 0x802D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HISTOGRAM_SINK_EXT
| Change | Effect |
---|
1 | The constant GL_HISTOGRAM_SINK_EXT with value 0x802D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HISTOGRAM_WIDTH
| Change | Effect |
---|
1 | The constant GL_HISTOGRAM_WIDTH with value 0x8026 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HISTOGRAM_WIDTH_EXT
| Change | Effect |
---|
1 | The constant GL_HISTOGRAM_WIDTH_EXT with value 0x8026 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HP_convolution_border_modes
| Change | Effect |
---|
1 | The constant GL_HP_convolution_border_modes with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HP_image_transform
| Change | Effect |
---|
1 | The constant GL_HP_image_transform with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HP_occlusion_test
| Change | Effect |
---|
1 | The constant GL_HP_occlusion_test with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_HP_texture_lighting
| Change | Effect |
---|
1 | The constant GL_HP_texture_lighting with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_IBM_cull_vertex
| Change | Effect |
---|
1 | The constant GL_IBM_cull_vertex with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_IBM_multimode_draw_arrays
| Change | Effect |
---|
1 | The constant GL_IBM_multimode_draw_arrays with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_IBM_rasterpos_clip
| Change | Effect |
---|
1 | The constant GL_IBM_rasterpos_clip with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_IBM_static_data
| Change | Effect |
---|
1 | The constant GL_IBM_static_data with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_IBM_texture_mirrored_repeat
| Change | Effect |
---|
1 | The constant GL_IBM_texture_mirrored_repeat with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_IBM_vertex_array_lists
| Change | Effect |
---|
1 | The constant GL_IBM_vertex_array_lists with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_IDENTITY_NV
| Change | Effect |
---|
1 | The constant GL_IDENTITY_NV with value 0x862A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_IGNORE_BORDER
| Change | Effect |
---|
1 | The constant GL_IGNORE_BORDER with value 0x8150 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INCR
| Change | Effect |
---|
1 | The constant GL_INCR with value 0x1E02 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INCR_WRAP
| Change | Effect |
---|
1 | The constant GL_INCR_WRAP with value 0x8507 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INCR_WRAP_EXT
| Change | Effect |
---|
1 | The constant GL_INCR_WRAP_EXT with value 0x8507 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INDEX_ARRAY
| Change | Effect |
---|
1 | The constant GL_INDEX_ARRAY with value 0x8077 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INDEX_ARRAY_BUFFER_BINDING
| Change | Effect |
---|
1 | The constant GL_INDEX_ARRAY_BUFFER_BINDING with value 0x8899 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INDEX_ARRAY_BUFFER_BINDING_ARB
| Change | Effect |
---|
1 | The constant GL_INDEX_ARRAY_BUFFER_BINDING_ARB with value 0x8899 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INDEX_ARRAY_COUNT_EXT
| Change | Effect |
---|
1 | The constant GL_INDEX_ARRAY_COUNT_EXT with value 0x8087 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INDEX_ARRAY_EXT
| Change | Effect |
---|
1 | The constant GL_INDEX_ARRAY_EXT with value 0x8077 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INDEX_ARRAY_LIST_IBM
| Change | Effect |
---|
1 | The constant GL_INDEX_ARRAY_LIST_IBM with value 103073 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INDEX_ARRAY_LIST_STRIDE_IBM
| Change | Effect |
---|
1 | The constant GL_INDEX_ARRAY_LIST_STRIDE_IBM with value 103083 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INDEX_ARRAY_POINTER
| Change | Effect |
---|
1 | The constant GL_INDEX_ARRAY_POINTER with value 0x8091 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INDEX_ARRAY_POINTER_EXT
| Change | Effect |
---|
1 | The constant GL_INDEX_ARRAY_POINTER_EXT with value 0x8091 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INDEX_ARRAY_STRIDE
| Change | Effect |
---|
1 | The constant GL_INDEX_ARRAY_STRIDE with value 0x8086 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INDEX_ARRAY_STRIDE_EXT
| Change | Effect |
---|
1 | The constant GL_INDEX_ARRAY_STRIDE_EXT with value 0x8086 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INDEX_ARRAY_TYPE
| Change | Effect |
---|
1 | The constant GL_INDEX_ARRAY_TYPE with value 0x8085 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INDEX_ARRAY_TYPE_EXT
| Change | Effect |
---|
1 | The constant GL_INDEX_ARRAY_TYPE_EXT with value 0x8085 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INDEX_BIT_PGI
| Change | Effect |
---|
1 | The constant GL_INDEX_BIT_PGI with value 0x00080000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INDEX_BITS
| Change | Effect |
---|
1 | The constant GL_INDEX_BITS with value 0x0D51 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INDEX_CLEAR_VALUE
| Change | Effect |
---|
1 | The constant GL_INDEX_CLEAR_VALUE with value 0x0C20 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INDEX_LOGIC_OP
| Change | Effect |
---|
1 | The constant GL_INDEX_LOGIC_OP with value 0x0BF1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INDEX_MODE
| Change | Effect |
---|
1 | The constant GL_INDEX_MODE with value 0x0C30 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INDEX_OFFSET
| Change | Effect |
---|
1 | The constant GL_INDEX_OFFSET with value 0x0D13 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INDEX_SHIFT
| Change | Effect |
---|
1 | The constant GL_INDEX_SHIFT with value 0x0D12 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INDEX_WRITEMASK
| Change | Effect |
---|
1 | The constant GL_INDEX_WRITEMASK with value 0x0C21 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INFO_LOG_LENGTH
| Change | Effect |
---|
1 | The constant GL_INFO_LOG_LENGTH with value 0x8B84 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INGR_color_clamp
| Change | Effect |
---|
1 | The constant GL_INGR_color_clamp with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INGR_interlace_read
| Change | Effect |
---|
1 | The constant GL_INGR_interlace_read with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INT
| Change | Effect |
---|
1 | The constant GL_INT with value 0x1404 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INT_VEC2
| Change | Effect |
---|
1 | The constant GL_INT_VEC2 with value 0x8B53 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INT_VEC2_ARB
| Change | Effect |
---|
1 | The constant GL_INT_VEC2_ARB with value 0x8B53 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INT_VEC3
| Change | Effect |
---|
1 | The constant GL_INT_VEC3 with value 0x8B54 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INT_VEC3_ARB
| Change | Effect |
---|
1 | The constant GL_INT_VEC3_ARB with value 0x8B54 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INT_VEC4
| Change | Effect |
---|
1 | The constant GL_INT_VEC4 with value 0x8B55 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INT_VEC4_ARB
| Change | Effect |
---|
1 | The constant GL_INT_VEC4_ARB with value 0x8B55 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTEL_parallel_arrays
| Change | Effect |
---|
1 | The constant GL_INTEL_parallel_arrays with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTEL_texture_scissor
| Change | Effect |
---|
1 | The constant GL_INTEL_texture_scissor with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTENSITY
| Change | Effect |
---|
1 | The constant GL_INTENSITY with value 0x8049 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTENSITY12
| Change | Effect |
---|
1 | The constant GL_INTENSITY12 with value 0x804C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTENSITY12_EXT
| Change | Effect |
---|
1 | The constant GL_INTENSITY12_EXT with value 0x804C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTENSITY16
| Change | Effect |
---|
1 | The constant GL_INTENSITY16 with value 0x804D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTENSITY16_EXT
| Change | Effect |
---|
1 | The constant GL_INTENSITY16_EXT with value 0x804D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTENSITY16_EXTENDED_RANGE_SGIX
| Change | Effect |
---|
1 | The constant GL_INTENSITY16_EXTENDED_RANGE_SGIX with value 0x85F6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTENSITY16_SIGNED_SGIX
| Change | Effect |
---|
1 | The constant GL_INTENSITY16_SIGNED_SGIX with value 0x85EA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTENSITY16F_ARB
| Change | Effect |
---|
1 | The constant GL_INTENSITY16F_ARB with value 0x881D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTENSITY32F_ARB
| Change | Effect |
---|
1 | The constant GL_INTENSITY32F_ARB with value 0x8817 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTENSITY4
| Change | Effect |
---|
1 | The constant GL_INTENSITY4 with value 0x804A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTENSITY4_EXT
| Change | Effect |
---|
1 | The constant GL_INTENSITY4_EXT with value 0x804A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTENSITY8
| Change | Effect |
---|
1 | The constant GL_INTENSITY8 with value 0x804B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTENSITY8_EXT
| Change | Effect |
---|
1 | The constant GL_INTENSITY8_EXT with value 0x804B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTENSITY_EXT
| Change | Effect |
---|
1 | The constant GL_INTENSITY_EXT with value 0x8049 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTENSITY_EXTENDED_RANGE_SGIX
| Change | Effect |
---|
1 | The constant GL_INTENSITY_EXTENDED_RANGE_SGIX with value 0x85F0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTENSITY_FLOAT16_APPLE
| Change | Effect |
---|
1 | The constant GL_INTENSITY_FLOAT16_APPLE with value 0x881D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTENSITY_FLOAT16_ATI
| Change | Effect |
---|
1 | The constant GL_INTENSITY_FLOAT16_ATI with value 0x881D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTENSITY_FLOAT32_APPLE
| Change | Effect |
---|
1 | The constant GL_INTENSITY_FLOAT32_APPLE with value 0x8817 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTENSITY_FLOAT32_ATI
| Change | Effect |
---|
1 | The constant GL_INTENSITY_FLOAT32_ATI with value 0x8817 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTENSITY_SIGNED_SGIX
| Change | Effect |
---|
1 | The constant GL_INTENSITY_SIGNED_SGIX with value 0x85E4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTERLACE_OML
| Change | Effect |
---|
1 | The constant GL_INTERLACE_OML with value 0x8980 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTERLACE_READ_INGR
| Change | Effect |
---|
1 | The constant GL_INTERLACE_READ_INGR with value 0x8568 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTERLACE_READ_OML
| Change | Effect |
---|
1 | The constant GL_INTERLACE_READ_OML with value 0x8981 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTERLACE_SGIX
| Change | Effect |
---|
1 | The constant GL_INTERLACE_SGIX with value 0x8094 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTERPOLATE
| Change | Effect |
---|
1 | The constant GL_INTERPOLATE with value 0x8575 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTERPOLATE_ARB
| Change | Effect |
---|
1 | The constant GL_INTERPOLATE_ARB with value 0x8575 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INTERPOLATE_EXT
| Change | Effect |
---|
1 | The constant GL_INTERPOLATE_EXT with value 0x8575 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INVALID_ENUM
| Change | Effect |
---|
1 | The constant GL_INVALID_ENUM with value 0x0500 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INVALID_FRAMEBUFFER_OPERATION_EXT
| Change | Effect |
---|
1 | The constant GL_INVALID_FRAMEBUFFER_OPERATION_EXT with value 0x0506 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INVALID_OPERATION
| Change | Effect |
---|
1 | The constant GL_INVALID_OPERATION with value 0x0502 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INVALID_VALUE
| Change | Effect |
---|
1 | The constant GL_INVALID_VALUE with value 0x0501 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INVARIANT_DATATYPE_EXT
| Change | Effect |
---|
1 | The constant GL_INVARIANT_DATATYPE_EXT with value 0x87EB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INVARIANT_EXT
| Change | Effect |
---|
1 | The constant GL_INVARIANT_EXT with value 0x87C2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INVARIANT_VALUE_EXT
| Change | Effect |
---|
1 | The constant GL_INVARIANT_VALUE_EXT with value 0x87EA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INVERSE_NV
| Change | Effect |
---|
1 | The constant GL_INVERSE_NV with value 0x862B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INVERSE_TRANSPOSE_NV
| Change | Effect |
---|
1 | The constant GL_INVERSE_TRANSPOSE_NV with value 0x862D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INVERT
| Change | Effect |
---|
1 | The constant GL_INVERT with value 0x150A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_INVERTED_SCREEN_W_REND
| Change | Effect |
---|
1 | The constant GL_INVERTED_SCREEN_W_REND with value 0x8491 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_KEEP
| Change | Effect |
---|
1 | The constant GL_KEEP with value 0x1E00 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_KTX_BACK_REGION
| Change | Effect |
---|
1 | The constant GL_KTX_BACK_REGION with value 0x1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_KTX_buffer_region
| Change | Effect |
---|
1 | The constant GL_KTX_buffer_region with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_KTX_FRONT_REGION
| Change | Effect |
---|
1 | The constant GL_KTX_FRONT_REGION with value 0x0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_KTX_STENCIL_REGION
| Change | Effect |
---|
1 | The constant GL_KTX_STENCIL_REGION with value 0x3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_KTX_Z_REGION
| Change | Effect |
---|
1 | The constant GL_KTX_Z_REGION with value 0x2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LEFT
| Change | Effect |
---|
1 | The constant GL_LEFT with value 0x0406 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LEQUAL
| Change | Effect |
---|
1 | The constant GL_LEQUAL with value 0x0203 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LERP_ATI
| Change | Effect |
---|
1 | The constant GL_LERP_ATI with value 0x8969 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LESS
| Change | Effect |
---|
1 | The constant GL_LESS with value 0x0201 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LIGHT0
| Change | Effect |
---|
1 | The constant GL_LIGHT0 with value 0x4000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LIGHT1
| Change | Effect |
---|
1 | The constant GL_LIGHT1 with value 0x4001 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LIGHT2
| Change | Effect |
---|
1 | The constant GL_LIGHT2 with value 0x4002 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LIGHT3
| Change | Effect |
---|
1 | The constant GL_LIGHT3 with value 0x4003 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LIGHT4
| Change | Effect |
---|
1 | The constant GL_LIGHT4 with value 0x4004 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LIGHT5
| Change | Effect |
---|
1 | The constant GL_LIGHT5 with value 0x4005 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LIGHT6
| Change | Effect |
---|
1 | The constant GL_LIGHT6 with value 0x4006 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LIGHT7
| Change | Effect |
---|
1 | The constant GL_LIGHT7 with value 0x4007 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LIGHT_ENV_MODE_EXT
| Change | Effect |
---|
1 | The constant GL_LIGHT_ENV_MODE_EXT with value 0x8407 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LIGHT_MODEL_AMBIENT
| Change | Effect |
---|
1 | The constant GL_LIGHT_MODEL_AMBIENT with value 0x0B53 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LIGHT_MODEL_COLOR_CONTROL
| Change | Effect |
---|
1 | The constant GL_LIGHT_MODEL_COLOR_CONTROL with value 0x81F8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LIGHT_MODEL_COLOR_CONTROL_EXT
| Change | Effect |
---|
1 | The constant GL_LIGHT_MODEL_COLOR_CONTROL_EXT with value 0x81F8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LIGHT_MODEL_LOCAL_VIEWER
| Change | Effect |
---|
1 | The constant GL_LIGHT_MODEL_LOCAL_VIEWER with value 0x0B51 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LIGHT_MODEL_SPECULAR_VECTOR_APPLE
| Change | Effect |
---|
1 | The constant GL_LIGHT_MODEL_SPECULAR_VECTOR_APPLE with value 0x85B0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LIGHT_MODEL_TWO_SIDE
| Change | Effect |
---|
1 | The constant GL_LIGHT_MODEL_TWO_SIDE with value 0x0B52 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LIGHTING
| Change | Effect |
---|
1 | The constant GL_LIGHTING with value 0x0B50 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LIGHTING_BIT
| Change | Effect |
---|
1 | The constant GL_LIGHTING_BIT with value 0x00000040 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LINE
| Change | Effect |
---|
1 | The constant GL_LINE with value 0x1B01 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LINE_BIT
| Change | Effect |
---|
1 | The constant GL_LINE_BIT with value 0x00000004 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LINE_LOOP
| Change | Effect |
---|
1 | The constant GL_LINE_LOOP with value 0x0002 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LINE_RESET_TOKEN
| Change | Effect |
---|
1 | The constant GL_LINE_RESET_TOKEN with value 0x0707 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LINE_SMOOTH
| Change | Effect |
---|
1 | The constant GL_LINE_SMOOTH with value 0x0B20 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LINE_SMOOTH_HINT
| Change | Effect |
---|
1 | The constant GL_LINE_SMOOTH_HINT with value 0x0C52 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LINE_STIPPLE
| Change | Effect |
---|
1 | The constant GL_LINE_STIPPLE with value 0x0B24 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LINE_STIPPLE_PATTERN
| Change | Effect |
---|
1 | The constant GL_LINE_STIPPLE_PATTERN with value 0x0B25 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LINE_STIPPLE_REPEAT
| Change | Effect |
---|
1 | The constant GL_LINE_STIPPLE_REPEAT with value 0x0B26 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LINE_STRIP
| Change | Effect |
---|
1 | The constant GL_LINE_STRIP with value 0x0003 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LINE_TOKEN
| Change | Effect |
---|
1 | The constant GL_LINE_TOKEN with value 0x0702 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LINE_WIDTH
| Change | Effect |
---|
1 | The constant GL_LINE_WIDTH with value 0x0B21 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LINE_WIDTH_GRANULARITY
| Change | Effect |
---|
1 | The constant GL_LINE_WIDTH_GRANULARITY with value 0x0B23 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LINE_WIDTH_RANGE
| Change | Effect |
---|
1 | The constant GL_LINE_WIDTH_RANGE with value 0x0B22 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LINEAR
| Change | Effect |
---|
1 | The constant GL_LINEAR with value 0x2601 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LINEAR_ATTENUATION
| Change | Effect |
---|
1 | The constant GL_LINEAR_ATTENUATION with value 0x1208 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LINEAR_MIPMAP_LINEAR
| Change | Effect |
---|
1 | The constant GL_LINEAR_MIPMAP_LINEAR with value 0x2703 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LINEAR_MIPMAP_NEAREST
| Change | Effect |
---|
1 | The constant GL_LINEAR_MIPMAP_NEAREST with value 0x2701 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LINES
| Change | Effect |
---|
1 | The constant GL_LINES with value 0x0001 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LINK_STATUS
| Change | Effect |
---|
1 | The constant GL_LINK_STATUS with value 0x8B82 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LIST_BASE
| Change | Effect |
---|
1 | The constant GL_LIST_BASE with value 0x0B32 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LIST_BIT
| Change | Effect |
---|
1 | The constant GL_LIST_BIT with value 0x00020000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LIST_INDEX
| Change | Effect |
---|
1 | The constant GL_LIST_INDEX with value 0x0B33 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LIST_MODE
| Change | Effect |
---|
1 | The constant GL_LIST_MODE with value 0x0B30 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LO_BIAS_NV
| Change | Effect |
---|
1 | The constant GL_LO_BIAS_NV with value 0x8715 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LO_SCALE_NV
| Change | Effect |
---|
1 | The constant GL_LO_SCALE_NV with value 0x870F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LOAD
| Change | Effect |
---|
1 | The constant GL_LOAD with value 0x0101 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LOCAL_CONSTANT_DATATYPE_EXT
| Change | Effect |
---|
1 | The constant GL_LOCAL_CONSTANT_DATATYPE_EXT with value 0x87ED has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LOCAL_CONSTANT_EXT
| Change | Effect |
---|
1 | The constant GL_LOCAL_CONSTANT_EXT with value 0x87C3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LOCAL_CONSTANT_VALUE_EXT
| Change | Effect |
---|
1 | The constant GL_LOCAL_CONSTANT_VALUE_EXT with value 0x87EC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LOCAL_EXT
| Change | Effect |
---|
1 | The constant GL_LOCAL_EXT with value 0x87C4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LOGIC_OP
| Change | Effect |
---|
1 | The constant GL_LOGIC_OP with value 0x0BF1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LOGIC_OP_MODE
| Change | Effect |
---|
1 | The constant GL_LOGIC_OP_MODE with value 0x0BF0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LOWER_LEFT
| Change | Effect |
---|
1 | The constant GL_LOWER_LEFT with value 0x8CA1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE
| Change | Effect |
---|
1 | The constant GL_LUMINANCE with value 0x1909 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE12
| Change | Effect |
---|
1 | The constant GL_LUMINANCE12 with value 0x8041 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE12_ALPHA12
| Change | Effect |
---|
1 | The constant GL_LUMINANCE12_ALPHA12 with value 0x8047 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE12_ALPHA12_EXT
| Change | Effect |
---|
1 | The constant GL_LUMINANCE12_ALPHA12_EXT with value 0x8047 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE12_ALPHA4
| Change | Effect |
---|
1 | The constant GL_LUMINANCE12_ALPHA4 with value 0x8046 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE12_ALPHA4_EXT
| Change | Effect |
---|
1 | The constant GL_LUMINANCE12_ALPHA4_EXT with value 0x8046 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE12_EXT
| Change | Effect |
---|
1 | The constant GL_LUMINANCE12_EXT with value 0x8041 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE16
| Change | Effect |
---|
1 | The constant GL_LUMINANCE16 with value 0x8042 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE16_ALPHA16
| Change | Effect |
---|
1 | The constant GL_LUMINANCE16_ALPHA16 with value 0x8048 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE16_ALPHA16_EXT
| Change | Effect |
---|
1 | The constant GL_LUMINANCE16_ALPHA16_EXT with value 0x8048 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE16_ALPHA16_EXTENDED_RANGE_SGIX
| Change | Effect |
---|
1 | The constant GL_LUMINANCE16_ALPHA16_EXTENDED_RANGE_SGIX with value 0x85F7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE16_ALPHA16_SIGNED_SGIX
| Change | Effect |
---|
1 | The constant GL_LUMINANCE16_ALPHA16_SIGNED_SGIX with value 0x85EB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE16_EXT
| Change | Effect |
---|
1 | The constant GL_LUMINANCE16_EXT with value 0x8042 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE16_EXTENDED_RANGE_SGIX
| Change | Effect |
---|
1 | The constant GL_LUMINANCE16_EXTENDED_RANGE_SGIX with value 0x85F5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE16_SIGNED_SGIX
| Change | Effect |
---|
1 | The constant GL_LUMINANCE16_SIGNED_SGIX with value 0x85E9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE16F_ARB
| Change | Effect |
---|
1 | The constant GL_LUMINANCE16F_ARB with value 0x881E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE32F_ARB
| Change | Effect |
---|
1 | The constant GL_LUMINANCE32F_ARB with value 0x8818 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE4
| Change | Effect |
---|
1 | The constant GL_LUMINANCE4 with value 0x803F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE4_ALPHA4
| Change | Effect |
---|
1 | The constant GL_LUMINANCE4_ALPHA4 with value 0x8043 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE4_ALPHA4_EXT
| Change | Effect |
---|
1 | The constant GL_LUMINANCE4_ALPHA4_EXT with value 0x8043 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE4_EXT
| Change | Effect |
---|
1 | The constant GL_LUMINANCE4_EXT with value 0x803F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE6_ALPHA2
| Change | Effect |
---|
1 | The constant GL_LUMINANCE6_ALPHA2 with value 0x8044 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE6_ALPHA2_EXT
| Change | Effect |
---|
1 | The constant GL_LUMINANCE6_ALPHA2_EXT with value 0x8044 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE8
| Change | Effect |
---|
1 | The constant GL_LUMINANCE8 with value 0x8040 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE8_ALPHA8
| Change | Effect |
---|
1 | The constant GL_LUMINANCE8_ALPHA8 with value 0x8045 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE8_ALPHA8_EXT
| Change | Effect |
---|
1 | The constant GL_LUMINANCE8_ALPHA8_EXT with value 0x8045 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE8_EXT
| Change | Effect |
---|
1 | The constant GL_LUMINANCE8_EXT with value 0x8040 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE_ALPHA
| Change | Effect |
---|
1 | The constant GL_LUMINANCE_ALPHA with value 0x190A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE_ALPHA16F_ARB
| Change | Effect |
---|
1 | The constant GL_LUMINANCE_ALPHA16F_ARB with value 0x881F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE_ALPHA32F_ARB
| Change | Effect |
---|
1 | The constant GL_LUMINANCE_ALPHA32F_ARB with value 0x8819 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE_ALPHA_EXTENDED_RANGE_SGIX
| Change | Effect |
---|
1 | The constant GL_LUMINANCE_ALPHA_EXTENDED_RANGE_SGIX with value 0x85F1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE_ALPHA_FLOAT16_APPLE
| Change | Effect |
---|
1 | The constant GL_LUMINANCE_ALPHA_FLOAT16_APPLE with value 0x881F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE_ALPHA_FLOAT16_ATI
| Change | Effect |
---|
1 | The constant GL_LUMINANCE_ALPHA_FLOAT16_ATI with value 0x881F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE_ALPHA_FLOAT32_APPLE
| Change | Effect |
---|
1 | The constant GL_LUMINANCE_ALPHA_FLOAT32_APPLE with value 0x8819 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE_ALPHA_FLOAT32_ATI
| Change | Effect |
---|
1 | The constant GL_LUMINANCE_ALPHA_FLOAT32_ATI with value 0x8819 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE_ALPHA_SIGNED_SGIX
| Change | Effect |
---|
1 | The constant GL_LUMINANCE_ALPHA_SIGNED_SGIX with value 0x85E5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE_EXTENDED_RANGE_SGIX
| Change | Effect |
---|
1 | The constant GL_LUMINANCE_EXTENDED_RANGE_SGIX with value 0x85EF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE_FLOAT16_APPLE
| Change | Effect |
---|
1 | The constant GL_LUMINANCE_FLOAT16_APPLE with value 0x881E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE_FLOAT16_ATI
| Change | Effect |
---|
1 | The constant GL_LUMINANCE_FLOAT16_ATI with value 0x881E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE_FLOAT32_APPLE
| Change | Effect |
---|
1 | The constant GL_LUMINANCE_FLOAT32_APPLE with value 0x8818 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE_FLOAT32_ATI
| Change | Effect |
---|
1 | The constant GL_LUMINANCE_FLOAT32_ATI with value 0x8818 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_LUMINANCE_SIGNED_SGIX
| Change | Effect |
---|
1 | The constant GL_LUMINANCE_SIGNED_SGIX with value 0x85E3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAD_ATI
| Change | Effect |
---|
1 | The constant GL_MAD_ATI with value 0x8968 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAGNITUDE_BIAS_NV
| Change | Effect |
---|
1 | The constant GL_MAGNITUDE_BIAS_NV with value 0x8718 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAGNITUDE_SCALE_NV
| Change | Effect |
---|
1 | The constant GL_MAGNITUDE_SCALE_NV with value 0x8712 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_BINORMAL_EXT
| Change | Effect |
---|
1 | The constant GL_MAP1_BINORMAL_EXT with value 0x8446 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_COLOR_4
| Change | Effect |
---|
1 | The constant GL_MAP1_COLOR_4 with value 0x0D90 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_GRID_DOMAIN
| Change | Effect |
---|
1 | The constant GL_MAP1_GRID_DOMAIN with value 0x0DD0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_GRID_SEGMENTS
| Change | Effect |
---|
1 | The constant GL_MAP1_GRID_SEGMENTS with value 0x0DD1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_INDEX
| Change | Effect |
---|
1 | The constant GL_MAP1_INDEX with value 0x0D91 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_NORMAL
| Change | Effect |
---|
1 | The constant GL_MAP1_NORMAL with value 0x0D92 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_TANGENT_EXT
| Change | Effect |
---|
1 | The constant GL_MAP1_TANGENT_EXT with value 0x8444 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_TEXTURE_COORD_1
| Change | Effect |
---|
1 | The constant GL_MAP1_TEXTURE_COORD_1 with value 0x0D93 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_TEXTURE_COORD_2
| Change | Effect |
---|
1 | The constant GL_MAP1_TEXTURE_COORD_2 with value 0x0D94 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_TEXTURE_COORD_3
| Change | Effect |
---|
1 | The constant GL_MAP1_TEXTURE_COORD_3 with value 0x0D95 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_TEXTURE_COORD_4
| Change | Effect |
---|
1 | The constant GL_MAP1_TEXTURE_COORD_4 with value 0x0D96 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_VERTEX_3
| Change | Effect |
---|
1 | The constant GL_MAP1_VERTEX_3 with value 0x0D97 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_VERTEX_4
| Change | Effect |
---|
1 | The constant GL_MAP1_VERTEX_4 with value 0x0D98 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_VERTEX_ATTRIB0_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP1_VERTEX_ATTRIB0_4_NV with value 0x8660 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_VERTEX_ATTRIB10_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP1_VERTEX_ATTRIB10_4_NV with value 0x866A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_VERTEX_ATTRIB11_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP1_VERTEX_ATTRIB11_4_NV with value 0x866B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_VERTEX_ATTRIB12_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP1_VERTEX_ATTRIB12_4_NV with value 0x866C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_VERTEX_ATTRIB13_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP1_VERTEX_ATTRIB13_4_NV with value 0x866D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_VERTEX_ATTRIB14_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP1_VERTEX_ATTRIB14_4_NV with value 0x866E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_VERTEX_ATTRIB15_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP1_VERTEX_ATTRIB15_4_NV with value 0x866F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_VERTEX_ATTRIB1_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP1_VERTEX_ATTRIB1_4_NV with value 0x8661 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_VERTEX_ATTRIB2_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP1_VERTEX_ATTRIB2_4_NV with value 0x8662 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_VERTEX_ATTRIB3_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP1_VERTEX_ATTRIB3_4_NV with value 0x8663 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_VERTEX_ATTRIB4_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP1_VERTEX_ATTRIB4_4_NV with value 0x8664 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_VERTEX_ATTRIB5_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP1_VERTEX_ATTRIB5_4_NV with value 0x8665 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_VERTEX_ATTRIB6_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP1_VERTEX_ATTRIB6_4_NV with value 0x8666 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_VERTEX_ATTRIB7_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP1_VERTEX_ATTRIB7_4_NV with value 0x8667 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_VERTEX_ATTRIB8_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP1_VERTEX_ATTRIB8_4_NV with value 0x8668 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP1_VERTEX_ATTRIB9_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP1_VERTEX_ATTRIB9_4_NV with value 0x8669 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_BINORMAL_EXT
| Change | Effect |
---|
1 | The constant GL_MAP2_BINORMAL_EXT with value 0x8447 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_COLOR_4
| Change | Effect |
---|
1 | The constant GL_MAP2_COLOR_4 with value 0x0DB0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_GRID_DOMAIN
| Change | Effect |
---|
1 | The constant GL_MAP2_GRID_DOMAIN with value 0x0DD2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_GRID_SEGMENTS
| Change | Effect |
---|
1 | The constant GL_MAP2_GRID_SEGMENTS with value 0x0DD3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_INDEX
| Change | Effect |
---|
1 | The constant GL_MAP2_INDEX with value 0x0DB1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_NORMAL
| Change | Effect |
---|
1 | The constant GL_MAP2_NORMAL with value 0x0DB2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_TANGENT_EXT
| Change | Effect |
---|
1 | The constant GL_MAP2_TANGENT_EXT with value 0x8445 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_TEXTURE_COORD_1
| Change | Effect |
---|
1 | The constant GL_MAP2_TEXTURE_COORD_1 with value 0x0DB3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_TEXTURE_COORD_2
| Change | Effect |
---|
1 | The constant GL_MAP2_TEXTURE_COORD_2 with value 0x0DB4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_TEXTURE_COORD_3
| Change | Effect |
---|
1 | The constant GL_MAP2_TEXTURE_COORD_3 with value 0x0DB5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_TEXTURE_COORD_4
| Change | Effect |
---|
1 | The constant GL_MAP2_TEXTURE_COORD_4 with value 0x0DB6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_VERTEX_3
| Change | Effect |
---|
1 | The constant GL_MAP2_VERTEX_3 with value 0x0DB7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_VERTEX_4
| Change | Effect |
---|
1 | The constant GL_MAP2_VERTEX_4 with value 0x0DB8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_VERTEX_ATTRIB0_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP2_VERTEX_ATTRIB0_4_NV with value 0x8670 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_VERTEX_ATTRIB10_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP2_VERTEX_ATTRIB10_4_NV with value 0x867A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_VERTEX_ATTRIB11_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP2_VERTEX_ATTRIB11_4_NV with value 0x867B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_VERTEX_ATTRIB12_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP2_VERTEX_ATTRIB12_4_NV with value 0x867C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_VERTEX_ATTRIB13_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP2_VERTEX_ATTRIB13_4_NV with value 0x867D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_VERTEX_ATTRIB14_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP2_VERTEX_ATTRIB14_4_NV with value 0x867E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_VERTEX_ATTRIB15_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP2_VERTEX_ATTRIB15_4_NV with value 0x867F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_VERTEX_ATTRIB1_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP2_VERTEX_ATTRIB1_4_NV with value 0x8671 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_VERTEX_ATTRIB2_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP2_VERTEX_ATTRIB2_4_NV with value 0x8672 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_VERTEX_ATTRIB3_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP2_VERTEX_ATTRIB3_4_NV with value 0x8673 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_VERTEX_ATTRIB4_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP2_VERTEX_ATTRIB4_4_NV with value 0x8674 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_VERTEX_ATTRIB5_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP2_VERTEX_ATTRIB5_4_NV with value 0x8675 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_VERTEX_ATTRIB6_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP2_VERTEX_ATTRIB6_4_NV with value 0x8676 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_VERTEX_ATTRIB7_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP2_VERTEX_ATTRIB7_4_NV with value 0x8677 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_VERTEX_ATTRIB8_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP2_VERTEX_ATTRIB8_4_NV with value 0x8678 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP2_VERTEX_ATTRIB9_4_NV
| Change | Effect |
---|
1 | The constant GL_MAP2_VERTEX_ATTRIB9_4_NV with value 0x8679 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP_ATTRIB_U_ORDER_NV
| Change | Effect |
---|
1 | The constant GL_MAP_ATTRIB_U_ORDER_NV with value 0x86C3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP_ATTRIB_V_ORDER_NV
| Change | Effect |
---|
1 | The constant GL_MAP_ATTRIB_V_ORDER_NV with value 0x86C4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP_COLOR
| Change | Effect |
---|
1 | The constant GL_MAP_COLOR with value 0x0D10 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP_STENCIL
| Change | Effect |
---|
1 | The constant GL_MAP_STENCIL with value 0x0D11 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAP_TESSELLATION_NV
| Change | Effect |
---|
1 | The constant GL_MAP_TESSELLATION_NV with value 0x86C2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAT_AMBIENT_AND_DIFFUSE_BIT_PGI
| Change | Effect |
---|
1 | The constant GL_MAT_AMBIENT_AND_DIFFUSE_BIT_PGI with value 0x00200000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAT_AMBIENT_BIT_PGI
| Change | Effect |
---|
1 | The constant GL_MAT_AMBIENT_BIT_PGI with value 0x00100000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAT_COLOR_INDEXES_BIT_PGI
| Change | Effect |
---|
1 | The constant GL_MAT_COLOR_INDEXES_BIT_PGI with value 0x01000000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAT_DIFFUSE_BIT_PGI
| Change | Effect |
---|
1 | The constant GL_MAT_DIFFUSE_BIT_PGI with value 0x00400000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAT_EMISSION_BIT_PGI
| Change | Effect |
---|
1 | The constant GL_MAT_EMISSION_BIT_PGI with value 0x00800000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAT_SHININESS_BIT_PGI
| Change | Effect |
---|
1 | The constant GL_MAT_SHININESS_BIT_PGI with value 0x02000000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAT_SPECULAR_BIT_PGI
| Change | Effect |
---|
1 | The constant GL_MAT_SPECULAR_BIT_PGI with value 0x04000000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATERIAL_SIDE_HINT_PGI
| Change | Effect |
---|
1 | The constant GL_MATERIAL_SIDE_HINT_PGI with value 107052 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX0_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX0_ARB with value 0x88C0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX0_NV
| Change | Effect |
---|
1 | The constant GL_MATRIX0_NV with value 0x8630 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX10_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX10_ARB with value 0x88CA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX11_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX11_ARB with value 0x88CB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX12_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX12_ARB with value 0x88CC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX13_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX13_ARB with value 0x88CD has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX14_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX14_ARB with value 0x88CE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX15_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX15_ARB with value 0x88CF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX16_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX16_ARB with value 0x88D0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX17_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX17_ARB with value 0x88D1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX18_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX18_ARB with value 0x88D2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX19_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX19_ARB with value 0x88D3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX1_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX1_ARB with value 0x88C1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX1_NV
| Change | Effect |
---|
1 | The constant GL_MATRIX1_NV with value 0x8631 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX20_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX20_ARB with value 0x88D4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX21_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX21_ARB with value 0x88D5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX22_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX22_ARB with value 0x88D6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX23_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX23_ARB with value 0x88D7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX24_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX24_ARB with value 0x88D8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX25_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX25_ARB with value 0x88D9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX26_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX26_ARB with value 0x88DA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX27_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX27_ARB with value 0x88DB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX28_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX28_ARB with value 0x88DC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX29_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX29_ARB with value 0x88DD has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX2_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX2_ARB with value 0x88C2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX2_NV
| Change | Effect |
---|
1 | The constant GL_MATRIX2_NV with value 0x8632 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX30_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX30_ARB with value 0x88DE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX31_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX31_ARB with value 0x88DF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX3_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX3_ARB with value 0x88C3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX3_NV
| Change | Effect |
---|
1 | The constant GL_MATRIX3_NV with value 0x8633 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX4_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX4_ARB with value 0x88C4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX4_NV
| Change | Effect |
---|
1 | The constant GL_MATRIX4_NV with value 0x8634 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX5_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX5_ARB with value 0x88C5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX5_NV
| Change | Effect |
---|
1 | The constant GL_MATRIX5_NV with value 0x8635 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX6_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX6_ARB with value 0x88C6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX6_NV
| Change | Effect |
---|
1 | The constant GL_MATRIX6_NV with value 0x8636 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX7_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX7_ARB with value 0x88C7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX7_NV
| Change | Effect |
---|
1 | The constant GL_MATRIX7_NV with value 0x8637 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX8_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX8_ARB with value 0x88C8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX9_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX9_ARB with value 0x88C9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX_EXT
| Change | Effect |
---|
1 | The constant GL_MATRIX_EXT with value 0x87C0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX_INDEX_ARRAY_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX_INDEX_ARRAY_ARB with value 0x8844 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX_INDEX_ARRAY_POINTER_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX_INDEX_ARRAY_POINTER_ARB with value 0x8849 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX_INDEX_ARRAY_SIZE_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX_INDEX_ARRAY_SIZE_ARB with value 0x8846 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX_INDEX_ARRAY_STRIDE_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX_INDEX_ARRAY_STRIDE_ARB with value 0x8848 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX_INDEX_ARRAY_TYPE_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX_INDEX_ARRAY_TYPE_ARB with value 0x8847 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX_MODE
| Change | Effect |
---|
1 | The constant GL_MATRIX_MODE with value 0x0BA0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MATRIX_PALETTE_ARB
| Change | Effect |
---|
1 | The constant GL_MATRIX_PALETTE_ARB with value 0x8840 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX
| Change | Effect |
---|
1 | The constant GL_MAX with value 0x8008 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_3D_TEXTURE_SIZE
| Change | Effect |
---|
1 | The constant GL_MAX_3D_TEXTURE_SIZE with value 0x8073 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_3D_TEXTURE_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_MAX_3D_TEXTURE_SIZE_EXT with value 0x8073 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_ACTIVE_LIGHTS_EXT
| Change | Effect |
---|
1 | The constant GL_MAX_ACTIVE_LIGHTS_EXT with value 0x8405 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_ALPHA_SGIS
| Change | Effect |
---|
1 | The constant GL_MAX_ALPHA_SGIS with value 0x85AD has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_ASYNC_DRAW_PIXELS_SGIX
| Change | Effect |
---|
1 | The constant GL_MAX_ASYNC_DRAW_PIXELS_SGIX with value 0x8360 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_ASYNC_HISTOGRAM_SGIX
| Change | Effect |
---|
1 | The constant GL_MAX_ASYNC_HISTOGRAM_SGIX with value 0x832D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_ASYNC_READ_PIXELS_SGIX
| Change | Effect |
---|
1 | The constant GL_MAX_ASYNC_READ_PIXELS_SGIX with value 0x8361 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_ASYNC_TEX_IMAGE_SGIX
| Change | Effect |
---|
1 | The constant GL_MAX_ASYNC_TEX_IMAGE_SGIX with value 0x835F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_ATTRIB_STACK_DEPTH
| Change | Effect |
---|
1 | The constant GL_MAX_ATTRIB_STACK_DEPTH with value 0x0D35 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_BLUE_SGIS
| Change | Effect |
---|
1 | The constant GL_MAX_BLUE_SGIS with value 0x85AB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_CLIENT_ATTRIB_STACK_DEPTH
| Change | Effect |
---|
1 | The constant GL_MAX_CLIENT_ATTRIB_STACK_DEPTH with value 0x0D3B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_CLIP_PLANES
| Change | Effect |
---|
1 | The constant GL_MAX_CLIP_PLANES with value 0x0D32 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_COLOR_ATTACHMENTS_EXT
| Change | Effect |
---|
1 | The constant GL_MAX_COLOR_ATTACHMENTS_EXT with value 0x8CDF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_COLOR_MATRIX_STACK_DEPTH
| Change | Effect |
---|
1 | The constant GL_MAX_COLOR_MATRIX_STACK_DEPTH with value 0x80B3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_COLOR_MATRIX_STACK_DEPTH_SGI
| Change | Effect |
---|
1 | The constant GL_MAX_COLOR_MATRIX_STACK_DEPTH_SGI with value 0x80B3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS
| Change | Effect |
---|
1 | The constant GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS with value 0x8B4D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB with value 0x8B4D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_CONVOLUTION_HEIGHT
| Change | Effect |
---|
1 | The constant GL_MAX_CONVOLUTION_HEIGHT with value 0x801B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_CONVOLUTION_HEIGHT_EXT
| Change | Effect |
---|
1 | The constant GL_MAX_CONVOLUTION_HEIGHT_EXT with value 0x801B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_CONVOLUTION_WIDTH
| Change | Effect |
---|
1 | The constant GL_MAX_CONVOLUTION_WIDTH with value 0x801A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_CONVOLUTION_WIDTH_EXT
| Change | Effect |
---|
1 | The constant GL_MAX_CONVOLUTION_WIDTH_EXT with value 0x801A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_CUBE_MAP_TEXTURE_SIZE
| Change | Effect |
---|
1 | The constant GL_MAX_CUBE_MAP_TEXTURE_SIZE with value 0x851C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB with value 0x851C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_CUBE_MAP_TEXTURE_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_MAX_CUBE_MAP_TEXTURE_SIZE_EXT with value 0x851C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_DRAW_BUFFERS
| Change | Effect |
---|
1 | The constant GL_MAX_DRAW_BUFFERS with value 0x8824 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_DRAW_BUFFERS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_DRAW_BUFFERS_ARB with value 0x8824 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_DRAW_BUFFERS_ATI
| Change | Effect |
---|
1 | The constant GL_MAX_DRAW_BUFFERS_ATI with value 0x8824 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_ELEMENTS_INDICES
| Change | Effect |
---|
1 | The constant GL_MAX_ELEMENTS_INDICES with value 0x80E9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_ELEMENTS_VERTICES
| Change | Effect |
---|
1 | The constant GL_MAX_ELEMENTS_VERTICES with value 0x80E8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_EVAL_ORDER
| Change | Effect |
---|
1 | The constant GL_MAX_EVAL_ORDER with value 0x0D30 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_EXT
| Change | Effect |
---|
1 | The constant GL_MAX_EXT with value 0x8008 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_FRAGMENT_LIGHTS_EXT
| Change | Effect |
---|
1 | The constant GL_MAX_FRAGMENT_LIGHTS_EXT with value 0x8404 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_FRAGMENT_PROGRAM_LOCAL_PARAMETERS_NV
| Change | Effect |
---|
1 | The constant GL_MAX_FRAGMENT_PROGRAM_LOCAL_PARAMETERS_NV with value 0x8868 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_FRAGMENT_UNIFORM_COMPONENTS
| Change | Effect |
---|
1 | The constant GL_MAX_FRAGMENT_UNIFORM_COMPONENTS with value 0x8B49 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB with value 0x8B49 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_GENERAL_COMBINERS_NV
| Change | Effect |
---|
1 | The constant GL_MAX_GENERAL_COMBINERS_NV with value 0x854D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_GREEN_SGIS
| Change | Effect |
---|
1 | The constant GL_MAX_GREEN_SGIS with value 0x85A9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_INTENSITY_SGIS
| Change | Effect |
---|
1 | The constant GL_MAX_INTENSITY_SGIS with value 0x85FB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_LIGHTS
| Change | Effect |
---|
1 | The constant GL_MAX_LIGHTS with value 0x0D31 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_LIST_NESTING
| Change | Effect |
---|
1 | The constant GL_MAX_LIST_NESTING with value 0x0B31 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_LUMINANCE_SGIS
| Change | Effect |
---|
1 | The constant GL_MAX_LUMINANCE_SGIS with value 0x85F9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_MAP_TESSELLATION_NV
| Change | Effect |
---|
1 | The constant GL_MAX_MAP_TESSELLATION_NV with value 0x86D6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_MATRIX_PALETTE_STACK_DEPTH_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_MATRIX_PALETTE_STACK_DEPTH_ARB with value 0x8841 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_MODELVIEW_STACK_DEPTH
| Change | Effect |
---|
1 | The constant GL_MAX_MODELVIEW_STACK_DEPTH with value 0x0D36 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_NAME_STACK_DEPTH
| Change | Effect |
---|
1 | The constant GL_MAX_NAME_STACK_DEPTH with value 0x0D37 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_OPTIMIZED_VERTEX_SHADER_INSTRUCTIONS_EXT
| Change | Effect |
---|
1 | The constant GL_MAX_OPTIMIZED_VERTEX_SHADER_INSTRUCTIONS_EXT with value 0x87CA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_OPTIMIZED_VERTEX_SHADER_INVARIANTS_EXT
| Change | Effect |
---|
1 | The constant GL_MAX_OPTIMIZED_VERTEX_SHADER_INVARIANTS_EXT with value 0x87CC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCAL_CONSTANTS_EXT
| Change | Effect |
---|
1 | The constant GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCAL_CONSTANTS_EXT with value 0x87CD has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCALS_EXT
| Change | Effect |
---|
1 | The constant GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCALS_EXT with value 0x87CE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_OPTIMIZED_VERTEX_SHADER_VARIANTS_EXT
| Change | Effect |
---|
1 | The constant GL_MAX_OPTIMIZED_VERTEX_SHADER_VARIANTS_EXT with value 0x87CB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PALETTE_MATRICES_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_PALETTE_MATRICES_ARB with value 0x8842 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PIXEL_MAP_TABLE
| Change | Effect |
---|
1 | The constant GL_MAX_PIXEL_MAP_TABLE with value 0x0D34 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT
| Change | Effect |
---|
1 | The constant GL_MAX_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT with value 0x8337 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PN_TRIANGLES_TESSELATION_LEVEL_ATI
| Change | Effect |
---|
1 | The constant GL_MAX_PN_TRIANGLES_TESSELATION_LEVEL_ATI with value 0x87F1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB with value 0x88B1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB with value 0x880B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PROGRAM_ATTRIBS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_PROGRAM_ATTRIBS_ARB with value 0x88AD has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PROGRAM_CALL_DEPTH_NV
| Change | Effect |
---|
1 | The constant GL_MAX_PROGRAM_CALL_DEPTH_NV with value 0x88F5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PROGRAM_ENV_PARAMETERS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_PROGRAM_ENV_PARAMETERS_ARB with value 0x88B5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV
| Change | Effect |
---|
1 | The constant GL_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV with value 0x88F4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PROGRAM_IF_DEPTH_NV
| Change | Effect |
---|
1 | The constant GL_MAX_PROGRAM_IF_DEPTH_NV with value 0x88F6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PROGRAM_INSTRUCTIONS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_PROGRAM_INSTRUCTIONS_ARB with value 0x88A1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB with value 0x88B4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PROGRAM_LOOP_COUNT_NV
| Change | Effect |
---|
1 | The constant GL_MAX_PROGRAM_LOOP_COUNT_NV with value 0x88F8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PROGRAM_LOOP_DEPTH_NV
| Change | Effect |
---|
1 | The constant GL_MAX_PROGRAM_LOOP_DEPTH_NV with value 0x88F7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PROGRAM_MATRICES_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_PROGRAM_MATRICES_ARB with value 0x862F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PROGRAM_MATRIX_STACK_DEPTH_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_PROGRAM_MATRIX_STACK_DEPTH_ARB with value 0x862E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB with value 0x88B3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB with value 0x880E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB with value 0x88AF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB with value 0x88A3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB with value 0x88AB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB with value 0x88A7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB with value 0x8810 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB with value 0x880F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PROGRAM_PARAMETERS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_PROGRAM_PARAMETERS_ARB with value 0x88A9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PROGRAM_TEMPORARIES_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_PROGRAM_TEMPORARIES_ARB with value 0x88A5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB with value 0x880D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB with value 0x880C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_PROJECTION_STACK_DEPTH
| Change | Effect |
---|
1 | The constant GL_MAX_PROJECTION_STACK_DEPTH with value 0x0D38 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_RATIONAL_EVAL_ORDER_NV
| Change | Effect |
---|
1 | The constant GL_MAX_RATIONAL_EVAL_ORDER_NV with value 0x86D7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB with value 0x84F8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_RECTANGLE_TEXTURE_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_MAX_RECTANGLE_TEXTURE_SIZE_EXT with value 0x84F8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_RECTANGLE_TEXTURE_SIZE_NV
| Change | Effect |
---|
1 | The constant GL_MAX_RECTANGLE_TEXTURE_SIZE_NV with value 0x84F8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_RED_SGIS
| Change | Effect |
---|
1 | The constant GL_MAX_RED_SGIS with value 0x85A7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_RENDERBUFFER_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_MAX_RENDERBUFFER_SIZE_EXT with value 0x84E8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_SHININESS_NV
| Change | Effect |
---|
1 | The constant GL_MAX_SHININESS_NV with value 0x8504 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_SPOT_EXPONENT_NV
| Change | Effect |
---|
1 | The constant GL_MAX_SPOT_EXPONENT_NV with value 0x8505 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_TEXTURE_COORDS
| Change | Effect |
---|
1 | The constant GL_MAX_TEXTURE_COORDS with value 0x8871 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_TEXTURE_COORDS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_TEXTURE_COORDS_ARB with value 0x8871 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_TEXTURE_COORDS_NV
| Change | Effect |
---|
1 | The constant GL_MAX_TEXTURE_COORDS_NV with value 0x8871 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_TEXTURE_IMAGE_UNITS
| Change | Effect |
---|
1 | The constant GL_MAX_TEXTURE_IMAGE_UNITS with value 0x8872 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_TEXTURE_IMAGE_UNITS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_TEXTURE_IMAGE_UNITS_ARB with value 0x8872 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_TEXTURE_IMAGE_UNITS_NV
| Change | Effect |
---|
1 | The constant GL_MAX_TEXTURE_IMAGE_UNITS_NV with value 0x8872 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_TEXTURE_LOD_BIAS
| Change | Effect |
---|
1 | The constant GL_MAX_TEXTURE_LOD_BIAS with value 0x84FD has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_TEXTURE_LOD_BIAS_EXT
| Change | Effect |
---|
1 | The constant GL_MAX_TEXTURE_LOD_BIAS_EXT with value 0x84FD has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT
| Change | Effect |
---|
1 | The constant GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT with value 0x84FF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_TEXTURE_SIZE
| Change | Effect |
---|
1 | The constant GL_MAX_TEXTURE_SIZE with value 0x0D33 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_TEXTURE_STACK_DEPTH
| Change | Effect |
---|
1 | The constant GL_MAX_TEXTURE_STACK_DEPTH with value 0x0D39 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_TEXTURE_UNITS
| Change | Effect |
---|
1 | The constant GL_MAX_TEXTURE_UNITS with value 0x84E2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_TEXTURE_UNITS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_TEXTURE_UNITS_ARB with value 0x84E2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_TRACK_MATRICES_NV
| Change | Effect |
---|
1 | The constant GL_MAX_TRACK_MATRICES_NV with value 0x862F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_TRACK_MATRIX_STACK_DEPTH_NV
| Change | Effect |
---|
1 | The constant GL_MAX_TRACK_MATRIX_STACK_DEPTH_NV with value 0x862E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_VARYING_FLOATS
| Change | Effect |
---|
1 | The constant GL_MAX_VARYING_FLOATS with value 0x8B4B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_VARYING_FLOATS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_VARYING_FLOATS_ARB with value 0x8B4B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_APPLE
| Change | Effect |
---|
1 | The constant GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_APPLE with value 0x8520 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_NV
| Change | Effect |
---|
1 | The constant GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_NV with value 0x8520 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_VERTEX_ATTRIBS
| Change | Effect |
---|
1 | The constant GL_MAX_VERTEX_ATTRIBS with value 0x8869 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_VERTEX_ATTRIBS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_VERTEX_ATTRIBS_ARB with value 0x8869 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_VERTEX_HINT_PGI
| Change | Effect |
---|
1 | The constant GL_MAX_VERTEX_HINT_PGI with value 107053 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_VERTEX_SHADER_INSTRUCTIONS_EXT
| Change | Effect |
---|
1 | The constant GL_MAX_VERTEX_SHADER_INSTRUCTIONS_EXT with value 0x87C5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_VERTEX_SHADER_INVARIANTS_EXT
| Change | Effect |
---|
1 | The constant GL_MAX_VERTEX_SHADER_INVARIANTS_EXT with value 0x87C7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_VERTEX_SHADER_LOCAL_CONSTANTS_EXT
| Change | Effect |
---|
1 | The constant GL_MAX_VERTEX_SHADER_LOCAL_CONSTANTS_EXT with value 0x87C8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_VERTEX_SHADER_LOCALS_EXT
| Change | Effect |
---|
1 | The constant GL_MAX_VERTEX_SHADER_LOCALS_EXT with value 0x87C9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_VERTEX_SHADER_VARIANTS_EXT
| Change | Effect |
---|
1 | The constant GL_MAX_VERTEX_SHADER_VARIANTS_EXT with value 0x87C6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_VERTEX_STREAMS_ATI
| Change | Effect |
---|
1 | The constant GL_MAX_VERTEX_STREAMS_ATI with value 0x876B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS
| Change | Effect |
---|
1 | The constant GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS with value 0x8B4C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB with value 0x8B4C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_VERTEX_UNIFORM_COMPONENTS
| Change | Effect |
---|
1 | The constant GL_MAX_VERTEX_UNIFORM_COMPONENTS with value 0x8B4A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB with value 0x8B4A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_VERTEX_UNITS_ARB
| Change | Effect |
---|
1 | The constant GL_MAX_VERTEX_UNITS_ARB with value 0x86A4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MAX_VIEWPORT_DIMS
| Change | Effect |
---|
1 | The constant GL_MAX_VIEWPORT_DIMS with value 0x0D3A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MESA_pack_invert
| Change | Effect |
---|
1 | The constant GL_MESA_pack_invert with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MESA_resize_buffers
| Change | Effect |
---|
1 | The constant GL_MESA_resize_buffers with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MESA_window_pos
| Change | Effect |
---|
1 | The constant GL_MESA_window_pos with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MESA_ycbcr_texture
| Change | Effect |
---|
1 | The constant GL_MESA_ycbcr_texture with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MESAX_texture_stack
| Change | Effect |
---|
1 | The constant GL_MESAX_texture_stack with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MIN
| Change | Effect |
---|
1 | The constant GL_MIN with value 0x8007 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MIN_ALPHA_SGIS
| Change | Effect |
---|
1 | The constant GL_MIN_ALPHA_SGIS with value 0x85AC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MIN_BLUE_SGIS
| Change | Effect |
---|
1 | The constant GL_MIN_BLUE_SGIS with value 0x85AA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MIN_EXT
| Change | Effect |
---|
1 | The constant GL_MIN_EXT with value 0x8007 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MIN_GREEN_SGIS
| Change | Effect |
---|
1 | The constant GL_MIN_GREEN_SGIS with value 0x85A8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MIN_INTENSITY_SGIS
| Change | Effect |
---|
1 | The constant GL_MIN_INTENSITY_SGIS with value 0x85FA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MIN_LUMINANCE_SGIS
| Change | Effect |
---|
1 | The constant GL_MIN_LUMINANCE_SGIS with value 0x85F8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MIN_PBUFFER_VIEWPORT_DIMS_APPLE
| Change | Effect |
---|
1 | The constant GL_MIN_PBUFFER_VIEWPORT_DIMS_APPLE with value 0x8A10 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MIN_RED_SGIS
| Change | Effect |
---|
1 | The constant GL_MIN_RED_SGIS with value 0x85A6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MINMAX
| Change | Effect |
---|
1 | The constant GL_MINMAX with value 0x802E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MINMAX_EXT
| Change | Effect |
---|
1 | The constant GL_MINMAX_EXT with value 0x802E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MINMAX_FORMAT
| Change | Effect |
---|
1 | The constant GL_MINMAX_FORMAT with value 0x802F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MINMAX_FORMAT_EXT
| Change | Effect |
---|
1 | The constant GL_MINMAX_FORMAT_EXT with value 0x802F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MINMAX_SINK
| Change | Effect |
---|
1 | The constant GL_MINMAX_SINK with value 0x8030 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MINMAX_SINK_EXT
| Change | Effect |
---|
1 | The constant GL_MINMAX_SINK_EXT with value 0x8030 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MIRROR_CLAMP_ATI
| Change | Effect |
---|
1 | The constant GL_MIRROR_CLAMP_ATI with value 0x8742 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MIRROR_CLAMP_EXT
| Change | Effect |
---|
1 | The constant GL_MIRROR_CLAMP_EXT with value 0x8742 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MIRROR_CLAMP_TO_BORDER_EXT
| Change | Effect |
---|
1 | The constant GL_MIRROR_CLAMP_TO_BORDER_EXT with value 0x8912 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MIRROR_CLAMP_TO_EDGE_ATI
| Change | Effect |
---|
1 | The constant GL_MIRROR_CLAMP_TO_EDGE_ATI with value 0x8743 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MIRROR_CLAMP_TO_EDGE_EXT
| Change | Effect |
---|
1 | The constant GL_MIRROR_CLAMP_TO_EDGE_EXT with value 0x8743 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MIRRORED_REPEAT
| Change | Effect |
---|
1 | The constant GL_MIRRORED_REPEAT with value 0x8370 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MIRRORED_REPEAT_ARB
| Change | Effect |
---|
1 | The constant GL_MIRRORED_REPEAT_ARB with value 0x8370 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MIRRORED_REPEAT_IBM
| Change | Effect |
---|
1 | The constant GL_MIRRORED_REPEAT_IBM with value 0x8370 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW
| Change | Effect |
---|
1 | The constant GL_MODELVIEW with value 0x1700 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW0_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW0_ARB with value 0x1700 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW0_EXT
| Change | Effect |
---|
1 | The constant GL_MODELVIEW0_EXT with value 0x1700 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW0_MATRIX_EXT
| Change | Effect |
---|
1 | The constant GL_MODELVIEW0_MATRIX_EXT with value 0x0BA6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW0_STACK_DEPTH_EXT
| Change | Effect |
---|
1 | The constant GL_MODELVIEW0_STACK_DEPTH_EXT with value 0x0BA3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW10_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW10_ARB with value 0x872A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW11_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW11_ARB with value 0x872B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW12_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW12_ARB with value 0x872C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW13_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW13_ARB with value 0x872D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW14_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW14_ARB with value 0x872E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW15_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW15_ARB with value 0x872F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW16_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW16_ARB with value 0x8730 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW17_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW17_ARB with value 0x8731 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW18_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW18_ARB with value 0x8732 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW19_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW19_ARB with value 0x8733 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW1_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW1_ARB with value 0x850A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW1_EXT
| Change | Effect |
---|
1 | The constant GL_MODELVIEW1_EXT with value 0x850A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW1_MATRIX_EXT
| Change | Effect |
---|
1 | The constant GL_MODELVIEW1_MATRIX_EXT with value 0x8506 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW1_STACK_DEPTH_EXT
| Change | Effect |
---|
1 | The constant GL_MODELVIEW1_STACK_DEPTH_EXT with value 0x8502 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW20_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW20_ARB with value 0x8734 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW21_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW21_ARB with value 0x8735 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW22_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW22_ARB with value 0x8736 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW23_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW23_ARB with value 0x8737 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW24_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW24_ARB with value 0x8738 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW25_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW25_ARB with value 0x8739 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW26_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW26_ARB with value 0x873A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW27_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW27_ARB with value 0x873B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW28_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW28_ARB with value 0x873C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW29_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW29_ARB with value 0x873D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW2_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW2_ARB with value 0x8722 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW30_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW30_ARB with value 0x873E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW31_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW31_ARB with value 0x873F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW3_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW3_ARB with value 0x8723 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW4_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW4_ARB with value 0x8724 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW5_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW5_ARB with value 0x8725 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW6_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW6_ARB with value 0x8726 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW7_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW7_ARB with value 0x8727 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW8_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW8_ARB with value 0x8728 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW9_ARB
| Change | Effect |
---|
1 | The constant GL_MODELVIEW9_ARB with value 0x8729 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW_MATRIX
| Change | Effect |
---|
1 | The constant GL_MODELVIEW_MATRIX with value 0x0BA6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW_PROJECTION_NV
| Change | Effect |
---|
1 | The constant GL_MODELVIEW_PROJECTION_NV with value 0x8629 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODELVIEW_STACK_DEPTH
| Change | Effect |
---|
1 | The constant GL_MODELVIEW_STACK_DEPTH with value 0x0BA3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODULATE
| Change | Effect |
---|
1 | The constant GL_MODULATE with value 0x2100 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODULATE_ADD_ATI
| Change | Effect |
---|
1 | The constant GL_MODULATE_ADD_ATI with value 0x8744 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODULATE_ADD_ATIX
| Change | Effect |
---|
1 | The constant GL_MODULATE_ADD_ATIX with value 0x8744 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODULATE_SIGNED_ADD_ATI
| Change | Effect |
---|
1 | The constant GL_MODULATE_SIGNED_ADD_ATI with value 0x8745 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODULATE_SIGNED_ADD_ATIX
| Change | Effect |
---|
1 | The constant GL_MODULATE_SIGNED_ADD_ATIX with value 0x8745 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODULATE_SUBTRACT_ATI
| Change | Effect |
---|
1 | The constant GL_MODULATE_SUBTRACT_ATI with value 0x8746 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MODULATE_SUBTRACT_ATIX
| Change | Effect |
---|
1 | The constant GL_MODULATE_SUBTRACT_ATIX with value 0x8746 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MOV_ATI
| Change | Effect |
---|
1 | The constant GL_MOV_ATI with value 0x8961 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MUL_ATI
| Change | Effect |
---|
1 | The constant GL_MUL_ATI with value 0x8964 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MULT
| Change | Effect |
---|
1 | The constant GL_MULT with value 0x0103 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MULTISAMPLE
| Change | Effect |
---|
1 | The constant GL_MULTISAMPLE with value 0x809D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MULTISAMPLE_3DFX
| Change | Effect |
---|
1 | The constant GL_MULTISAMPLE_3DFX with value 0x86B2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MULTISAMPLE_ARB
| Change | Effect |
---|
1 | The constant GL_MULTISAMPLE_ARB with value 0x809D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MULTISAMPLE_BIT
| Change | Effect |
---|
1 | The constant GL_MULTISAMPLE_BIT with value 0x20000000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MULTISAMPLE_BIT_3DFX
| Change | Effect |
---|
1 | The constant GL_MULTISAMPLE_BIT_3DFX with value 0x20000000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MULTISAMPLE_BIT_ARB
| Change | Effect |
---|
1 | The constant GL_MULTISAMPLE_BIT_ARB with value 0x20000000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MULTISAMPLE_BIT_EXT
| Change | Effect |
---|
1 | The constant GL_MULTISAMPLE_BIT_EXT with value 0x20000000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MULTISAMPLE_EXT
| Change | Effect |
---|
1 | The constant GL_MULTISAMPLE_EXT with value 0x809D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MULTISAMPLE_FILTER_HINT_NV
| Change | Effect |
---|
1 | The constant GL_MULTISAMPLE_FILTER_HINT_NV with value 0x8534 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MULTISAMPLE_SGIS
| Change | Effect |
---|
1 | The constant GL_MULTISAMPLE_SGIS with value 0x809D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_MVP_MATRIX_EXT
| Change | Effect |
---|
1 | The constant GL_MVP_MATRIX_EXT with value 0x87E3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_N3F_V3F
| Change | Effect |
---|
1 | The constant GL_N3F_V3F with value 0x2A25 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NAME_STACK_DEPTH
| Change | Effect |
---|
1 | The constant GL_NAME_STACK_DEPTH with value 0x0D70 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NAND
| Change | Effect |
---|
1 | The constant GL_NAND with value 0x150E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NATIVE_GRAPHICS_BEGIN_HINT_PGI
| Change | Effect |
---|
1 | The constant GL_NATIVE_GRAPHICS_BEGIN_HINT_PGI with value 107011 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NATIVE_GRAPHICS_END_HINT_PGI
| Change | Effect |
---|
1 | The constant GL_NATIVE_GRAPHICS_END_HINT_PGI with value 107012 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NATIVE_GRAPHICS_HANDLE_PGI
| Change | Effect |
---|
1 | The constant GL_NATIVE_GRAPHICS_HANDLE_PGI with value 107010 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NEAREST
| Change | Effect |
---|
1 | The constant GL_NEAREST with value 0x2600 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NEAREST_MIPMAP_LINEAR
| Change | Effect |
---|
1 | The constant GL_NEAREST_MIPMAP_LINEAR with value 0x2702 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NEAREST_MIPMAP_NEAREST
| Change | Effect |
---|
1 | The constant GL_NEAREST_MIPMAP_NEAREST with value 0x2700 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NEGATE_BIT_ATI
| Change | Effect |
---|
1 | The constant GL_NEGATE_BIT_ATI with value 0x00000004 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NEGATIVE_ONE_EXT
| Change | Effect |
---|
1 | The constant GL_NEGATIVE_ONE_EXT with value 0x87DF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NEGATIVE_W_EXT
| Change | Effect |
---|
1 | The constant GL_NEGATIVE_W_EXT with value 0x87DC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NEGATIVE_X_EXT
| Change | Effect |
---|
1 | The constant GL_NEGATIVE_X_EXT with value 0x87D9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NEGATIVE_Y_EXT
| Change | Effect |
---|
1 | The constant GL_NEGATIVE_Y_EXT with value 0x87DA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NEGATIVE_Z_EXT
| Change | Effect |
---|
1 | The constant GL_NEGATIVE_Z_EXT with value 0x87DB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NEVER
| Change | Effect |
---|
1 | The constant GL_NEVER with value 0x0200 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NICEST
| Change | Effect |
---|
1 | The constant GL_NICEST with value 0x1102 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NO_ERROR
| Change | Effect |
---|
1 | The constant GL_NO_ERROR with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NONE
| Change | Effect |
---|
1 | The constant GL_NONE with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NOOP
| Change | Effect |
---|
1 | The constant GL_NOOP with value 0x1505 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NOR
| Change | Effect |
---|
1 | The constant GL_NOR with value 0x1508 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NORMAL_ARRAY
| Change | Effect |
---|
1 | The constant GL_NORMAL_ARRAY with value 0x8075 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NORMAL_ARRAY_BUFFER_BINDING
| Change | Effect |
---|
1 | The constant GL_NORMAL_ARRAY_BUFFER_BINDING with value 0x8897 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NORMAL_ARRAY_BUFFER_BINDING_ARB
| Change | Effect |
---|
1 | The constant GL_NORMAL_ARRAY_BUFFER_BINDING_ARB with value 0x8897 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NORMAL_ARRAY_COUNT_EXT
| Change | Effect |
---|
1 | The constant GL_NORMAL_ARRAY_COUNT_EXT with value 0x8080 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NORMAL_ARRAY_EXT
| Change | Effect |
---|
1 | The constant GL_NORMAL_ARRAY_EXT with value 0x8075 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NORMAL_ARRAY_LIST_IBM
| Change | Effect |
---|
1 | The constant GL_NORMAL_ARRAY_LIST_IBM with value 103071 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NORMAL_ARRAY_LIST_STRIDE_IBM
| Change | Effect |
---|
1 | The constant GL_NORMAL_ARRAY_LIST_STRIDE_IBM with value 103081 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NORMAL_ARRAY_PARALLEL_POINTERS_INTEL
| Change | Effect |
---|
1 | The constant GL_NORMAL_ARRAY_PARALLEL_POINTERS_INTEL with value 0x83F6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NORMAL_ARRAY_POINTER
| Change | Effect |
---|
1 | The constant GL_NORMAL_ARRAY_POINTER with value 0x808F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NORMAL_ARRAY_POINTER_EXT
| Change | Effect |
---|
1 | The constant GL_NORMAL_ARRAY_POINTER_EXT with value 0x808F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NORMAL_ARRAY_STRIDE
| Change | Effect |
---|
1 | The constant GL_NORMAL_ARRAY_STRIDE with value 0x807F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NORMAL_ARRAY_STRIDE_EXT
| Change | Effect |
---|
1 | The constant GL_NORMAL_ARRAY_STRIDE_EXT with value 0x807F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NORMAL_ARRAY_TYPE
| Change | Effect |
---|
1 | The constant GL_NORMAL_ARRAY_TYPE with value 0x807E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NORMAL_ARRAY_TYPE_EXT
| Change | Effect |
---|
1 | The constant GL_NORMAL_ARRAY_TYPE_EXT with value 0x807E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NORMAL_BIT_PGI
| Change | Effect |
---|
1 | The constant GL_NORMAL_BIT_PGI with value 0x08000000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NORMAL_MAP
| Change | Effect |
---|
1 | The constant GL_NORMAL_MAP with value 0x8511 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NORMAL_MAP_ARB
| Change | Effect |
---|
1 | The constant GL_NORMAL_MAP_ARB with value 0x8511 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NORMAL_MAP_EXT
| Change | Effect |
---|
1 | The constant GL_NORMAL_MAP_EXT with value 0x8511 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NORMAL_MAP_NV
| Change | Effect |
---|
1 | The constant GL_NORMAL_MAP_NV with value 0x8511 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NORMALIZE
| Change | Effect |
---|
1 | The constant GL_NORMALIZE with value 0x0BA1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NORMALIZED_RANGE_EXT
| Change | Effect |
---|
1 | The constant GL_NORMALIZED_RANGE_EXT with value 0x87E0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NOTEQUAL
| Change | Effect |
---|
1 | The constant GL_NOTEQUAL with value 0x0205 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NUM_COMPRESSED_TEXTURE_FORMATS
| Change | Effect |
---|
1 | The constant GL_NUM_COMPRESSED_TEXTURE_FORMATS with value 0x86A2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB
| Change | Effect |
---|
1 | The constant GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB with value 0x86A2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NUM_FRAGMENT_CONSTANTS_ATI
| Change | Effect |
---|
1 | The constant GL_NUM_FRAGMENT_CONSTANTS_ATI with value 0x896F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NUM_FRAGMENT_REGISTERS_ATI
| Change | Effect |
---|
1 | The constant GL_NUM_FRAGMENT_REGISTERS_ATI with value 0x896E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NUM_GENERAL_COMBINERS_NV
| Change | Effect |
---|
1 | The constant GL_NUM_GENERAL_COMBINERS_NV with value 0x854E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NUM_INPUT_INTERPOLATOR_COMPONENTS_ATI
| Change | Effect |
---|
1 | The constant GL_NUM_INPUT_INTERPOLATOR_COMPONENTS_ATI with value 0x8973 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NUM_INSTRUCTIONS_PER_PASS_ATI
| Change | Effect |
---|
1 | The constant GL_NUM_INSTRUCTIONS_PER_PASS_ATI with value 0x8971 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NUM_INSTRUCTIONS_TOTAL_ATI
| Change | Effect |
---|
1 | The constant GL_NUM_INSTRUCTIONS_TOTAL_ATI with value 0x8972 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NUM_LOOPBACK_COMPONENTS_ATI
| Change | Effect |
---|
1 | The constant GL_NUM_LOOPBACK_COMPONENTS_ATI with value 0x8974 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NUM_PASSES_ATI
| Change | Effect |
---|
1 | The constant GL_NUM_PASSES_ATI with value 0x8970 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_blend_square
| Change | Effect |
---|
1 | The constant GL_NV_blend_square with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_copy_depth_to_color
| Change | Effect |
---|
1 | The constant GL_NV_copy_depth_to_color with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_depth_clamp
| Change | Effect |
---|
1 | The constant GL_NV_depth_clamp with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_evaluators
| Change | Effect |
---|
1 | The constant GL_NV_evaluators with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_fence
| Change | Effect |
---|
1 | The constant GL_NV_fence with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_float_buffer
| Change | Effect |
---|
1 | The constant GL_NV_float_buffer with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_fog_distance
| Change | Effect |
---|
1 | The constant GL_NV_fog_distance with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_fragment_program
| Change | Effect |
---|
1 | The constant GL_NV_fragment_program with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_fragment_program2
| Change | Effect |
---|
1 | The constant GL_NV_fragment_program2 with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_fragment_program_option
| Change | Effect |
---|
1 | The constant GL_NV_fragment_program_option with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_half_float
| Change | Effect |
---|
1 | The constant GL_NV_half_float with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_light_max_exponent
| Change | Effect |
---|
1 | The constant GL_NV_light_max_exponent with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_multisample_filter_hint
| Change | Effect |
---|
1 | The constant GL_NV_multisample_filter_hint with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_occlusion_query
| Change | Effect |
---|
1 | The constant GL_NV_occlusion_query with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_packed_depth_stencil
| Change | Effect |
---|
1 | The constant GL_NV_packed_depth_stencil with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_pixel_data_range
| Change | Effect |
---|
1 | The constant GL_NV_pixel_data_range with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_point_sprite
| Change | Effect |
---|
1 | The constant GL_NV_point_sprite with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_primitive_restart
| Change | Effect |
---|
1 | The constant GL_NV_primitive_restart with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_register_combiners
| Change | Effect |
---|
1 | The constant GL_NV_register_combiners with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_register_combiners2
| Change | Effect |
---|
1 | The constant GL_NV_register_combiners2 with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_texgen_emboss
| Change | Effect |
---|
1 | The constant GL_NV_texgen_emboss with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_texgen_reflection
| Change | Effect |
---|
1 | The constant GL_NV_texgen_reflection with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_texture_compression_vtc
| Change | Effect |
---|
1 | The constant GL_NV_texture_compression_vtc with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_texture_env_combine4
| Change | Effect |
---|
1 | The constant GL_NV_texture_env_combine4 with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_texture_expand_normal
| Change | Effect |
---|
1 | The constant GL_NV_texture_expand_normal with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_texture_rectangle
| Change | Effect |
---|
1 | The constant GL_NV_texture_rectangle with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_texture_shader
| Change | Effect |
---|
1 | The constant GL_NV_texture_shader with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_texture_shader2
| Change | Effect |
---|
1 | The constant GL_NV_texture_shader2 with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_texture_shader3
| Change | Effect |
---|
1 | The constant GL_NV_texture_shader3 with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_vertex_array_range
| Change | Effect |
---|
1 | The constant GL_NV_vertex_array_range with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_vertex_array_range2
| Change | Effect |
---|
1 | The constant GL_NV_vertex_array_range2 with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_vertex_program
| Change | Effect |
---|
1 | The constant GL_NV_vertex_program with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_vertex_program1_1
| Change | Effect |
---|
1 | The constant GL_NV_vertex_program1_1 with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_vertex_program2
| Change | Effect |
---|
1 | The constant GL_NV_vertex_program2 with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_vertex_program2_option
| Change | Effect |
---|
1 | The constant GL_NV_vertex_program2_option with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_NV_vertex_program3
| Change | Effect |
---|
1 | The constant GL_NV_vertex_program3 with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OBJECT_ACTIVE_ATTRIBUTE_MAX_LENGTH_ARB
| Change | Effect |
---|
1 | The constant GL_OBJECT_ACTIVE_ATTRIBUTE_MAX_LENGTH_ARB with value 0x8B8A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OBJECT_ACTIVE_ATTRIBUTES_ARB
| Change | Effect |
---|
1 | The constant GL_OBJECT_ACTIVE_ATTRIBUTES_ARB with value 0x8B89 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OBJECT_ACTIVE_UNIFORM_MAX_LENGTH_ARB
| Change | Effect |
---|
1 | The constant GL_OBJECT_ACTIVE_UNIFORM_MAX_LENGTH_ARB with value 0x8B87 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OBJECT_ACTIVE_UNIFORMS_ARB
| Change | Effect |
---|
1 | The constant GL_OBJECT_ACTIVE_UNIFORMS_ARB with value 0x8B86 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OBJECT_ATTACHED_OBJECTS_ARB
| Change | Effect |
---|
1 | The constant GL_OBJECT_ATTACHED_OBJECTS_ARB with value 0x8B85 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OBJECT_BUFFER_SIZE_ATI
| Change | Effect |
---|
1 | The constant GL_OBJECT_BUFFER_SIZE_ATI with value 0x8764 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OBJECT_BUFFER_USAGE_ATI
| Change | Effect |
---|
1 | The constant GL_OBJECT_BUFFER_USAGE_ATI with value 0x8765 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OBJECT_COMPILE_STATUS_ARB
| Change | Effect |
---|
1 | The constant GL_OBJECT_COMPILE_STATUS_ARB with value 0x8B81 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OBJECT_DELETE_STATUS_ARB
| Change | Effect |
---|
1 | The constant GL_OBJECT_DELETE_STATUS_ARB with value 0x8B80 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OBJECT_INFO_LOG_LENGTH_ARB
| Change | Effect |
---|
1 | The constant GL_OBJECT_INFO_LOG_LENGTH_ARB with value 0x8B84 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OBJECT_LINEAR
| Change | Effect |
---|
1 | The constant GL_OBJECT_LINEAR with value 0x2401 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OBJECT_LINK_STATUS_ARB
| Change | Effect |
---|
1 | The constant GL_OBJECT_LINK_STATUS_ARB with value 0x8B82 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OBJECT_PLANE
| Change | Effect |
---|
1 | The constant GL_OBJECT_PLANE with value 0x2501 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OBJECT_SHADER_SOURCE_LENGTH_ARB
| Change | Effect |
---|
1 | The constant GL_OBJECT_SHADER_SOURCE_LENGTH_ARB with value 0x8B88 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OBJECT_SUBTYPE_ARB
| Change | Effect |
---|
1 | The constant GL_OBJECT_SUBTYPE_ARB with value 0x8B4F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OBJECT_TYPE_ARB
| Change | Effect |
---|
1 | The constant GL_OBJECT_TYPE_ARB with value 0x8B4E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OBJECT_VALIDATE_STATUS_ARB
| Change | Effect |
---|
1 | The constant GL_OBJECT_VALIDATE_STATUS_ARB with value 0x8B83 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OCCLUSION_TEST_HP
| Change | Effect |
---|
1 | The constant GL_OCCLUSION_TEST_HP with value 0x8165 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OCCLUSION_TEST_RESULT_HP
| Change | Effect |
---|
1 | The constant GL_OCCLUSION_TEST_RESULT_HP with value 0x8166 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OFFSET_HILO_PROJECTIVE_TEXTURE_2D_NV
| Change | Effect |
---|
1 | The constant GL_OFFSET_HILO_PROJECTIVE_TEXTURE_2D_NV with value 0x8856 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OFFSET_HILO_PROJECTIVE_TEXTURE_RECTANGLE_NV
| Change | Effect |
---|
1 | The constant GL_OFFSET_HILO_PROJECTIVE_TEXTURE_RECTANGLE_NV with value 0x8857 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OFFSET_HILO_TEXTURE_2D_NV
| Change | Effect |
---|
1 | The constant GL_OFFSET_HILO_TEXTURE_2D_NV with value 0x8854 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OFFSET_HILO_TEXTURE_RECTANGLE_NV
| Change | Effect |
---|
1 | The constant GL_OFFSET_HILO_TEXTURE_RECTANGLE_NV with value 0x8855 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OFFSET_PROJECTIVE_TEXTURE_2D_NV
| Change | Effect |
---|
1 | The constant GL_OFFSET_PROJECTIVE_TEXTURE_2D_NV with value 0x8850 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OFFSET_PROJECTIVE_TEXTURE_2D_SCALE_NV
| Change | Effect |
---|
1 | The constant GL_OFFSET_PROJECTIVE_TEXTURE_2D_SCALE_NV with value 0x8851 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_NV
| Change | Effect |
---|
1 | The constant GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_NV with value 0x8852 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_SCALE_NV
| Change | Effect |
---|
1 | The constant GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_SCALE_NV with value 0x8853 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OFFSET_TEXTURE_2D_NV
| Change | Effect |
---|
1 | The constant GL_OFFSET_TEXTURE_2D_NV with value 0x86E8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OFFSET_TEXTURE_BIAS_NV
| Change | Effect |
---|
1 | The constant GL_OFFSET_TEXTURE_BIAS_NV with value 0x86E3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OFFSET_TEXTURE_MATRIX_NV
| Change | Effect |
---|
1 | The constant GL_OFFSET_TEXTURE_MATRIX_NV with value 0x86E1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OFFSET_TEXTURE_RECTANGLE_NV
| Change | Effect |
---|
1 | The constant GL_OFFSET_TEXTURE_RECTANGLE_NV with value 0x864C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OFFSET_TEXTURE_RECTANGLE_SCALE_NV
| Change | Effect |
---|
1 | The constant GL_OFFSET_TEXTURE_RECTANGLE_SCALE_NV with value 0x864D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OFFSET_TEXTURE_SCALE_NV
| Change | Effect |
---|
1 | The constant GL_OFFSET_TEXTURE_SCALE_NV with value 0x86E2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OML_interlace
| Change | Effect |
---|
1 | The constant GL_OML_interlace with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OML_resample
| Change | Effect |
---|
1 | The constant GL_OML_resample with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OML_subsample
| Change | Effect |
---|
1 | The constant GL_OML_subsample with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ONE
| Change | Effect |
---|
1 | The constant GL_ONE with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ONE_EXT
| Change | Effect |
---|
1 | The constant GL_ONE_EXT with value 0x87DE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ONE_MINUS_CONSTANT_ALPHA
| Change | Effect |
---|
1 | The constant GL_ONE_MINUS_CONSTANT_ALPHA with value 0x8004 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ONE_MINUS_CONSTANT_ALPHA_EXT
| Change | Effect |
---|
1 | The constant GL_ONE_MINUS_CONSTANT_ALPHA_EXT with value 0x8004 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ONE_MINUS_CONSTANT_COLOR
| Change | Effect |
---|
1 | The constant GL_ONE_MINUS_CONSTANT_COLOR with value 0x8002 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ONE_MINUS_CONSTANT_COLOR_EXT
| Change | Effect |
---|
1 | The constant GL_ONE_MINUS_CONSTANT_COLOR_EXT with value 0x8002 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ONE_MINUS_DST_ALPHA
| Change | Effect |
---|
1 | The constant GL_ONE_MINUS_DST_ALPHA with value 0x0305 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ONE_MINUS_DST_COLOR
| Change | Effect |
---|
1 | The constant GL_ONE_MINUS_DST_COLOR with value 0x0307 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ONE_MINUS_SRC_ALPHA
| Change | Effect |
---|
1 | The constant GL_ONE_MINUS_SRC_ALPHA with value 0x0303 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ONE_MINUS_SRC_COLOR
| Change | Effect |
---|
1 | The constant GL_ONE_MINUS_SRC_COLOR with value 0x0301 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OP_ADD_EXT
| Change | Effect |
---|
1 | The constant GL_OP_ADD_EXT with value 0x8787 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OP_CLAMP_EXT
| Change | Effect |
---|
1 | The constant GL_OP_CLAMP_EXT with value 0x878E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OP_CROSS_PRODUCT_EXT
| Change | Effect |
---|
1 | The constant GL_OP_CROSS_PRODUCT_EXT with value 0x8797 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OP_DOT3_EXT
| Change | Effect |
---|
1 | The constant GL_OP_DOT3_EXT with value 0x8784 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OP_DOT4_EXT
| Change | Effect |
---|
1 | The constant GL_OP_DOT4_EXT with value 0x8785 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OP_EXP_BASE_2_EXT
| Change | Effect |
---|
1 | The constant GL_OP_EXP_BASE_2_EXT with value 0x8791 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OP_FLOOR_EXT
| Change | Effect |
---|
1 | The constant GL_OP_FLOOR_EXT with value 0x878F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OP_FRAC_EXT
| Change | Effect |
---|
1 | The constant GL_OP_FRAC_EXT with value 0x8789 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OP_INDEX_EXT
| Change | Effect |
---|
1 | The constant GL_OP_INDEX_EXT with value 0x8782 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OP_LOG_BASE_2_EXT
| Change | Effect |
---|
1 | The constant GL_OP_LOG_BASE_2_EXT with value 0x8792 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OP_MADD_EXT
| Change | Effect |
---|
1 | The constant GL_OP_MADD_EXT with value 0x8788 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OP_MAX_EXT
| Change | Effect |
---|
1 | The constant GL_OP_MAX_EXT with value 0x878A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OP_MIN_EXT
| Change | Effect |
---|
1 | The constant GL_OP_MIN_EXT with value 0x878B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OP_MOV_EXT
| Change | Effect |
---|
1 | The constant GL_OP_MOV_EXT with value 0x8799 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OP_MUL_EXT
| Change | Effect |
---|
1 | The constant GL_OP_MUL_EXT with value 0x8786 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OP_MULTIPLY_MATRIX_EXT
| Change | Effect |
---|
1 | The constant GL_OP_MULTIPLY_MATRIX_EXT with value 0x8798 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OP_NEGATE_EXT
| Change | Effect |
---|
1 | The constant GL_OP_NEGATE_EXT with value 0x8783 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OP_POWER_EXT
| Change | Effect |
---|
1 | The constant GL_OP_POWER_EXT with value 0x8793 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OP_RECIP_EXT
| Change | Effect |
---|
1 | The constant GL_OP_RECIP_EXT with value 0x8794 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OP_RECIP_SQRT_EXT
| Change | Effect |
---|
1 | The constant GL_OP_RECIP_SQRT_EXT with value 0x8795 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OP_ROUND_EXT
| Change | Effect |
---|
1 | The constant GL_OP_ROUND_EXT with value 0x8790 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OP_SET_GE_EXT
| Change | Effect |
---|
1 | The constant GL_OP_SET_GE_EXT with value 0x878C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OP_SET_LT_EXT
| Change | Effect |
---|
1 | The constant GL_OP_SET_LT_EXT with value 0x878D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OP_SUB_EXT
| Change | Effect |
---|
1 | The constant GL_OP_SUB_EXT with value 0x8796 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OPERAND0_ALPHA
| Change | Effect |
---|
1 | The constant GL_OPERAND0_ALPHA with value 0x8598 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OPERAND0_ALPHA_ARB
| Change | Effect |
---|
1 | The constant GL_OPERAND0_ALPHA_ARB with value 0x8598 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OPERAND0_ALPHA_EXT
| Change | Effect |
---|
1 | The constant GL_OPERAND0_ALPHA_EXT with value 0x8598 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OPERAND0_RGB
| Change | Effect |
---|
1 | The constant GL_OPERAND0_RGB with value 0x8590 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OPERAND0_RGB_ARB
| Change | Effect |
---|
1 | The constant GL_OPERAND0_RGB_ARB with value 0x8590 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OPERAND0_RGB_EXT
| Change | Effect |
---|
1 | The constant GL_OPERAND0_RGB_EXT with value 0x8590 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OPERAND1_ALPHA
| Change | Effect |
---|
1 | The constant GL_OPERAND1_ALPHA with value 0x8599 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OPERAND1_ALPHA_ARB
| Change | Effect |
---|
1 | The constant GL_OPERAND1_ALPHA_ARB with value 0x8599 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OPERAND1_ALPHA_EXT
| Change | Effect |
---|
1 | The constant GL_OPERAND1_ALPHA_EXT with value 0x8599 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OPERAND1_RGB
| Change | Effect |
---|
1 | The constant GL_OPERAND1_RGB with value 0x8591 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OPERAND1_RGB_ARB
| Change | Effect |
---|
1 | The constant GL_OPERAND1_RGB_ARB with value 0x8591 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OPERAND1_RGB_EXT
| Change | Effect |
---|
1 | The constant GL_OPERAND1_RGB_EXT with value 0x8591 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OPERAND2_ALPHA
| Change | Effect |
---|
1 | The constant GL_OPERAND2_ALPHA with value 0x859A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OPERAND2_ALPHA_ARB
| Change | Effect |
---|
1 | The constant GL_OPERAND2_ALPHA_ARB with value 0x859A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OPERAND2_ALPHA_EXT
| Change | Effect |
---|
1 | The constant GL_OPERAND2_ALPHA_EXT with value 0x859A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OPERAND2_RGB
| Change | Effect |
---|
1 | The constant GL_OPERAND2_RGB with value 0x8592 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OPERAND2_RGB_ARB
| Change | Effect |
---|
1 | The constant GL_OPERAND2_RGB_ARB with value 0x8592 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OPERAND2_RGB_EXT
| Change | Effect |
---|
1 | The constant GL_OPERAND2_RGB_EXT with value 0x8592 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OPERAND3_ALPHA_NV
| Change | Effect |
---|
1 | The constant GL_OPERAND3_ALPHA_NV with value 0x859B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OPERAND3_RGB_NV
| Change | Effect |
---|
1 | The constant GL_OPERAND3_RGB_NV with value 0x8593 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OR
| Change | Effect |
---|
1 | The constant GL_OR with value 0x1507 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OR_INVERTED
| Change | Effect |
---|
1 | The constant GL_OR_INVERTED with value 0x150D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OR_REVERSE
| Change | Effect |
---|
1 | The constant GL_OR_REVERSE with value 0x150B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ORDER
| Change | Effect |
---|
1 | The constant GL_ORDER with value 0x0A01 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUT_OF_MEMORY
| Change | Effect |
---|
1 | The constant GL_OUT_OF_MEMORY with value 0x0505 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_COLOR0_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_COLOR0_EXT with value 0x879B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_COLOR1_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_COLOR1_EXT with value 0x879C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_FOG_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_FOG_EXT with value 0x87BD has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_POINT_SIZE_ATIX
| Change | Effect |
---|
1 | The constant GL_OUTPUT_POINT_SIZE_ATIX with value 0x610E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD0_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD0_EXT with value 0x879D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD10_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD10_EXT with value 0x87A7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD11_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD11_EXT with value 0x87A8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD12_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD12_EXT with value 0x87A9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD13_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD13_EXT with value 0x87AA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD14_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD14_EXT with value 0x87AB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD15_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD15_EXT with value 0x87AC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD16_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD16_EXT with value 0x87AD has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD17_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD17_EXT with value 0x87AE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD18_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD18_EXT with value 0x87AF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD19_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD19_EXT with value 0x87B0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD1_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD1_EXT with value 0x879E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD20_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD20_EXT with value 0x87B1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD21_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD21_EXT with value 0x87B2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD22_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD22_EXT with value 0x87B3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD23_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD23_EXT with value 0x87B4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD24_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD24_EXT with value 0x87B5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD25_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD25_EXT with value 0x87B6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD26_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD26_EXT with value 0x87B7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD27_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD27_EXT with value 0x87B8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD28_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD28_EXT with value 0x87B9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD29_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD29_EXT with value 0x87BA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD2_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD2_EXT with value 0x879F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD30_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD30_EXT with value 0x87BB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD31_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD31_EXT with value 0x87BC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD3_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD3_EXT with value 0x87A0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD4_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD4_EXT with value 0x87A1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD5_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD5_EXT with value 0x87A2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD6_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD6_EXT with value 0x87A3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD7_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD7_EXT with value 0x87A4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD8_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD8_EXT with value 0x87A5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_TEXTURE_COORD9_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_TEXTURE_COORD9_EXT with value 0x87A6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_OUTPUT_VERTEX_EXT
| Change | Effect |
---|
1 | The constant GL_OUTPUT_VERTEX_EXT with value 0x879A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PACK_ALIGNMENT
| Change | Effect |
---|
1 | The constant GL_PACK_ALIGNMENT with value 0x0D05 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PACK_CMYK_HINT_EXT
| Change | Effect |
---|
1 | The constant GL_PACK_CMYK_HINT_EXT with value 0x800E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PACK_IMAGE_HEIGHT
| Change | Effect |
---|
1 | The constant GL_PACK_IMAGE_HEIGHT with value 0x806C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PACK_IMAGE_HEIGHT_EXT
| Change | Effect |
---|
1 | The constant GL_PACK_IMAGE_HEIGHT_EXT with value 0x806C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PACK_INVERT_MESA
| Change | Effect |
---|
1 | The constant GL_PACK_INVERT_MESA with value 0x8758 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PACK_LSB_FIRST
| Change | Effect |
---|
1 | The constant GL_PACK_LSB_FIRST with value 0x0D01 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PACK_RESAMPLE_OML
| Change | Effect |
---|
1 | The constant GL_PACK_RESAMPLE_OML with value 0x8984 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PACK_RESAMPLE_SGIX
| Change | Effect |
---|
1 | The constant GL_PACK_RESAMPLE_SGIX with value 0x842E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PACK_ROW_LENGTH
| Change | Effect |
---|
1 | The constant GL_PACK_ROW_LENGTH with value 0x0D02 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PACK_SKIP_IMAGES
| Change | Effect |
---|
1 | The constant GL_PACK_SKIP_IMAGES with value 0x806B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PACK_SKIP_IMAGES_EXT
| Change | Effect |
---|
1 | The constant GL_PACK_SKIP_IMAGES_EXT with value 0x806B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PACK_SKIP_PIXELS
| Change | Effect |
---|
1 | The constant GL_PACK_SKIP_PIXELS with value 0x0D04 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PACK_SKIP_ROWS
| Change | Effect |
---|
1 | The constant GL_PACK_SKIP_ROWS with value 0x0D03 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PACK_SWAP_BYTES
| Change | Effect |
---|
1 | The constant GL_PACK_SWAP_BYTES with value 0x0D00 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PARALLEL_ARRAYS_INTEL
| Change | Effect |
---|
1 | The constant GL_PARALLEL_ARRAYS_INTEL with value 0x83F4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PASS_THROUGH_NV
| Change | Effect |
---|
1 | The constant GL_PASS_THROUGH_NV with value 0x86E6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PASS_THROUGH_TOKEN
| Change | Effect |
---|
1 | The constant GL_PASS_THROUGH_TOKEN with value 0x0700 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PER_STAGE_CONSTANTS_NV
| Change | Effect |
---|
1 | The constant GL_PER_STAGE_CONSTANTS_NV with value 0x8535 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PERSPECTIVE_CORRECTION_HINT
| Change | Effect |
---|
1 | The constant GL_PERSPECTIVE_CORRECTION_HINT with value 0x0C50 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PERTURB_EXT
| Change | Effect |
---|
1 | The constant GL_PERTURB_EXT with value 0x85AE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PGI_misc_hints
| Change | Effect |
---|
1 | The constant GL_PGI_misc_hints with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PGI_vertex_hints
| Change | Effect |
---|
1 | The constant GL_PGI_vertex_hints with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PHONG_HINT_WIN
| Change | Effect |
---|
1 | The constant GL_PHONG_HINT_WIN with value 0x80EB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PHONG_WIN
| Change | Effect |
---|
1 | The constant GL_PHONG_WIN with value 0x80EA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_COUNT_AVAILABLE_NV
| Change | Effect |
---|
1 | The constant GL_PIXEL_COUNT_AVAILABLE_NV with value 0x8867 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_COUNT_NV
| Change | Effect |
---|
1 | The constant GL_PIXEL_COUNT_NV with value 0x8866 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_COUNTER_BITS_NV
| Change | Effect |
---|
1 | The constant GL_PIXEL_COUNTER_BITS_NV with value 0x8864 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_CUBIC_WEIGHT_EXT
| Change | Effect |
---|
1 | The constant GL_PIXEL_CUBIC_WEIGHT_EXT with value 0x8333 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_MAG_FILTER_EXT
| Change | Effect |
---|
1 | The constant GL_PIXEL_MAG_FILTER_EXT with value 0x8331 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_MAP_A_TO_A
| Change | Effect |
---|
1 | The constant GL_PIXEL_MAP_A_TO_A with value 0x0C79 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_MAP_A_TO_A_SIZE
| Change | Effect |
---|
1 | The constant GL_PIXEL_MAP_A_TO_A_SIZE with value 0x0CB9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_MAP_B_TO_B
| Change | Effect |
---|
1 | The constant GL_PIXEL_MAP_B_TO_B with value 0x0C78 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_MAP_B_TO_B_SIZE
| Change | Effect |
---|
1 | The constant GL_PIXEL_MAP_B_TO_B_SIZE with value 0x0CB8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_MAP_G_TO_G
| Change | Effect |
---|
1 | The constant GL_PIXEL_MAP_G_TO_G with value 0x0C77 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_MAP_G_TO_G_SIZE
| Change | Effect |
---|
1 | The constant GL_PIXEL_MAP_G_TO_G_SIZE with value 0x0CB7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_MAP_I_TO_A
| Change | Effect |
---|
1 | The constant GL_PIXEL_MAP_I_TO_A with value 0x0C75 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_MAP_I_TO_A_SIZE
| Change | Effect |
---|
1 | The constant GL_PIXEL_MAP_I_TO_A_SIZE with value 0x0CB5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_MAP_I_TO_B
| Change | Effect |
---|
1 | The constant GL_PIXEL_MAP_I_TO_B with value 0x0C74 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_MAP_I_TO_B_SIZE
| Change | Effect |
---|
1 | The constant GL_PIXEL_MAP_I_TO_B_SIZE with value 0x0CB4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_MAP_I_TO_G
| Change | Effect |
---|
1 | The constant GL_PIXEL_MAP_I_TO_G with value 0x0C73 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_MAP_I_TO_G_SIZE
| Change | Effect |
---|
1 | The constant GL_PIXEL_MAP_I_TO_G_SIZE with value 0x0CB3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_MAP_I_TO_I
| Change | Effect |
---|
1 | The constant GL_PIXEL_MAP_I_TO_I with value 0x0C70 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_MAP_I_TO_I_SIZE
| Change | Effect |
---|
1 | The constant GL_PIXEL_MAP_I_TO_I_SIZE with value 0x0CB0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_MAP_I_TO_R
| Change | Effect |
---|
1 | The constant GL_PIXEL_MAP_I_TO_R with value 0x0C72 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_MAP_I_TO_R_SIZE
| Change | Effect |
---|
1 | The constant GL_PIXEL_MAP_I_TO_R_SIZE with value 0x0CB2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_MAP_R_TO_R
| Change | Effect |
---|
1 | The constant GL_PIXEL_MAP_R_TO_R with value 0x0C76 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_MAP_R_TO_R_SIZE
| Change | Effect |
---|
1 | The constant GL_PIXEL_MAP_R_TO_R_SIZE with value 0x0CB6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_MAP_S_TO_S
| Change | Effect |
---|
1 | The constant GL_PIXEL_MAP_S_TO_S with value 0x0C71 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_MAP_S_TO_S_SIZE
| Change | Effect |
---|
1 | The constant GL_PIXEL_MAP_S_TO_S_SIZE with value 0x0CB1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_MIN_FILTER_EXT
| Change | Effect |
---|
1 | The constant GL_PIXEL_MIN_FILTER_EXT with value 0x8332 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_MODE_BIT
| Change | Effect |
---|
1 | The constant GL_PIXEL_MODE_BIT with value 0x00000020 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_PACK_BUFFER_ARB
| Change | Effect |
---|
1 | The constant GL_PIXEL_PACK_BUFFER_ARB with value 0x88EB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_PACK_BUFFER_BINDING_ARB
| Change | Effect |
---|
1 | The constant GL_PIXEL_PACK_BUFFER_BINDING_ARB with value 0x88ED has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_PACK_BUFFER_BINDING_EXT
| Change | Effect |
---|
1 | The constant GL_PIXEL_PACK_BUFFER_BINDING_EXT with value 0x88ED has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_PACK_BUFFER_EXT
| Change | Effect |
---|
1 | The constant GL_PIXEL_PACK_BUFFER_EXT with value 0x88EB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_TRANSFORM_2D_EXT
| Change | Effect |
---|
1 | The constant GL_PIXEL_TRANSFORM_2D_EXT with value 0x8330 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_TRANSFORM_2D_MATRIX_EXT
| Change | Effect |
---|
1 | The constant GL_PIXEL_TRANSFORM_2D_MATRIX_EXT with value 0x8338 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT
| Change | Effect |
---|
1 | The constant GL_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT with value 0x8336 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_UNPACK_BUFFER_ARB
| Change | Effect |
---|
1 | The constant GL_PIXEL_UNPACK_BUFFER_ARB with value 0x88EC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_UNPACK_BUFFER_BINDING_ARB
| Change | Effect |
---|
1 | The constant GL_PIXEL_UNPACK_BUFFER_BINDING_ARB with value 0x88EF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_UNPACK_BUFFER_BINDING_EXT
| Change | Effect |
---|
1 | The constant GL_PIXEL_UNPACK_BUFFER_BINDING_EXT with value 0x88EF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PIXEL_UNPACK_BUFFER_EXT
| Change | Effect |
---|
1 | The constant GL_PIXEL_UNPACK_BUFFER_EXT with value 0x88EC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PN_TRIANGLES_ATI
| Change | Effect |
---|
1 | The constant GL_PN_TRIANGLES_ATI with value 0x87F0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PN_TRIANGLES_NORMAL_MODE_ATI
| Change | Effect |
---|
1 | The constant GL_PN_TRIANGLES_NORMAL_MODE_ATI with value 0x87F3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PN_TRIANGLES_NORMAL_MODE_LINEAR_ATI
| Change | Effect |
---|
1 | The constant GL_PN_TRIANGLES_NORMAL_MODE_LINEAR_ATI with value 0x87F7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PN_TRIANGLES_NORMAL_MODE_QUADRATIC_ATI
| Change | Effect |
---|
1 | The constant GL_PN_TRIANGLES_NORMAL_MODE_QUADRATIC_ATI with value 0x87F8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PN_TRIANGLES_POINT_MODE_ATI
| Change | Effect |
---|
1 | The constant GL_PN_TRIANGLES_POINT_MODE_ATI with value 0x87F2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PN_TRIANGLES_POINT_MODE_CUBIC_ATI
| Change | Effect |
---|
1 | The constant GL_PN_TRIANGLES_POINT_MODE_CUBIC_ATI with value 0x87F6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PN_TRIANGLES_POINT_MODE_LINEAR_ATI
| Change | Effect |
---|
1 | The constant GL_PN_TRIANGLES_POINT_MODE_LINEAR_ATI with value 0x87F5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PN_TRIANGLES_TESSELATION_LEVEL_ATI
| Change | Effect |
---|
1 | The constant GL_PN_TRIANGLES_TESSELATION_LEVEL_ATI with value 0x87F4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POINT
| Change | Effect |
---|
1 | The constant GL_POINT with value 0x1B00 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POINT_BIT
| Change | Effect |
---|
1 | The constant GL_POINT_BIT with value 0x00000002 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POINT_DISTANCE_ATTENUATION
| Change | Effect |
---|
1 | The constant GL_POINT_DISTANCE_ATTENUATION with value 0x8129 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POINT_DISTANCE_ATTENUATION_ARB
| Change | Effect |
---|
1 | The constant GL_POINT_DISTANCE_ATTENUATION_ARB with value 0x8129 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POINT_FADE_THRESHOLD_SIZE
| Change | Effect |
---|
1 | The constant GL_POINT_FADE_THRESHOLD_SIZE with value 0x8128 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POINT_FADE_THRESHOLD_SIZE_ARB
| Change | Effect |
---|
1 | The constant GL_POINT_FADE_THRESHOLD_SIZE_ARB with value 0x8128 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POINT_FADE_THRESHOLD_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_POINT_FADE_THRESHOLD_SIZE_EXT with value 0x8128 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POINT_SIZE
| Change | Effect |
---|
1 | The constant GL_POINT_SIZE with value 0x0B11 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POINT_SIZE_GRANULARITY
| Change | Effect |
---|
1 | The constant GL_POINT_SIZE_GRANULARITY with value 0x0B13 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POINT_SIZE_MAX
| Change | Effect |
---|
1 | The constant GL_POINT_SIZE_MAX with value 0x8127 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POINT_SIZE_MAX_ARB
| Change | Effect |
---|
1 | The constant GL_POINT_SIZE_MAX_ARB with value 0x8127 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POINT_SIZE_MAX_EXT
| Change | Effect |
---|
1 | The constant GL_POINT_SIZE_MAX_EXT with value 0x8127 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POINT_SIZE_MIN
| Change | Effect |
---|
1 | The constant GL_POINT_SIZE_MIN with value 0x8126 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POINT_SIZE_MIN_ARB
| Change | Effect |
---|
1 | The constant GL_POINT_SIZE_MIN_ARB with value 0x8126 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POINT_SIZE_MIN_EXT
| Change | Effect |
---|
1 | The constant GL_POINT_SIZE_MIN_EXT with value 0x8126 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POINT_SIZE_RANGE
| Change | Effect |
---|
1 | The constant GL_POINT_SIZE_RANGE with value 0x0B12 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POINT_SMOOTH
| Change | Effect |
---|
1 | The constant GL_POINT_SMOOTH with value 0x0B10 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POINT_SMOOTH_HINT
| Change | Effect |
---|
1 | The constant GL_POINT_SMOOTH_HINT with value 0x0C51 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POINT_SPRITE
| Change | Effect |
---|
1 | The constant GL_POINT_SPRITE with value 0x8861 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POINT_SPRITE_ARB
| Change | Effect |
---|
1 | The constant GL_POINT_SPRITE_ARB with value 0x8861 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POINT_SPRITE_COORD_ORIGIN
| Change | Effect |
---|
1 | The constant GL_POINT_SPRITE_COORD_ORIGIN with value 0x8CA0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POINT_SPRITE_NV
| Change | Effect |
---|
1 | The constant GL_POINT_SPRITE_NV with value 0x8861 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POINT_SPRITE_R_MODE_NV
| Change | Effect |
---|
1 | The constant GL_POINT_SPRITE_R_MODE_NV with value 0x8863 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POINT_TOKEN
| Change | Effect |
---|
1 | The constant GL_POINT_TOKEN with value 0x0701 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POINTS
| Change | Effect |
---|
1 | The constant GL_POINTS with value 0x0000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POLYGON
| Change | Effect |
---|
1 | The constant GL_POLYGON with value 0x0009 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POLYGON_BIT
| Change | Effect |
---|
1 | The constant GL_POLYGON_BIT with value 0x00000008 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POLYGON_MODE
| Change | Effect |
---|
1 | The constant GL_POLYGON_MODE with value 0x0B40 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POLYGON_OFFSET_BIAS_EXT
| Change | Effect |
---|
1 | The constant GL_POLYGON_OFFSET_BIAS_EXT with value 0x8039 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POLYGON_OFFSET_EXT
| Change | Effect |
---|
1 | The constant GL_POLYGON_OFFSET_EXT with value 0x8037 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POLYGON_OFFSET_FACTOR
| Change | Effect |
---|
1 | The constant GL_POLYGON_OFFSET_FACTOR with value 0x8038 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POLYGON_OFFSET_FACTOR_EXT
| Change | Effect |
---|
1 | The constant GL_POLYGON_OFFSET_FACTOR_EXT with value 0x8038 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POLYGON_OFFSET_FILL
| Change | Effect |
---|
1 | The constant GL_POLYGON_OFFSET_FILL with value 0x8037 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POLYGON_OFFSET_LINE
| Change | Effect |
---|
1 | The constant GL_POLYGON_OFFSET_LINE with value 0x2A02 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POLYGON_OFFSET_POINT
| Change | Effect |
---|
1 | The constant GL_POLYGON_OFFSET_POINT with value 0x2A01 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POLYGON_OFFSET_UNITS
| Change | Effect |
---|
1 | The constant GL_POLYGON_OFFSET_UNITS with value 0x2A00 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POLYGON_SMOOTH
| Change | Effect |
---|
1 | The constant GL_POLYGON_SMOOTH with value 0x0B41 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POLYGON_SMOOTH_HINT
| Change | Effect |
---|
1 | The constant GL_POLYGON_SMOOTH_HINT with value 0x0C53 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POLYGON_STIPPLE
| Change | Effect |
---|
1 | The constant GL_POLYGON_STIPPLE with value 0x0B42 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POLYGON_STIPPLE_BIT
| Change | Effect |
---|
1 | The constant GL_POLYGON_STIPPLE_BIT with value 0x00000010 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POLYGON_TOKEN
| Change | Effect |
---|
1 | The constant GL_POLYGON_TOKEN with value 0x0703 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POSITION
| Change | Effect |
---|
1 | The constant GL_POSITION with value 0x1203 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_COLOR_MATRIX_ALPHA_BIAS
| Change | Effect |
---|
1 | The constant GL_POST_COLOR_MATRIX_ALPHA_BIAS with value 0x80BB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI
| Change | Effect |
---|
1 | The constant GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI with value 0x80BB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_COLOR_MATRIX_ALPHA_SCALE
| Change | Effect |
---|
1 | The constant GL_POST_COLOR_MATRIX_ALPHA_SCALE with value 0x80B7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI
| Change | Effect |
---|
1 | The constant GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI with value 0x80B7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_COLOR_MATRIX_BLUE_BIAS
| Change | Effect |
---|
1 | The constant GL_POST_COLOR_MATRIX_BLUE_BIAS with value 0x80BA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI
| Change | Effect |
---|
1 | The constant GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI with value 0x80BA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_COLOR_MATRIX_BLUE_SCALE
| Change | Effect |
---|
1 | The constant GL_POST_COLOR_MATRIX_BLUE_SCALE with value 0x80B6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI
| Change | Effect |
---|
1 | The constant GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI with value 0x80B6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_COLOR_MATRIX_COLOR_TABLE
| Change | Effect |
---|
1 | The constant GL_POST_COLOR_MATRIX_COLOR_TABLE with value 0x80D2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI
| Change | Effect |
---|
1 | The constant GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI with value 0x80D2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_COLOR_MATRIX_GREEN_BIAS
| Change | Effect |
---|
1 | The constant GL_POST_COLOR_MATRIX_GREEN_BIAS with value 0x80B9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI
| Change | Effect |
---|
1 | The constant GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI with value 0x80B9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_COLOR_MATRIX_GREEN_SCALE
| Change | Effect |
---|
1 | The constant GL_POST_COLOR_MATRIX_GREEN_SCALE with value 0x80B5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI
| Change | Effect |
---|
1 | The constant GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI with value 0x80B5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_COLOR_MATRIX_RED_BIAS
| Change | Effect |
---|
1 | The constant GL_POST_COLOR_MATRIX_RED_BIAS with value 0x80B8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_COLOR_MATRIX_RED_BIAS_SGI
| Change | Effect |
---|
1 | The constant GL_POST_COLOR_MATRIX_RED_BIAS_SGI with value 0x80B8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_COLOR_MATRIX_RED_SCALE
| Change | Effect |
---|
1 | The constant GL_POST_COLOR_MATRIX_RED_SCALE with value 0x80B4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_COLOR_MATRIX_RED_SCALE_SGI
| Change | Effect |
---|
1 | The constant GL_POST_COLOR_MATRIX_RED_SCALE_SGI with value 0x80B4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_CONVOLUTION_ALPHA_BIAS
| Change | Effect |
---|
1 | The constant GL_POST_CONVOLUTION_ALPHA_BIAS with value 0x8023 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_CONVOLUTION_ALPHA_BIAS_EXT
| Change | Effect |
---|
1 | The constant GL_POST_CONVOLUTION_ALPHA_BIAS_EXT with value 0x8023 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_CONVOLUTION_ALPHA_SCALE
| Change | Effect |
---|
1 | The constant GL_POST_CONVOLUTION_ALPHA_SCALE with value 0x801F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_CONVOLUTION_ALPHA_SCALE_EXT
| Change | Effect |
---|
1 | The constant GL_POST_CONVOLUTION_ALPHA_SCALE_EXT with value 0x801F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_CONVOLUTION_BLUE_BIAS
| Change | Effect |
---|
1 | The constant GL_POST_CONVOLUTION_BLUE_BIAS with value 0x8022 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_CONVOLUTION_BLUE_BIAS_EXT
| Change | Effect |
---|
1 | The constant GL_POST_CONVOLUTION_BLUE_BIAS_EXT with value 0x8022 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_CONVOLUTION_BLUE_SCALE
| Change | Effect |
---|
1 | The constant GL_POST_CONVOLUTION_BLUE_SCALE with value 0x801E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_CONVOLUTION_BLUE_SCALE_EXT
| Change | Effect |
---|
1 | The constant GL_POST_CONVOLUTION_BLUE_SCALE_EXT with value 0x801E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_CONVOLUTION_COLOR_TABLE
| Change | Effect |
---|
1 | The constant GL_POST_CONVOLUTION_COLOR_TABLE with value 0x80D1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_CONVOLUTION_COLOR_TABLE_SGI
| Change | Effect |
---|
1 | The constant GL_POST_CONVOLUTION_COLOR_TABLE_SGI with value 0x80D1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_CONVOLUTION_GREEN_BIAS
| Change | Effect |
---|
1 | The constant GL_POST_CONVOLUTION_GREEN_BIAS with value 0x8021 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_CONVOLUTION_GREEN_BIAS_EXT
| Change | Effect |
---|
1 | The constant GL_POST_CONVOLUTION_GREEN_BIAS_EXT with value 0x8021 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_CONVOLUTION_GREEN_SCALE
| Change | Effect |
---|
1 | The constant GL_POST_CONVOLUTION_GREEN_SCALE with value 0x801D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_CONVOLUTION_GREEN_SCALE_EXT
| Change | Effect |
---|
1 | The constant GL_POST_CONVOLUTION_GREEN_SCALE_EXT with value 0x801D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_CONVOLUTION_RED_BIAS
| Change | Effect |
---|
1 | The constant GL_POST_CONVOLUTION_RED_BIAS with value 0x8020 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_CONVOLUTION_RED_BIAS_EXT
| Change | Effect |
---|
1 | The constant GL_POST_CONVOLUTION_RED_BIAS_EXT with value 0x8020 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_CONVOLUTION_RED_SCALE
| Change | Effect |
---|
1 | The constant GL_POST_CONVOLUTION_RED_SCALE with value 0x801C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_CONVOLUTION_RED_SCALE_EXT
| Change | Effect |
---|
1 | The constant GL_POST_CONVOLUTION_RED_SCALE_EXT with value 0x801C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_TEXTURE_FILTER_BIAS_RANGE_SGIX
| Change | Effect |
---|
1 | The constant GL_POST_TEXTURE_FILTER_BIAS_RANGE_SGIX with value 0x817B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_TEXTURE_FILTER_BIAS_SGIX
| Change | Effect |
---|
1 | The constant GL_POST_TEXTURE_FILTER_BIAS_SGIX with value 0x8179 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_TEXTURE_FILTER_SCALE_RANGE_SGIX
| Change | Effect |
---|
1 | The constant GL_POST_TEXTURE_FILTER_SCALE_RANGE_SGIX with value 0x817C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_POST_TEXTURE_FILTER_SCALE_SGIX
| Change | Effect |
---|
1 | The constant GL_POST_TEXTURE_FILTER_SCALE_SGIX with value 0x817A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PREFER_DOUBLEBUFFER_HINT_PGI
| Change | Effect |
---|
1 | The constant GL_PREFER_DOUBLEBUFFER_HINT_PGI with value 107000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PRESERVE_ATI
| Change | Effect |
---|
1 | The constant GL_PRESERVE_ATI with value 0x8762 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PREVIOUS
| Change | Effect |
---|
1 | The constant GL_PREVIOUS with value 0x8578 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PREVIOUS_ARB
| Change | Effect |
---|
1 | The constant GL_PREVIOUS_ARB with value 0x8578 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PREVIOUS_EXT
| Change | Effect |
---|
1 | The constant GL_PREVIOUS_EXT with value 0x8578 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PREVIOUS_TEXTURE_INPUT_NV
| Change | Effect |
---|
1 | The constant GL_PREVIOUS_TEXTURE_INPUT_NV with value 0x86E4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PRIMARY_COLOR
| Change | Effect |
---|
1 | The constant GL_PRIMARY_COLOR with value 0x8577 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PRIMARY_COLOR_ARB
| Change | Effect |
---|
1 | The constant GL_PRIMARY_COLOR_ARB with value 0x8577 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PRIMARY_COLOR_EXT
| Change | Effect |
---|
1 | The constant GL_PRIMARY_COLOR_EXT with value 0x8577 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PRIMARY_COLOR_NV
| Change | Effect |
---|
1 | The constant GL_PRIMARY_COLOR_NV with value 0x852C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PRIMITIVE_RESTART_INDEX_NV
| Change | Effect |
---|
1 | The constant GL_PRIMITIVE_RESTART_INDEX_NV with value 0x8559 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PRIMITIVE_RESTART_NV
| Change | Effect |
---|
1 | The constant GL_PRIMITIVE_RESTART_NV with value 0x8558 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_ADDRESS_REGISTERS_ARB
| Change | Effect |
---|
1 | The constant GL_PROGRAM_ADDRESS_REGISTERS_ARB with value 0x88B0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_ALU_INSTRUCTIONS_ARB
| Change | Effect |
---|
1 | The constant GL_PROGRAM_ALU_INSTRUCTIONS_ARB with value 0x8805 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_ATTRIBS_ARB
| Change | Effect |
---|
1 | The constant GL_PROGRAM_ATTRIBS_ARB with value 0x88AC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_BINDING_ARB
| Change | Effect |
---|
1 | The constant GL_PROGRAM_BINDING_ARB with value 0x8677 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_ERROR_POSITION_ARB
| Change | Effect |
---|
1 | The constant GL_PROGRAM_ERROR_POSITION_ARB with value 0x864B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_ERROR_POSITION_NV
| Change | Effect |
---|
1 | The constant GL_PROGRAM_ERROR_POSITION_NV with value 0x864B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_ERROR_STRING_ARB
| Change | Effect |
---|
1 | The constant GL_PROGRAM_ERROR_STRING_ARB with value 0x8874 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_ERROR_STRING_NV
| Change | Effect |
---|
1 | The constant GL_PROGRAM_ERROR_STRING_NV with value 0x8874 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_FORMAT_ARB
| Change | Effect |
---|
1 | The constant GL_PROGRAM_FORMAT_ARB with value 0x8876 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_FORMAT_ASCII_ARB
| Change | Effect |
---|
1 | The constant GL_PROGRAM_FORMAT_ASCII_ARB with value 0x8875 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_INSTRUCTIONS_ARB
| Change | Effect |
---|
1 | The constant GL_PROGRAM_INSTRUCTIONS_ARB with value 0x88A0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_LENGTH_ARB
| Change | Effect |
---|
1 | The constant GL_PROGRAM_LENGTH_ARB with value 0x8627 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_LENGTH_NV
| Change | Effect |
---|
1 | The constant GL_PROGRAM_LENGTH_NV with value 0x8627 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB
| Change | Effect |
---|
1 | The constant GL_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB with value 0x88B2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB
| Change | Effect |
---|
1 | The constant GL_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB with value 0x8808 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_NATIVE_ATTRIBS_ARB
| Change | Effect |
---|
1 | The constant GL_PROGRAM_NATIVE_ATTRIBS_ARB with value 0x88AE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_NATIVE_INSTRUCTIONS_ARB
| Change | Effect |
---|
1 | The constant GL_PROGRAM_NATIVE_INSTRUCTIONS_ARB with value 0x88A2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_NATIVE_PARAMETERS_ARB
| Change | Effect |
---|
1 | The constant GL_PROGRAM_NATIVE_PARAMETERS_ARB with value 0x88AA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_NATIVE_TEMPORARIES_ARB
| Change | Effect |
---|
1 | The constant GL_PROGRAM_NATIVE_TEMPORARIES_ARB with value 0x88A6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB
| Change | Effect |
---|
1 | The constant GL_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB with value 0x880A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB
| Change | Effect |
---|
1 | The constant GL_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB with value 0x8809 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_OBJECT_ARB
| Change | Effect |
---|
1 | The constant GL_PROGRAM_OBJECT_ARB with value 0x8B40 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_PARAMETER_NV
| Change | Effect |
---|
1 | The constant GL_PROGRAM_PARAMETER_NV with value 0x8644 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_PARAMETERS_ARB
| Change | Effect |
---|
1 | The constant GL_PROGRAM_PARAMETERS_ARB with value 0x88A8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_RESIDENT_NV
| Change | Effect |
---|
1 | The constant GL_PROGRAM_RESIDENT_NV with value 0x8647 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_STRING_ARB
| Change | Effect |
---|
1 | The constant GL_PROGRAM_STRING_ARB with value 0x8628 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_STRING_NV
| Change | Effect |
---|
1 | The constant GL_PROGRAM_STRING_NV with value 0x8628 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_TARGET_NV
| Change | Effect |
---|
1 | The constant GL_PROGRAM_TARGET_NV with value 0x8646 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_TEMPORARIES_ARB
| Change | Effect |
---|
1 | The constant GL_PROGRAM_TEMPORARIES_ARB with value 0x88A4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_TEX_INDIRECTIONS_ARB
| Change | Effect |
---|
1 | The constant GL_PROGRAM_TEX_INDIRECTIONS_ARB with value 0x8807 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_TEX_INSTRUCTIONS_ARB
| Change | Effect |
---|
1 | The constant GL_PROGRAM_TEX_INSTRUCTIONS_ARB with value 0x8806 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB
| Change | Effect |
---|
1 | The constant GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB with value 0x88B6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROJECTION
| Change | Effect |
---|
1 | The constant GL_PROJECTION with value 0x1701 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROJECTION_MATRIX
| Change | Effect |
---|
1 | The constant GL_PROJECTION_MATRIX with value 0x0BA7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROJECTION_STACK_DEPTH
| Change | Effect |
---|
1 | The constant GL_PROJECTION_STACK_DEPTH with value 0x0BA4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROXY_COLOR_TABLE
| Change | Effect |
---|
1 | The constant GL_PROXY_COLOR_TABLE with value 0x80D3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROXY_COLOR_TABLE_SGI
| Change | Effect |
---|
1 | The constant GL_PROXY_COLOR_TABLE_SGI with value 0x80D3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROXY_HISTOGRAM
| Change | Effect |
---|
1 | The constant GL_PROXY_HISTOGRAM with value 0x8025 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROXY_HISTOGRAM_EXT
| Change | Effect |
---|
1 | The constant GL_PROXY_HISTOGRAM_EXT with value 0x8025 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE
| Change | Effect |
---|
1 | The constant GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE with value 0x80D5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI
| Change | Effect |
---|
1 | The constant GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI with value 0x80D5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROXY_POST_CONVOLUTION_COLOR_TABLE
| Change | Effect |
---|
1 | The constant GL_PROXY_POST_CONVOLUTION_COLOR_TABLE with value 0x80D4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI
| Change | Effect |
---|
1 | The constant GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI with value 0x80D4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROXY_TEXTURE_1D
| Change | Effect |
---|
1 | The constant GL_PROXY_TEXTURE_1D with value 0x8063 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROXY_TEXTURE_1D_EXT
| Change | Effect |
---|
1 | The constant GL_PROXY_TEXTURE_1D_EXT with value 0x8063 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROXY_TEXTURE_1D_STACK_MESAX
| Change | Effect |
---|
1 | The constant GL_PROXY_TEXTURE_1D_STACK_MESAX with value 0x875B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROXY_TEXTURE_2D
| Change | Effect |
---|
1 | The constant GL_PROXY_TEXTURE_2D with value 0x8064 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROXY_TEXTURE_2D_EXT
| Change | Effect |
---|
1 | The constant GL_PROXY_TEXTURE_2D_EXT with value 0x8064 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROXY_TEXTURE_2D_STACK_MESAX
| Change | Effect |
---|
1 | The constant GL_PROXY_TEXTURE_2D_STACK_MESAX with value 0x875C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROXY_TEXTURE_3D
| Change | Effect |
---|
1 | The constant GL_PROXY_TEXTURE_3D with value 0x8070 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROXY_TEXTURE_3D_EXT
| Change | Effect |
---|
1 | The constant GL_PROXY_TEXTURE_3D_EXT with value 0x8070 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROXY_TEXTURE_COLOR_TABLE_SGI
| Change | Effect |
---|
1 | The constant GL_PROXY_TEXTURE_COLOR_TABLE_SGI with value 0x80BD has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROXY_TEXTURE_CUBE_MAP
| Change | Effect |
---|
1 | The constant GL_PROXY_TEXTURE_CUBE_MAP with value 0x851B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROXY_TEXTURE_CUBE_MAP_ARB
| Change | Effect |
---|
1 | The constant GL_PROXY_TEXTURE_CUBE_MAP_ARB with value 0x851B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROXY_TEXTURE_CUBE_MAP_EXT
| Change | Effect |
---|
1 | The constant GL_PROXY_TEXTURE_CUBE_MAP_EXT with value 0x851B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROXY_TEXTURE_RECTANGLE_ARB
| Change | Effect |
---|
1 | The constant GL_PROXY_TEXTURE_RECTANGLE_ARB with value 0x84F7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROXY_TEXTURE_RECTANGLE_EXT
| Change | Effect |
---|
1 | The constant GL_PROXY_TEXTURE_RECTANGLE_EXT with value 0x84F7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_PROXY_TEXTURE_RECTANGLE_NV
| Change | Effect |
---|
1 | The constant GL_PROXY_TEXTURE_RECTANGLE_NV with value 0x84F7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_Q
| Change | Effect |
---|
1 | The constant GL_Q with value 0x2003 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_QUAD_MESH_SUN
| Change | Effect |
---|
1 | The constant GL_QUAD_MESH_SUN with value 0x8614 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_QUAD_STRIP
| Change | Effect |
---|
1 | The constant GL_QUAD_STRIP with value 0x0008 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_QUADRATIC_ATTENUATION
| Change | Effect |
---|
1 | The constant GL_QUADRATIC_ATTENUATION with value 0x1209 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_QUADS
| Change | Effect |
---|
1 | The constant GL_QUADS with value 0x0007 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_QUARTER_BIT_ATI
| Change | Effect |
---|
1 | The constant GL_QUARTER_BIT_ATI with value 0x00000010 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_QUERY_COUNTER_BITS
| Change | Effect |
---|
1 | The constant GL_QUERY_COUNTER_BITS with value 0x8864 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_QUERY_COUNTER_BITS_ARB
| Change | Effect |
---|
1 | The constant GL_QUERY_COUNTER_BITS_ARB with value 0x8864 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_QUERY_RESULT
| Change | Effect |
---|
1 | The constant GL_QUERY_RESULT with value 0x8866 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_QUERY_RESULT_ARB
| Change | Effect |
---|
1 | The constant GL_QUERY_RESULT_ARB with value 0x8866 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_QUERY_RESULT_AVAILABLE
| Change | Effect |
---|
1 | The constant GL_QUERY_RESULT_AVAILABLE with value 0x8867 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_QUERY_RESULT_AVAILABLE_ARB
| Change | Effect |
---|
1 | The constant GL_QUERY_RESULT_AVAILABLE_ARB with value 0x8867 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_R
| Change | Effect |
---|
1 | The constant GL_R with value 0x2002 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_R1UI_C3F_V3F_SUN
| Change | Effect |
---|
1 | The constant GL_R1UI_C3F_V3F_SUN with value 0x85C6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_R1UI_C4F_N3F_V3F_SUN
| Change | Effect |
---|
1 | The constant GL_R1UI_C4F_N3F_V3F_SUN with value 0x85C8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_R1UI_C4UB_V3F_SUN
| Change | Effect |
---|
1 | The constant GL_R1UI_C4UB_V3F_SUN with value 0x85C5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_R1UI_N3F_V3F_SUN
| Change | Effect |
---|
1 | The constant GL_R1UI_N3F_V3F_SUN with value 0x85C7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_R1UI_T2F_C4F_N3F_V3F_SUN
| Change | Effect |
---|
1 | The constant GL_R1UI_T2F_C4F_N3F_V3F_SUN with value 0x85CB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_R1UI_T2F_N3F_V3F_SUN
| Change | Effect |
---|
1 | The constant GL_R1UI_T2F_N3F_V3F_SUN with value 0x85CA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_R1UI_T2F_V3F_SUN
| Change | Effect |
---|
1 | The constant GL_R1UI_T2F_V3F_SUN with value 0x85C9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_R1UI_V3F_SUN
| Change | Effect |
---|
1 | The constant GL_R1UI_V3F_SUN with value 0x85C4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_R3_G3_B2
| Change | Effect |
---|
1 | The constant GL_R3_G3_B2 with value 0x2A10 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RASTER_POSITION_UNCLIPPED_IBM
| Change | Effect |
---|
1 | The constant GL_RASTER_POSITION_UNCLIPPED_IBM with value 103010 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_READ_BUFFER
| Change | Effect |
---|
1 | The constant GL_READ_BUFFER with value 0x0C02 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_READ_FRAMEBUFFER_BINDING_EXT
| Change | Effect |
---|
1 | The constant GL_READ_FRAMEBUFFER_BINDING_EXT with value 0x8CAA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_READ_FRAMEBUFFER_EXT
| Change | Effect |
---|
1 | The constant GL_READ_FRAMEBUFFER_EXT with value 0x8CA8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_READ_ONLY
| Change | Effect |
---|
1 | The constant GL_READ_ONLY with value 0x88B8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_READ_ONLY_ARB
| Change | Effect |
---|
1 | The constant GL_READ_ONLY_ARB with value 0x88B8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_READ_PIXEL_DATA_RANGE_LENGTH_NV
| Change | Effect |
---|
1 | The constant GL_READ_PIXEL_DATA_RANGE_LENGTH_NV with value 0x887B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_READ_PIXEL_DATA_RANGE_NV
| Change | Effect |
---|
1 | The constant GL_READ_PIXEL_DATA_RANGE_NV with value 0x8879 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_READ_PIXEL_DATA_RANGE_POINTER_NV
| Change | Effect |
---|
1 | The constant GL_READ_PIXEL_DATA_RANGE_POINTER_NV with value 0x887D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_READ_WRITE
| Change | Effect |
---|
1 | The constant GL_READ_WRITE with value 0x88BA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_READ_WRITE_ARB
| Change | Effect |
---|
1 | The constant GL_READ_WRITE_ARB with value 0x88BA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RECLAIM_MEMORY_HINT_PGI
| Change | Effect |
---|
1 | The constant GL_RECLAIM_MEMORY_HINT_PGI with value 107006 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RED
| Change | Effect |
---|
1 | The constant GL_RED with value 0x1903 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RED_BIAS
| Change | Effect |
---|
1 | The constant GL_RED_BIAS with value 0x0D15 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RED_BIT_ATI
| Change | Effect |
---|
1 | The constant GL_RED_BIT_ATI with value 0x00000001 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RED_BITS
| Change | Effect |
---|
1 | The constant GL_RED_BITS with value 0x0D52 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RED_MAX_CLAMP_INGR
| Change | Effect |
---|
1 | The constant GL_RED_MAX_CLAMP_INGR with value 0x8564 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RED_MIN_CLAMP_INGR
| Change | Effect |
---|
1 | The constant GL_RED_MIN_CLAMP_INGR with value 0x8560 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RED_SCALE
| Change | Effect |
---|
1 | The constant GL_RED_SCALE with value 0x0D14 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_REDUCE
| Change | Effect |
---|
1 | The constant GL_REDUCE with value 0x8016 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_REDUCE_EXT
| Change | Effect |
---|
1 | The constant GL_REDUCE_EXT with value 0x8016 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_REFLECTION_MAP
| Change | Effect |
---|
1 | The constant GL_REFLECTION_MAP with value 0x8512 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_REFLECTION_MAP_ARB
| Change | Effect |
---|
1 | The constant GL_REFLECTION_MAP_ARB with value 0x8512 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_REFLECTION_MAP_EXT
| Change | Effect |
---|
1 | The constant GL_REFLECTION_MAP_EXT with value 0x8512 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_REFLECTION_MAP_NV
| Change | Effect |
---|
1 | The constant GL_REFLECTION_MAP_NV with value 0x8512 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_REG_0_ATI
| Change | Effect |
---|
1 | The constant GL_REG_0_ATI with value 0x8921 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_REG_1_ATI
| Change | Effect |
---|
1 | The constant GL_REG_1_ATI with value 0x8922 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_REG_2_ATI
| Change | Effect |
---|
1 | The constant GL_REG_2_ATI with value 0x8923 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_REG_3_ATI
| Change | Effect |
---|
1 | The constant GL_REG_3_ATI with value 0x8924 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_REG_4_ATI
| Change | Effect |
---|
1 | The constant GL_REG_4_ATI with value 0x8925 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_REG_5_ATI
| Change | Effect |
---|
1 | The constant GL_REG_5_ATI with value 0x8926 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_REGISTER_COMBINERS_NV
| Change | Effect |
---|
1 | The constant GL_REGISTER_COMBINERS_NV with value 0x8522 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_REND_screen_coordinates
| Change | Effect |
---|
1 | The constant GL_REND_screen_coordinates with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RENDER
| Change | Effect |
---|
1 | The constant GL_RENDER with value 0x1C00 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RENDER_MODE
| Change | Effect |
---|
1 | The constant GL_RENDER_MODE with value 0x0C40 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RENDERBUFFER_ALPHA_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_RENDERBUFFER_ALPHA_SIZE_EXT with value 0x8D53 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RENDERBUFFER_BINDING_EXT
| Change | Effect |
---|
1 | The constant GL_RENDERBUFFER_BINDING_EXT with value 0x8CA7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RENDERBUFFER_BLUE_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_RENDERBUFFER_BLUE_SIZE_EXT with value 0x8D52 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RENDERBUFFER_DEPTH_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_RENDERBUFFER_DEPTH_SIZE_EXT with value 0x8D54 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RENDERBUFFER_EXT
| Change | Effect |
---|
1 | The constant GL_RENDERBUFFER_EXT with value 0x8D41 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RENDERBUFFER_GREEN_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_RENDERBUFFER_GREEN_SIZE_EXT with value 0x8D51 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RENDERBUFFER_HEIGHT_EXT
| Change | Effect |
---|
1 | The constant GL_RENDERBUFFER_HEIGHT_EXT with value 0x8D43 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RENDERBUFFER_INTERNAL_FORMAT_EXT
| Change | Effect |
---|
1 | The constant GL_RENDERBUFFER_INTERNAL_FORMAT_EXT with value 0x8D44 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RENDERBUFFER_RED_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_RENDERBUFFER_RED_SIZE_EXT with value 0x8D50 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RENDERBUFFER_SAMPLES_EXT
| Change | Effect |
---|
1 | The constant GL_RENDERBUFFER_SAMPLES_EXT with value 0x8CAB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RENDERBUFFER_STENCIL_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_RENDERBUFFER_STENCIL_SIZE_EXT with value 0x8D55 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RENDERBUFFER_WIDTH_EXT
| Change | Effect |
---|
1 | The constant GL_RENDERBUFFER_WIDTH_EXT with value 0x8D42 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RENDERER
| Change | Effect |
---|
1 | The constant GL_RENDERER with value 0x1F01 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_REPEAT
| Change | Effect |
---|
1 | The constant GL_REPEAT with value 0x2901 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_REPLACE
| Change | Effect |
---|
1 | The constant GL_REPLACE with value 0x1E01 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_REPLACE_EXT
| Change | Effect |
---|
1 | The constant GL_REPLACE_EXT with value 0x8062 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_REPLACE_MIDDLE_SUN
| Change | Effect |
---|
1 | The constant GL_REPLACE_MIDDLE_SUN with value 0x02 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_REPLACE_OLDEST_SUN
| Change | Effect |
---|
1 | The constant GL_REPLACE_OLDEST_SUN with value 0x03 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_REPLACEMENT_CODE_ARRAY_POINTER_SUN
| Change | Effect |
---|
1 | The constant GL_REPLACEMENT_CODE_ARRAY_POINTER_SUN with value 0x85C3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_REPLACEMENT_CODE_ARRAY_STRIDE_SUN
| Change | Effect |
---|
1 | The constant GL_REPLACEMENT_CODE_ARRAY_STRIDE_SUN with value 0x85C2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_REPLACEMENT_CODE_ARRAY_SUN
| Change | Effect |
---|
1 | The constant GL_REPLACEMENT_CODE_ARRAY_SUN with value 0x85C0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_REPLACEMENT_CODE_ARRAY_TYPE_SUN
| Change | Effect |
---|
1 | The constant GL_REPLACEMENT_CODE_ARRAY_TYPE_SUN with value 0x85C1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_REPLACEMENT_CODE_SUN
| Change | Effect |
---|
1 | The constant GL_REPLACEMENT_CODE_SUN with value 0x81D8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_REPLICATE_BORDER
| Change | Effect |
---|
1 | The constant GL_REPLICATE_BORDER with value 0x8153 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RESAMPLE_AVERAGE_OML
| Change | Effect |
---|
1 | The constant GL_RESAMPLE_AVERAGE_OML with value 0x8988 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RESAMPLE_DECIMATE_OML
| Change | Effect |
---|
1 | The constant GL_RESAMPLE_DECIMATE_OML with value 0x8989 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RESAMPLE_DECIMATE_SGIX
| Change | Effect |
---|
1 | The constant GL_RESAMPLE_DECIMATE_SGIX with value 0x8430 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RESAMPLE_REPLICATE_OML
| Change | Effect |
---|
1 | The constant GL_RESAMPLE_REPLICATE_OML with value 0x8986 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RESAMPLE_REPLICATE_SGIX
| Change | Effect |
---|
1 | The constant GL_RESAMPLE_REPLICATE_SGIX with value 0x8433 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RESAMPLE_ZERO_FILL_OML
| Change | Effect |
---|
1 | The constant GL_RESAMPLE_ZERO_FILL_OML with value 0x8987 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RESAMPLE_ZERO_FILL_SGIX
| Change | Effect |
---|
1 | The constant GL_RESAMPLE_ZERO_FILL_SGIX with value 0x8434 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RESCALE_NORMAL
| Change | Effect |
---|
1 | The constant GL_RESCALE_NORMAL with value 0x803A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RESTART_SUN
| Change | Effect |
---|
1 | The constant GL_RESTART_SUN with value 0x01 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RETURN
| Change | Effect |
---|
1 | The constant GL_RETURN with value 0x0102 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB
| Change | Effect |
---|
1 | The constant GL_RGB with value 0x1907 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB10
| Change | Effect |
---|
1 | The constant GL_RGB10 with value 0x8052 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB10_A2
| Change | Effect |
---|
1 | The constant GL_RGB10_A2 with value 0x8059 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB10_A2_EXT
| Change | Effect |
---|
1 | The constant GL_RGB10_A2_EXT with value 0x8059 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB10_EXT
| Change | Effect |
---|
1 | The constant GL_RGB10_EXT with value 0x8052 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB12
| Change | Effect |
---|
1 | The constant GL_RGB12 with value 0x8053 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB12_EXT
| Change | Effect |
---|
1 | The constant GL_RGB12_EXT with value 0x8053 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB16
| Change | Effect |
---|
1 | The constant GL_RGB16 with value 0x8054 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB16_EXT
| Change | Effect |
---|
1 | The constant GL_RGB16_EXT with value 0x8054 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB16_EXTENDED_RANGE_SGIX
| Change | Effect |
---|
1 | The constant GL_RGB16_EXTENDED_RANGE_SGIX with value 0x85F2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB16_SIGNED_SGIX
| Change | Effect |
---|
1 | The constant GL_RGB16_SIGNED_SGIX with value 0x85E6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB16F_ARB
| Change | Effect |
---|
1 | The constant GL_RGB16F_ARB with value 0x881B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB2_EXT
| Change | Effect |
---|
1 | The constant GL_RGB2_EXT with value 0x804E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB32F_ARB
| Change | Effect |
---|
1 | The constant GL_RGB32F_ARB with value 0x8815 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB4
| Change | Effect |
---|
1 | The constant GL_RGB4 with value 0x804F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB4_EXT
| Change | Effect |
---|
1 | The constant GL_RGB4_EXT with value 0x804F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB4_S3TC
| Change | Effect |
---|
1 | The constant GL_RGB4_S3TC with value 0x83A1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB5
| Change | Effect |
---|
1 | The constant GL_RGB5 with value 0x8050 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB5_A1
| Change | Effect |
---|
1 | The constant GL_RGB5_A1 with value 0x8057 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB5_A1_EXT
| Change | Effect |
---|
1 | The constant GL_RGB5_A1_EXT with value 0x8057 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB5_EXT
| Change | Effect |
---|
1 | The constant GL_RGB5_EXT with value 0x8050 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB8
| Change | Effect |
---|
1 | The constant GL_RGB8 with value 0x8051 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB8_EXT
| Change | Effect |
---|
1 | The constant GL_RGB8_EXT with value 0x8051 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB_EXTENDED_RANGE_SGIX
| Change | Effect |
---|
1 | The constant GL_RGB_EXTENDED_RANGE_SGIX with value 0x85EC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB_FLOAT16_APPLE
| Change | Effect |
---|
1 | The constant GL_RGB_FLOAT16_APPLE with value 0x881B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB_FLOAT16_ATI
| Change | Effect |
---|
1 | The constant GL_RGB_FLOAT16_ATI with value 0x881B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB_FLOAT32_APPLE
| Change | Effect |
---|
1 | The constant GL_RGB_FLOAT32_APPLE with value 0x8815 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB_FLOAT32_ATI
| Change | Effect |
---|
1 | The constant GL_RGB_FLOAT32_ATI with value 0x8815 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB_S3TC
| Change | Effect |
---|
1 | The constant GL_RGB_S3TC with value 0x83A0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB_SCALE
| Change | Effect |
---|
1 | The constant GL_RGB_SCALE with value 0x8573 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB_SCALE_ARB
| Change | Effect |
---|
1 | The constant GL_RGB_SCALE_ARB with value 0x8573 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB_SCALE_EXT
| Change | Effect |
---|
1 | The constant GL_RGB_SCALE_EXT with value 0x8573 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGB_SIGNED_SGIX
| Change | Effect |
---|
1 | The constant GL_RGB_SIGNED_SGIX with value 0x85E0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA
| Change | Effect |
---|
1 | The constant GL_RGBA with value 0x1908 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA12
| Change | Effect |
---|
1 | The constant GL_RGBA12 with value 0x805A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA12_EXT
| Change | Effect |
---|
1 | The constant GL_RGBA12_EXT with value 0x805A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA16
| Change | Effect |
---|
1 | The constant GL_RGBA16 with value 0x805B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA16_EXT
| Change | Effect |
---|
1 | The constant GL_RGBA16_EXT with value 0x805B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA16_EXTENDED_RANGE_SGIX
| Change | Effect |
---|
1 | The constant GL_RGBA16_EXTENDED_RANGE_SGIX with value 0x85F3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA16_SIGNED_SGIX
| Change | Effect |
---|
1 | The constant GL_RGBA16_SIGNED_SGIX with value 0x85E7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA16F_ARB
| Change | Effect |
---|
1 | The constant GL_RGBA16F_ARB with value 0x881A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA2
| Change | Effect |
---|
1 | The constant GL_RGBA2 with value 0x8055 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA2_EXT
| Change | Effect |
---|
1 | The constant GL_RGBA2_EXT with value 0x8055 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA32F_ARB
| Change | Effect |
---|
1 | The constant GL_RGBA32F_ARB with value 0x8814 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA4
| Change | Effect |
---|
1 | The constant GL_RGBA4 with value 0x8056 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA4_DXT5_S3TC
| Change | Effect |
---|
1 | The constant GL_RGBA4_DXT5_S3TC with value 0x83A5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA4_EXT
| Change | Effect |
---|
1 | The constant GL_RGBA4_EXT with value 0x8056 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA4_S3TC
| Change | Effect |
---|
1 | The constant GL_RGBA4_S3TC with value 0x83A3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA8
| Change | Effect |
---|
1 | The constant GL_RGBA8 with value 0x8058 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA8_EXT
| Change | Effect |
---|
1 | The constant GL_RGBA8_EXT with value 0x8058 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA_DXT5_S3TC
| Change | Effect |
---|
1 | The constant GL_RGBA_DXT5_S3TC with value 0x83A4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA_EXTENDED_RANGE_SGIX
| Change | Effect |
---|
1 | The constant GL_RGBA_EXTENDED_RANGE_SGIX with value 0x85ED has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA_FLOAT16_APPLE
| Change | Effect |
---|
1 | The constant GL_RGBA_FLOAT16_APPLE with value 0x881A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA_FLOAT16_ATI
| Change | Effect |
---|
1 | The constant GL_RGBA_FLOAT16_ATI with value 0x881A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA_FLOAT32_APPLE
| Change | Effect |
---|
1 | The constant GL_RGBA_FLOAT32_APPLE with value 0x8814 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA_FLOAT32_ATI
| Change | Effect |
---|
1 | The constant GL_RGBA_FLOAT32_ATI with value 0x8814 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA_FLOAT_MODE_ARB
| Change | Effect |
---|
1 | The constant GL_RGBA_FLOAT_MODE_ARB with value 0x8820 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA_MODE
| Change | Effect |
---|
1 | The constant GL_RGBA_MODE with value 0x0C31 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA_S3TC
| Change | Effect |
---|
1 | The constant GL_RGBA_S3TC with value 0x83A2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA_SIGNED_SGIX
| Change | Effect |
---|
1 | The constant GL_RGBA_SIGNED_SGIX with value 0x85E1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RGBA_UNSIGNED_DOT_PRODUCT_MAPPING_NV
| Change | Effect |
---|
1 | The constant GL_RGBA_UNSIGNED_DOT_PRODUCT_MAPPING_NV with value 0x86D9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_RIGHT
| Change | Effect |
---|
1 | The constant GL_RIGHT with value 0x0407 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_S
| Change | Effect |
---|
1 | The constant GL_S with value 0x2000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_S3_s3tc
| Change | Effect |
---|
1 | The constant GL_S3_s3tc with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_ALPHA_TO_COVERAGE
| Change | Effect |
---|
1 | The constant GL_SAMPLE_ALPHA_TO_COVERAGE with value 0x809E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_ALPHA_TO_COVERAGE_ARB
| Change | Effect |
---|
1 | The constant GL_SAMPLE_ALPHA_TO_COVERAGE_ARB with value 0x809E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_ALPHA_TO_MASK_EXT
| Change | Effect |
---|
1 | The constant GL_SAMPLE_ALPHA_TO_MASK_EXT with value 0x809E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_ALPHA_TO_MASK_SGIS
| Change | Effect |
---|
1 | The constant GL_SAMPLE_ALPHA_TO_MASK_SGIS with value 0x809E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_ALPHA_TO_ONE
| Change | Effect |
---|
1 | The constant GL_SAMPLE_ALPHA_TO_ONE with value 0x809F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_ALPHA_TO_ONE_ARB
| Change | Effect |
---|
1 | The constant GL_SAMPLE_ALPHA_TO_ONE_ARB with value 0x809F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_ALPHA_TO_ONE_EXT
| Change | Effect |
---|
1 | The constant GL_SAMPLE_ALPHA_TO_ONE_EXT with value 0x809F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_ALPHA_TO_ONE_SGIS
| Change | Effect |
---|
1 | The constant GL_SAMPLE_ALPHA_TO_ONE_SGIS with value 0x809F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_BUFFERS
| Change | Effect |
---|
1 | The constant GL_SAMPLE_BUFFERS with value 0x80A8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_BUFFERS_3DFX
| Change | Effect |
---|
1 | The constant GL_SAMPLE_BUFFERS_3DFX with value 0x86B3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_BUFFERS_ARB
| Change | Effect |
---|
1 | The constant GL_SAMPLE_BUFFERS_ARB with value 0x80A8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_BUFFERS_EXT
| Change | Effect |
---|
1 | The constant GL_SAMPLE_BUFFERS_EXT with value 0x80A8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_BUFFERS_SGIS
| Change | Effect |
---|
1 | The constant GL_SAMPLE_BUFFERS_SGIS with value 0x80A8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_COVERAGE
| Change | Effect |
---|
1 | The constant GL_SAMPLE_COVERAGE with value 0x80A0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_COVERAGE_ARB
| Change | Effect |
---|
1 | The constant GL_SAMPLE_COVERAGE_ARB with value 0x80A0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_COVERAGE_INVERT
| Change | Effect |
---|
1 | The constant GL_SAMPLE_COVERAGE_INVERT with value 0x80AB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_COVERAGE_INVERT_ARB
| Change | Effect |
---|
1 | The constant GL_SAMPLE_COVERAGE_INVERT_ARB with value 0x80AB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_COVERAGE_VALUE
| Change | Effect |
---|
1 | The constant GL_SAMPLE_COVERAGE_VALUE with value 0x80AA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_COVERAGE_VALUE_ARB
| Change | Effect |
---|
1 | The constant GL_SAMPLE_COVERAGE_VALUE_ARB with value 0x80AA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_MASK_EXT
| Change | Effect |
---|
1 | The constant GL_SAMPLE_MASK_EXT with value 0x80A0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_MASK_INVERT_EXT
| Change | Effect |
---|
1 | The constant GL_SAMPLE_MASK_INVERT_EXT with value 0x80AB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_MASK_INVERT_SGIS
| Change | Effect |
---|
1 | The constant GL_SAMPLE_MASK_INVERT_SGIS with value 0x80AB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_MASK_SGIS
| Change | Effect |
---|
1 | The constant GL_SAMPLE_MASK_SGIS with value 0x80A0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_MASK_VALUE_EXT
| Change | Effect |
---|
1 | The constant GL_SAMPLE_MASK_VALUE_EXT with value 0x80AA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_MASK_VALUE_SGIS
| Change | Effect |
---|
1 | The constant GL_SAMPLE_MASK_VALUE_SGIS with value 0x80AA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_PATTERN_EXT
| Change | Effect |
---|
1 | The constant GL_SAMPLE_PATTERN_EXT with value 0x80AC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLE_PATTERN_SGIS
| Change | Effect |
---|
1 | The constant GL_SAMPLE_PATTERN_SGIS with value 0x80AC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLER_1D
| Change | Effect |
---|
1 | The constant GL_SAMPLER_1D with value 0x8B5D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLER_1D_ARB
| Change | Effect |
---|
1 | The constant GL_SAMPLER_1D_ARB with value 0x8B5D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLER_1D_SHADOW
| Change | Effect |
---|
1 | The constant GL_SAMPLER_1D_SHADOW with value 0x8B61 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLER_1D_SHADOW_ARB
| Change | Effect |
---|
1 | The constant GL_SAMPLER_1D_SHADOW_ARB with value 0x8B61 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLER_2D
| Change | Effect |
---|
1 | The constant GL_SAMPLER_2D with value 0x8B5E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLER_2D_ARB
| Change | Effect |
---|
1 | The constant GL_SAMPLER_2D_ARB with value 0x8B5E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLER_2D_RECT_ARB
| Change | Effect |
---|
1 | The constant GL_SAMPLER_2D_RECT_ARB with value 0x8B63 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLER_2D_RECT_SHADOW_ARB
| Change | Effect |
---|
1 | The constant GL_SAMPLER_2D_RECT_SHADOW_ARB with value 0x8B64 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLER_2D_SHADOW
| Change | Effect |
---|
1 | The constant GL_SAMPLER_2D_SHADOW with value 0x8B62 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLER_2D_SHADOW_ARB
| Change | Effect |
---|
1 | The constant GL_SAMPLER_2D_SHADOW_ARB with value 0x8B62 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLER_3D
| Change | Effect |
---|
1 | The constant GL_SAMPLER_3D with value 0x8B5F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLER_3D_ARB
| Change | Effect |
---|
1 | The constant GL_SAMPLER_3D_ARB with value 0x8B5F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLER_CUBE
| Change | Effect |
---|
1 | The constant GL_SAMPLER_CUBE with value 0x8B60 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLER_CUBE_ARB
| Change | Effect |
---|
1 | The constant GL_SAMPLER_CUBE_ARB with value 0x8B60 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLES
| Change | Effect |
---|
1 | The constant GL_SAMPLES with value 0x80A9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLES_3DFX
| Change | Effect |
---|
1 | The constant GL_SAMPLES_3DFX with value 0x86B4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLES_ARB
| Change | Effect |
---|
1 | The constant GL_SAMPLES_ARB with value 0x80A9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLES_EXT
| Change | Effect |
---|
1 | The constant GL_SAMPLES_EXT with value 0x80A9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLES_PASSED
| Change | Effect |
---|
1 | The constant GL_SAMPLES_PASSED with value 0x8914 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLES_PASSED_ARB
| Change | Effect |
---|
1 | The constant GL_SAMPLES_PASSED_ARB with value 0x8914 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SAMPLES_SGIS
| Change | Effect |
---|
1 | The constant GL_SAMPLES_SGIS with value 0x80A9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SATURATE_BIT_ATI
| Change | Effect |
---|
1 | The constant GL_SATURATE_BIT_ATI with value 0x00000040 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SCALAR_EXT
| Change | Effect |
---|
1 | The constant GL_SCALAR_EXT with value 0x87BE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SCALE_BY_FOUR_NV
| Change | Effect |
---|
1 | The constant GL_SCALE_BY_FOUR_NV with value 0x853F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SCALE_BY_ONE_HALF_NV
| Change | Effect |
---|
1 | The constant GL_SCALE_BY_ONE_HALF_NV with value 0x8540 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SCALE_BY_TWO_NV
| Change | Effect |
---|
1 | The constant GL_SCALE_BY_TWO_NV with value 0x853E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SCISSOR_BIT
| Change | Effect |
---|
1 | The constant GL_SCISSOR_BIT with value 0x00080000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SCISSOR_BOX
| Change | Effect |
---|
1 | The constant GL_SCISSOR_BOX with value 0x0C10 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SCISSOR_TEST
| Change | Effect |
---|
1 | The constant GL_SCISSOR_TEST with value 0x0C11 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SCREEN_COORDINATES_REND
| Change | Effect |
---|
1 | The constant GL_SCREEN_COORDINATES_REND with value 0x8490 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SECONDARY_COLOR_ARRAY
| Change | Effect |
---|
1 | The constant GL_SECONDARY_COLOR_ARRAY with value 0x845E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING
| Change | Effect |
---|
1 | The constant GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING with value 0x889C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING_ARB
| Change | Effect |
---|
1 | The constant GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING_ARB with value 0x889C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SECONDARY_COLOR_ARRAY_EXT
| Change | Effect |
---|
1 | The constant GL_SECONDARY_COLOR_ARRAY_EXT with value 0x845E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SECONDARY_COLOR_ARRAY_LIST_IBM
| Change | Effect |
---|
1 | The constant GL_SECONDARY_COLOR_ARRAY_LIST_IBM with value 103077 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SECONDARY_COLOR_ARRAY_LIST_STRIDE_IBM
| Change | Effect |
---|
1 | The constant GL_SECONDARY_COLOR_ARRAY_LIST_STRIDE_IBM with value 103087 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SECONDARY_COLOR_ARRAY_POINTER
| Change | Effect |
---|
1 | The constant GL_SECONDARY_COLOR_ARRAY_POINTER with value 0x845D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SECONDARY_COLOR_ARRAY_POINTER_EXT
| Change | Effect |
---|
1 | The constant GL_SECONDARY_COLOR_ARRAY_POINTER_EXT with value 0x845D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SECONDARY_COLOR_ARRAY_SIZE
| Change | Effect |
---|
1 | The constant GL_SECONDARY_COLOR_ARRAY_SIZE with value 0x845A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SECONDARY_COLOR_ARRAY_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_SECONDARY_COLOR_ARRAY_SIZE_EXT with value 0x845A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SECONDARY_COLOR_ARRAY_STRIDE
| Change | Effect |
---|
1 | The constant GL_SECONDARY_COLOR_ARRAY_STRIDE with value 0x845C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SECONDARY_COLOR_ARRAY_STRIDE_EXT
| Change | Effect |
---|
1 | The constant GL_SECONDARY_COLOR_ARRAY_STRIDE_EXT with value 0x845C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SECONDARY_COLOR_ARRAY_TYPE
| Change | Effect |
---|
1 | The constant GL_SECONDARY_COLOR_ARRAY_TYPE with value 0x845B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SECONDARY_COLOR_ARRAY_TYPE_EXT
| Change | Effect |
---|
1 | The constant GL_SECONDARY_COLOR_ARRAY_TYPE_EXT with value 0x845B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SECONDARY_COLOR_ATIX
| Change | Effect |
---|
1 | The constant GL_SECONDARY_COLOR_ATIX with value 0x8747 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SECONDARY_COLOR_NV
| Change | Effect |
---|
1 | The constant GL_SECONDARY_COLOR_NV with value 0x852D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SECONDARY_INTERPOLATOR_ATI
| Change | Effect |
---|
1 | The constant GL_SECONDARY_INTERPOLATOR_ATI with value 0x896D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SELECT
| Change | Effect |
---|
1 | The constant GL_SELECT with value 0x1C02 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SELECTION_BUFFER_POINTER
| Change | Effect |
---|
1 | The constant GL_SELECTION_BUFFER_POINTER with value 0x0DF3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SELECTION_BUFFER_SIZE
| Change | Effect |
---|
1 | The constant GL_SELECTION_BUFFER_SIZE with value 0x0DF4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SEPARABLE_2D
| Change | Effect |
---|
1 | The constant GL_SEPARABLE_2D with value 0x8012 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SEPARABLE_2D_EXT
| Change | Effect |
---|
1 | The constant GL_SEPARABLE_2D_EXT with value 0x8012 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SEPARATE_SPECULAR_COLOR
| Change | Effect |
---|
1 | The constant GL_SEPARATE_SPECULAR_COLOR with value 0x81FA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SEPARATE_SPECULAR_COLOR_EXT
| Change | Effect |
---|
1 | The constant GL_SEPARATE_SPECULAR_COLOR_EXT with value 0x81FA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SET
| Change | Effect |
---|
1 | The constant GL_SET with value 0x150F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGI_color_matrix
| Change | Effect |
---|
1 | The constant GL_SGI_color_matrix with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGI_color_table
| Change | Effect |
---|
1 | The constant GL_SGI_color_table with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGI_texture_color_table
| Change | Effect |
---|
1 | The constant GL_SGI_texture_color_table with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIS_color_range
| Change | Effect |
---|
1 | The constant GL_SGIS_color_range with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIS_detail_texture
| Change | Effect |
---|
1 | The constant GL_SGIS_detail_texture with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIS_fog_function
| Change | Effect |
---|
1 | The constant GL_SGIS_fog_function with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIS_generate_mipmap
| Change | Effect |
---|
1 | The constant GL_SGIS_generate_mipmap with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIS_multisample
| Change | Effect |
---|
1 | The constant GL_SGIS_multisample with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIS_pixel_texture
| Change | Effect |
---|
1 | The constant GL_SGIS_pixel_texture with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIS_sharpen_texture
| Change | Effect |
---|
1 | The constant GL_SGIS_sharpen_texture with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIS_texture4D
| Change | Effect |
---|
1 | The constant GL_SGIS_texture4D with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIS_texture_border_clamp
| Change | Effect |
---|
1 | The constant GL_SGIS_texture_border_clamp with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIS_texture_edge_clamp
| Change | Effect |
---|
1 | The constant GL_SGIS_texture_edge_clamp with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIS_texture_filter4
| Change | Effect |
---|
1 | The constant GL_SGIS_texture_filter4 with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIS_texture_lod
| Change | Effect |
---|
1 | The constant GL_SGIS_texture_lod with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIS_texture_select
| Change | Effect |
---|
1 | The constant GL_SGIS_texture_select with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_async
| Change | Effect |
---|
1 | The constant GL_SGIX_async with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_async_histogram
| Change | Effect |
---|
1 | The constant GL_SGIX_async_histogram with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_async_pixel
| Change | Effect |
---|
1 | The constant GL_SGIX_async_pixel with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_blend_alpha_minmax
| Change | Effect |
---|
1 | The constant GL_SGIX_blend_alpha_minmax with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_clipmap
| Change | Effect |
---|
1 | The constant GL_SGIX_clipmap with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_depth_texture
| Change | Effect |
---|
1 | The constant GL_SGIX_depth_texture with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_flush_raster
| Change | Effect |
---|
1 | The constant GL_SGIX_flush_raster with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_fog_offset
| Change | Effect |
---|
1 | The constant GL_SGIX_fog_offset with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_fog_texture
| Change | Effect |
---|
1 | The constant GL_SGIX_fog_texture with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_fragment_specular_lighting
| Change | Effect |
---|
1 | The constant GL_SGIX_fragment_specular_lighting with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_framezoom
| Change | Effect |
---|
1 | The constant GL_SGIX_framezoom with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_interlace
| Change | Effect |
---|
1 | The constant GL_SGIX_interlace with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_ir_instrument1
| Change | Effect |
---|
1 | The constant GL_SGIX_ir_instrument1 with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_list_priority
| Change | Effect |
---|
1 | The constant GL_SGIX_list_priority with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_pixel_texture
| Change | Effect |
---|
1 | The constant GL_SGIX_pixel_texture with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_pixel_texture_bits
| Change | Effect |
---|
1 | The constant GL_SGIX_pixel_texture_bits with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_reference_plane
| Change | Effect |
---|
1 | The constant GL_SGIX_reference_plane with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_resample
| Change | Effect |
---|
1 | The constant GL_SGIX_resample with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_shadow
| Change | Effect |
---|
1 | The constant GL_SGIX_shadow with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_shadow_ambient
| Change | Effect |
---|
1 | The constant GL_SGIX_shadow_ambient with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_sprite
| Change | Effect |
---|
1 | The constant GL_SGIX_sprite with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_tag_sample_buffer
| Change | Effect |
---|
1 | The constant GL_SGIX_tag_sample_buffer with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_texture_add_env
| Change | Effect |
---|
1 | The constant GL_SGIX_texture_add_env with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_texture_coordinate_clamp
| Change | Effect |
---|
1 | The constant GL_SGIX_texture_coordinate_clamp with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_texture_lod_bias
| Change | Effect |
---|
1 | The constant GL_SGIX_texture_lod_bias with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_texture_multi_buffer
| Change | Effect |
---|
1 | The constant GL_SGIX_texture_multi_buffer with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_texture_range
| Change | Effect |
---|
1 | The constant GL_SGIX_texture_range with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_texture_scale_bias
| Change | Effect |
---|
1 | The constant GL_SGIX_texture_scale_bias with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_vertex_preclip
| Change | Effect |
---|
1 | The constant GL_SGIX_vertex_preclip with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_vertex_preclip_hint
| Change | Effect |
---|
1 | The constant GL_SGIX_vertex_preclip_hint with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SGIX_ycrcb
| Change | Effect |
---|
1 | The constant GL_SGIX_ycrcb with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SHADE_MODEL
| Change | Effect |
---|
1 | The constant GL_SHADE_MODEL with value 0x0B54 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SHADER_CONSISTENT_NV
| Change | Effect |
---|
1 | The constant GL_SHADER_CONSISTENT_NV with value 0x86DD has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SHADER_OBJECT_ARB
| Change | Effect |
---|
1 | The constant GL_SHADER_OBJECT_ARB with value 0x8B48 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SHADER_OPERATION_NV
| Change | Effect |
---|
1 | The constant GL_SHADER_OPERATION_NV with value 0x86DF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SHADER_SOURCE_LENGTH
| Change | Effect |
---|
1 | The constant GL_SHADER_SOURCE_LENGTH with value 0x8B88 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SHADER_TYPE
| Change | Effect |
---|
1 | The constant GL_SHADER_TYPE with value 0x8B4F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SHADOW_AMBIENT_SGIX
| Change | Effect |
---|
1 | The constant GL_SHADOW_AMBIENT_SGIX with value 0x80BF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SHADOW_ATTENUATION_EXT
| Change | Effect |
---|
1 | The constant GL_SHADOW_ATTENUATION_EXT with value 0x834E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SHARED_TEXTURE_PALETTE_EXT
| Change | Effect |
---|
1 | The constant GL_SHARED_TEXTURE_PALETTE_EXT with value 0x81FB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SHININESS
| Change | Effect |
---|
1 | The constant GL_SHININESS with value 0x1601 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SHORT
| Change | Effect |
---|
1 | The constant GL_SHORT with value 0x1402 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SIGNED_ALPHA8_NV
| Change | Effect |
---|
1 | The constant GL_SIGNED_ALPHA8_NV with value 0x8706 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SIGNED_ALPHA_NV
| Change | Effect |
---|
1 | The constant GL_SIGNED_ALPHA_NV with value 0x8705 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SIGNED_HILO16_NV
| Change | Effect |
---|
1 | The constant GL_SIGNED_HILO16_NV with value 0x86FA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SIGNED_HILO8_NV
| Change | Effect |
---|
1 | The constant GL_SIGNED_HILO8_NV with value 0x885F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SIGNED_HILO_NV
| Change | Effect |
---|
1 | The constant GL_SIGNED_HILO_NV with value 0x86F9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SIGNED_IDENTITY_NV
| Change | Effect |
---|
1 | The constant GL_SIGNED_IDENTITY_NV with value 0x853C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SIGNED_INTENSITY8_NV
| Change | Effect |
---|
1 | The constant GL_SIGNED_INTENSITY8_NV with value 0x8708 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SIGNED_INTENSITY_NV
| Change | Effect |
---|
1 | The constant GL_SIGNED_INTENSITY_NV with value 0x8707 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SIGNED_LUMINANCE8_ALPHA8_NV
| Change | Effect |
---|
1 | The constant GL_SIGNED_LUMINANCE8_ALPHA8_NV with value 0x8704 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SIGNED_LUMINANCE8_NV
| Change | Effect |
---|
1 | The constant GL_SIGNED_LUMINANCE8_NV with value 0x8702 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SIGNED_LUMINANCE_ALPHA_NV
| Change | Effect |
---|
1 | The constant GL_SIGNED_LUMINANCE_ALPHA_NV with value 0x8703 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SIGNED_LUMINANCE_NV
| Change | Effect |
---|
1 | The constant GL_SIGNED_LUMINANCE_NV with value 0x8701 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SIGNED_NEGATE_NV
| Change | Effect |
---|
1 | The constant GL_SIGNED_NEGATE_NV with value 0x853D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SIGNED_RGB8_NV
| Change | Effect |
---|
1 | The constant GL_SIGNED_RGB8_NV with value 0x86FF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SIGNED_RGB8_UNSIGNED_ALPHA8_NV
| Change | Effect |
---|
1 | The constant GL_SIGNED_RGB8_UNSIGNED_ALPHA8_NV with value 0x870D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SIGNED_RGB_NV
| Change | Effect |
---|
1 | The constant GL_SIGNED_RGB_NV with value 0x86FE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SIGNED_RGB_UNSIGNED_ALPHA_NV
| Change | Effect |
---|
1 | The constant GL_SIGNED_RGB_UNSIGNED_ALPHA_NV with value 0x870C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SIGNED_RGBA8_NV
| Change | Effect |
---|
1 | The constant GL_SIGNED_RGBA8_NV with value 0x86FC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SIGNED_RGBA_NV
| Change | Effect |
---|
1 | The constant GL_SIGNED_RGBA_NV with value 0x86FB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SINGLE_COLOR
| Change | Effect |
---|
1 | The constant GL_SINGLE_COLOR with value 0x81F9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SINGLE_COLOR_EXT
| Change | Effect |
---|
1 | The constant GL_SINGLE_COLOR_EXT with value 0x81F9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SLICE_ACCUM_SUN
| Change | Effect |
---|
1 | The constant GL_SLICE_ACCUM_SUN with value 0x85CC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SLUMINANCE8_ALPHA8_EXT
| Change | Effect |
---|
1 | The constant GL_SLUMINANCE8_ALPHA8_EXT with value 0x8C45 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SLUMINANCE8_EXT
| Change | Effect |
---|
1 | The constant GL_SLUMINANCE8_EXT with value 0x8C47 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SLUMINANCE_ALPHA_EXT
| Change | Effect |
---|
1 | The constant GL_SLUMINANCE_ALPHA_EXT with value 0x8C44 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SLUMINANCE_EXT
| Change | Effect |
---|
1 | The constant GL_SLUMINANCE_EXT with value 0x8C46 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SMOOTH
| Change | Effect |
---|
1 | The constant GL_SMOOTH with value 0x1D01 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SMOOTH_LINE_WIDTH_GRANULARITY
| Change | Effect |
---|
1 | The constant GL_SMOOTH_LINE_WIDTH_GRANULARITY with value 0x0B23 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SMOOTH_LINE_WIDTH_RANGE
| Change | Effect |
---|
1 | The constant GL_SMOOTH_LINE_WIDTH_RANGE with value 0x0B22 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SMOOTH_POINT_SIZE_GRANULARITY
| Change | Effect |
---|
1 | The constant GL_SMOOTH_POINT_SIZE_GRANULARITY with value 0x0B13 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SMOOTH_POINT_SIZE_RANGE
| Change | Effect |
---|
1 | The constant GL_SMOOTH_POINT_SIZE_RANGE with value 0x0B12 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SOURCE0_ALPHA
| Change | Effect |
---|
1 | The constant GL_SOURCE0_ALPHA with value 0x8588 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SOURCE0_ALPHA_ARB
| Change | Effect |
---|
1 | The constant GL_SOURCE0_ALPHA_ARB with value 0x8588 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SOURCE0_ALPHA_EXT
| Change | Effect |
---|
1 | The constant GL_SOURCE0_ALPHA_EXT with value 0x8588 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SOURCE0_RGB
| Change | Effect |
---|
1 | The constant GL_SOURCE0_RGB with value 0x8580 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SOURCE0_RGB_ARB
| Change | Effect |
---|
1 | The constant GL_SOURCE0_RGB_ARB with value 0x8580 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SOURCE0_RGB_EXT
| Change | Effect |
---|
1 | The constant GL_SOURCE0_RGB_EXT with value 0x8580 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SOURCE1_ALPHA
| Change | Effect |
---|
1 | The constant GL_SOURCE1_ALPHA with value 0x8589 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SOURCE1_ALPHA_ARB
| Change | Effect |
---|
1 | The constant GL_SOURCE1_ALPHA_ARB with value 0x8589 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SOURCE1_ALPHA_EXT
| Change | Effect |
---|
1 | The constant GL_SOURCE1_ALPHA_EXT with value 0x8589 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SOURCE1_RGB
| Change | Effect |
---|
1 | The constant GL_SOURCE1_RGB with value 0x8581 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SOURCE1_RGB_ARB
| Change | Effect |
---|
1 | The constant GL_SOURCE1_RGB_ARB with value 0x8581 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SOURCE1_RGB_EXT
| Change | Effect |
---|
1 | The constant GL_SOURCE1_RGB_EXT with value 0x8581 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SOURCE2_ALPHA
| Change | Effect |
---|
1 | The constant GL_SOURCE2_ALPHA with value 0x858A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SOURCE2_ALPHA_ARB
| Change | Effect |
---|
1 | The constant GL_SOURCE2_ALPHA_ARB with value 0x858A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SOURCE2_ALPHA_EXT
| Change | Effect |
---|
1 | The constant GL_SOURCE2_ALPHA_EXT with value 0x858A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SOURCE2_RGB
| Change | Effect |
---|
1 | The constant GL_SOURCE2_RGB with value 0x8582 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SOURCE2_RGB_ARB
| Change | Effect |
---|
1 | The constant GL_SOURCE2_RGB_ARB with value 0x8582 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SOURCE2_RGB_EXT
| Change | Effect |
---|
1 | The constant GL_SOURCE2_RGB_EXT with value 0x8582 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SOURCE3_ALPHA_NV
| Change | Effect |
---|
1 | The constant GL_SOURCE3_ALPHA_NV with value 0x858B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SOURCE3_RGB_NV
| Change | Effect |
---|
1 | The constant GL_SOURCE3_RGB_NV with value 0x8583 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SPARE0_NV
| Change | Effect |
---|
1 | The constant GL_SPARE0_NV with value 0x852E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SPARE0_PLUS_SECONDARY_COLOR_NV
| Change | Effect |
---|
1 | The constant GL_SPARE0_PLUS_SECONDARY_COLOR_NV with value 0x8532 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SPARE1_NV
| Change | Effect |
---|
1 | The constant GL_SPARE1_NV with value 0x852F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SPECULAR
| Change | Effect |
---|
1 | The constant GL_SPECULAR with value 0x1202 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SPHERE_MAP
| Change | Effect |
---|
1 | The constant GL_SPHERE_MAP with value 0x2402 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SPOT_CUTOFF
| Change | Effect |
---|
1 | The constant GL_SPOT_CUTOFF with value 0x1206 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SPOT_DIRECTION
| Change | Effect |
---|
1 | The constant GL_SPOT_DIRECTION with value 0x1204 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SPOT_EXPONENT
| Change | Effect |
---|
1 | The constant GL_SPOT_EXPONENT with value 0x1205 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SRC0_ALPHA
| Change | Effect |
---|
1 | The constant GL_SRC0_ALPHA with value 0x8588 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SRC0_RGB
| Change | Effect |
---|
1 | The constant GL_SRC0_RGB with value 0x8580 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SRC1_ALPHA
| Change | Effect |
---|
1 | The constant GL_SRC1_ALPHA with value 0x8589 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SRC1_RGB
| Change | Effect |
---|
1 | The constant GL_SRC1_RGB with value 0x8581 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SRC2_ALPHA
| Change | Effect |
---|
1 | The constant GL_SRC2_ALPHA with value 0x858A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SRC2_RGB
| Change | Effect |
---|
1 | The constant GL_SRC2_RGB with value 0x8582 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SRC_ALPHA
| Change | Effect |
---|
1 | The constant GL_SRC_ALPHA with value 0x0302 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SRC_ALPHA_SATURATE
| Change | Effect |
---|
1 | The constant GL_SRC_ALPHA_SATURATE with value 0x0308 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SRC_COLOR
| Change | Effect |
---|
1 | The constant GL_SRC_COLOR with value 0x0300 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SRGB8_ALPHA8_EXT
| Change | Effect |
---|
1 | The constant GL_SRGB8_ALPHA8_EXT with value 0x8C43 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SRGB8_EXT
| Change | Effect |
---|
1 | The constant GL_SRGB8_EXT with value 0x8C41 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SRGB_ALPHA_EXT
| Change | Effect |
---|
1 | The constant GL_SRGB_ALPHA_EXT with value 0x8C42 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SRGB_EXT
| Change | Effect |
---|
1 | The constant GL_SRGB_EXT with value 0x8C40 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STACK_OVERFLOW
| Change | Effect |
---|
1 | The constant GL_STACK_OVERFLOW with value 0x0503 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STACK_UNDERFLOW
| Change | Effect |
---|
1 | The constant GL_STACK_UNDERFLOW with value 0x0504 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STATIC_ATI
| Change | Effect |
---|
1 | The constant GL_STATIC_ATI with value 0x8760 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STATIC_COPY
| Change | Effect |
---|
1 | The constant GL_STATIC_COPY with value 0x88E6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STATIC_COPY_ARB
| Change | Effect |
---|
1 | The constant GL_STATIC_COPY_ARB with value 0x88E6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STATIC_DRAW
| Change | Effect |
---|
1 | The constant GL_STATIC_DRAW with value 0x88E4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STATIC_DRAW_ARB
| Change | Effect |
---|
1 | The constant GL_STATIC_DRAW_ARB with value 0x88E4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STATIC_READ
| Change | Effect |
---|
1 | The constant GL_STATIC_READ with value 0x88E5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STATIC_READ_ARB
| Change | Effect |
---|
1 | The constant GL_STATIC_READ_ARB with value 0x88E5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STATIC_VERTEX_ARRAY_IBM
| Change | Effect |
---|
1 | The constant GL_STATIC_VERTEX_ARRAY_IBM with value 103061 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL
| Change | Effect |
---|
1 | The constant GL_STENCIL with value 0x1802 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_ATTACHMENT_EXT
| Change | Effect |
---|
1 | The constant GL_STENCIL_ATTACHMENT_EXT with value 0x8D20 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_BACK_FAIL
| Change | Effect |
---|
1 | The constant GL_STENCIL_BACK_FAIL with value 0x8801 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_BACK_FAIL_ATI
| Change | Effect |
---|
1 | The constant GL_STENCIL_BACK_FAIL_ATI with value 0x8801 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_BACK_FUNC
| Change | Effect |
---|
1 | The constant GL_STENCIL_BACK_FUNC with value 0x8800 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_BACK_FUNC_ATI
| Change | Effect |
---|
1 | The constant GL_STENCIL_BACK_FUNC_ATI with value 0x8800 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_BACK_PASS_DEPTH_FAIL
| Change | Effect |
---|
1 | The constant GL_STENCIL_BACK_PASS_DEPTH_FAIL with value 0x8802 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_BACK_PASS_DEPTH_FAIL_ATI
| Change | Effect |
---|
1 | The constant GL_STENCIL_BACK_PASS_DEPTH_FAIL_ATI with value 0x8802 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_BACK_PASS_DEPTH_PASS
| Change | Effect |
---|
1 | The constant GL_STENCIL_BACK_PASS_DEPTH_PASS with value 0x8803 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_BACK_PASS_DEPTH_PASS_ATI
| Change | Effect |
---|
1 | The constant GL_STENCIL_BACK_PASS_DEPTH_PASS_ATI with value 0x8803 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_BACK_REF
| Change | Effect |
---|
1 | The constant GL_STENCIL_BACK_REF with value 0x8CA3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_BACK_VALUE_MASK
| Change | Effect |
---|
1 | The constant GL_STENCIL_BACK_VALUE_MASK with value 0x8CA4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_BACK_WRITEMASK
| Change | Effect |
---|
1 | The constant GL_STENCIL_BACK_WRITEMASK with value 0x8CA5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_BITS
| Change | Effect |
---|
1 | The constant GL_STENCIL_BITS with value 0x0D57 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_BUFFER_BIT
| Change | Effect |
---|
1 | The constant GL_STENCIL_BUFFER_BIT with value 0x00000400 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_CLEAR_TAG_VALUE_EXT
| Change | Effect |
---|
1 | The constant GL_STENCIL_CLEAR_TAG_VALUE_EXT with value 0x88F3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_CLEAR_VALUE
| Change | Effect |
---|
1 | The constant GL_STENCIL_CLEAR_VALUE with value 0x0B91 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_FAIL
| Change | Effect |
---|
1 | The constant GL_STENCIL_FAIL with value 0x0B94 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_FUNC
| Change | Effect |
---|
1 | The constant GL_STENCIL_FUNC with value 0x0B92 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_INDEX
| Change | Effect |
---|
1 | The constant GL_STENCIL_INDEX with value 0x1901 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_INDEX16_EXT
| Change | Effect |
---|
1 | The constant GL_STENCIL_INDEX16_EXT with value 0x8D49 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_INDEX1_EXT
| Change | Effect |
---|
1 | The constant GL_STENCIL_INDEX1_EXT with value 0x8D46 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_INDEX4_EXT
| Change | Effect |
---|
1 | The constant GL_STENCIL_INDEX4_EXT with value 0x8D47 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_INDEX8_EXT
| Change | Effect |
---|
1 | The constant GL_STENCIL_INDEX8_EXT with value 0x8D48 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_PASS_DEPTH_FAIL
| Change | Effect |
---|
1 | The constant GL_STENCIL_PASS_DEPTH_FAIL with value 0x0B95 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_PASS_DEPTH_PASS
| Change | Effect |
---|
1 | The constant GL_STENCIL_PASS_DEPTH_PASS with value 0x0B96 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_REF
| Change | Effect |
---|
1 | The constant GL_STENCIL_REF with value 0x0B97 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_TAG_BITS_EXT
| Change | Effect |
---|
1 | The constant GL_STENCIL_TAG_BITS_EXT with value 0x88F2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_TEST
| Change | Effect |
---|
1 | The constant GL_STENCIL_TEST with value 0x0B90 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_TEST_TWO_SIDE_EXT
| Change | Effect |
---|
1 | The constant GL_STENCIL_TEST_TWO_SIDE_EXT with value 0x8910 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_VALUE_MASK
| Change | Effect |
---|
1 | The constant GL_STENCIL_VALUE_MASK with value 0x0B93 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STENCIL_WRITEMASK
| Change | Effect |
---|
1 | The constant GL_STENCIL_WRITEMASK with value 0x0B98 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STEREO
| Change | Effect |
---|
1 | The constant GL_STEREO with value 0x0C33 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STORAGE_CACHED_APPLE
| Change | Effect |
---|
1 | The constant GL_STORAGE_CACHED_APPLE with value 0x85BE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STORAGE_PRIVATE_APPLE
| Change | Effect |
---|
1 | The constant GL_STORAGE_PRIVATE_APPLE with value 0x85BD has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STORAGE_SHARED_APPLE
| Change | Effect |
---|
1 | The constant GL_STORAGE_SHARED_APPLE with value 0x85BF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STREAM_COPY
| Change | Effect |
---|
1 | The constant GL_STREAM_COPY with value 0x88E2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STREAM_COPY_ARB
| Change | Effect |
---|
1 | The constant GL_STREAM_COPY_ARB with value 0x88E2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STREAM_DRAW
| Change | Effect |
---|
1 | The constant GL_STREAM_DRAW with value 0x88E0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STREAM_DRAW_ARB
| Change | Effect |
---|
1 | The constant GL_STREAM_DRAW_ARB with value 0x88E0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STREAM_READ
| Change | Effect |
---|
1 | The constant GL_STREAM_READ with value 0x88E1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STREAM_READ_ARB
| Change | Effect |
---|
1 | The constant GL_STREAM_READ_ARB with value 0x88E1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STRICT_DEPTHFUNC_HINT_PGI
| Change | Effect |
---|
1 | The constant GL_STRICT_DEPTHFUNC_HINT_PGI with value 107030 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STRICT_LIGHTING_HINT_PGI
| Change | Effect |
---|
1 | The constant GL_STRICT_LIGHTING_HINT_PGI with value 107031 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_STRICT_SCISSOR_HINT_PGI
| Change | Effect |
---|
1 | The constant GL_STRICT_SCISSOR_HINT_PGI with value 107032 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SUB_ATI
| Change | Effect |
---|
1 | The constant GL_SUB_ATI with value 0x8965 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SUBPIXEL_BITS
| Change | Effect |
---|
1 | The constant GL_SUBPIXEL_BITS with value 0x0D50 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SUBTRACT
| Change | Effect |
---|
1 | The constant GL_SUBTRACT with value 0x84E7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SUBTRACT_ARB
| Change | Effect |
---|
1 | The constant GL_SUBTRACT_ARB with value 0x84E7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SUN_convolution_border_modes
| Change | Effect |
---|
1 | The constant GL_SUN_convolution_border_modes with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SUN_global_alpha
| Change | Effect |
---|
1 | The constant GL_SUN_global_alpha with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SUN_mesh_array
| Change | Effect |
---|
1 | The constant GL_SUN_mesh_array with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SUN_read_video_pixels
| Change | Effect |
---|
1 | The constant GL_SUN_read_video_pixels with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SUN_slice_accum
| Change | Effect |
---|
1 | The constant GL_SUN_slice_accum with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SUN_triangle_list
| Change | Effect |
---|
1 | The constant GL_SUN_triangle_list with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SUN_vertex
| Change | Effect |
---|
1 | The constant GL_SUN_vertex with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SUNX_constant_data
| Change | Effect |
---|
1 | The constant GL_SUNX_constant_data with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SWIZZLE_STQ_ATI
| Change | Effect |
---|
1 | The constant GL_SWIZZLE_STQ_ATI with value 0x8977 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SWIZZLE_STQ_DQ_ATI
| Change | Effect |
---|
1 | The constant GL_SWIZZLE_STQ_DQ_ATI with value 0x8979 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SWIZZLE_STR_ATI
| Change | Effect |
---|
1 | The constant GL_SWIZZLE_STR_ATI with value 0x8976 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SWIZZLE_STR_DR_ATI
| Change | Effect |
---|
1 | The constant GL_SWIZZLE_STR_DR_ATI with value 0x8978 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SWIZZLE_STRQ_ATI
| Change | Effect |
---|
1 | The constant GL_SWIZZLE_STRQ_ATI with value 0x897A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_SWIZZLE_STRQ_DQ_ATI
| Change | Effect |
---|
1 | The constant GL_SWIZZLE_STRQ_DQ_ATI with value 0x897B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_T
| Change | Effect |
---|
1 | The constant GL_T with value 0x2001 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_T2F_C3F_V3F
| Change | Effect |
---|
1 | The constant GL_T2F_C3F_V3F with value 0x2A2A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_T2F_C4F_N3F_V3F
| Change | Effect |
---|
1 | The constant GL_T2F_C4F_N3F_V3F with value 0x2A2C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_T2F_C4UB_V3F
| Change | Effect |
---|
1 | The constant GL_T2F_C4UB_V3F with value 0x2A29 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_T2F_N3F_V3F
| Change | Effect |
---|
1 | The constant GL_T2F_N3F_V3F with value 0x2A2B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_T2F_V3F
| Change | Effect |
---|
1 | The constant GL_T2F_V3F with value 0x2A27 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_T4F_C4F_N3F_V4F
| Change | Effect |
---|
1 | The constant GL_T4F_C4F_N3F_V4F with value 0x2A2D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_T4F_V4F
| Change | Effect |
---|
1 | The constant GL_T4F_V4F with value 0x2A28 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TABLE_TOO_LARGE
| Change | Effect |
---|
1 | The constant GL_TABLE_TOO_LARGE with value 0x8031 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TANGENT_ARRAY_EXT
| Change | Effect |
---|
1 | The constant GL_TANGENT_ARRAY_EXT with value 0x8439 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TANGENT_ARRAY_POINTER_EXT
| Change | Effect |
---|
1 | The constant GL_TANGENT_ARRAY_POINTER_EXT with value 0x8442 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TANGENT_ARRAY_STRIDE_EXT
| Change | Effect |
---|
1 | The constant GL_TANGENT_ARRAY_STRIDE_EXT with value 0x843F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TANGENT_ARRAY_TYPE_EXT
| Change | Effect |
---|
1 | The constant GL_TANGENT_ARRAY_TYPE_EXT with value 0x843E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXCOORD1_BIT_PGI
| Change | Effect |
---|
1 | The constant GL_TEXCOORD1_BIT_PGI with value 0x10000000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXCOORD2_BIT_PGI
| Change | Effect |
---|
1 | The constant GL_TEXCOORD2_BIT_PGI with value 0x20000000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXCOORD3_BIT_PGI
| Change | Effect |
---|
1 | The constant GL_TEXCOORD3_BIT_PGI with value 0x40000000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXCOORD4_BIT_PGI
| Change | Effect |
---|
1 | The constant GL_TEXCOORD4_BIT_PGI with value 0x80000000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXT_FRAGMENT_SHADER_ATI
| Change | Effect |
---|
1 | The constant GL_TEXT_FRAGMENT_SHADER_ATI with value 0x8200 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE
| Change | Effect |
---|
1 | The constant GL_TEXTURE with value 0x1702 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE0
| Change | Effect |
---|
1 | The constant GL_TEXTURE0 with value 0x84C0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE0_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE0_ARB with value 0x84C0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE1
| Change | Effect |
---|
1 | The constant GL_TEXTURE1 with value 0x84C1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE10
| Change | Effect |
---|
1 | The constant GL_TEXTURE10 with value 0x84CA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE10_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE10_ARB with value 0x84CA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE11
| Change | Effect |
---|
1 | The constant GL_TEXTURE11 with value 0x84CB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE11_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE11_ARB with value 0x84CB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE12
| Change | Effect |
---|
1 | The constant GL_TEXTURE12 with value 0x84CC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE12_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE12_ARB with value 0x84CC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE13
| Change | Effect |
---|
1 | The constant GL_TEXTURE13 with value 0x84CD has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE13_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE13_ARB with value 0x84CD has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE14
| Change | Effect |
---|
1 | The constant GL_TEXTURE14 with value 0x84CE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE14_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE14_ARB with value 0x84CE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE15
| Change | Effect |
---|
1 | The constant GL_TEXTURE15 with value 0x84CF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE15_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE15_ARB with value 0x84CF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE16
| Change | Effect |
---|
1 | The constant GL_TEXTURE16 with value 0x84D0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE16_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE16_ARB with value 0x84D0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE17
| Change | Effect |
---|
1 | The constant GL_TEXTURE17 with value 0x84D1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE17_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE17_ARB with value 0x84D1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE18
| Change | Effect |
---|
1 | The constant GL_TEXTURE18 with value 0x84D2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE18_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE18_ARB with value 0x84D2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE19
| Change | Effect |
---|
1 | The constant GL_TEXTURE19 with value 0x84D3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE19_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE19_ARB with value 0x84D3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE1_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE1_ARB with value 0x84C1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE2
| Change | Effect |
---|
1 | The constant GL_TEXTURE2 with value 0x84C2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE20
| Change | Effect |
---|
1 | The constant GL_TEXTURE20 with value 0x84D4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE20_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE20_ARB with value 0x84D4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE21
| Change | Effect |
---|
1 | The constant GL_TEXTURE21 with value 0x84D5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE21_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE21_ARB with value 0x84D5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE22
| Change | Effect |
---|
1 | The constant GL_TEXTURE22 with value 0x84D6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE22_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE22_ARB with value 0x84D6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE23
| Change | Effect |
---|
1 | The constant GL_TEXTURE23 with value 0x84D7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE23_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE23_ARB with value 0x84D7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE24
| Change | Effect |
---|
1 | The constant GL_TEXTURE24 with value 0x84D8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE24_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE24_ARB with value 0x84D8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE25
| Change | Effect |
---|
1 | The constant GL_TEXTURE25 with value 0x84D9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE25_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE25_ARB with value 0x84D9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE26
| Change | Effect |
---|
1 | The constant GL_TEXTURE26 with value 0x84DA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE26_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE26_ARB with value 0x84DA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE27
| Change | Effect |
---|
1 | The constant GL_TEXTURE27 with value 0x84DB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE27_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE27_ARB with value 0x84DB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE28
| Change | Effect |
---|
1 | The constant GL_TEXTURE28 with value 0x84DC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE28_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE28_ARB with value 0x84DC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE29
| Change | Effect |
---|
1 | The constant GL_TEXTURE29 with value 0x84DD has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE29_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE29_ARB with value 0x84DD has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE2_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE2_ARB with value 0x84C2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE3
| Change | Effect |
---|
1 | The constant GL_TEXTURE3 with value 0x84C3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE30
| Change | Effect |
---|
1 | The constant GL_TEXTURE30 with value 0x84DE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE30_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE30_ARB with value 0x84DE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE31
| Change | Effect |
---|
1 | The constant GL_TEXTURE31 with value 0x84DF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE31_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE31_ARB with value 0x84DF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE3_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE3_ARB with value 0x84C3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE4
| Change | Effect |
---|
1 | The constant GL_TEXTURE4 with value 0x84C4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE4_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE4_ARB with value 0x84C4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE5
| Change | Effect |
---|
1 | The constant GL_TEXTURE5 with value 0x84C5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE5_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE5_ARB with value 0x84C5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE6
| Change | Effect |
---|
1 | The constant GL_TEXTURE6 with value 0x84C6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE6_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE6_ARB with value 0x84C6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE7
| Change | Effect |
---|
1 | The constant GL_TEXTURE7 with value 0x84C7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE7_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE7_ARB with value 0x84C7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE8
| Change | Effect |
---|
1 | The constant GL_TEXTURE8 with value 0x84C8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE8_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE8_ARB with value 0x84C8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE9
| Change | Effect |
---|
1 | The constant GL_TEXTURE9 with value 0x84C9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE9_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE9_ARB with value 0x84C9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_1D
| Change | Effect |
---|
1 | The constant GL_TEXTURE_1D with value 0x0DE0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_1D_BINDING_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_1D_BINDING_EXT with value 0x8068 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_1D_STACK_BINDING_MESAX
| Change | Effect |
---|
1 | The constant GL_TEXTURE_1D_STACK_BINDING_MESAX with value 0x875D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_1D_STACK_MESAX
| Change | Effect |
---|
1 | The constant GL_TEXTURE_1D_STACK_MESAX with value 0x8759 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_2D
| Change | Effect |
---|
1 | The constant GL_TEXTURE_2D with value 0x0DE1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_2D_BINDING_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_2D_BINDING_EXT with value 0x8069 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_2D_STACK_BINDING_MESAX
| Change | Effect |
---|
1 | The constant GL_TEXTURE_2D_STACK_BINDING_MESAX with value 0x875E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_2D_STACK_MESAX
| Change | Effect |
---|
1 | The constant GL_TEXTURE_2D_STACK_MESAX with value 0x875A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_3D
| Change | Effect |
---|
1 | The constant GL_TEXTURE_3D with value 0x806F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_3D_BINDING_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_3D_BINDING_EXT with value 0x806A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_3D_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_3D_EXT with value 0x806F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_ALPHA_SIZE
| Change | Effect |
---|
1 | The constant GL_TEXTURE_ALPHA_SIZE with value 0x805F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_ALPHA_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_ALPHA_SIZE_EXT with value 0x805F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_ALPHA_TYPE_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE_ALPHA_TYPE_ARB with value 0x8C13 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_APPLICATION_MODE_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_APPLICATION_MODE_EXT with value 0x834F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_BASE_LEVEL
| Change | Effect |
---|
1 | The constant GL_TEXTURE_BASE_LEVEL with value 0x813C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_BASE_LEVEL_SGIS
| Change | Effect |
---|
1 | The constant GL_TEXTURE_BASE_LEVEL_SGIS with value 0x813C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_BINDING_1D
| Change | Effect |
---|
1 | The constant GL_TEXTURE_BINDING_1D with value 0x8068 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_BINDING_2D
| Change | Effect |
---|
1 | The constant GL_TEXTURE_BINDING_2D with value 0x8069 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_BINDING_3D
| Change | Effect |
---|
1 | The constant GL_TEXTURE_BINDING_3D with value 0x806A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_BINDING_CUBE_MAP
| Change | Effect |
---|
1 | The constant GL_TEXTURE_BINDING_CUBE_MAP with value 0x8514 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_BINDING_CUBE_MAP_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE_BINDING_CUBE_MAP_ARB with value 0x8514 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_BINDING_CUBE_MAP_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_BINDING_CUBE_MAP_EXT with value 0x8514 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_BINDING_RECTANGLE_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE_BINDING_RECTANGLE_ARB with value 0x84F6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_BINDING_RECTANGLE_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_BINDING_RECTANGLE_EXT with value 0x84F6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_BINDING_RECTANGLE_NV
| Change | Effect |
---|
1 | The constant GL_TEXTURE_BINDING_RECTANGLE_NV with value 0x84F6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_BIT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_BIT with value 0x00040000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_BLUE_SIZE
| Change | Effect |
---|
1 | The constant GL_TEXTURE_BLUE_SIZE with value 0x805E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_BLUE_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_BLUE_SIZE_EXT with value 0x805E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_BLUE_TYPE_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE_BLUE_TYPE_ARB with value 0x8C12 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_BORDER
| Change | Effect |
---|
1 | The constant GL_TEXTURE_BORDER with value 0x1005 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_BORDER_COLOR
| Change | Effect |
---|
1 | The constant GL_TEXTURE_BORDER_COLOR with value 0x1004 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_BORDER_VALUES_NV
| Change | Effect |
---|
1 | The constant GL_TEXTURE_BORDER_VALUES_NV with value 0x871A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COLOR_TABLE_SGI
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COLOR_TABLE_SGI with value 0x80BC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COMPARE_FAIL_VALUE_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COMPARE_FAIL_VALUE_ARB with value 0x80BF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COMPARE_FUNC
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COMPARE_FUNC with value 0x884D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COMPARE_FUNC_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COMPARE_FUNC_ARB with value 0x884D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COMPARE_MODE
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COMPARE_MODE with value 0x884C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COMPARE_MODE_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COMPARE_MODE_ARB with value 0x884C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COMPARE_OPERATOR_SGIX
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COMPARE_OPERATOR_SGIX with value 0x819B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COMPARE_SGIX
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COMPARE_SGIX with value 0x819A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COMPONENTS
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COMPONENTS with value 0x1003 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COMPRESSED
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COMPRESSED with value 0x86A1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COMPRESSED_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COMPRESSED_ARB with value 0x86A1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COMPRESSED_IMAGE_SIZE
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COMPRESSED_IMAGE_SIZE with value 0x86A0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB with value 0x86A0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COMPRESSION_HINT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COMPRESSION_HINT with value 0x84EF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COMPRESSION_HINT_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COMPRESSION_HINT_ARB with value 0x84EF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_CONSTANT_DATA_SUNX
| Change | Effect |
---|
1 | The constant GL_TEXTURE_CONSTANT_DATA_SUNX with value 0x81D6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COORD_ARRAY
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COORD_ARRAY with value 0x8078 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING with value 0x889A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING_ARB with value 0x889A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COORD_ARRAY_COUNT_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COORD_ARRAY_COUNT_EXT with value 0x808B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COORD_ARRAY_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COORD_ARRAY_EXT with value 0x8078 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COORD_ARRAY_LIST_IBM
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COORD_ARRAY_LIST_IBM with value 103074 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COORD_ARRAY_LIST_STRIDE_IBM
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COORD_ARRAY_LIST_STRIDE_IBM with value 103084 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COORD_ARRAY_PARALLEL_POINTERS_INTEL
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COORD_ARRAY_PARALLEL_POINTERS_INTEL with value 0x83F8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COORD_ARRAY_POINTER
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COORD_ARRAY_POINTER with value 0x8092 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COORD_ARRAY_POINTER_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COORD_ARRAY_POINTER_EXT with value 0x8092 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COORD_ARRAY_SIZE
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COORD_ARRAY_SIZE with value 0x8088 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COORD_ARRAY_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COORD_ARRAY_SIZE_EXT with value 0x8088 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COORD_ARRAY_STRIDE
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COORD_ARRAY_STRIDE with value 0x808A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COORD_ARRAY_STRIDE_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COORD_ARRAY_STRIDE_EXT with value 0x808A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COORD_ARRAY_TYPE
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COORD_ARRAY_TYPE with value 0x8089 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_COORD_ARRAY_TYPE_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_COORD_ARRAY_TYPE_EXT with value 0x8089 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_CUBE_MAP
| Change | Effect |
---|
1 | The constant GL_TEXTURE_CUBE_MAP with value 0x8513 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_CUBE_MAP_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE_CUBE_MAP_ARB with value 0x8513 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_CUBE_MAP_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_CUBE_MAP_EXT with value 0x8513 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_CUBE_MAP_NEGATIVE_X
| Change | Effect |
---|
1 | The constant GL_TEXTURE_CUBE_MAP_NEGATIVE_X with value 0x8516 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB with value 0x8516 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_CUBE_MAP_NEGATIVE_X_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_CUBE_MAP_NEGATIVE_X_EXT with value 0x8516 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_CUBE_MAP_NEGATIVE_Y
| Change | Effect |
---|
1 | The constant GL_TEXTURE_CUBE_MAP_NEGATIVE_Y with value 0x8518 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB with value 0x8518 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_EXT with value 0x8518 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_CUBE_MAP_NEGATIVE_Z
| Change | Effect |
---|
1 | The constant GL_TEXTURE_CUBE_MAP_NEGATIVE_Z with value 0x851A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB with value 0x851A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_EXT with value 0x851A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_CUBE_MAP_POSITIVE_X
| Change | Effect |
---|
1 | The constant GL_TEXTURE_CUBE_MAP_POSITIVE_X with value 0x8515 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB with value 0x8515 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_CUBE_MAP_POSITIVE_X_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_CUBE_MAP_POSITIVE_X_EXT with value 0x8515 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_CUBE_MAP_POSITIVE_Y
| Change | Effect |
---|
1 | The constant GL_TEXTURE_CUBE_MAP_POSITIVE_Y with value 0x8517 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB with value 0x8517 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_CUBE_MAP_POSITIVE_Y_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_CUBE_MAP_POSITIVE_Y_EXT with value 0x8517 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_CUBE_MAP_POSITIVE_Z
| Change | Effect |
---|
1 | The constant GL_TEXTURE_CUBE_MAP_POSITIVE_Z with value 0x8519 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB with value 0x8519 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_CUBE_MAP_POSITIVE_Z_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_CUBE_MAP_POSITIVE_Z_EXT with value 0x8519 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_DEPTH
| Change | Effect |
---|
1 | The constant GL_TEXTURE_DEPTH with value 0x8071 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_DEPTH_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_DEPTH_EXT with value 0x8071 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_DEPTH_SIZE
| Change | Effect |
---|
1 | The constant GL_TEXTURE_DEPTH_SIZE with value 0x884A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_DEPTH_SIZE_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE_DEPTH_SIZE_ARB with value 0x884A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_DEPTH_TYPE_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE_DEPTH_TYPE_ARB with value 0x8C16 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_DS_SIZE_NV
| Change | Effect |
---|
1 | The constant GL_TEXTURE_DS_SIZE_NV with value 0x871D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_DT_SIZE_NV
| Change | Effect |
---|
1 | The constant GL_TEXTURE_DT_SIZE_NV with value 0x871E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_ENV
| Change | Effect |
---|
1 | The constant GL_TEXTURE_ENV with value 0x2300 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_ENV0_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_ENV0_EXT with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_ENV_COLOR
| Change | Effect |
---|
1 | The constant GL_TEXTURE_ENV_COLOR with value 0x2201 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_ENV_MODE
| Change | Effect |
---|
1 | The constant GL_TEXTURE_ENV_MODE with value 0x2200 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_ENV_MODE_ALPHA_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_ENV_MODE_ALPHA_EXT with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_ENV_SHIFT_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_ENV_SHIFT_EXT with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_FILTER_CONTROL
| Change | Effect |
---|
1 | The constant GL_TEXTURE_FILTER_CONTROL with value 0x8500 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_FILTER_CONTROL_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_FILTER_CONTROL_EXT with value 0x8500 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_FLOAT_COMPONENTS_NV
| Change | Effect |
---|
1 | The constant GL_TEXTURE_FLOAT_COMPONENTS_NV with value 0x888C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_FOG_SGIX
| Change | Effect |
---|
1 | The constant GL_TEXTURE_FOG_SGIX with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_GEN_MODE
| Change | Effect |
---|
1 | The constant GL_TEXTURE_GEN_MODE with value 0x2500 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_GEN_Q
| Change | Effect |
---|
1 | The constant GL_TEXTURE_GEN_Q with value 0x0C63 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_GEN_R
| Change | Effect |
---|
1 | The constant GL_TEXTURE_GEN_R with value 0x0C62 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_GEN_S
| Change | Effect |
---|
1 | The constant GL_TEXTURE_GEN_S with value 0x0C60 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_GEN_T
| Change | Effect |
---|
1 | The constant GL_TEXTURE_GEN_T with value 0x0C61 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_GEQUAL_R_SGIX
| Change | Effect |
---|
1 | The constant GL_TEXTURE_GEQUAL_R_SGIX with value 0x819D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_GREEN_SIZE
| Change | Effect |
---|
1 | The constant GL_TEXTURE_GREEN_SIZE with value 0x805D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_GREEN_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_GREEN_SIZE_EXT with value 0x805D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_GREEN_TYPE_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE_GREEN_TYPE_ARB with value 0x8C11 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_HEIGHT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_HEIGHT with value 0x1001 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_HI_SIZE_NV
| Change | Effect |
---|
1 | The constant GL_TEXTURE_HI_SIZE_NV with value 0x871B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_INDEX_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_INDEX_SIZE_EXT with value 0x80ED has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_INTENSITY_SIZE
| Change | Effect |
---|
1 | The constant GL_TEXTURE_INTENSITY_SIZE with value 0x8061 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_INTENSITY_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_INTENSITY_SIZE_EXT with value 0x8061 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_INTENSITY_TYPE_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE_INTENSITY_TYPE_ARB with value 0x8C15 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_INTERNAL_FORMAT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_INTERNAL_FORMAT with value 0x1003 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_LEQUAL_R_SGIX
| Change | Effect |
---|
1 | The constant GL_TEXTURE_LEQUAL_R_SGIX with value 0x819C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_LIGHT_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_LIGHT_EXT with value 0x8350 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_LO_SIZE_NV
| Change | Effect |
---|
1 | The constant GL_TEXTURE_LO_SIZE_NV with value 0x871C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_LOD_BIAS
| Change | Effect |
---|
1 | The constant GL_TEXTURE_LOD_BIAS with value 0x8501 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_LOD_BIAS_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_LOD_BIAS_EXT with value 0x8501 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_LUMINANCE_SIZE
| Change | Effect |
---|
1 | The constant GL_TEXTURE_LUMINANCE_SIZE with value 0x8060 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_LUMINANCE_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_LUMINANCE_SIZE_EXT with value 0x8060 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_LUMINANCE_TYPE_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE_LUMINANCE_TYPE_ARB with value 0x8C14 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_MAG_FILTER
| Change | Effect |
---|
1 | The constant GL_TEXTURE_MAG_FILTER with value 0x2800 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_MAG_SIZE_NV
| Change | Effect |
---|
1 | The constant GL_TEXTURE_MAG_SIZE_NV with value 0x871F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_MATERIAL_FACE_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_MATERIAL_FACE_EXT with value 0x8351 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_MATERIAL_PARAMETER_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_MATERIAL_PARAMETER_EXT with value 0x8352 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_MATRIX
| Change | Effect |
---|
1 | The constant GL_TEXTURE_MATRIX with value 0x0BA8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_MAX_ANISOTROPY_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_MAX_ANISOTROPY_EXT with value 0x84FE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_MAX_CLAMP_R_SGIX
| Change | Effect |
---|
1 | The constant GL_TEXTURE_MAX_CLAMP_R_SGIX with value 0x836B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_MAX_CLAMP_S_SGIX
| Change | Effect |
---|
1 | The constant GL_TEXTURE_MAX_CLAMP_S_SGIX with value 0x8369 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_MAX_CLAMP_T_SGIX
| Change | Effect |
---|
1 | The constant GL_TEXTURE_MAX_CLAMP_T_SGIX with value 0x836A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_MAX_LEVEL
| Change | Effect |
---|
1 | The constant GL_TEXTURE_MAX_LEVEL with value 0x813D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_MAX_LEVEL_SGIS
| Change | Effect |
---|
1 | The constant GL_TEXTURE_MAX_LEVEL_SGIS with value 0x813D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_MAX_LOD
| Change | Effect |
---|
1 | The constant GL_TEXTURE_MAX_LOD with value 0x813B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_MAX_LOD_SGIS
| Change | Effect |
---|
1 | The constant GL_TEXTURE_MAX_LOD_SGIS with value 0x813B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_MIN_FILTER
| Change | Effect |
---|
1 | The constant GL_TEXTURE_MIN_FILTER with value 0x2801 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_MIN_LOD
| Change | Effect |
---|
1 | The constant GL_TEXTURE_MIN_LOD with value 0x813A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_MIN_LOD_SGIS
| Change | Effect |
---|
1 | The constant GL_TEXTURE_MIN_LOD_SGIS with value 0x813A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_MULTI_BUFFER_HINT_SGIX
| Change | Effect |
---|
1 | The constant GL_TEXTURE_MULTI_BUFFER_HINT_SGIX with value 0x812E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_NORMAL_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_NORMAL_EXT with value 0x85AF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_OUTPUT_ALPHA_ATIX
| Change | Effect |
---|
1 | The constant GL_TEXTURE_OUTPUT_ALPHA_ATIX with value 0x8749 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_OUTPUT_RGB_ATIX
| Change | Effect |
---|
1 | The constant GL_TEXTURE_OUTPUT_RGB_ATIX with value 0x8748 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_PRIORITY
| Change | Effect |
---|
1 | The constant GL_TEXTURE_PRIORITY with value 0x8066 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_PRIORITY_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_PRIORITY_EXT with value 0x8066 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_RANGE_LENGTH_APPLE
| Change | Effect |
---|
1 | The constant GL_TEXTURE_RANGE_LENGTH_APPLE with value 0x85B7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_RANGE_POINTER_APPLE
| Change | Effect |
---|
1 | The constant GL_TEXTURE_RANGE_POINTER_APPLE with value 0x85B8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_RECTANGLE_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE_RECTANGLE_ARB with value 0x84F5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_RECTANGLE_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_RECTANGLE_EXT with value 0x84F5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_RECTANGLE_NV
| Change | Effect |
---|
1 | The constant GL_TEXTURE_RECTANGLE_NV with value 0x84F5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_RED_SIZE
| Change | Effect |
---|
1 | The constant GL_TEXTURE_RED_SIZE with value 0x805C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_RED_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_RED_SIZE_EXT with value 0x805C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_RED_TYPE_ARB
| Change | Effect |
---|
1 | The constant GL_TEXTURE_RED_TYPE_ARB with value 0x8C10 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_RESIDENT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_RESIDENT with value 0x8067 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_RESIDENT_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_RESIDENT_EXT with value 0x8067 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_SHADER_NV
| Change | Effect |
---|
1 | The constant GL_TEXTURE_SHADER_NV with value 0x86DE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_STACK_DEPTH
| Change | Effect |
---|
1 | The constant GL_TEXTURE_STACK_DEPTH with value 0x0BA5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_STENCIL_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_STENCIL_SIZE_EXT with value 0x88F1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_STORAGE_HINT_APPLE
| Change | Effect |
---|
1 | The constant GL_TEXTURE_STORAGE_HINT_APPLE with value 0x85BC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_UNSIGNED_REMAP_MODE_NV
| Change | Effect |
---|
1 | The constant GL_TEXTURE_UNSIGNED_REMAP_MODE_NV with value 0x888F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_WIDTH
| Change | Effect |
---|
1 | The constant GL_TEXTURE_WIDTH with value 0x1000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_WRAP_R
| Change | Effect |
---|
1 | The constant GL_TEXTURE_WRAP_R with value 0x8072 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_WRAP_R_EXT
| Change | Effect |
---|
1 | The constant GL_TEXTURE_WRAP_R_EXT with value 0x8072 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_WRAP_S
| Change | Effect |
---|
1 | The constant GL_TEXTURE_WRAP_S with value 0x2802 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TEXTURE_WRAP_T
| Change | Effect |
---|
1 | The constant GL_TEXTURE_WRAP_T with value 0x2803 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TRACK_MATRIX_NV
| Change | Effect |
---|
1 | The constant GL_TRACK_MATRIX_NV with value 0x8648 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TRACK_MATRIX_TRANSFORM_NV
| Change | Effect |
---|
1 | The constant GL_TRACK_MATRIX_TRANSFORM_NV with value 0x8649 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TRANSFORM_BIT
| Change | Effect |
---|
1 | The constant GL_TRANSFORM_BIT with value 0x00001000 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TRANSFORM_HINT_APPLE
| Change | Effect |
---|
1 | The constant GL_TRANSFORM_HINT_APPLE with value 0x85B1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TRANSPOSE_COLOR_MATRIX
| Change | Effect |
---|
1 | The constant GL_TRANSPOSE_COLOR_MATRIX with value 0x84E6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TRANSPOSE_COLOR_MATRIX_ARB
| Change | Effect |
---|
1 | The constant GL_TRANSPOSE_COLOR_MATRIX_ARB with value 0x84E6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TRANSPOSE_CURRENT_MATRIX_ARB
| Change | Effect |
---|
1 | The constant GL_TRANSPOSE_CURRENT_MATRIX_ARB with value 0x88B7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TRANSPOSE_MODELVIEW_MATRIX
| Change | Effect |
---|
1 | The constant GL_TRANSPOSE_MODELVIEW_MATRIX with value 0x84E3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TRANSPOSE_MODELVIEW_MATRIX_ARB
| Change | Effect |
---|
1 | The constant GL_TRANSPOSE_MODELVIEW_MATRIX_ARB with value 0x84E3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TRANSPOSE_NV
| Change | Effect |
---|
1 | The constant GL_TRANSPOSE_NV with value 0x862C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TRANSPOSE_PROJECTION_MATRIX
| Change | Effect |
---|
1 | The constant GL_TRANSPOSE_PROJECTION_MATRIX with value 0x84E4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TRANSPOSE_PROJECTION_MATRIX_ARB
| Change | Effect |
---|
1 | The constant GL_TRANSPOSE_PROJECTION_MATRIX_ARB with value 0x84E4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TRANSPOSE_TEXTURE_MATRIX
| Change | Effect |
---|
1 | The constant GL_TRANSPOSE_TEXTURE_MATRIX with value 0x84E5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TRANSPOSE_TEXTURE_MATRIX_ARB
| Change | Effect |
---|
1 | The constant GL_TRANSPOSE_TEXTURE_MATRIX_ARB with value 0x84E5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TRIANGLE_FAN
| Change | Effect |
---|
1 | The constant GL_TRIANGLE_FAN with value 0x0006 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TRIANGLE_LIST_SUN
| Change | Effect |
---|
1 | The constant GL_TRIANGLE_LIST_SUN with value 0x81D7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TRIANGLE_MESH_SUN
| Change | Effect |
---|
1 | The constant GL_TRIANGLE_MESH_SUN with value 0x8615 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TRIANGLE_STRIP
| Change | Effect |
---|
1 | The constant GL_TRIANGLE_STRIP with value 0x0005 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TRIANGLES
| Change | Effect |
---|
1 | The constant GL_TRIANGLES with value 0x0004 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_TRUE
| Change | Effect |
---|
1 | The constant GL_TRUE with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNPACK_ALIGNMENT
| Change | Effect |
---|
1 | The constant GL_UNPACK_ALIGNMENT with value 0x0CF5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNPACK_CLIENT_STORAGE_APPLE
| Change | Effect |
---|
1 | The constant GL_UNPACK_CLIENT_STORAGE_APPLE with value 0x85B2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNPACK_CMYK_HINT_EXT
| Change | Effect |
---|
1 | The constant GL_UNPACK_CMYK_HINT_EXT with value 0x800F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNPACK_CONSTANT_DATA_SUNX
| Change | Effect |
---|
1 | The constant GL_UNPACK_CONSTANT_DATA_SUNX with value 0x81D5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNPACK_IMAGE_HEIGHT
| Change | Effect |
---|
1 | The constant GL_UNPACK_IMAGE_HEIGHT with value 0x806E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNPACK_IMAGE_HEIGHT_EXT
| Change | Effect |
---|
1 | The constant GL_UNPACK_IMAGE_HEIGHT_EXT with value 0x806E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNPACK_LSB_FIRST
| Change | Effect |
---|
1 | The constant GL_UNPACK_LSB_FIRST with value 0x0CF1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNPACK_RESAMPLE_OML
| Change | Effect |
---|
1 | The constant GL_UNPACK_RESAMPLE_OML with value 0x8985 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNPACK_RESAMPLE_SGIX
| Change | Effect |
---|
1 | The constant GL_UNPACK_RESAMPLE_SGIX with value 0x842F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNPACK_ROW_LENGTH
| Change | Effect |
---|
1 | The constant GL_UNPACK_ROW_LENGTH with value 0x0CF2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNPACK_SKIP_IMAGES
| Change | Effect |
---|
1 | The constant GL_UNPACK_SKIP_IMAGES with value 0x806D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNPACK_SKIP_IMAGES_EXT
| Change | Effect |
---|
1 | The constant GL_UNPACK_SKIP_IMAGES_EXT with value 0x806D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNPACK_SKIP_PIXELS
| Change | Effect |
---|
1 | The constant GL_UNPACK_SKIP_PIXELS with value 0x0CF4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNPACK_SKIP_ROWS
| Change | Effect |
---|
1 | The constant GL_UNPACK_SKIP_ROWS with value 0x0CF3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNPACK_SWAP_BYTES
| Change | Effect |
---|
1 | The constant GL_UNPACK_SWAP_BYTES with value 0x0CF0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_BYTE
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_BYTE with value 0x1401 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_BYTE_2_3_3_REV
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_BYTE_2_3_3_REV with value 0x8362 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_BYTE_3_3_2
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_BYTE_3_3_2 with value 0x8032 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_BYTE_3_3_2_EXT
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_BYTE_3_3_2_EXT with value 0x8032 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_IDENTITY_NV
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_IDENTITY_NV with value 0x8536 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_INT
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_INT with value 0x1405 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_INT_10_10_10_2
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_INT_10_10_10_2 with value 0x8036 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_INT_10_10_10_2_EXT
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_INT_10_10_10_2_EXT with value 0x8036 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_INT_24_8_EXT
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_INT_24_8_EXT with value 0x84FA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_INT_24_8_NV
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_INT_24_8_NV with value 0x84FA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_INT_2_10_10_10_REV
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_INT_2_10_10_10_REV with value 0x8368 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_INT_8_8_8_8
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_INT_8_8_8_8 with value 0x8035 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_INT_8_8_8_8_EXT
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_INT_8_8_8_8_EXT with value 0x8035 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_INT_8_8_8_8_REV
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_INT_8_8_8_8_REV with value 0x8367 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_INT_8_8_S8_S8_REV_NV
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_INT_8_8_S8_S8_REV_NV with value 0x86DB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_INT_S8_S8_8_8_NV
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_INT_S8_S8_8_8_NV with value 0x86DA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_INVERT_NV
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_INVERT_NV with value 0x8537 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_NORMALIZED_ARB
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_NORMALIZED_ARB with value 0x8C17 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_SHORT
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_SHORT with value 0x1403 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_SHORT_1_5_5_5_REV
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_SHORT_1_5_5_5_REV with value 0x8366 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_SHORT_4_4_4_4
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_SHORT_4_4_4_4 with value 0x8033 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_SHORT_4_4_4_4_EXT
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_SHORT_4_4_4_4_EXT with value 0x8033 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_SHORT_4_4_4_4_REV
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_SHORT_4_4_4_4_REV with value 0x8365 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_SHORT_5_5_5_1
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_SHORT_5_5_5_1 with value 0x8034 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_SHORT_5_5_5_1_EXT
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_SHORT_5_5_5_1_EXT with value 0x8034 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_SHORT_5_6_5
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_SHORT_5_6_5 with value 0x8363 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_SHORT_5_6_5_REV
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_SHORT_5_6_5_REV with value 0x8364 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_SHORT_8_8_APPLE
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_SHORT_8_8_APPLE with value 0x85BA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_SHORT_8_8_MESA
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_SHORT_8_8_MESA with value 0x85BA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_SHORT_8_8_REV_APPLE
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_SHORT_8_8_REV_APPLE with value 0x85BB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UNSIGNED_SHORT_8_8_REV_MESA
| Change | Effect |
---|
1 | The constant GL_UNSIGNED_SHORT_8_8_REV_MESA with value 0x85BB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_UPPER_LEFT
| Change | Effect |
---|
1 | The constant GL_UPPER_LEFT with value 0x8CA2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_V2F
| Change | Effect |
---|
1 | The constant GL_V2F with value 0x2A20 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_V3F
| Change | Effect |
---|
1 | The constant GL_V3F with value 0x2A21 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VALIDATE_STATUS
| Change | Effect |
---|
1 | The constant GL_VALIDATE_STATUS with value 0x8B83 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VARIABLE_A_NV
| Change | Effect |
---|
1 | The constant GL_VARIABLE_A_NV with value 0x8523 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VARIABLE_B_NV
| Change | Effect |
---|
1 | The constant GL_VARIABLE_B_NV with value 0x8524 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VARIABLE_C_NV
| Change | Effect |
---|
1 | The constant GL_VARIABLE_C_NV with value 0x8525 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VARIABLE_D_NV
| Change | Effect |
---|
1 | The constant GL_VARIABLE_D_NV with value 0x8526 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VARIABLE_E_NV
| Change | Effect |
---|
1 | The constant GL_VARIABLE_E_NV with value 0x8527 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VARIABLE_F_NV
| Change | Effect |
---|
1 | The constant GL_VARIABLE_F_NV with value 0x8528 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VARIABLE_G_NV
| Change | Effect |
---|
1 | The constant GL_VARIABLE_G_NV with value 0x8529 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VARIANT_ARRAY_EXT
| Change | Effect |
---|
1 | The constant GL_VARIANT_ARRAY_EXT with value 0x87E8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VARIANT_ARRAY_POINTER_EXT
| Change | Effect |
---|
1 | The constant GL_VARIANT_ARRAY_POINTER_EXT with value 0x87E9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VARIANT_ARRAY_STRIDE_EXT
| Change | Effect |
---|
1 | The constant GL_VARIANT_ARRAY_STRIDE_EXT with value 0x87E6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VARIANT_ARRAY_TYPE_EXT
| Change | Effect |
---|
1 | The constant GL_VARIANT_ARRAY_TYPE_EXT with value 0x87E7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VARIANT_DATATYPE_EXT
| Change | Effect |
---|
1 | The constant GL_VARIANT_DATATYPE_EXT with value 0x87E5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VARIANT_EXT
| Change | Effect |
---|
1 | The constant GL_VARIANT_EXT with value 0x87C1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VARIANT_VALUE_EXT
| Change | Effect |
---|
1 | The constant GL_VARIANT_VALUE_EXT with value 0x87E4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VECTOR_EXT
| Change | Effect |
---|
1 | The constant GL_VECTOR_EXT with value 0x87BF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VENDOR
| Change | Effect |
---|
1 | The constant GL_VENDOR with value 0x1F00 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX23_BIT_PGI
| Change | Effect |
---|
1 | The constant GL_VERTEX23_BIT_PGI with value 0x00000004 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX4_BIT_PGI
| Change | Effect |
---|
1 | The constant GL_VERTEX4_BIT_PGI with value 0x00000008 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ARRAY
| Change | Effect |
---|
1 | The constant GL_VERTEX_ARRAY with value 0x8074 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ARRAY_BINDING_APPLE
| Change | Effect |
---|
1 | The constant GL_VERTEX_ARRAY_BINDING_APPLE with value 0x85B5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ARRAY_BUFFER_BINDING
| Change | Effect |
---|
1 | The constant GL_VERTEX_ARRAY_BUFFER_BINDING with value 0x8896 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ARRAY_BUFFER_BINDING_ARB
| Change | Effect |
---|
1 | The constant GL_VERTEX_ARRAY_BUFFER_BINDING_ARB with value 0x8896 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ARRAY_COUNT_EXT
| Change | Effect |
---|
1 | The constant GL_VERTEX_ARRAY_COUNT_EXT with value 0x807D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ARRAY_EXT
| Change | Effect |
---|
1 | The constant GL_VERTEX_ARRAY_EXT with value 0x8074 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ARRAY_LIST_IBM
| Change | Effect |
---|
1 | The constant GL_VERTEX_ARRAY_LIST_IBM with value 103070 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ARRAY_LIST_STRIDE_IBM
| Change | Effect |
---|
1 | The constant GL_VERTEX_ARRAY_LIST_STRIDE_IBM with value 103080 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ARRAY_PARALLEL_POINTERS_INTEL
| Change | Effect |
---|
1 | The constant GL_VERTEX_ARRAY_PARALLEL_POINTERS_INTEL with value 0x83F5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ARRAY_POINTER
| Change | Effect |
---|
1 | The constant GL_VERTEX_ARRAY_POINTER with value 0x808E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ARRAY_POINTER_EXT
| Change | Effect |
---|
1 | The constant GL_VERTEX_ARRAY_POINTER_EXT with value 0x808E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ARRAY_RANGE_APPLE
| Change | Effect |
---|
1 | The constant GL_VERTEX_ARRAY_RANGE_APPLE with value 0x851D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ARRAY_RANGE_LENGTH_APPLE
| Change | Effect |
---|
1 | The constant GL_VERTEX_ARRAY_RANGE_LENGTH_APPLE with value 0x851E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ARRAY_RANGE_LENGTH_NV
| Change | Effect |
---|
1 | The constant GL_VERTEX_ARRAY_RANGE_LENGTH_NV with value 0x851E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ARRAY_RANGE_NV
| Change | Effect |
---|
1 | The constant GL_VERTEX_ARRAY_RANGE_NV with value 0x851D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ARRAY_RANGE_POINTER_APPLE
| Change | Effect |
---|
1 | The constant GL_VERTEX_ARRAY_RANGE_POINTER_APPLE with value 0x8521 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ARRAY_RANGE_POINTER_NV
| Change | Effect |
---|
1 | The constant GL_VERTEX_ARRAY_RANGE_POINTER_NV with value 0x8521 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ARRAY_RANGE_VALID_NV
| Change | Effect |
---|
1 | The constant GL_VERTEX_ARRAY_RANGE_VALID_NV with value 0x851F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ARRAY_RANGE_WITHOUT_FLUSH_NV
| Change | Effect |
---|
1 | The constant GL_VERTEX_ARRAY_RANGE_WITHOUT_FLUSH_NV with value 0x8533 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ARRAY_SIZE
| Change | Effect |
---|
1 | The constant GL_VERTEX_ARRAY_SIZE with value 0x807A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ARRAY_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_VERTEX_ARRAY_SIZE_EXT with value 0x807A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ARRAY_STORAGE_HINT_APPLE
| Change | Effect |
---|
1 | The constant GL_VERTEX_ARRAY_STORAGE_HINT_APPLE with value 0x851F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ARRAY_STRIDE
| Change | Effect |
---|
1 | The constant GL_VERTEX_ARRAY_STRIDE with value 0x807C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ARRAY_STRIDE_EXT
| Change | Effect |
---|
1 | The constant GL_VERTEX_ARRAY_STRIDE_EXT with value 0x807C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ARRAY_TYPE
| Change | Effect |
---|
1 | The constant GL_VERTEX_ARRAY_TYPE with value 0x807B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ARRAY_TYPE_EXT
| Change | Effect |
---|
1 | The constant GL_VERTEX_ARRAY_TYPE_EXT with value 0x807B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY0_NV
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY0_NV with value 0x8650 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY10_NV
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY10_NV with value 0x865A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY11_NV
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY11_NV with value 0x865B has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY12_NV
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY12_NV with value 0x865C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY13_NV
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY13_NV with value 0x865D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY14_NV
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY14_NV with value 0x865E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY15_NV
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY15_NV with value 0x865F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY1_NV
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY1_NV with value 0x8651 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY2_NV
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY2_NV with value 0x8652 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY3_NV
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY3_NV with value 0x8653 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY4_NV
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY4_NV with value 0x8654 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY5_NV
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY5_NV with value 0x8655 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY6_NV
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY6_NV with value 0x8656 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY7_NV
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY7_NV with value 0x8657 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY8_NV
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY8_NV with value 0x8658 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY9_NV
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY9_NV with value 0x8659 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING with value 0x889F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB with value 0x889F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY_ENABLED
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY_ENABLED with value 0x8622 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB with value 0x8622 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY_NORMALIZED
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY_NORMALIZED with value 0x886A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB with value 0x886A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY_POINTER
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY_POINTER with value 0x8645 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB with value 0x8645 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY_SIZE
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY_SIZE with value 0x8623 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB with value 0x8623 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY_STRIDE
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY_STRIDE with value 0x8624 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB with value 0x8624 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY_TYPE
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY_TYPE with value 0x8625 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB
| Change | Effect |
---|
1 | The constant GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB with value 0x8625 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_BLEND_ARB
| Change | Effect |
---|
1 | The constant GL_VERTEX_BLEND_ARB with value 0x86A7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_CONSISTENT_HINT_PGI
| Change | Effect |
---|
1 | The constant GL_VERTEX_CONSISTENT_HINT_PGI with value 107051 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_DATA_HINT_PGI
| Change | Effect |
---|
1 | The constant GL_VERTEX_DATA_HINT_PGI with value 107050 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_PRECLIP_HINT_SGIX
| Change | Effect |
---|
1 | The constant GL_VERTEX_PRECLIP_HINT_SGIX with value 0x83EF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_PRECLIP_SGIX
| Change | Effect |
---|
1 | The constant GL_VERTEX_PRECLIP_SGIX with value 0x83EE has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_PROGRAM_ARB
| Change | Effect |
---|
1 | The constant GL_VERTEX_PROGRAM_ARB with value 0x8620 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_PROGRAM_BINDING_NV
| Change | Effect |
---|
1 | The constant GL_VERTEX_PROGRAM_BINDING_NV with value 0x864A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_PROGRAM_NV
| Change | Effect |
---|
1 | The constant GL_VERTEX_PROGRAM_NV with value 0x8620 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_PROGRAM_POINT_SIZE
| Change | Effect |
---|
1 | The constant GL_VERTEX_PROGRAM_POINT_SIZE with value 0x8642 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_PROGRAM_POINT_SIZE_ARB
| Change | Effect |
---|
1 | The constant GL_VERTEX_PROGRAM_POINT_SIZE_ARB with value 0x8642 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_PROGRAM_POINT_SIZE_NV
| Change | Effect |
---|
1 | The constant GL_VERTEX_PROGRAM_POINT_SIZE_NV with value 0x8642 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_PROGRAM_TWO_SIDE
| Change | Effect |
---|
1 | The constant GL_VERTEX_PROGRAM_TWO_SIDE with value 0x8643 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_PROGRAM_TWO_SIDE_ARB
| Change | Effect |
---|
1 | The constant GL_VERTEX_PROGRAM_TWO_SIDE_ARB with value 0x8643 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_PROGRAM_TWO_SIDE_NV
| Change | Effect |
---|
1 | The constant GL_VERTEX_PROGRAM_TWO_SIDE_NV with value 0x8643 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_SHADER
| Change | Effect |
---|
1 | The constant GL_VERTEX_SHADER with value 0x8B31 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_SHADER_ARB
| Change | Effect |
---|
1 | The constant GL_VERTEX_SHADER_ARB with value 0x8B31 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_SHADER_BINDING_EXT
| Change | Effect |
---|
1 | The constant GL_VERTEX_SHADER_BINDING_EXT with value 0x8781 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_SHADER_EXT
| Change | Effect |
---|
1 | The constant GL_VERTEX_SHADER_EXT with value 0x8780 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_SHADER_INSTRUCTIONS_EXT
| Change | Effect |
---|
1 | The constant GL_VERTEX_SHADER_INSTRUCTIONS_EXT with value 0x87CF has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_SHADER_INVARIANTS_EXT
| Change | Effect |
---|
1 | The constant GL_VERTEX_SHADER_INVARIANTS_EXT with value 0x87D1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_SHADER_LOCAL_CONSTANTS_EXT
| Change | Effect |
---|
1 | The constant GL_VERTEX_SHADER_LOCAL_CONSTANTS_EXT with value 0x87D2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_SHADER_LOCALS_EXT
| Change | Effect |
---|
1 | The constant GL_VERTEX_SHADER_LOCALS_EXT with value 0x87D3 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_SHADER_OPTIMIZED_EXT
| Change | Effect |
---|
1 | The constant GL_VERTEX_SHADER_OPTIMIZED_EXT with value 0x87D4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_SHADER_VARIANTS_EXT
| Change | Effect |
---|
1 | The constant GL_VERTEX_SHADER_VARIANTS_EXT with value 0x87D0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_SOURCE_ATI
| Change | Effect |
---|
1 | The constant GL_VERTEX_SOURCE_ATI with value 0x876C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_STATE_PROGRAM_NV
| Change | Effect |
---|
1 | The constant GL_VERTEX_STATE_PROGRAM_NV with value 0x8621 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_STREAM0_ATI
| Change | Effect |
---|
1 | The constant GL_VERTEX_STREAM0_ATI with value 0x876D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_STREAM1_ATI
| Change | Effect |
---|
1 | The constant GL_VERTEX_STREAM1_ATI with value 0x876E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_STREAM2_ATI
| Change | Effect |
---|
1 | The constant GL_VERTEX_STREAM2_ATI with value 0x876F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_STREAM3_ATI
| Change | Effect |
---|
1 | The constant GL_VERTEX_STREAM3_ATI with value 0x8770 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_STREAM4_ATI
| Change | Effect |
---|
1 | The constant GL_VERTEX_STREAM4_ATI with value 0x8771 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_STREAM5_ATI
| Change | Effect |
---|
1 | The constant GL_VERTEX_STREAM5_ATI with value 0x8772 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_STREAM6_ATI
| Change | Effect |
---|
1 | The constant GL_VERTEX_STREAM6_ATI with value 0x8773 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_STREAM7_ATI
| Change | Effect |
---|
1 | The constant GL_VERTEX_STREAM7_ATI with value 0x8774 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_WEIGHT_ARRAY_EXT
| Change | Effect |
---|
1 | The constant GL_VERTEX_WEIGHT_ARRAY_EXT with value 0x850C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_WEIGHT_ARRAY_POINTER_EXT
| Change | Effect |
---|
1 | The constant GL_VERTEX_WEIGHT_ARRAY_POINTER_EXT with value 0x8510 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_WEIGHT_ARRAY_SIZE_EXT
| Change | Effect |
---|
1 | The constant GL_VERTEX_WEIGHT_ARRAY_SIZE_EXT with value 0x850D has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_WEIGHT_ARRAY_STRIDE_EXT
| Change | Effect |
---|
1 | The constant GL_VERTEX_WEIGHT_ARRAY_STRIDE_EXT with value 0x850F has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_WEIGHT_ARRAY_TYPE_EXT
| Change | Effect |
---|
1 | The constant GL_VERTEX_WEIGHT_ARRAY_TYPE_EXT with value 0x850E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VERTEX_WEIGHTING_EXT
| Change | Effect |
---|
1 | The constant GL_VERTEX_WEIGHTING_EXT with value 0x8509 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VIBRANCE_BIAS_NV
| Change | Effect |
---|
1 | The constant GL_VIBRANCE_BIAS_NV with value 0x8719 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VIBRANCE_SCALE_NV
| Change | Effect |
---|
1 | The constant GL_VIBRANCE_SCALE_NV with value 0x8713 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VIEWPORT
| Change | Effect |
---|
1 | The constant GL_VIEWPORT with value 0x0BA2 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_VIEWPORT_BIT
| Change | Effect |
---|
1 | The constant GL_VIEWPORT_BIT with value 0x00000800 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_W_EXT
| Change | Effect |
---|
1 | The constant GL_W_EXT with value 0x87D8 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_WEIGHT_ARRAY_ARB
| Change | Effect |
---|
1 | The constant GL_WEIGHT_ARRAY_ARB with value 0x86AD has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_WEIGHT_ARRAY_BUFFER_BINDING
| Change | Effect |
---|
1 | The constant GL_WEIGHT_ARRAY_BUFFER_BINDING with value 0x889E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_WEIGHT_ARRAY_BUFFER_BINDING_ARB
| Change | Effect |
---|
1 | The constant GL_WEIGHT_ARRAY_BUFFER_BINDING_ARB with value 0x889E has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_WEIGHT_ARRAY_POINTER_ARB
| Change | Effect |
---|
1 | The constant GL_WEIGHT_ARRAY_POINTER_ARB with value 0x86AC has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_WEIGHT_ARRAY_SIZE_ARB
| Change | Effect |
---|
1 | The constant GL_WEIGHT_ARRAY_SIZE_ARB with value 0x86AB has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_WEIGHT_ARRAY_STRIDE_ARB
| Change | Effect |
---|
1 | The constant GL_WEIGHT_ARRAY_STRIDE_ARB with value 0x86AA has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_WEIGHT_ARRAY_TYPE_ARB
| Change | Effect |
---|
1 | The constant GL_WEIGHT_ARRAY_TYPE_ARB with value 0x86A9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_WEIGHT_SUM_UNITY_ARB
| Change | Effect |
---|
1 | The constant GL_WEIGHT_SUM_UNITY_ARB with value 0x86A6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_WIDE_LINE_HINT_PGI
| Change | Effect |
---|
1 | The constant GL_WIDE_LINE_HINT_PGI with value 107042 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_WIN_phong_shading
| Change | Effect |
---|
1 | The constant GL_WIN_phong_shading with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_WIN_specular_fog
| Change | Effect |
---|
1 | The constant GL_WIN_specular_fog with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_WIN_swap_hint
| Change | Effect |
---|
1 | The constant GL_WIN_swap_hint with value 1 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_WRAP_BORDER
| Change | Effect |
---|
1 | The constant GL_WRAP_BORDER with value 0x8152 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_WRAP_BORDER_SUN
| Change | Effect |
---|
1 | The constant GL_WRAP_BORDER_SUN with value 0x81D4 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_WRITE_ONLY
| Change | Effect |
---|
1 | The constant GL_WRITE_ONLY with value 0x88B9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_WRITE_ONLY_ARB
| Change | Effect |
---|
1 | The constant GL_WRITE_ONLY_ARB with value 0x88B9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_WRITE_PIXEL_DATA_RANGE_LENGTH_NV
| Change | Effect |
---|
1 | The constant GL_WRITE_PIXEL_DATA_RANGE_LENGTH_NV with value 0x887A has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_WRITE_PIXEL_DATA_RANGE_NV
| Change | Effect |
---|
1 | The constant GL_WRITE_PIXEL_DATA_RANGE_NV with value 0x8878 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_WRITE_PIXEL_DATA_RANGE_POINTER_NV
| Change | Effect |
---|
1 | The constant GL_WRITE_PIXEL_DATA_RANGE_POINTER_NV with value 0x887C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_X_EXT
| Change | Effect |
---|
1 | The constant GL_X_EXT with value 0x87D5 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_XOR
| Change | Effect |
---|
1 | The constant GL_XOR with value 0x1506 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_Y_EXT
| Change | Effect |
---|
1 | The constant GL_Y_EXT with value 0x87D6 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_YCBCR_422_APPLE
| Change | Effect |
---|
1 | The constant GL_YCBCR_422_APPLE with value 0x85B9 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_YCBCR_MESA
| Change | Effect |
---|
1 | The constant GL_YCBCR_MESA with value 0x8757 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_Z_EXT
| Change | Effect |
---|
1 | The constant GL_Z_EXT with value 0x87D7 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ZERO
| Change | Effect |
---|
1 | The constant GL_ZERO with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ZERO_EXT
| Change | Effect |
---|
1 | The constant GL_ZERO_EXT with value 0x87DD has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ZOOM_X
| Change | Effect |
---|
1 | The constant GL_ZOOM_X with value 0x0D16 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GL_ZOOM_Y
| Change | Effect |
---|
1 | The constant GL_ZOOM_Y with value 0x0D17 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GLEW_NO_ERROR
| Change | Effect |
---|
1 | The constant GLEW_NO_ERROR with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] GLEW_OK
| Change | Effect |
---|
1 | The constant GLEW_OK with value 0 has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
[+] MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB
| Change | Effect |
---|
1 | The constant MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB with value 0x8B4C has been removed. | The value of this constant may no longer be properly handled by new-version library functions. |
to the top
Other Changes in Data Types (17)
Event.hpp
namespace sf::Key
[+] enum Code (17)
| Change |
Effect |
1 | The member BackSlash with value 273 has been added. | No effect. |
2 | The member Comma with value 269 has been added. | No effect. |
3 | The member Dash with value 276 has been added. | No effect. |
4 | The member Equal with value 275 has been added. | No effect. |
5 | The member LBracket with value 266 has been added. | No effect. |
6 | The member LSystem with value 260 has been added. | No effect. |
7 | The member Menu with value 265 has been added. | No effect. |
8 | The member Period with value 270 has been added. | No effect. |
9 | The member Quote with value 271 has been added. | No effect. |
10 | The member RAlt with value 263 has been added. | No effect. |
11 | The member RBracket with value 267 has been added. | No effect. |
12 | The member RControl with value 261 has been added. | No effect. |
13 | The member RShift with value 262 has been added. | No effect. |
14 | The member RSystem with value 264 has been added. | No effect. |
15 | The member SemiColon with value 268 has been added. | No effect. |
16 | The member Slash with value 272 has been added. | No effect. |
17 | The member Tilde with value 274 has been added. | No effect. |
[+] affected symbols (2)
sf::Input::IsKeyDown ( enum Code KeyCode ) const1st parameter 'KeyCode' has type 'enum Code'.
sf::Window::GetEvent ( struct sf::Event& EventReceived )Field 'EventReceived->unnamed0->Key->Code' in 1st parameter 'EventReceived' (reference) has type 'enum Code'.
to the top
Header Files (51)
Audio.hpp
AudioResource.hpp
Clock.hpp
Color.hpp
Config.hpp
Drawable.hpp
Event.hpp
glew.h
Graphics.hpp
Image.hpp
Input.hpp
IPAddress.hpp
Joystick.hpp
Joystick.hpp (Linux/Joystick.hpp)
Listener.hpp
Lock.hpp
Music.hpp
Mutex.hpp
Network.hpp
NonCopyable.hpp
OpenGLCaps.hpp
Packet.hpp
PostFX.hpp
Randomizer.hpp
Rect.hpp
RenderWindow.hpp
Selector.hpp
Sleep.hpp
SocketHelper.hpp
SocketTCP.hpp
SocketUDP.hpp
Sound.hpp
SoundBuffer.hpp
SoundBufferRecorder.hpp
SoundRecorder.hpp
SoundStream.hpp
Sprite.hpp
String.hpp
System.hpp
Thread.hpp
Mutex.hpp (Unix/Mutex.hpp)
SocketHelper.hpp (Unix/SocketHelper.hpp)
Thread.hpp (Unix/Thread.hpp)
VideoMode.hpp
VideoResource.hpp
View.hpp
Window.hpp
Window.hpp (Window/Window.hpp)
WindowHandle.hpp
WindowListener.hpp
WindowStyle.hpp
to the top
Shared Libraries (5)
libsfml-audio.so.1
libsfml-graphics.so.1
libsfml-network.so.1
libsfml-system.so.1
libsfml-window.so.1
to the top