summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service
Commit message (Expand)AuthorAgeFilesLines
* Make OpenGL string entry points validate the stringgman@chromium.org2011-10-182-18/+96
* Check for NULL from GetBucketgman@chromium.org2011-10-172-1/+61
* Change the enum GL_TRANSLATED_SHADER_SOURCE_LENGTH_ANGLE to the assigned value.zmo@google.com2011-10-131-1/+1
* Make command buffer limit cubemaps to 512x512 on Intel on OSXgman@chromium.org2011-10-134-3/+74
* 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-058-4/+69
* 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-2821-34/+600
* Revert 102978 - Change X11 error handler override to allow easy X11 error che...dominich@chromium.org2011-09-279-54/+26
* Change X11 error handler override to allow easy X11 error checking.dominich@chromium.org2011-09-279-26/+54
* Fix issue with unused mips.gman@chromium.org2011-09-272-9/+36
* Code cleanup: rename DisallowedExtensions to DisallowedFeature.zmo@google.com2011-09-2211-29/+29
* 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-207-554/+42
* Revert 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...rsimha@chromium.org2011-09-167-42/+554
* Moved code not relating to GPU scheduling out of GpuScheduler and into GpuCom...apatrick@chromium.org2011-09-167-554/+42
* 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-091-1/+9
* Destroy resolved framebuffers on resize, not swap.piman@chromium.org2011-09-081-8/+9
* 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-0214-167/+13
* Delay resize of the front buffer until the swap for offscreen buffers.piman@chromium.org2011-08-311-43/+46
* Added GPU process "echo" IPC message.apatrick@chromium.org2011-08-307-26/+33
* Call glFinish just before reallocating offscreen_saved_color_texture_kbr@google.com2011-08-291-2/+4
* Revert 98355 (was semantically incorrect, caused assertion failures in Debug ...kbr@google.com2011-08-291-4/+1
* Further attempted workarounds for Mac- and NVIDIA-specific crash. Cankbr@google.com2011-08-251-1/+4
* Use workaround for Mac NVIDIA driver bug on Lion as well.kbr@google.com2011-08-241-6/+4
* Work around NVIDIA driver bug on Mac OS X 10.6 causing GPU processkbr@google.com2011-08-222-1/+25
* Revert 97744 (broke gpu_unittests on Mac) - Work around NVIDIA driver bug on ...kbr@google.com2011-08-221-18/+1
* Work around NVIDIA driver bug on Mac OS X 10.6 causing GPU processkbr@google.com2011-08-221-1/+18
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-227-198/+165
* Revert 97644 - Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-227-165/+198
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-227-198/+165
* Clear tex_image_2d_failed_ flag during new early return path inkbr@chromium.org2011-08-172-0/+36
* Add option to not generate resources on bind in OpenGL ESgman@chromium.org2011-08-167-31/+121
* Rename and document glCommandBufferEnableCHROMIUMgman@chromium.org2011-08-1213-21/+9
* Expose DXT3 and DXT5 through ANGLEgman@chromium.org2011-08-111-2/+4
* Delete copy_texture_to_parent_texture from GPU command buffer code.apatrick@chromium.org2011-08-106-57/+14
* Fix 2 Dr. Memory issuesgman@chromium.org2011-08-081-2/+3
* Cache OpenGL program info on the client side of the command buffer.gman@chromium.org2011-08-083-15/+7