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

Side by Side Diff: gpu/GLES2/extensions/CHROMIUM/CHROMIUM_screen_space_antialiasing.txt

Issue 1298523003: Add GL_CHROMIUM_screen_space_antialiasing to support alternative AA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix nit Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | gpu/GLES2/gl2chromium_autogen.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Name
2
3 CHROMIUM_screen_space_antialiasing
4
5 Name Strings
6
7 GL_CHROMIUM_screen_space_antialiasing
8
9 Version
10
11 Last Modifed Date: August 27, 2015
12
13 Dependencies
14
15 OpenGL ES 2.0 is required.
16
17 Overview
18
19 This extension performs the antialiasing to all color attachments of
20 the currently bound draw framebuffer. Reference GL_INTEL_framebuffer_CMAA
21 for more details.
22
23 New Tokens
24
25 None
26
27 New Procedures and Functions
28
29 void ApplyScreenSpaceAntialiasingCHROMIUM(void);
30
31 Apply antialiasing to all color attachments of the currently bound draw fram ebuffer.
32
33 INVALID_OPERATION is generated if any of the current draw buffers is multisa mpled.
34
35 OUT_OF_MEMORY may be generated if fail to allocate internal resources necess ary to
36 perform the requested operation.
37
38 Errors
39
40 None.
41
42 New State
43
44 None.
45
46 Revision History
47
48 27/8/2015 Documented the extension
OLDNEW
« no previous file with comments | « no previous file | gpu/GLES2/gl2chromium_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698