summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge 89392 - Release current context before destroying, so that it properly ...piman@google.com2011-06-161-1/+3
* Merge 88877 - Previously, the DisplayLink would never start until a software ...jbates@chromium.org2011-06-131-1/+6
* Merge 87995 - Remove debug assertions for redundant FreeID calls.alokp@chromium.org2011-06-072-4/+19
* Fix clang build failure introduced by r87408.apatrick@chromium.org2011-06-013-1/+20
* Reland 87371 - Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-06-0128-50/+275
* Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM.rsesek@chromium.org2011-05-3127-280/+50
* Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-05-3127-50/+280
* Speed up IdAllocator.husky@google.com2011-05-273-11/+64
* Fix ShaderTranslator not resetting the info_log on success.gman@chromium.org2011-05-262-3/+15
* Apply setInterval to new surface-context pairsnduca@chromium.org2011-05-251-0/+12
* Resubmit CL 86306gman@chromium.org2011-05-2418-0/+2034
* Final gyp patch to make use of the new cross-platform POSIX defines toolkit_u...tony@chromium.org2011-05-232-2/+2
* GLContext no longer holds a pointer to a GLSurface.apatrick@chromium.org2011-05-2311-27/+65
* Revert 86306 (failed compile on win builder) - Move OpenGL ES 2.0 conformance...mattm@chromium.org2011-05-2317-2030/+0
* Move OpenGL ES 2.0 conformance test support into main treegman@chromium.org2011-05-2317-0/+2030
* Fix ringbuffer test.jbauman@chromium.org2011-05-202-3/+28
* Added more trace info to SwapBuffers, traced some functions in WebGraphicsCon...jbates@chromium.org2011-05-191-4/+7
* Changes to help optimizer eliminate redundant code in GPU logging.apatrick@chromium.org2011-05-181-24/+47
* Call SwapBuffersCallback multiple times if a frame was dropped.nduca@chromium.org2011-05-182-0/+5
* Add more stubbed out defines so nacl can bump chrome rev.nfullagar@google.com2011-05-161-0/+3
* Implemented threshold based trace events that only get added to the trace if ...jbates@chromium.org2011-05-131-1/+1
* Switch most usages of std::map to base::hash_table in GPU service.gman@chromium.org2011-05-138-22/+18
* Implement GL_CHROMIUM_rate_limit_offscreen_contextnduca@chromium.org2011-05-137-2/+45
* Validate glTexParameter parameters.gman@chromium.org2011-05-128-79/+273
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-127-22/+55
* Drive compositor scheduling with the swapbuffers callback.nduca@chromium.org2011-05-123-6/+7
* Revert "Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Crea...antonm@chromium.org2011-05-127-55/+22
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-127-22/+55
* Changed CHECK to DCHECK in cmd_buffer_helper.cc.apatrick@chromium.org2011-05-111-1/+1
* Revert 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-117-55/+22
* Split GLContext::Create*GLContext into GLSurface::Create*GLSurface plus a sur...apatrick@chromium.org2011-05-117-22/+55
* Permissions: removed x from gpu/gpu.gypscheib@chromium.org2011-05-101-0/+0
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-108-838/+74
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-103-1/+3
* Defer IPC messages to the GpuCommandBufferStub until GpuScheduler is reschedu...apatrick@chromium.org2011-05-092-1/+22
* Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-068-73/+837
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-068-837/+73
* Rework SwapBuffers sync to allow enough SwapBuffers without blockingpiman@google.com2011-05-063-13/+22
* Thanks to piman, added necessary glFlush to the IOSurface code path onkbr@google.com2011-05-052-8/+3
* Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-058-72/+837
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-058-837/+72
* Fix garbage seen on Mac OS X when toggling compositor and resizingkbr@google.com2011-05-042-3/+8
* Allow gpu ringbuffer to wrap around.jbauman@chromium.org2011-05-032-13/+27
* Roll ANGLE r609:r626apatrick@chromium.org2011-05-021-3/+3
* Fix Issue that glProgramInfoLog was not called if program did not link.gman@chromium.org2011-04-2911-155/+337
* Rework FlushSync to return early if commands have been processed since the la...piman@google.com2011-04-2828-1335/+83
* Base: Adjust dependencies to build with base.dllrvargas@google.com2011-04-282-1/+3
* Removed "compositor" child window that was created by the GPU process.Removed...apatrick@chromium.org2011-04-272-7/+38
* Base: Adjust dependencies to build with base.dllrvargas@google.com2011-04-261-0/+7
* gpu_trace_event static category pointers are no longer dangling at shutdown.jbates@chromium.org2011-04-262-16/+27