mirror of
https://github.com/reactos/reactos.git
synced 2025-01-15 18:43:27 +00:00
[OPENGL32/MESA]
* Zap extra_EXT_secondary_color_flush_current and EXT_secondary_color. CORE-7499 svn path=/trunk/; revision=64058
This commit is contained in:
parent
bd15aba1f8
commit
6881b5d1fa
1 changed files with 0 additions and 7 deletions
|
@ -235,12 +235,6 @@ static const int extra_flush_current[] = {
|
|||
EXTRA_END
|
||||
};
|
||||
|
||||
static const int extra_EXT_secondary_color_flush_current[] = {
|
||||
EXT(EXT_secondary_color),
|
||||
EXTRA_FLUSH_CURRENT,
|
||||
EXTRA_END
|
||||
};
|
||||
|
||||
static const int extra_EXT_fog_coord_flush_current[] = {
|
||||
EXT(EXT_fog_coord),
|
||||
EXTRA_FLUSH_CURRENT,
|
||||
|
@ -254,7 +248,6 @@ static const int extra_EXT_texture_integer[] = {
|
|||
|
||||
|
||||
EXTRA_EXT(ARB_texture_cube_map);
|
||||
EXTRA_EXT(EXT_secondary_color);
|
||||
EXTRA_EXT(EXT_fog_coord);
|
||||
EXTRA_EXT(NV_fog_distance);
|
||||
EXTRA_EXT(EXT_texture_filter_anisotropic);
|
||||
|
|
Loading…
Reference in a new issue