summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Make OpenGL string entry points validate the stringgman@chromium.org2011-10-182-18/+96
* Last straw for translated_shader_source extension.zmo@google.com2011-10-171-0/+2
* Check for NULL from GetBucketgman@chromium.org2011-10-172-1/+61
* Make GPU_DCHECK* keep reference to passed variables pph34r@gmail.com2011-10-141-37/+37
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-132-2/+5
* Change the enum GL_TRANSLATED_SHADER_SOURCE_LENGTH_ANGLE to the assigned value.zmo@google.com2011-10-133-3/+3
* Make command buffer limit cubemaps to 512x512 on Intel on OSXgman@chromium.org2011-10-134-3/+74
* GPU service understands size of GL_UNSIGNED_INT pixel data type.apatrick@chromium.org2011-10-122-0/+4
* Ensure that a ContextGroup is not destroyed if it was not correctly initialized.apatrick@chromium.org2011-10-101-2/+6
* Ensure that ContextGroup is destroyed when an appropriate GL context is current.apatrick@chromium.org2011-10-055-35/+66
* Implement 'ANGLE_translated_shader_source' extension in command-buffer.zmo@google.com2011-10-0518-5/+192
* From comment:apatrick@chromium.org2011-10-031-0/+9
* Add an additional feature to GLES2DecoderImpl that is used to force the conte...twiz@chromium.org2011-10-031-9/+63
* External stream texture support.sievers@chromium.org2011-09-2832-78/+774
* Revert 102978 - Change X11 error handler override to allow easy X11 error che...dominich@chromium.org2011-09-2711-61/+27
* Change X11 error handler override to allow easy X11 error checking.dominich@chromium.org2011-09-2711-27/+61
* Fix issue with unused mips.gman@chromium.org2011-09-272-9/+36
* Roll skia to 2303bsalomon@google.com2011-09-221-0/+3
* Code cleanup: rename DisallowedExtensions to DisallowedFeature.zmo@google.com2011-09-2213-31/+31
* Fixes issues where WGC3D based on OSMesa GL implementation isn't allowing OES...bsalomon@google.com2011-09-211-5/+3
* Turn on glsl built-in function emulation in ANGLE shader translator.zmo@google.com2011-09-206-23/+89
* Reland 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...apatrick@chromium.org2011-09-2021-1353/+149
* Revert 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...rsimha@chromium.org2011-09-1621-149/+1353
* Moved code not relating to GPU scheduling out of GpuScheduler and into GpuCom...apatrick@chromium.org2011-09-1621-1353/+149
* Renamed ppb_opengles.h to ppb_opengles2.h.alokp@chromium.org2011-09-151-3/+11
* Reland 100801 - Ensure that compositor does not block the renderer process by...apatrick@chromium.org2011-09-131-2/+3
* Use Instance* in the Graphics3D constructor rather than Instance&, forbrettw@chromium.org2011-09-131-1/+1
* Revert 100801 - Ensure that compositor does not block the renderer process by...apatrick@chromium.org2011-09-121-3/+2
* Ensure that compositor does not block the renderer process by issuing too man...apatrick@chromium.org2011-09-121-2/+3
* Keep track of the current per-thread context and surface. Addkbr@google.com2011-09-091-6/+2
* Revert "Revert 100494 - Fix bug in SimulateAttrib0."""gman@chromium.org2011-09-092-42/+137
* Revert 100494 - Revert "Revert 100453 - Revert "Revert 100384 - Fix bug in Si...dmichael@chromium.org2011-09-092-137/+42
* Revert "Revert 100453 - Revert "Revert 100384 - Fix bug in SimulateAttrib0.""gman@chromium.org2011-09-092-42/+137
* Revert 100453 - Revert "Revert 100384 - Fix bug in SimulateAttrib0 that did n...dpapad@chromium.org2011-09-092-125/+32
* Revert "Revert 100384 - Fix bug in SimulateAttrib0 that did not check for out...gman@chromium.org2011-09-092-32/+125
* Revert 100384 - Fix bug in SimulateAttrib0 that did not check for out of memory.nsylvain@chromium.org2011-09-092-121/+32
* Fix bug in SimulateAttrib0 that did not check for out of memory.gman@chromium.org2011-09-092-32/+121
* A less-mysterious fix for b95492: Restore the GL context after resize.nduca@chromium.org2011-09-092-4/+9
* Destroy resolved framebuffers on resize, not swap.piman@chromium.org2011-09-081-8/+9
* Fix GPU cmd tests so they pass ASANgman@chromium.org2011-09-084-976/+925
* Fix early flush logic.jbauman@chromium.org2011-09-082-8/+16
* Flush after resize to try to work around mac crashjamesr@chromium.org2011-09-071-0/+3
* reconstitute moving 3d out of dev CL. (previous attempt was reverted)nfullagar@google.com2011-09-072-10/+10
* Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev.nfullagar@google.com2011-09-062-10/+10
* Move PPAPI graphics3d and opengles interfaces out of Dev.nfullagar@google.com2011-09-062-10/+10
* Fix an out of bound access in GLES2DecoderWithShaderTest.VertexAttribPointerglider@chromium.org2011-09-061-1/+1
* Remove support for switching draw surfaces on a context.This was originally i...apatrick@chromium.org2011-09-0227-251/+64
* Static initializers: Remove <iostream> include from GPU logging system.erg@google.com2011-09-013-10/+33
* Delay resize of the front buffer until the swap for offscreen buffers.piman@chromium.org2011-08-311-43/+46
* Initial checkin of the compositor_model_bench toolpiman@google.com2011-08-3165-0/+2118