| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
591 Switched to D3D10 shader compiler.
590 Track dirty texture parameters and images separately.
589 Track texture serials instead of id's.
588 Keep track of applied textures and dirty state to minimize D3D calls.
587 Fix checking for floating-point render target texture support.
586 Copy texture data of incomplete textures to the image arrays.
585 Retrieve current texture properties from the image array to avoid D3D call.
584 Retrieve texture width, height and type from the top-level image.
583 Texture image refactoring.
582 Remove redundant dirtyImageData() check.
581 Check image type in texture completeness test.
580 InternalFormat and format are the same.
579 Fix dirty texture state management.
578 Eliminate the weak base texture pointer.
R=kbr@chromium.org
Review URL: http://codereview.chromium.org/6725003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79191 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=pfeldman
BUG=
TEST=
Review URL: http://codereview.chromium.org/6733002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79176 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
R=ager@chromium.org
Review URL: http://codereview.chromium.org/6727026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79123 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
R=ager@chromium.org
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6721025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79120 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79117 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79116 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79104 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=pfeldman
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79102 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=pfeldman
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79101 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This change just updates the DEPS file to pull these dictionaries to the Chromium tree.
TBR=estade
BUG=53018, 57494
TEST=http://codereview.chromium.org/6708081/
Review URL: http://codereview.chromium.org/6727017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79100 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=pfeldman
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79074 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6685102
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79058 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79008 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=74763
TEST=none
Review URL: http://codereview.chromium.org/6719018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79003 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6708084
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78998 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=0
TEST=Compile Chrome successfully
Review URL: http://codereview.chromium.org/6716002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78997 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78970 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=pfeldman
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78946 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
Addition of GL-redirecting mechanism for the Skia/GPU back-end. During execution of the layout tests (DumpRenderTree), all GL-calls are invoked via Mesa. A GL re-direction mechanism was added to skia in revision (http://code.google.com/p/skia/source/detail?r=937) These changes populate the skia re-direction interface with the gl implementation currently in use in Chrome: The app\gfx\gl bindings.
R=kbr, bsalomon
Review URL: http://codereview.chromium.org/6708066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78941 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=NONE
TEST=NONE
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78858
Reverted: http://src.chromium.org/viewvc/chrome?view=rev&revision=78861
Review URL: http://codereview.chromium.org/6709051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78922 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78890 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78862 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/6709051
TBR=vandebo@chromium.org
R=*
Review URL: http://codereview.chromium.org/6714042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78861 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/6709051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78858 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
not as date strings.
Also updating third_party/webdriver/python to r11696. In the source tree, WebDriver keeps
test code separate from client code, however, the trees are merged on install using
setuptools. In order to stick with vanilla python, configure DEPS to import the
test code to its expected install location.
Patch from Jason Leyba <jleyba@chromium.org>
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6698047
Patch from Jason Leyba <jleyba@chromium.org>.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78837 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=pfeldman
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78834 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
back-end. During execution of the layout tests (DumpRenderTree), all GL-calls are invoked via Mesa. A GL re-direction mechanism was added to skia in revision (http://code.google.com/p/skia/source/detail?r=937) These changes populate the skia re-direction interface with the gl implementation currently in use in Chrome: The app\gfx\gl bindings. R=kbr, bsalomon
Review URL: http://codereview.chromium.org/6677105
TBR=twiz@chromium.org
R=*
Review URL: http://codereview.chromium.org/6712050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78808 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
execution of the layout tests (DumpRenderTree), all GL-calls are invoked via Mesa. A GL re-direction mechanism was added to skia in revision (http://code.google.com/p/skia/source/detail?r=937) These changes populate the skia re-direction interface with the gl implementation currently in use in Chrome: The app\gfx\gl bindings. R=kbr, bsalomon
Review URL: http://codereview.chromium.org/6677105
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78801 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
R=*
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78716 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=simonjam@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78689 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This change updates the DEPS file to pull the GYP changes for libjpeg-turbo and ffmpeg that support the 'use_system_yasm' flag to the Chromium tree.
TBR=scherkus,mark
BUG=none
TEST=build Chromium
Review URL: http://codereview.chromium.org/6665032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78676 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=apavlov
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78624 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
577 Fixed framebuffer-object-attachment WebGL conformance test.
576 Update contributors and version
575 Fix clang warnings in PoolAlloc.cpp
574 Fix clang warnings: Intermediate.cpp: warning: '&&' within '||'
573 Fix clang warning: ParseHelper.cpp:264:13: warning: 8 enumeration values not handled in switch
571 Fix clang warning: ConstantUnion.h:56:17: warning: 7 enumeration values not handled in switch
TEST=trybots
BUG=none
Review URL: http://codereview.chromium.org/6712003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78619 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=apavlov
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78582 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6677110
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78563 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=simonjam@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78562 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=simonjam@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78551 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=gyp44
BUG=gyp32
TEST=None
Review URL: http://codereview.chromium.org/6676057
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78512 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TEST=None
BUG=None
TBR=apavlov@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78506 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added a few temporary exceptions in test_expectations until I get baseline updates done.
TEST=None
BUG=None
TBR=apavlov@chromium.org
Review URL: http://codereview.chromium.org/6702002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78458 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=levin@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78358 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6693036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78350 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TEST=None
BUG=None
TBR=apavlov@chromium.org
Review URL: http://codereview.chromium.org/6676033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78337 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove some test expectations that have been handled upstream.
TEST=None
BUG=None
TBR=apavlov@chromium.org
Review URL: http://codereview.chromium.org/6674022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78331 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
a .rules file. To help with msvs2010 landing.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6694048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78314 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6690018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78216 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=levin@chromium.org
Review URL: http://codereview.chromium.org/6695020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78214 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=levin@chromium.org
Review URL: http://codereview.chromium.org/6673044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78200 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6698024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78194 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6695011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78158 0039d316-1c4b-4281-b951-d872f2087c98
|