Skip to content

Commit

Permalink
render/gles2: do not set GL_TEXTURE_MAG_FILTER
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronan Pigott authored and Drew DeVault committed Nov 26, 2019
1 parent 5cde359 commit 5df606d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion render/gles2/renderer.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ static bool gles2_render_texture_with_matrix(struct wlr_renderer *wlr_renderer,
glBindTexture(texture->target, texture->tex);

glTexParameteri(texture->target, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
glTexParameteri(texture->target, GL_TEXTURE_MAG_FILTER, GL_LINEAR);

glUseProgram(shader->program);

Expand Down

0 comments on commit 5df606d

Please sign in to comment.