summaryrefslogtreecommitdiffstats
path: root/ui/gl/gl_image_x11.cc
Commit message (Collapse)AuthorAgeFilesLines
* gpu: Refactor GpuMemoryBuffer framework for multi-process support.reveman@chromium.org2013-08-161-2/+5
| | | | | | | | | | | | | | | This removes the ImageFactory interface and adjusts the buffer allocation system for future multi-process support. Also includes proper plumbing of internalformat to GLImage implementation and makes sure the compositor is using the correct format. TEST=gpu_unittests --gtest_filter=MockGpuMemoryBufferTest.Lifecycle BUG=261649 Review URL: https://chromiumcodereview.appspot.com/20017005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218034 0039d316-1c4b-4281-b951-d872f2087c98
* gpu: Add support for multiple GpuMemoryBuffer types.reveman@chromium.org2013-08-031-1/+13
| | | | | | | | | | | | | | | This is a re-factoring of the GpuMemoryBuffer framework to support different run-time buffer implementations. This also adds a GpuMemoryBuffer type that is backed by standard shared memory. This allows us exercise more code in unit tests. TEST=gpu_unittests --gtest_filter=MockGpuMemoryBufferTest.Lifecycle BUG=261649 Review URL: https://chromiumcodereview.appspot.com/20536006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215508 0039d316-1c4b-4281-b951-d872f2087c98
* Rationalize linux vs x11 in uidavemoore@chromium.org2013-04-291-0/+52
BUG=236170 TEST=None R=ben@chromium.org Review URL: https://codereview.chromium.org/13985039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197087 0039d316-1c4b-4281-b951-d872f2087c98