summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client
Commit message (Expand)AuthorAgeFilesLines
* Update GPU command buffer auto formatting.vmiura@chromium.org2014-04-307-610/+1291
* Fix miscompilation of NULL check.jbauman@chromium.org2014-04-241-6/+21
* Disallow sizes and offsets that can't fit into a 32-bit integer in GL.zmo@chromium.org2014-04-243-10/+164
* Cleanup GPU dependencies for gl_in_process_contextprimiano@chromium.org2014-04-232-3/+32
* Flag INV_OP during BeginQuery if id is not obtained from GenQueriesEXT.puttaraju.r@samsung.com2014-04-221-3/+0
* Avoid GetState IPC call during AllocateRingbuffer.puttaraju.r@samsung.com2014-04-161-13/+4
* Reduce the number of flushes while using glQueries.puttaraju.r@samsung.com2014-04-164-10/+27
* Remove stale GPU code on Windows/Macpiman@chromium.org2014-04-121-1/+0
* Attempt to prevent NULL-pointer error accessing command-buffer entries.jbauman@chromium.org2014-04-112-5/+6
* Plumb ScheduleOverlayPlane into the GPU process.alexst@chromium.org2014-04-0910-1/+202
* Fix -Wunused-local-typedefs errors with GCC 4.7+fdegans@chromium.org2014-04-071-9/+0
* Pass GL context bind_generates_resources flag to GPU Service.vmiura@chromium.org2014-04-033-27/+73
* Initialize overlay validator in GpuBrowserCompositorOutputSurface.alexst@chromium.org2014-04-033-7/+9
* Refactor gpu::Buffer to allow different types of backingpiman@chromium.org2014-04-022-2/+3
* gpu: Lose context when BeginQueryEXT fails to allocate.danakj@chromium.org2014-04-025-39/+97
* Revert of gpu: Raise GL_OUT_OF_MEMORY when BeginQueryEXT fails to allocate. (...pfeldman@chromium.org2014-04-025-97/+39
* gpu: Lose context when BeginQueryEXT fails to allocate.danakj@chromium.org2014-04-025-39/+97
* Remove CommandBuffer::GetTransferBuffer.piman@chromium.org2014-04-011-2/+2
* GPU: Fix NULL gpu::Buffer dereference.epenner@chromium.org2014-04-012-0/+3
* ui: Cleanup gfx::GpuMemoryBuffer interface.reveman@chromium.org2014-03-311-3/+1
* gpu: Reuse transfer buffers more aggresivelyjadahl@opera.com2014-03-3121-60/+500
* Mojo: Move C gles2 header files to mojo/public/c/gles2.viettrungluu@chromium.org2014-03-3012-12/+12
* Plumb overlay processing into DirectRenderer.alexst@chromium.org2014-03-283-0/+22
* Revert 260177 "By keeping track of transfer buffer usage (both s..."creis@chromium.org2014-03-2821-500/+60
* By keeping track of transfer buffer usage (both sync and async), it isjadahl@opera.com2014-03-2821-60/+500
* GPU: Reference count gpu::Buffer.epenner@chromium.org2014-03-2612-71/+89
* gpu: Generate GLES2Implementation::UseProgram().dongseong.hwang@intel.com2014-03-254-13/+30
* Replace command buffer FlushSync with WaitForTokenInRange and WaitForGetOffse...jbauman@chromium.org2014-03-185-70/+49
* Remove --enable-prune-gpu-command-bufferspiman@chromium.org2014-03-114-15/+0
* gpu: Use explicit atomics instead of assuming that 32bit read/writes are atomic.reveman@chromium.org2014-03-084-14/+15
* Get rid of the formatting code in build_gles2_cmd_buffer.pyzmo@chromium.org2014-03-074-222/+189
* Adjusts the call sequences in cc::ResourceProvider::MapImage to map image fir...jun.a.jiang@intel.com2014-03-061-0/+6
* Format generated gpu files using clang-format.zmo@chromium.org2014-03-0512-4709/+6238
* Fixed uninitialized variable in r252635.vmiura@chromium.org2014-02-221-1/+2
* Unsafe threading in CachedProgramInfoManager::DeleteInfo(GLuint program).vmiura@chromium.org2014-02-211-1/+3
* Reduce internal Flush() in GL resource glGen/Delete APIs.vmiura@chromium.org2014-02-219-105/+536
* Rename base::ScopedPtrAlignedFree to AlignedFreeDeleter.viettrungluu@chromium.org2014-02-151-1/+1
* gpu: Generate mailboxes on client sidepiman@chromium.org2014-02-155-58/+53
* Support multiple service instances with GLInProcessContextsievers@chromium.org2014-02-132-18/+38
* gpu: Use a single container for GLInProcessContext share groupsievers@chromium.org2014-02-121-8/+5
* Reduce cost of glBind* on contexts without bind_generates_resource.vmiura@chromium.org2014-02-121-86/+22
* Optimize CommandBufferHelper::GetSpace().vmiura@chromium.org2014-02-123-62/+351
* Use sstream over sprintfboliu@chromium.org2014-02-061-5/+5
* add a human-readable explanation to allow the trace to show why the command b...humper@google.com2014-01-282-0/+3
* [gpu] Remove StreamTexture(Manager) concept from command decodersievers@google.com2014-01-2712-96/+4
* Make mojo_gles2 a stub shared librarypiman@chromium.org2014-01-2212-12/+12
* Unit test for GPU command buffer wrapping condition.vmiura@chromium.org2014-01-221-4/+83
* Pass gfx::Rect and gfx::RectF by const ref.prashant.n@samsung.com2014-01-103-3/+3
* gpu: Support parallel active queries in command bufferjadahl@opera.com2014-01-082-16/+19
* Updated Khronos GLES2 headers. (Take 2, Original: https://codereview.chromium...bajones@chromium.org2013-12-302-6/+6