0
Commit Graph

16 Commits

Author SHA1 Message Date
1cabc70fbe Expose ANGLE_texture_compression_dxt1 instead of the EXT version.
EXT_texture_compression_dxt1 allows non-multiple-of-block-size and ANGLE
cannot expose it on top of D3D backends so push this limitation into the
command decoder.

WebGL already has this limitation so this can only affect other command decoder
clients such as NACL.

TBR=binji@chromium.org
TBR=sbc@chromium.org

BUG=920316

Change-Id: I0161f4bf7374915fdd41c0cb87f71066d58572ce
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1559883
Reviewed-by: Geoff Lang <geofflang@chromium.org>
Reviewed-by: Antoine Labour <piman@chromium.org>
Reviewed-by: Kai Ninomiya <kainino@chromium.org>
Reviewed-by: Bill Budge <bbudge@chromium.org>
Commit-Queue: Geoff Lang <geofflang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#654306}
2019-04-26 01:30:18 +00:00
3d71a3cd45 [NaCl SDK] Fix common misspellings
Bug: 750830
Change-Id: I30baf7f3042d318e1d460b0af8628369c4fdfe10
Reviewed-on: https://chromium-review.googlesource.com/602246
Commit-Queue: Julien Brianceau <jbriance@cisco.com>
Reviewed-by: Sam Clegg <sbc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#492085}
2017-08-04 18:45:10 +00:00
720c608e52 Add migration to WebAssembly information to PNaCl / NaCl docs.
BUG=None
R=laforge@chromium.org,binji@chromium.org,sbc@chromium.org,rockot@chromium.org

Review-Url: https://codereview.chromium.org/2875303003
Cr-Commit-Position: refs/heads/master@{#475662}
2017-05-30 20:51:40 +00:00
6262a2f534 Fix a lot of support links.
Things I did:

1) Changed all domains I could find to https://support.google.com
2) Changed all the bin/answer.py?answer=# to answer/#
3) Left any code-populated ?hl= for now (worried about CHECK() failures)

TBR=cpu@chromium.org
BUG=490858,490875,490887

Review URL: https://codereview.chromium.org/1144193005

