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

Side by Side Diff: webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h

Issue 17504006: GPU process clients can perform a "shallow" finish. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 6 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef WEBKIT_COMMON_GPU_WEBGRAPHICSCONTEXT3D_IN_PROCESS_COMMAND_BUFFER_IMPL_H_ 5 #ifndef WEBKIT_COMMON_GPU_WEBGRAPHICSCONTEXT3D_IN_PROCESS_COMMAND_BUFFER_IMPL_H_
6 #define WEBKIT_COMMON_GPU_WEBGRAPHICSCONTEXT3D_IN_PROCESS_COMMAND_BUFFER_IMPL_H_ 6 #define WEBKIT_COMMON_GPU_WEBGRAPHICSCONTEXT3D_IN_PROCESS_COMMAND_BUFFER_IMPL_H_
7 7
8 #if defined(ENABLE_GPU) 8 #if defined(ENABLE_GPU)
9 9
10 #include <vector> 10 #include <vector>
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 495
496 virtual void copyTextureCHROMIUM(WGC3Denum target, WGC3Duint source_id, 496 virtual void copyTextureCHROMIUM(WGC3Denum target, WGC3Duint source_id,
497 WGC3Duint dest_id, WGC3Dint level, 497 WGC3Duint dest_id, WGC3Dint level,
498 WGC3Denum internal_format, 498 WGC3Denum internal_format,
499 WGC3Denum dest_type); 499 WGC3Denum dest_type);
500 500
501 virtual void bindUniformLocationCHROMIUM(WebGLId program, WGC3Dint location, 501 virtual void bindUniformLocationCHROMIUM(WebGLId program, WGC3Dint location,
502 const WGC3Dchar* uniform); 502 const WGC3Dchar* uniform);
503 503
504 virtual void shallowFlushCHROMIUM(); 504 virtual void shallowFlushCHROMIUM();
505 virtual void shallowFinishCHROMIUM();
505 506
506 virtual void genMailboxCHROMIUM(WGC3Dbyte* mailbox); 507 virtual void genMailboxCHROMIUM(WGC3Dbyte* mailbox);
507 virtual void produceTextureCHROMIUM(WGC3Denum target, 508 virtual void produceTextureCHROMIUM(WGC3Denum target,
508 const WGC3Dbyte* mailbox); 509 const WGC3Dbyte* mailbox);
509 virtual void consumeTextureCHROMIUM(WGC3Denum target, 510 virtual void consumeTextureCHROMIUM(WGC3Denum target,
510 const WGC3Dbyte* mailbox); 511 const WGC3Dbyte* mailbox);
511 512
512 virtual void insertEventMarkerEXT(const WGC3Dchar* marker); 513 virtual void insertEventMarkerEXT(const WGC3Dchar* marker);
513 virtual void pushGroupMarkerEXT(const WGC3Dchar* marker); 514 virtual void pushGroupMarkerEXT(const WGC3Dchar* marker);
514 virtual void popGroupMarkerEXT(); 515 virtual void popGroupMarkerEXT();
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 void FlipVertically(uint8* framebuffer, 597 void FlipVertically(uint8* framebuffer,
597 unsigned int width, 598 unsigned int width,
598 unsigned int height); 599 unsigned int height);
599 }; 600 };
600 601
601 } // namespace gpu 602 } // namespace gpu
602 } // namespace webkit 603 } // namespace webkit
603 604
604 #endif // defined(ENABLE_GPU) 605 #endif // defined(ENABLE_GPU)
605 #endif // WEBKIT_COMMON_GPU_WEBGRAPHICSCONTEXT3D_IN_PROCESS_COMMAND_BUFFER_IMPL _H_ 606 #endif // WEBKIT_COMMON_GPU_WEBGRAPHICSCONTEXT3D_IN_PROCESS_COMMAND_BUFFER_IMPL _H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/cmd_buffer_functions.txt ('k') | webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698