summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert of gpu: Raise GL_OUT_OF_MEMORY when BeginQueryEXT fails to allocate. (...pfeldman@chromium.org2014-04-022-20/+13
* gpu: Lose context when BeginQueryEXT fails to allocate.danakj@chromium.org2014-04-022-13/+20
* Remove CommandBuffer::GetTransferBuffer.piman@chromium.org2014-04-012-20/+2
* gpu: Reuse transfer buffers more aggresivelyjadahl@opera.com2014-03-315-20/+198
* Mojo: Move C gles2 header files to mojo/public/c/gles2.viettrungluu@chromium.org2014-03-305-5/+5
* Revert 260177 "By keeping track of transfer buffer usage (both s..."creis@chromium.org2014-03-285-198/+20
* By keeping track of transfer buffer usage (both sync and async), it isjadahl@opera.com2014-03-285-20/+198
* GPU: Remove memory duplication in async uploads.epenner@chromium.org2014-03-272-3/+16
* GPU:'Pass' SharedMemory when possible.epenner@chromium.org2014-03-272-2/+6
* GPU: Reference count gpu::Buffer.epenner@chromium.org2014-03-265-15/+44
* Replace command buffer FlushSync with WaitForTokenInRange and WaitForGetOffse...jbauman@chromium.org2014-03-182-5/+18
* gpu: Use explicit atomics instead of assuming that 32bit read/writes are atomic.reveman@chromium.org2014-03-081-1/+2
* Get rid of the formatting code in build_gles2_cmd_buffer.pyzmo@chromium.org2014-03-071-5/+5
* Format generated gpu files using clang-format.zmo@chromium.org2014-03-055-5483/+4588
* Changed pack alignment of GPU command buffer commands.vmiura@chromium.org2014-02-222-5/+6
* gpu: Generate mailboxes on client sidepiman@chromium.org2014-02-153-5/+34
* Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROMIUMpiman@chromium.org2014-02-151-1/+6
* Use gpu::Mailbox instead of std:string in IPCspiman@chromium.org2014-02-151-0/+6
* Revert of Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROM...nkostylev@chromium.org2014-02-141-6/+1
* Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROMIUMpiman@chromium.org2014-02-141-1/+6
* Revert 251207 "Use gpu::Mailbox instead of std:string in IPCs"blundell@chromium.org2014-02-141-6/+0
* Use gpu::Mailbox instead of std:string in IPCspiman@chromium.org2014-02-141-0/+6
* Use validating form of IPC enum macros for gpu_messages.htsepez@chromium.org2014-02-072-1/+3
* Use sstream over sprintfboliu@chromium.org2014-02-061-4/+6
* Add gpu::MailboxHolder to hold state for a gpu::Mailboxsheu@chromium.org2014-02-032-0/+46
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-02-031-3/+8
* Revert 248049 "Ensure GL initialization only happens once, and p..."kbr@chromium.org2014-01-311-8/+3
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-01-301-3/+8
* Cleanup: Remove std::string("") usage and fix lint errors.thestig@chromium.org2014-01-301-1/+1
* Revert 247793 "Ensure GL initialization only happens once, and p..."yoz@chromium.org2014-01-301-8/+3
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-01-301-3/+8