summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
...
* Mark NoOpGLSurface as surfaceless.jbauman2014-10-171-1/+1
* Disallow drawing feedback loops.zmo2014-10-172-3/+53
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-161-2/+2
* gpu: Add missing ScopedRenderToboliu2014-10-161-0/+3
* Cause GPU process to exit upon lost context in more circumstances.jbauman2014-10-161-10/+17
* gpu: Fix webview parent compositor crash in context lossboliu2014-10-151-1/+3
* Revert "Adding skia gl interface binding for glCopyTextureCHROMIUM"junov2014-10-151-1/+0
* Avoid type truncation warnings when converting GLenum to GLboolean by insertingpkasting2014-10-143-10/+12
* Generate INVALID_OPERATION if feedback loops exist in CopyTex{Sub}Image2D.zmo2014-10-144-0/+50
* Disallow active attrib aliasing at shader program link time.zmo2014-10-134-15/+72
* Enabled EXT_sRGB WebGL extension support in the command buffer.bajones2014-10-136-2/+82
* Android: Blacklist async_readpixels on VMWare/Mesa (emulator)sievers2014-10-131-1/+19
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-1330-571/+250
* Use NV_draw_buffers to implement EXT_draw_buffersoetuaho2014-10-135-2/+47
* Align base::hash_map with C++11, part 1.davidben2014-10-111-11/+0
* Optimized Texture::Update() function.dyen2014-10-103-125/+263
* Cleanup: Actually remove base/file_util.h.thestig2014-10-101-1/+1
* Selectively enable D3D11 on Intel GPUs.jmadill2014-10-101-13/+17
* Accelerate the 'lighten' blendmode.ed2014-10-105-2/+8
* gpu/khronos_glcts_support: skip egl_create_context testullysses.a.eoff2014-10-101-0/+3
* Blacklist Intel GM865/GL960 on Mac OS 10.6ccameron2014-10-091-1/+18
* Switch to use ANGLE's new APIs to query shader variables.zmo2014-10-0916-577/+693
* Avoid ALLOW_UNUSED (and the like) where it's not necessary or there are betterpkasting2014-10-091-2/+2
* gpu/khronos_glcts_support: skip Texture_Rectangle_Samplers_frag testullysses.a.eoff2014-10-091-0/+2
* gpu/khronos_glcts_support: override Surface getWidth/Heightullysses.a.eoff2014-10-091-3/+26
* Enable hardware VP8 decoder on Samsung devices with Android 4.4glaznev2014-10-081-3/+15
* Replacing the OVERRIDE with override and FINAL with final in gpumohan.reddy2014-10-0864-1116/+1116
* Remove GT-I9500 (international Galaxy S4) from Ganesh whitelist.aelias2014-10-081-2/+2
* Expand ETC1-power-of-two workaround to all SGX 5xx models.aelias2014-10-081-3/+3
* Remove implicit conversions from scoped_refptr to T* in gpu/dcheng2014-10-071-1/+2
* Optimized UpdateCleared() function using precalculated counter.dyen2014-10-061-14/+1
* Apply disable_post_sub_buffers_for_onscreen_surfaces only to mesa gl.sl.ostapenko2014-10-061-0/+1
* command_buffer: Remove unused shared id code (GenSharedIdsCHROMIUM, ...)kkinnunen2014-10-0332-897/+55
* gpu: Don't flush for future sync point generationDaniel Sievers2014-10-033-4/+4
* gpu/khronos_glcts_support: WA suppress compile-time warnings on linuxullysses.a.eoff2014-10-024-0/+82
* gpu: Add CHROMIUM_gpu_memory_buffer_image extension.reveman2014-10-0218-15/+307
* gpu: Remove Echo and SwapCompletion GL interfacessievers2014-10-0211-49/+2
* Disable DCHECK in query_tracker.cc that is being hit on swarming machines in ...John Abd-El-Malek2014-10-011-1/+2
* Implements a windowless chrome gpu command buffer platform forullysses.a.eoff2014-10-0112-0/+1321
* Blacklist accelerated canvas and GPU raster on PowerVR SGX 540.aelias2014-09-301-1/+14
* gn: Fix more build issues on Winckocagil2014-09-302-1/+7
* Replace build_angle.gyp with angle.gyp.jmadill2014-09-303-10/+10
* gpu: Rename Capabilities::map_image to Capabilities::image.reveman2014-09-304-5/+5
* command_buffer: infer all generated c/c++ source files to clang-formatkkinnunen2014-09-306-1034/+2054
* gpu: Remove release-after-use workaround.reveman2014-09-293-24/+1
* gpu: Remove in-process GPU service support for CHROMIUM_image.reveman2014-09-292-115/+5
* Modified GPU command signature hash to use a binary representation.dyen2014-09-296-22/+160
* Prevent static mojo builds from pulling //ui/gl into mojo_shelldavemoore2014-09-295-2/+37
* Fix for surfaceless implementationachaulk2014-09-261-12/+21
* Make the GPU feature info code more compact.bratell2014-09-252-2/+3