-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnotes
More file actions
30 lines (25 loc) · 1.17 KB
/
notes
File metadata and controls
30 lines (25 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Changes to the OpenGLRaw
Compatibility not in groupmodule: ARB.hs
TextureRG->TextureRg
TextureCompressionRGTC->TextureCompressionRgtc
## Removed extensions:
ARB_create_context
ARB_create_context_profile (GLX extensions
## Missing extensions:
NV->texture_compression_vtc (http://www.opengl.org/registry/specs/NV/texture_compression_vtc.txt)
Reuse the s3tc ones.
EXT->fragment_lighting (http://www.opengl.org/registry/specs/EXT/fragment_lighting.txt)
effectively the same as teh SGIX extension with other suffices (possibly
other enum value).
EXT->scene_marker (http://www.opengl.org/registry/specs/EXT/scene_marker.txt)
EXT->texture_compression_dxt1 (http://www.opengl.org/registry/specs/EXT/texture_compression_dxt1.txt)
Was commented out, by uncommenting reintroducing it.
EXT_texture_env_add (http://www.opengl.org/registry/specs/EXT/texture_env_add.txt)
Added in the spec
ARB_texture_env_add (http://www.opengl.org/registry/specs/ARB/texture_env_add.txt)
Added in the spec
ARB_texture_env_crossbar (http://www.opengl.org/registry/specs/ARB/texture_env_crossbar.txt)
## Size
Only core: 20MB
Core + ARB + EXT: 34MB
Core + ARB + EXT + NV + AMD + ATI + KHR + INTEL: 43MB