summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy StartsWithASCII function.brettw2015-07-164-6/+9
* Added support for TimeStamp queries using QueryCounterEXT.dyen2015-07-1626-158/+860
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+2
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-161-2/+1
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+2
* Disable program cache on Adreno 3xx GPUs.kbr2015-07-161-1/+13
* Rebind EGL context to flush driver cachesericrk2015-07-1522-20/+156
* gpu: Disable program caching on Adreno 4xx 103.0 driversDaniel Sievers2015-07-142-1/+19
* command_buffer: Implement path rendering functions for CHROMIUM_path_renderingkkinnunen2015-07-1456-58/+5665
* Add types and formats supported by WebGL 2.0 in command bufferqiankun.miao2015-07-141-27/+161
* Replace references to angle.isolate with gl.isolate.kbr2015-07-131-1/+1
* Move ThreadedWaitSyncPoint into SyncPointManagerboliu2015-07-133-70/+43
* Create MailboxManagerSync based on command line switchboliu2015-07-135-10/+31
* Fix framebuffer completeness ES3 behavior.zmo2015-07-115-16/+85
* Remove TODO notice for a closed bugmartina.kollarova2015-07-101-2/+3
* Clean up includes in gpu command buffermartina.kollarova2015-07-1014-35/+34
* Revert of revert of time elapsed queries through command buffer.dyen2015-07-0921-69/+271
* Also blacklist the use of eglWaitSyncKHR on Adreno 2xx GPUs.tobiasjs2015-07-091-3/+3
* Revert of Also blacklist the use of eglWaitSyncKHR on Adreno 2xx GPUs. (patch...tobiasjs2015-07-091-2/+2
* Apply CopyTextureCHROMIUM transform parameter to texture coordinatesoetuaho2015-07-092-30/+32
* Also blacklist the use of eglWaitSyncKHR on Adreno 2xx GPUs.tobiasjs2015-07-091-2/+2
* Add some missing ES3 enums to the validatorqiankun.miao2015-07-093-0/+6
* Added proper error checking for glBeginQuery for both the client/server.dyen2015-07-088-4/+127
* Add angle_deqp_tests target and isolate.jmadill2015-07-072-0/+53
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-062-3/+5
* Mandoline: Make TransferBufferManager RefCountedfsamuel2015-07-0614-22/+27
* Revert "Disable GL_EXT_multisampled_render_to_texture on Chromecast"halliwell2015-07-061-14/+1
* Enable clang warning for ignored attributes.benwells2015-07-061-1/+1
* Revert of Added support for Time Elapsed queries through the command buffer. ...amineer2015-07-0119-264/+70
* Replace StringPrintf("%d", ...) with IntToString()ricea2015-07-013-4/+4
* Revert of Add angle_deqp_tests target and isolate. (patchset #2 id:20001 of h...thakis2015-06-302-46/+0
* Add angle_deqp_tests target and isolate.jmadill2015-06-302-0/+46
* Added support for Time Elapsed queries through the command buffer.dyen2015-06-3019-70/+264
* media: Copy YUV VideoFrame textures to TEXTURE_2D in SkCanvasVideoRenderer.dcastagna2015-06-302-8/+15
* Revert "Support disabling unit test batching. Use it for angle_end2end_tests"senorblanco2015-06-291-4/+1
* Support disabling unit test batching. Use it for angle_end2end_testsphajdan.jr2015-06-291-1/+4
* Add forgotten changes to autogenerated filemartina.kollarova2015-06-261-12/+0
* Clean up header includes in gles2_cmd_decodermartina.kollarova2015-06-265-9/+17
* Merged tracking of current queries into query tracker.dyen2015-06-254-56/+80
* Mac: Blacklist NSCGLSurface on VMWareccameron2015-06-251-1/+13
* Accelerated 2D Canvas for Chromecastesum2015-06-255-26/+59
* Use more forward declarations in gpu codemartina.kollarova2015-06-255-6/+9
* Last piece of code to remove flip_y/premultiply_alpha from command buffer.zmo2015-06-252-36/+23
* Only trace disjoint events if we have begun tracing GPU markers.dyen2015-06-253-19/+204
* Implement self-contained gpu data collection on Androidtobiasjs2015-06-241-50/+210
* Remove flip_y, premultiply_alpha, unmultiply_alpha support in command buffer.zmo2015-06-2411-670/+85
* Build fix.zmo2015-06-241-2/+2
* Remove Chromium specific PixelStorei params in GPU command buffer.zmo2015-06-2321-256/+499
* Revert of Implement self-contained gpu data collection on Android (patchset #...erikwright2015-06-231-210/+50
* Implement self-contained gpu data collection on Androidtobiasjs2015-06-231-50/+210