summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/query_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename async upload/readback queries to avoid mix-upssievers@chromium.org2013-08-271-2/+3
* Revert "Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO...""hubbe@chromium.org2013-07-231-0/+60
* Use a direct include of the shared_memory header in content/plugin/, content/...avi@chromium.org2013-07-181-1/+1
* Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO..."nick@chromium.org2013-07-121-60/+0
* Perform glReadPixels with PBOs in the gpu, if PBOs are available.hubbe@chromium.org2013-07-041-0/+60
* GPU: Do not write to shared memory after query destruction.backer@chromium.org2013-07-031-87/+121
* Revert 209873 "Perform glReadPixels with PBOs in the gpu, if PBO..."dslomov@chromium.org2013-07-031-57/+2
* Perform glReadPixels with PBOs in the gpu, if PBOs are available.hubbe@chromium.org2013-07-031-2/+57
* Revert 209625 "Perform glReadPixels with PBOs in the gpu, if PBO..."dslomov@chromium.org2013-07-021-57/+2
* Perform glReadPixels with PBOs in the gpu, if PBOs are available.hubbe@chromium.org2013-07-021-2/+57
* Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ...avi@chromium.org2013-06-281-1/+1
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-271-1/+1
* Add signalQuery, to allow for a callback when the result of a query is availa...hubbe@chromium.org2013-06-251-2/+21
* GPU: Proxy calls from Manager to Delegate.backer@chromium.org2013-06-051-2/+2
* Update gpu/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-2/+2
* GPU: Move some GPU process specific code from ui/gl to gpu/command_buffer/ser...backer@chromium.org2013-05-091-3/+3
* Clean up of GLES2 Command Decoder by moving some of the error state into a se...kloveless@chromium.org2013-04-181-1/+2
* Refactor/Rename a bunch of GPU stuffgman@chromium.org2013-02-271-1/+1
* gpu: Add missing MemoryBarrier.reveman@chromium.org2013-02-181-1/+3
* gpu: Clear pending_transfer_queries_ in QueryManager::Destroy.reveman@google.com2013-02-181-0/+1
* Re-land: Mark async texture uploads as completed from the upload thread.reveman@chromium.org2013-02-161-21/+83
* Revert 181883reveman@google.com2013-02-121-83/+21
* cc: Mark async texture uploads as completed from the upload thread.reveman@chromium.org2013-02-121-21/+83
* gpu: Add async pixel transfers.epenner@chromium.org2012-12-171-6/+24
* gpu: Add async upload functions.epenner@chromium.org2012-11-301-0/+50
* Add CommandLatencyQuery to the gpu command bufferbrianderson@chromium.org2012-10-231-3/+48
* Add GL_CHROMIUM_get_error_querygman@chromium.org2012-07-091-3/+50
* RefCounted types should not have public destructors, media/ and gpu/ editionrsleevi@chromium.org2012-05-181-20/+24
* Implement GL_EXT_occlusion_query_boolean on OSXgman@chromium.org2012-05-141-13/+34
* Add support for GL_COMMANDS_ISSUED_CHROMIUM fence like query.gman@chromium.org2012-03-141-64/+197
* Coverity: Initialize member variables.jhawkins@chromium.org2012-03-131-0/+1
* Schedule for pending queriesgman@chromium.org2012-03-131-0/+4
* Add support for GL_EXT_occlusion_query_booleangman@chromium.org2012-03-081-0/+177