- d97590a add shared resource test by [email protected] · 13 years ago
- 1868a34 Virtual GL by [email protected] · 13 years ago
- f731b946 automate more GL state handling by [email protected] · 13 years ago
- fb4bf582 Add CommandLatencyQuery to the gpu command buffer by [email protected] · 13 years ago
- c2a3caf1 Work around NVidia's glLinkProgram bug by [email protected] · 13 years ago
- a9fb79d Make GLES2Implementation based on GLES2Interface by [email protected] · 13 years ago
- 944b62f3 Added support for OES_vertex_array_object to the command buffer by [email protected] · 13 years ago
- b62753a Fix gyp --checked violations. by [email protected] · 13 years ago
- 246fc49 PPAPI/NaCl: Make NaClIPCAdapter transfer handles more generally by [email protected] · 13 years ago
- d2a0e1a Implement GL_EXT_debug_marker by [email protected] · 13 years ago
- 9ca8a523 Add gpu targets to untrusted build, and add Graphics3D code to untrusted build. by [email protected] · 13 years ago
- b69afa2b Revert 150343 - Add gpu targets to untrusted build, and add Graphics3D code to untrusted build. by [email protected] · 13 years ago
- ab6ce19 Add gpu targets to untrusted build, and add Graphics3D code to untrusted build. by [email protected] · 13 years ago
- efcdd236 Add GL_CHROMIUM_get_error_query by [email protected] · 13 years ago
- af65aab Add ShareGroup stub by [email protected] · 13 years ago
- b67d228 GPU: Fix the component build when the incremental linker is used. by [email protected] · 13 years ago
- dd25504 GPU: Build most of the gpu as a single DLL. by [email protected] · 13 years ago
- 195e51fe Revert 124702 - GPU: Buld most of the gpu as a single DLL. by [email protected] · 13 years ago
- 183b60a GPU: Buld most of the gpu as a single DLL. by [email protected] · 13 years ago
- 68eff95 Use shared memory to update the renderer's view of the command buffer state. by [email protected] · 14 years ago
- bed9927 GPU: Split some of the GPU projects to individual gypi files. by [email protected] · 14 years ago
- 2c7eed0 Revert 122034 - Use shared memory to update the renderer's view of the command buffer state. by [email protected] · 14 years ago
- 2f9704c Use shared memory to update the renderer's view of the command buffer state. by [email protected] · 14 years ago
- 06b73aa Revert "Revert 119430 - Make transferbuffer increase in size dynamically" by [email protected] · 14 years ago
- 2f38c454 Revert 119430 - Make transferbuffer increase in size dynamically by [email protected] · 14 years ago
- d5c7696 Make transferbuffer increase in size dynamically by [email protected] · 14 years ago
- 36ef10f5 Remove command buffer command id tests etc.. by [email protected] · 14 years ago
- 3c0edf1 Revert r118525 / Re-land r118240 - the build failure was a flake. by [email protected] · 14 years ago
- 96fba197 Revert r118240 - gles_2_c_lib as a component. by [email protected] · 14 years ago
- 7522541 This change makes gles2_c_lib work as a component. It introduces a gles2_c_lib_export.h file, and ensures that all of the GL shim symbols are exported properly. by [email protected] · 14 years ago
- e844ae2 Add --enable-gpu-debugging to call glGetError after every command in the command buffer. by [email protected] · 14 years ago
- df0729f Fix IsExtensionAvailable so it calls GetStringHelper by [email protected] · 14 years ago
- 951ce6f Log GLenums as strings in service by [email protected] · 14 years ago
- 7102690b Move GL headers from gpu to third_party/khronos by [email protected] · 14 years ago
- 8ee503f6 Revert 111170 - Move GL headers from gpu to third_party/khronos by [email protected] · 14 years ago
- 8fcd0ee5 Move GL headers from gpu to third_party/khronos by [email protected] · 14 years ago
- a0d98916 A few less TOUCH_UIs. by [email protected] · 14 years ago
- b0af4f5 External stream texture support. by [email protected] · 14 years ago
- 79311e8 Reland 101545 - Moved code not relating to GPU scheduling out of GpuScheduler and into GpuCommandBufferStub. by [email protected] · 14 years ago
- 4ee0c305 Revert 101545 - Moved code not relating to GPU scheduling out of GpuScheduler and into GpuCommandBufferStub. by [email protected] · 14 years ago
- 4bbe6d0c Moved code not relating to GPU scheduling out of GpuScheduler and into GpuCommandBufferStub. by [email protected] · 14 years ago
- aa766612 Remove support for switching draw surfaces on a context.This was originally intended to share canvas "back buffers" between the GPU process and the browser process. The plan is to issue all the GL calls in the GPU process now, with the browser process just doing the final present. Removing the redundant code. by [email protected] · 14 years ago
- c279bff Static initializers: Remove <iostream> include from GPU logging system. by [email protected] · 14 years ago
- 9a14ae61 Cache OpenGL program info on the client side of the command buffer. by [email protected] · 14 years ago
- a81c24c Remove ReadWriteTokens from GpuVideoDecodeAccelerator + fallout by [email protected] · 14 years ago
- ea47b6a Introduce ui.dll / libui.so for the component build. by [email protected] · 14 years ago
- e79be09 Remove the comments setting emands and vim tab width and expansion variables. by [email protected] · 14 years ago
- d8ea977 Move VertexAttribManager to another file. by [email protected] · 14 years ago
- 3704633 Cache easy to cache OpenGL values on client side of command buffer. by [email protected] · 14 years ago
- d267861 Remove the dependency on app_base from some targets. by [email protected] · 14 years ago
- 890e896 Implement proper synchronization between HW video decode IPC and CommandBuffer. by [email protected] · 14 years ago
- ae80234 Reland "EGLImage transport for TOUCH_UI". by [email protected] · 14 years ago
- d0f5c84 Fix loading a component build by [email protected] · 14 years ago
- 8e1b98a Fix Revert of 89054 so it builds on win_shared by [email protected] · 14 years ago
- 061f1bd Resubmit http://codereview.chromium.org/7046057 by [email protected] · 14 years ago
- 5045462 Revert 88452 (broke gpu_unittests) - Fix LUMANINCE_ALPHA issue by [email protected] · 14 years ago
- 010791dc Fix LUMANINCE_ALPHA issue by [email protected] · 14 years ago
- 8d8ecda Fix clang build failure introduced by r87408. by [email protected] · 14 years ago
- fbe2037 Reland 87371 - Support for glSetSurfaceCHROMIUM. by [email protected] · 14 years ago
- 0b7a2fff Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM. by [email protected] · 14 years ago
- 9d75688 Support for glSetSurfaceCHROMIUM. by [email protected] · 14 years ago
- 6a654d45 Final gyp patch to make use of the new cross-platform POSIX defines toolkit_uses_gtk, os_posix, and use_x11. For lists of source files that use a mix of POSIX and Gtk APIs, toolkit_uses_gtk was given precedence. Solaris was made to use ALSA also, as libasound has been ported to FreeBSD and Solaris as a wrapper around the native OSS. by [email protected] · 14 years ago
- 5a40bf8f Permissions: removed x from gpu/gpu.gyp by [email protected] · 14 years ago
- 366ae24 Merge gpu_trace_event back into base/debug/trace_event. by [email protected] · 14 years ago
- 5ae1f73 Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial land attempt at http://codereview.chromium.org/6551019/gpu_trace_event fork at http://codereview.chromium.org/6691013- gpu_trace_event renamed to base/debug/trace_event and modified as appropriate for base::debug- Unit Tests implemented for trace_event- gpu_common library removed (was added only for gpu_trace_event)- Existing calls to trace_event suffixed with _ETW to make ETW calls (see decisions and incremental plans at end of 6551019)- GPU trace calls renamed to new calls.- Tracing switch removed from test_shell, as linux log file support removed.BUG=79509TEST=trace_event_win_unittest and about:gpuCommitted: http://src.chromium.org/viewvc/chrome?view=rev&revision=84284Review URL: http://codereview.chromium.org/6862002 by [email protected] · 14 years ago
- 820d851f Merge gpu_trace_event back into base/debug/trace_event. by [email protected] · 14 years ago
- 39a52b44 Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial land attempt at http://codereview.chromium.org/6551019/gpu_trace_event fork at http://codereview.chromium.org/6691013- gpu_trace_event renamed to base/debug/trace_event and modified as appropriate for base::debug- Unit Tests implemented for trace_event- gpu_common library removed (was added only for gpu_trace_event)- Existing calls to trace_event suffixed with _ETW to make ETW calls (see decisions and incremental plans at end of 6551019)- GPU trace calls renamed to new calls.- Tracing switch removed from test_shell, as linux log file support removed.BUG=79509TEST=trace_event_win_unittest and about:gpuReview URL: http://codereview.chromium.org/6862002 by [email protected] · 14 years ago
- 77eecb9 Merge gpu_trace_event back into base/debug/trace_event. by [email protected] · 14 years ago
- d685a68 Fix Issue that glProgramInfoLog was not called if program did not link. by [email protected] · 14 years ago
- ef16c17 Rework FlushSync to return early if commands have been processed since the last update by [email protected] · 14 years ago
- 3fa3f67 Base: Adjust dependencies to build with base.dll by [email protected] · 14 years ago
- ed321c6 Base: Adjust dependencies to build with base.dll by [email protected] · 14 years ago
- 09ddb91f Landing issue 6828049 on behalf of KushalP. by [email protected] · 14 years ago
- 3a69c6fe Trace whenever renderer waits for command buffer space. by [email protected] · 14 years ago
- 5ae0b28 Refactor: Move app/gfx/gl ==> ui/gfx/gl by [email protected] · 14 years ago
- b9b751f2 Refactor: Move app/surface to ui/gfx/surface. by [email protected] · 14 years ago
- 6ecdfa3f Normalize the top-level ui/ module. by [email protected] · 14 years ago
- 71e2f0a Introduce gpu_trace_event for gpu performance analysis. by [email protected] · 14 years ago
- 9ad5662 Reland r76840 with fix for webkit_gpu dependencies. by [email protected] · 14 years ago
- 0b537a44 Revert 76840 - Removed GPU plugin. by [email protected] · 14 years ago
- 2727c73 Removed GPU plugin. by [email protected] · 14 years ago
- 0a071a3 More out-of-lining of test code, along with a bunch of GMOCK objects. by [email protected] · 15 years ago
- d7f0642 Remove support for client side arrays from client side gpu by [email protected] · 15 years ago
- 267c03d Move src/gfx/ to src/ui/gfx by [email protected] · 15 years ago
- f56279c Implement proxy for 3d-related interfaces by [email protected] · 15 years ago
- 5a5551b Remove obsolete files from 'sources'. This causes needless work on incremental builds in VS2010. by [email protected] · 15 years ago
- 62ed19af Revert 73121 - Remove obsolete files from 'sources'. This causes needless work on incremental builds in VS2010. by [email protected] · 15 years ago
- 704ebdca Remove obsolete files from 'sources'. This causes needless work on incremental builds in VS2010. by [email protected] · 15 years ago
- 7004d7eb Refactor and improve gpu_info_collector: collect information on linux; by [email protected] · 15 years ago
- 9842933 Fix to allow the gles2 conformance tests to run by [email protected] · 15 years ago
- 3339229 Move lots of GMock stuff out of line. by [email protected] · 15 years ago
- 016498e scons: excise more scons references from the code base by [email protected] · 15 years ago
- a36c7b41 Move constructor and destructor of MockGLInterface out of line. by [email protected] · 15 years ago
- 915a59a1 A step in making it possible for WebGL to request no features by [email protected] · 15 years ago
- ff9e2a0 Hooked up functionality for getting info for attribs and uniforms. by [email protected] · 15 years ago
- a550584e Bumped ANGLE rev to 425 to pull the new API for extracting attribs and uniforms. Created a new class ShaderTranslator to encapsulate shader translation. by [email protected] · 15 years ago
- 20407e9 Removed dependencies on base from GPU common and client code. by [email protected] · 15 years ago
- f517cc84 Removed compile-time GLES2_GPU_SERVICE_TRANSLATE_SHADER flag because whether shader needs to be translated is a runtime decision. by [email protected] · 15 years ago
- 00f893d Fixes for the default texture. by [email protected] · 15 years ago
- 8cd62f6 Adds MapBufferSubData and MapTexSubImage2D. by [email protected] · 15 years ago