File tree 2 files changed +0
-8
lines changed 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -152,8 +152,6 @@ void GL_SelectTexture( int unit )
152
152
if ( unit >= 0 && unit < glConfig2.maxTextureUnits )
153
153
{
154
154
glActiveTexture ( GL_TEXTURE0 + unit );
155
-
156
- GLIMP_LOGCOMMENT ( " glActiveTexture( GL_TEXTURE%i )" , unit );
157
155
}
158
156
else
159
157
{
@@ -5544,8 +5542,6 @@ const RenderCommand *SwapBuffersCommand::ExecuteSelf( ) const
5544
5542
RB_ShowImages ();
5545
5543
}
5546
5544
5547
- GLIMP_LOGCOMMENT ( " ***************** RB_SwapBuffers *****************" );
5548
-
5549
5545
GLimp_EndFrame ();
5550
5546
5551
5547
backEnd.projection2D = false ;
Original file line number Diff line number Diff line change @@ -2314,8 +2314,6 @@ void Tess_ComputeColor( shaderStage_t *pStage )
2314
2314
float blue;
2315
2315
float alpha;
2316
2316
2317
- GLIMP_LOGCOMMENT ( " --- Tess_ComputeColor ---" );
2318
-
2319
2317
// rgbGen
2320
2318
switch ( pStage->rgbGen )
2321
2319
{
@@ -2547,8 +2545,6 @@ Tess_ComputeTexMatrices
2547
2545
*/
2548
2546
void Tess_ComputeTexMatrices ( shaderStage_t *pStage )
2549
2547
{
2550
- GLIMP_LOGCOMMENT ( " --- Tess_ComputeTexMatrices ---" );
2551
-
2552
2548
matrix_t *matrix = tess.svars .texMatrices ;
2553
2549
matrix_t *lastMatrix = matrix + MAX_TEXTURE_BUNDLES;
2554
2550
You can’t perform that action at this time.
0 commit comments