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

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

Issue 2451803002: Revert of gpu, cmaa: add glApplyScreenSpaceAntialiasingCHROMIUM unittests (Closed)
Patch Set: Created 4 years, 1 month 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 | « gpu/BUILD.gn ('k') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name 1 Name
2 2
3 CHROMIUM_screen_space_antialiasing 3 CHROMIUM_screen_space_antialiasing
4 4
5 Name Strings 5 Name Strings
6 6
7 GL_CHROMIUM_screen_space_antialiasing 7 GL_CHROMIUM_screen_space_antialiasing
8 8
9 Version 9 Version
10 10
(...skipping 14 matching lines...) Expand all
25 None 25 None
26 26
27 New Procedures and Functions 27 New Procedures and Functions
28 28
29 void ApplyScreenSpaceAntialiasingCHROMIUM(void); 29 void ApplyScreenSpaceAntialiasingCHROMIUM(void);
30 30
31 Apply antialiasing to all color attachments of the currently bound draw fram ebuffer. 31 Apply antialiasing to all color attachments of the currently bound draw fram ebuffer.
32 32
33 INVALID_OPERATION is generated if any of the current draw buffers is multisa mpled. 33 INVALID_OPERATION is generated if any of the current draw buffers is multisa mpled.
34 34
35 INVALID_OPERATION is generated if any framebuffer object is not bound.
36
37 OUT_OF_MEMORY may be generated if fail to allocate internal resources necess ary to 35 OUT_OF_MEMORY may be generated if fail to allocate internal resources necess ary to
38 perform the requested operation. 36 perform the requested operation.
39 37
40 Errors 38 Errors
41 39
42 None. 40 None.
43 41
44 New State 42 New State
45 43
46 None. 44 None.
47 45
48 Revision History 46 Revision History
49 47
50 27/8/2015 Documented the extension 48 27/8/2015 Documented the extension
OLDNEW
« no previous file with comments | « gpu/BUILD.gn ('k') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698