Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Issue 11366199: Avoid redundantly setting tex parameters (Closed)

Created:
8 years, 1 month ago by jamesr
Modified:
8 years, 1 month ago
Reviewers:
enne (OOO)
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

Avoid redundantly setting tex parameters BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=167479

Patch Set 1 #

Patch Set 2 : removes now-dead textureFilter code, tests that we don't call texParameteri during draw #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -47 lines) Patch
M cc/draw_quad_unittest.cc View 1 3 chunks +1 line, -8 lines 0 comments Download
M cc/gl_renderer.cc View 3 chunks +0 lines, -13 lines 0 comments Download
M cc/gl_renderer_unittest.cc View 1 4 chunks +18 lines, -4 lines 0 comments Download
M cc/layer_tree_host_impl_unittest.cc View 1 8 chunks +10 lines, -6 lines 0 comments Download
M cc/resource_provider.cc View 1 chunk +9 lines, -1 line 0 comments Download
M cc/software_renderer.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M cc/software_renderer_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/render_pass_test_common.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/tile_draw_quad.h View 1 2 chunks +2 lines, -4 lines 0 comments Download
M cc/tile_draw_quad.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download
M cc/tiled_layer_impl.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M webkit/tools/layout_tests/test_expectations.txt View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
jamesr
This is a little different from the other client-side state caching since this is state ...
8 years, 1 month ago (2012-11-12 18:12:17 UTC) #1
enne (OOO)
Does this really need to happen for createFromExternalTextureId? Should the caller be allowed/required to set ...
8 years, 1 month ago (2012-11-12 18:27:33 UTC) #2
jamesr
On 2012/11/12 18:27:33, enne wrote: > Does this really need to happen for createFromExternalTextureId? Should ...
8 years, 1 month ago (2012-11-12 19:23:45 UTC) #3
enne (OOO)
On 2012/11/12 19:23:45, jamesr wrote: > On 2012/11/12 18:27:33, enne wrote: > > Does this ...
8 years, 1 month ago (2012-11-12 19:46:23 UTC) #4
enne (OOO)
Also, what are you going to do about tiled_layer_impl setting texture filter on quads? Should ...
8 years, 1 month ago (2012-11-12 22:30:22 UTC) #5
jamesr
On 2012/11/12 22:30:22, enne wrote: > Also, what are you going to do about tiled_layer_impl ...
8 years, 1 month ago (2012-11-12 22:35:33 UTC) #6
jamesr
PTAL. This will break compositing/checkerboard.html in the way we discussed, but that's OK. After this ...
8 years, 1 month ago (2012-11-13 01:46:06 UTC) #7
enne (OOO)
lgtm except for the GL_OES_EXTERNAL_TEXTURE bit. Can you walk me through why we don't create ...
8 years, 1 month ago (2012-11-13 17:59:11 UTC) #8
jamesr
On 2012/11/13 17:59:11, enne wrote: > lgtm except for the GL_OES_EXTERNAL_TEXTURE bit. Can you walk ...
8 years, 1 month ago (2012-11-13 18:08:34 UTC) #9
enne (OOO)
Oh, thanks, I missed the part where there are zero planes. lgtm for real.
8 years, 1 month ago (2012-11-13 18:34:15 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/11366199/8001
8 years, 1 month ago (2012-11-13 19:37:53 UTC) #11
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years, 1 month ago (2012-11-13 19:59:21 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/11366199/8001
8 years, 1 month ago (2012-11-13 20:00:18 UTC) #13
commit-bot: I haz the power
8 years, 1 month ago (2012-11-13 21:48:49 UTC) #14
Change committed as 167479

Powered by Google App Engine
This is Rietveld 408576698