index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gpu
/
command_buffer
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpu: Generate mailboxes on client side
piman@chromium.org
2014-02-15
1
-1
/
+0
*
Stop using HMAC for gpu mailboxes
piman@chromium.org
2014-02-08
1
-29
/
+0
*
Makes sure command buffer's CopyTextureCHROMIUM doesn't leak uninitialized te...
zmo@chromium.org
2014-02-07
1
-1
/
+30
*
[gpu] Remove StreamTexture(Manager) concept from command decoder
sievers@google.com
2014-01-27
1
-1
/
+0
*
Normalize _unittest.cc filename suffix for unittests
alecflett@chromium.org
2014-01-17
12
-12
/
+12
*
gpu: Support parallel active queries in command buffer
jadahl@opera.com
2014-01-08
1
-0
/
+52
*
Support GL_FLOAT and GL_HALF_FLOAT_OES as glReadPixels types when the gl cont...
geofflang@chromium.org
2013-12-11
1
-0
/
+233
*
Route surface visibility notifications through ContextSupport/GpuControl
jamesr@chromium.org
2013-12-08
1
-0
/
+3
*
Introduce gpu::Capabilities
boliu@chromium.org
2013-12-04
1
-1
/
+2
*
gpu: Remove set_testing_force_is_angle
sievers@chromium.org
2013-11-14
1
-0
/
+1
*
Split incompatible MSAA extensions.
sievers@chromium.org
2013-11-13
1
-11
/
+11
*
Fixes for -Wunused-function on Linux, Android and ChromeOS
hans@chromium.org
2013-11-12
1
-0
/
+3
*
Add a basic test for GL_CHROMIUM_framebuffer_multisample
sievers@chromium.org
2013-10-29
1
-0
/
+110
*
Move in process SignalQuery implementation to service side
jamesr@chromium.org
2013-10-09
1
-5
/
+6
*
Route GenMailboxCHROMIUM through GpuControl
piman@chromium.org
2013-10-01
1
-1
/
+2
*
FeatureInfo: Remove allowed_extensions and init workarounds early
sievers@chromium.org
2013-09-05
1
-2
/
+0
*
Android: Add gl_tests to FYI bot
sievers@chromium.org
2013-08-29
3
-0
/
+9
*
[Android] Rename SurfaceTextureBridge to just SurfaceTexture.
yfriedman@chromium.org
2013-08-29
1
-3
/
+3
*
Rename async upload/readback queries to avoid mix-ups
sievers@chromium.org
2013-08-27
1
-2
/
+2
*
Support async readbacks on OpenGL ES 3.0 drivers
sievers@chromium.org
2013-08-27
1
-2
/
+1
*
Enforce a memory limit on MappedMemoryManager
kaanb@chromium.org
2013-08-21
1
-1
/
+3
*
gpu: Refactor GpuMemoryBuffer framework for multi-process support.
reveman@chromium.org
2013-08-16
3
-47
/
+34
*
gpu: Add Serialize function to ContextCreationAttribParser.
reveman@chromium.org
2013-08-16
1
-19
/
+8
*
Fix DepthTextureTest.RenderTo gl_test.
apatrick@chromium.org
2013-08-13
1
-20
/
+6
*
gpu: Add support for multiple GpuMemoryBuffer types.
reveman@chromium.org
2013-08-03
1
-38
/
+117
*
Converted compressed texture demo into test.
alokp@chromium.org
2013-08-03
1
-0
/
+255
*
Disable DepthTextureTest.RenderTo on all Windows platforms.
gab@chromium.org
2013-08-01
1
-2
/
+2
*
Add an unbindImage method to ResourceProvider and move bindImage and unbindIm...
kaanb@chromium.org
2013-07-31
1
-6
/
+15
*
WGC3DCommandBufferImpl: Acquire lock when accessing share group.
sievers@chromium.org
2013-07-29
1
-2
/
+0
*
Revert "Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO...""
hubbe@chromium.org
2013-07-23
1
-35
/
+25
*
Use a direct include of the message_loop header in dbus/, device/, extensions...
avi@chromium.org
2013-07-17
1
-1
/
+1
*
Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO..."
nick@chromium.org
2013-07-12
1
-25
/
+35
*
Perform glReadPixels with PBOs in the gpu, if PBOs are available.
hubbe@chromium.org
2013-07-04
1
-35
/
+25
*
Fix stream textures + mailboxes
piman@chromium.org
2013-07-02
1
-0
/
+1
*
Disable GLLoseContextTest.ShareGroup on platforms that exit on context lost.
apatrick@chromium.org
2013-06-27
3
-0
/
+14
*
Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-27
1
-1
/
+1
*
Delete usage and support for EGL_ANGLE_software_display extension.
apatrick@chromium.org
2013-06-17
2
-3
/
+3
*
Update Android to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-13
1
-1
/
+1
*
gpu: make sure we can ProduceFrontBuffer in 2 contexts of the same share group
piman@chromium.org
2013-06-08
1
-0
/
+49
*
Replace context parenting by sharing through mailboxes
piman@chromium.org
2013-06-05
3
-1
/
+58
*
Update gpu/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
1
-7
/
+3
*
gpu: Change Produce/ConsumeTexture to allow texture sharing
piman@chromium.org
2013-05-29
1
-0
/
+99
*
Hookup driver_bug_workarounds with gl_tests properly.
zmo@chromium.org
2013-05-28
1
-0
/
+2
*
Make GpuMemoryBufferFactory a function pointer rather than a callback.
kaanb@chromium.org
2013-05-21
1
-1
/
+0
*
gpu: Fix range[2] initializion lists
brianderson@chromium.org
2013-05-21
1
-1
/
+1
*
GPU client side changes for GpuMemoryBuffers:
kaanb@chromium.org
2013-05-16
3
-3
/
+159
*
gpu: Use base::MessageLoop.
xhwang@chromium.org
2013-04-27
1
-2
/
+2
*
Android: Move SurfaceTexture from content to ui/gl and add test.
sievers@chromium.org
2013-04-24
4
-1
/
+78
*
Add a new parameter dest_type to the GL_CHROMIUM_copy_texture extension.
jun.a.jiang@intel.com
2013-04-19
1
-10
/
+17
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in gpu/, Linux edition.
dcheng@chromium.org
2013-04-09
2
-3
/
+3
[next]