summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer
Commit message (Expand)AuthorAgeFilesLines
* 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-294-2/+35
* Fix for surfaceless implementationachaulk2014-09-261-12/+21
* Make the GPU feature info code more compact.bratell2014-09-252-2/+3
* Replace forward_dependent_configs with public_depsBrett Wilson2014-09-231-1/+1
* Fixed issue where disjoint timer offsets were incorrectly calculated.dyen2014-09-221-14/+20
* Make mojo/services pass in "gn check"brettw2014-09-201-1/+3
* Revert of Make mojo/services pass in "gn check" (patchset #3 id:40001 of http...brettw2014-09-191-3/+1
* Make mojo/services pass in "gn check"Brett Wilson2014-09-191-1/+3
* command_buffer: Optimize non-debug path of GLES2DecoderImpl::DoCommands().vmiura2014-09-191-15/+49
* Do not format OpenGLES2 headers in build_gles2_cmd_buffer.py.mazda2014-09-181-2/+0
* android: Disable transfer thread on Adreno 420sievers2014-09-161-23/+47
* GN: Create a :gles2_interface target to resolve some check errors in //cc.jbroman2014-09-161-1/+14
* Clean up interfaces between Shader / ShaderTranslator / ANGLE side.zmo2014-09-1318-525/+582
* Call MakeCurrent in in-process idle workboliu2014-09-111-1/+1
* Remove outdated ANGLE_SH_VERSION if-def stuff.zmo2014-09-109-219/+43
* command_buffer: Batch command processing to reduce handler overheads.vmiura2014-09-0918-162/+437
* Generate Pepper IDL for OpenGLES2hamaji2014-09-091-19/+68
* InProcessGL: Share MailboxManager per servicesievers2014-09-092-1/+13
* gpu: Allow CopyTexImage to be called with StreamTextures and GLImageSync.reveman2014-09-092-2/+0
* Log command name with GPU parse errors.jbauman2014-09-092-9/+4
* command_buffer: Table based command dispatch.vmiura2014-09-083-383/+899
* Random fixes for scoped_refptr operator T* removal.dcheng2014-09-051-1/+1
* Avoid memcmp on potentially unpacked structs in MailboxManager::TargetNameLessjamesr2014-09-051-1/+3
* gpu: Add CopyTexImage function to GLImage API.reveman2014-09-054-1/+24
* gpu: Make CopyTexture work with GL_BGRA_EXT destination textures.reveman2014-09-042-3/+4
* Added support for GPU Tracing on mobile devices which support it.dyen2014-09-033-117/+204
* gpu: Enable relevant extentions on GLES3.dongseong.hwang2014-09-012-14/+29
* Manual fixups in gpu/ for scoped_refptr operator T* removal.dcheng2014-08-309-15/+23
* gpu: support immutable texture on Linux Mesa driver and GLES3.dongseong.hwang2014-08-272-2/+196
* Add initial support for NV_path_rendering extension to gpu command bufferkkinnunen2014-08-2631-26/+813
* Declaring the weak_ptr_factory in proper order.kulkarni.a2014-08-262-6/+6
* Restrict ETC1 power-of-two rounding to old IMG drivers.aelias2014-08-263-0/+4
* Remove implicit conversions from scoped_refptr to T* in gpu/Daniel Cheng2014-08-2618-70/+76
* gpu: glCopyTextureCHROMIUM() checks dest internal format incorrectly.dongseong.hwang@intel.com2014-08-222-19/+135
* Spelling fixes for 'device' and 'service'.tnagel@chromium.org2014-08-211-2/+2
* Revert of gpu: support immutable texture on Linux Mesa driver and GLES3. (pat...spang@chromium.org2014-08-201-3/+1
* Make it possible to test command buffer decoder functions with extension flagskkinnunen@nvidia.com2014-08-205-86/+190
* Add memory limits struct to in-process contextboliu@chromium.org2014-08-202-17/+48
* Simplified GPU Tracer by removing parent base class.dyen@chromium.org2014-08-203-206/+178
* GN: Remove duplicate entries from sources listsjamesr@chromium.org2014-08-191-1/+0
* gpu: support immutable texture on Linux Mesa driver and GLES3.dongseong.hwang@intel.com2014-08-191-1/+3
* Hook up two GPU driver bug workarounds.zmo@chromium.org2014-08-181-0/+2
* Use GL_LINEAR for backing texture of offscreen framebuffer.mazda@chromium.org2014-08-161-4/+4
* Consistently generate INVALID_VALUE on NaN line widthoetuaho@nvidia.com2014-08-144-10/+52
* Expose CHROMIUM_texture_mailbox/sync_point stubs in mojo public headersjamesr@chromium.org2014-08-131-10/+35
* GPU context creation code duplication cleanupoetuaho@nvidia.com2014-08-1311-195/+110
* Enable async upload egl with mailbox synchronizerboliu@chromium.org2014-08-131-3/+1
* gpu: Optimize and cleanup code used for CHROMIUM_copy_texture.dongseong.hwang@intel.com2014-08-133-59/+179
* Revert 288481 "Use placement new to allocate GPU command buffer ..."jbauman@chromium.org2014-08-111-3/+21