summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/common
Commit message (Expand)AuthorAgeFilesLines
* Add support for all blendmodes if we have GL_KHR_blend_equation_advanced.ed2014-10-235-2/+42
* Standardize usage of virtual/override/final in gpu/dcheng2014-10-211-3/+3
* Enabled EXT_sRGB WebGL extension support in the command buffer.bajones2014-10-131-0/+9
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-131-6/+2
* Accelerate the 'lighten' blendmode.ed2014-10-102-1/+3
* Replacing the OVERRIDE with override and FINAL with final in gpumohan.reddy2014-10-081-2/+2
* command_buffer: Remove unused shared id code (GenSharedIdsCHROMIUM, ...)kkinnunen2014-10-035-335/+45
* gpu: Add CHROMIUM_gpu_memory_buffer_image extension.reveman2014-10-022-0/+19
* gpu: Rename Capabilities::map_image to Capabilities::image.reveman2014-09-302-2/+2
* command_buffer: infer all generated c/c++ source files to clang-formatkkinnunen2014-09-302-784/+1567
* Add initial support for NV_path_rendering extension to gpu command bufferkkinnunen2014-08-265-2/+143
* Restrict ETC1 power-of-two rounding to old IMG drivers.aelias2014-08-262-0/+2
* GN: Remove duplicate entries from sources listsjamesr@chromium.org2014-08-191-1/+0
* GPU context creation code duplication cleanupoetuaho@nvidia.com2014-08-132-72/+67
* Micro-optimization in HandleVertexAttribPointeroetuaho@nvidia.com2014-08-051-1/+7
* Reuse GLESUtil code instead of defining new function in TextureManagerheejin.r.chung@samsung.com2014-07-242-0/+26
* generate GetAttribLocation/GetUniformLocation by build_gles2_cmd_buffer.pyjungjik.lee@samsung.com2014-07-163-113/+144
* Add missing files/deps/definescjhopman@chromium.org2014-07-121-4/+18
* Fixes for re-enabling more MSVC level 4 warnings: gpu/ editionpkasting@chromium.org2014-07-091-3/+3
* CC: Clean up tile size setting.epenner@chromium.org2014-07-032-2/+0
* Add support for strong future sync points.jbauman@chromium.org2014-07-012-1/+4
* Removed ManagedMemoryStats.vmpstr@chromium.org2014-06-191-42/+0
* gpu: Add base class for gpu service testssievers@google.com2014-06-181-10/+0
* Revert 278059 "gpu: Add base class for gpu service tests"macourteau@chromium.org2014-06-181-0/+10
* gpu: Add base class for gpu service testssievers@chromium.org2014-06-181-10/+0
* Remove unneeded shm versions of bucket functions from command bufferkkinnunen@nvidia.com2014-06-174-726/+359
* Revert of Revert of Implement software fallback for PPB_VideoDecoder. (https:...schenney@chromium.org2014-06-131-0/+2
* Revert of Implement software fallback for PPB_VideoDecoder. (https://coderevi...schenney@chromium.org2014-06-131-2/+0
* Implement software fallback for PPB_VideoDecoder.bbudge@chromium.org2014-06-131-0/+2
* Adding bindless variants mailbox produce/consumebajones@chromium.org2014-06-104-203/+388
* Remove shm versions of immediate commands from command bufferkkinnunen@nvidia.com2014-05-273-2335/+171
* GN build: GPU work, Windows compile, "check" errorsbrettw@chromium.org2014-05-162-0/+43
* Remove duplicate entries from GLState valid value setkkinnunen@nvidia.com2014-05-141-8/+0
* Remove constant values from command buffer commandskkinnunen@nvidia.com2014-05-142-265/+150
* Rearrange GLImage API to create them with a usage typealexst@chromium.org2014-05-061-1556/+781
* Remove command_buffer/common/types.h.thakis@chromium.org2014-05-0515-3366/+4211
* Remove all the duplicate macros and types in command_buffer/common/types.h.thakis@chromium.org2014-05-042-180/+8
* gpu: Separate GpuControlService from GpuControlboliu@chromium.org2014-05-022-73/+0
* Remove CommandBuffer::GetStatepiman@chromium.org2014-04-302-4/+0
* Update GPU command buffer auto formatting.vmiura@chromium.org2014-04-303-1260/+2926
* Adding support for PVRTC, ATC, and ETC1 textures to the command bufferbajones@chromium.org2014-04-291-0/+13
* Disallow sizes and offsets that can't fit into a 32-bit integer in GL.zmo@chromium.org2014-04-241-0/+8
* cc: Use CHROMIUM_sync_query for CopyResource.reveman@chromium.org2014-04-222-0/+2
* Re-land: gpu: Add CHROMIUM_sync_query extension.reveman@chromium.org2014-04-171-1/+9
* Revert of gpu: Add CHROMIUM_sync_query extension. (https://codereview.chromiu...hayato@chromium.org2014-04-171-9/+1
* gpu: Add CHROMIUM_sync_query extension.reveman@chromium.org2014-04-161-1/+9
* Plumb ScheduleOverlayPlane into the GPU process.alexst@chromium.org2014-04-093-1/+138
* Pass GL context bind_generates_resources flag to GPU Service.vmiura@chromium.org2014-04-032-0/+7
* Refactor gpu::Buffer to allow different types of backingpiman@chromium.org2014-04-022-7/+54
* gpu: Lose context when BeginQueryEXT fails to allocate.danakj@chromium.org2014-04-022-13/+20