summaryrefslogtreecommitdiffstats
path: root/ui/gl
Commit message (Expand)AuthorAgeFilesLines
* Add UMA histogram to determine whether EGL display is created with D3D9 or 11jbauman2015-11-032-7/+13
* command_buffer: Support textured path rendering for CHROMIUM_path_renderingkkinnunen2015-11-029-0/+481
* ui: Revert gfx::BufferUsage::SCANOUT to gfx::BufferUsage::GPU_READ_WRITE change.reveman2015-10-301-1/+1
* GLES2CmdDecoder should resize GLSurface using GLSurface::Resizejbauman2015-10-3010-28/+32
* Add RGBA GMB support for IOSurfacesccameron2015-10-291-4/+5
* ui/gl: Move GLImage into gl namespace.tfarina2015-10-2924-209/+227
* Reland: Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-282-4/+3
* Add GPU process initialization events to the startup category.fdoray2015-10-281-1/+1
* command_buffer: Support instanced path rendering in gpu command bufferkkinnunen2015-10-289-1/+927
* Mac: Always use surfaceless modeccameron2015-10-271-0/+1
* ui: Add support for creating GLImage instances from shared memory pools.reveman2015-10-273-5/+57
* Revert of Remove DCHECK_IMPLIES/CHECK_IMPLIES. (patchset #3 id:40001 of https...jbudorick2015-10-272-3/+4
* Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-272-4/+3
* ui: Rename gfx::BufferUsage enum values and add BufferUsage::GPU_READ.reveman2015-10-263-22/+9
* ui: Add RGBX_8888 buffer format.reveman2015-10-2312-166/+204
* Re-land: ui: Move GLImage::BindTexImage fallback from GLImage implementations...reveman2015-10-2224-384/+246
* [ozone] Call Destroy() in destructorwuchengli2015-10-221-4/+11
* Revert of Re-land: ui: Move GLImage::BindTexImage fallback from GLImage imple...vasilii2015-10-2024-246/+384
* Re-land: ui: Move GLImage::BindTexImage fallback from GLImage implementations...reveman2015-10-2024-384/+246
* Revert of ui: Move GLImage::BindTexImage fallback from GLImage implementation...reveman2015-10-1924-246/+384
* ui: Move GLImage::BindTexImage fallback from GLImage implementations to GLES2...reveman2015-10-1924-384/+246
* Isolate gl_unittests_apk.stip2015-10-132-1/+39
* Re-land: ui: Add GLImage unit test framework.reveman2015-10-1320-30/+666
* ui: Add gfx::BufferFormat::RGBA_8888 as a supported ozone native pixmap format.reveman2015-10-131-2/+5
* gpu: Remove GL_TEXTURE_POOL_CHROMIUMccameron2015-10-091-5/+0
* Fix an issue that an invalid surface could be passed to MediaPlayerBridgeqinmin2015-10-091-2/+2
* Implemented new fence syncs which replaces the old sync points.dyen2015-10-071-0/+3
* Revert of Re-land: ui: Add GLImage unit test framework. (patchset #18 id:3400...ksakamoto2015-10-0720-666/+30
* Re-land: ui: Add GLImage unit test framework.reveman2015-10-0720-30/+666
* Revert of ui: Add GLImage unit test framework. (patchset #17 id:320001 of htt...ksakamoto2015-10-0720-658/+30
* ui: Add GLImage unit test framework.reveman2015-10-0720-30/+658
* Changed binding DCHECK validation to be an option instead.dyen2015-10-066-262/+9
* Fix an integer overflow in GLContextGLX::GetTotalGpuMemory on 64-bit systems ...amistry2015-10-021-1/+3
* gpu: Use GpuPreference to determine what contexts are safe to force gpu switc...reveman2015-09-241-1/+6
* Disambiguates multiple contexts in the same client.ericrk2015-09-212-16/+31
* Make deps of GN groups public.brettw2015-09-181-3/+3
* ozone: Style cleanups & clang-format for gl_surface_ozone.ccspang2015-09-161-16/+21
* ozone: GLSurfaceOzoneSurfacelessSurfaceImpl::IsSurfaceless() is falsespang2015-09-161-0/+5
* ozone: Remove CanShowPrimaryPlaneAsOverlay()spang2015-09-161-28/+35
* Add GL_CHROMIUM_screen_space_antialiasing to support alternative AAjin.a.yang2015-09-117-0/+64
* Move Singleton and related structs to namespace baseolli.raula2015-09-102-2/+2
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-091-3/+0
* Revert of command_buffer: Implement EXT_multisample_compatibility (patchset #...jmadill2015-09-082-16/+1
* Provide GL error type at virtual context switching timezmo2015-09-051-1/+2
* command_buffer: Implement EXT_multisample_compatibilitykkinnunen2015-09-042-1/+16
* Revert of Fix sbox_validation_tests & Make isolate_driver.py include the exec...stgao2015-09-031-0/+3
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-021-3/+0
* Revert of command_buffer: Implement EXT_multisample_compatibility (patchset #...pneubeck2015-09-022-16/+1
* command_buffer: Implement EXT_multisample_compatibilitykkinnunen2015-09-022-1/+16
* Add YUV_420_BIPLANAR GpuMemoryBuffer formatandresantoso2015-09-023-0/+11