Cr-Commit-Position: refs/heads/master@{#331064}
2015-05-22 04:30:33 +00:00
85a4a58161 Add debugging information for nacl_io library.
BUG=none
R=
TEST=none
NOTRY=true
(documentation only change)

Review URL: https://codereview.chromium.org/618823003

Cr-Commit-Position: refs/heads/master@{#298533}
2014-10-07 18:54:53 +00:00
0ad1d41b78 Rearrange tables so that navigation can be added back to certain pages.
BUG=none
R= mkearney@chromium.org, smain@chromium.org
TEST=none
NOTRY=true
(documentation only change)

Review URL: https://codereview.chromium.org/511963004

Cr-Commit-Position: refs/heads/master@{#295114}
2014-09-16 19:03:31 +00:00
d803055640 Per P0 reqs add launch points + make download obvious. Also misc copy edits.
BUG=none
R= mkearney@chromium.org, smain@chromium.org, binji@chromium.org
TEST=none
NOTRY=true
(documentation only change)

Priority list copied here for reference:
P1 But written by different engineers, very uneven quality and voice.
P2 Some documentation could be expanded.
P0 The ramp-in for new users could be improved.
P0 The landing page isn't "cool", it doesn't make developers want to jump in and use it.
    Could we have a more github-like thing that gets people started quickly?
    Could we have a narrative intro?
    We just bought the pna.cl domain, we should use it!
P3 We think it's pretty important to keep the deep-dive in there (e.g. sandbox internals, bitcode reference).

Review URL: https://codereview.chromium.org/476793002

Cr-Commit-Position: refs/heads/master@{#291696}
2014-08-25 16:43:06 +00:00
612a925563 Second batch of corrections for incorrect paths.
BUG=none
R= binji@chromium.org, jfb@chromium.org
TEST=none
NOTRY=true
(documentation only change)

Review URL: https://codereview.chromium.org/488133003

Cr-Commit-Position: refs/heads/master@{#291006}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291006 0039d316-1c4b-4281-b951-d872f2087c98
2014-08-21 04:50:59 +00:00
c3c19f1925 [NaCl SDK Docs] Only generate one top-level <section> element.
This fixes the right-side table-of-contents on the documentation page, so it is
collapsible and only shows h2 headings by default.

NOTRY because it is a documentation-only change.

BUG=374811
R=sbc@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/438403003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287804 0039d316-1c4b-4281-b951-d872f2087c98
2014-08-06 18:01:43 +00:00
80d1a1a649 Removed un-used commandline switches.
--disable-gl-multisampling (replaced by gpu_driver_bug_workaround
                            switch --disable_multisampling)
--enable-chromium-branding (no longer used)
--force_discrete (no longer used, use gpu_driver_bug_workaround instead)
--force_integrated (no longer used, use gpu_driver_bug_workaround instead)
--gpu-switching (no longer used, use gpu_driver_bug_workaround instead)

BUG=351312
TEST=bots
R=kbr@chromium.org,piman@chromium.org,sky@chromium.org,nfullagar@chromium.org

Review URL: https://codereview.chromium.org/321913002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277256 0039d316-1c4b-4281-b951-d872f2087c98
2014-06-14 19:51:18 +00:00
7f867fa235 [NaCl SDK] rename nacl_io demo.
Having a library and an example both called nacl_io was
confusing some tools (and some people).

R=binji@chromium.org, binji

Review URL: https://codereview.chromium.org/306973002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273881 0039d316-1c4b-4281-b951-d872f2087c98
2014-05-30 19:02:14 +00:00
f694b67c0d Removing nav where it clashes with tables, and removing some links.
I spent many cycles tweaking these RST tables to no avail.

We shouldn't assume that people will have a site running, so we should de-link these.

BUG=374811

Review URL: https://codereview.chromium.org/297513012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272358 0039d316-1c4b-4281-b951-d872f2087c98
2014-05-22 23:12:38 +00:00
23d5bd4d2b NaCL docs: add missing generated files
Not all files were updated by previous commits.

R= binji@chromium.org
TEST= none
BUG= none
NOTRY=true
(documentation only change)

Review URL: https://codereview.chromium.org/260883006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268334 0039d316-1c4b-4281-b951-d872f2087c98
2014-05-06 00:14:53 +00:00
2547c91ed6 [NaCl SDK Docs] Remove links to developers.google.com
Also change links to http://developer.chrome.com/foo/bar -> /foo/bar, and some
other manual fixes.

BUG=none
R=jfb@chromium.org

Review URL: https://codereview.chromium.org/254033002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267327 0039d316-1c4b-4281-b951-d872f2087c98
2014-04-30 20:45:02 +00:00
26420f2967 [NaCl SDK Docs] Remove table-of-contents from generated pages.
We don't want the TOC at the top of the chromesite pages, but we do for the
devsite pages.  The table-of-contents is in the .rst file, but we don't want to
remove it in case we need to generate devsite documentation again. The easy
hack for now is to set the style of the element to "display: none".

Also, remove doc_generated/.buildinfo. This file should not be checked in.

BUG=none
R=sbc@chromium.org

Review URL: https://codereview.chromium.org/146203002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246928 0039d316-1c4b-4281-b951-d872f2087c98
2014-01-24 18:06:13 +00:00
bde3d5d020 [NaCl SDK Docs] Check in the generated NaCl SDK Documentation.
This is necessary so that the Chromesite server can poll for changes and
automatically update.

I can't upload the full docs/images to Rietveld, so this review will
just be empty and I'll manually commit.

BUG=none
R=awatson@chromium.org, sbc@chromium.org

Review URL: https://codereview.chromium.org/140993006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246665 0039d316-1c4b-4281-b951-d872f2087c98
2014-01-23 19:26:04 +00:00