diff options
Diffstat (limited to 'linden/indra/llwindow/llgl.h')
-rw-r--r-- | linden/indra/llwindow/llgl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/llwindow/llgl.h b/linden/indra/llwindow/llgl.h index c0668ca..34bf400 100644 --- a/linden/indra/llwindow/llgl.h +++ b/linden/indra/llwindow/llgl.h | |||
@@ -73,6 +73,7 @@ public: | |||
73 | BOOL mHasVertexShader; | 73 | BOOL mHasVertexShader; |
74 | BOOL mHasFragmentShader; | 74 | BOOL mHasFragmentShader; |
75 | BOOL mHasOcclusionQuery; | 75 | BOOL mHasOcclusionQuery; |
76 | BOOL mHasPointParameters; | ||
76 | 77 | ||
77 | // nVidia extensions. | 78 | // nVidia extensions. |
78 | BOOL mHasAnisotropic; | 79 | BOOL mHasAnisotropic; |
@@ -117,7 +118,6 @@ public: | |||
117 | S32 mVRAM; // VRAM in MB | 118 | S32 mVRAM; // VRAM in MB |
118 | S32 mGLMaxVertexRange; | 119 | S32 mGLMaxVertexRange; |
119 | S32 mGLMaxIndexRange; | 120 | S32 mGLMaxIndexRange; |
120 | BOOL mSoftwareBlendSSE; | ||
121 | 121 | ||
122 | void getPixelFormat(); // Get the best pixel format | 122 | void getPixelFormat(); // Get the best pixel format |
123 | 123 | ||
@@ -223,7 +223,7 @@ public: | |||
223 | static void dumpStates(); | 223 | static void dumpStates(); |
224 | static void checkStates(); | 224 | static void checkStates(); |
225 | static void checkTextureChannels(); | 225 | static void checkTextureChannels(); |
226 | static void checkClientArrays(); | 226 | static void checkClientArrays(U32 data_mask = 0x0001); |
227 | 227 | ||
228 | protected: | 228 | protected: |
229 | static std::map<LLGLenum, LLGLboolean> sStateMap; | 229 | static std::map<LLGLenum, LLGLboolean> sStateMap; |
@@ -262,7 +262,7 @@ void enable_binormals(const S32 index); | |||
262 | void disable_binormals(const S32 index); | 262 | void disable_binormals(const S32 index); |
263 | void enable_cloth_weights(const S32 index); | 263 | void enable_cloth_weights(const S32 index); |
264 | void disable_cloth_weights(const S32 index); | 264 | void disable_cloth_weights(const S32 index); |
265 | void set_vertex_weights(const S32 index, const F32 *weights); | 265 | void set_vertex_weights(const S32 index, const U32 stride, const F32 *weights); |
266 | void set_vertex_clothing_weights(const S32 index, const U32 stride, const LLVector4 *weights); | 266 | void set_vertex_clothing_weights(const S32 index, const U32 stride, const LLVector4 *weights); |
267 | void set_binormals(const S32 index, const U32 stride, const LLVector3 *binormals); | 267 | void set_binormals(const S32 index, const U32 stride, const LLVector3 *binormals); |
268 | void set_palette(U8* palette_data); | 268 | void set_palette(U8* palette_data); |