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
*
command_buffer: Implement path rendering functions for CHROMIUM_path_rendering
kkinnunen
2015-07-14
1
-10
/
+522
*
Clean up includes in gpu command buffer
martina.kollarova
2015-07-10
1
-0
/
+1
*
Added proper error checking for glBeginQuery for both the client/server.
dyen
2015-07-08
1
-0
/
+1
*
Remove flip_y, premultiply_alpha, unmultiply_alpha support in command buffer.
zmo
2015-06-24
1
-201
/
+0
*
Remove Chromium specific PixelStorei params in GPU command buffer.
zmo
2015-06-23
1
-37
/
+38
*
cc, gpu: Use RGBA when using msaa on systems that don't support BGRA
hendrikw
2015-06-19
1
-0
/
+2
*
Add glCopyCompressedTextureCHROMIUM
christiank
2015-06-17
1
-0
/
+369
*
Teach GPU command buffer whether a context is webgl.
zmo
2015-06-09
3
-28
/
+26
*
DCHECK if shader compilation fails that it's due to context loss.
danakj
2015-06-09
2
-0
/
+6
*
gpu: Extend CopyTextureCHROMIUM with support for copying part of source texture.
reveman
2015-05-26
1
-24
/
+77
*
ui: Add RGBA_4444 GpuMemoryBuffer format.
reveman
2015-05-23
2
-53
/
+41
*
Update target of texStorage2D for ES 3
qiankun.miao
2015-05-20
1
-1
/
+1
*
gpu: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-05-07
1
-4
/
+5
*
gpu: Fix dependency cycle between service_sources and config_sources.
tfarina
2015-04-28
1
-1
/
+1
*
gpu: Fix some context lost marking glitches+leaks and add UMA stats
sievers
2015-04-28
1
-2
/
+2
*
gpu: Minor GpuMemoryBuffer cleanup.
reveman
2015-04-14
1
-11
/
+11
*
gl_tests: Use zero size gl surface for offscreen rendering
tiago.vignatti
2015-04-13
2
-4
/
+8
*
Change GpuMemoryBuffer::GetStride interface from unsigned to signed.
dcastagna
2015-04-12
2
-3
/
+3
*
gfx namespace cleanup.
dcastagna
2015-04-11
2
-12
/
+12
*
Add R_8 GPU memory buffers format.
dcastagna
2015-04-08
2
-1
/
+15
*
We started redesigning GpuMemoryBuffer interface to handle multiple buffers [0].
emircan
2015-04-08
2
-5
/
+73
*
Test gpu memory buffers drawing directly to the backbuffer.
dcastagna
2015-04-07
1
-31
/
+65
*
gpu: More specific internalformat requirements for CreateImageCHROMIUM.
reveman
2015-04-07
1
-4
/
+5
*
Test gfx::GpuMemoryBuffer::BGRA_8888 GpuMemoryBuffer lifecycle.
dcastagna
2015-04-06
1
-19
/
+99
*
We redesigned the GpuMemoryBuffer interface to handle multiple buffers. These...
emircan
2015-03-27
2
-5
/
+10
*
Reland of Revert of gpu: introduce glCopySubTextureCHROMIUM (patchset #1 id:1...
dongseong.hwang
2015-03-05
2
-64
/
+278
*
Revert of gpu: introduce glCopySubTextureCHROMIUM (patchset #4 id:80001 of ht...
ulan
2015-03-03
2
-278
/
+64
*
gpu: introduce glCopySubTextureCHROMIUM
dongseong.hwang
2015-03-03
2
-64
/
+278
*
Add support for compressed GPU memory buffers.
christiank
2015-02-25
1
-0
/
+8
*
Compile shader upon deletion if attached.
dyen
2015-02-25
1
-0
/
+33
*
Revert of Add support for compressed GPU memory buffers. (patchset #7 id:1200...
phoglund
2015-02-24
1
-8
/
+0
*
Add support for compressed GPU memory buffers.
christiank
2015-02-24
1
-0
/
+8
*
Shader compiles deferred until program link time after a cache miss.
dyen
2015-02-12
3
-4
/
+90
*
Add support for multithreading the GPU command buffer.
jbauman
2015-02-12
2
-0
/
+5
*
Update {virtual,override,final} to follow C++11 style in gpu.
dcheng
2015-02-06
1
-6
/
+2
*
Clean up some of the shader compilation code.
dyen
2015-02-04
1
-0
/
+29
*
Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::...
charliea
2015-01-26
1
-6
/
+4
*
Update GPU memory buffers to use StrideInBytes internally.
christiank
2015-01-22
1
-4
/
+5
*
Revert of Update GPU memory buffers to use StrideInBytes internally. (patchse...
ricow
2015-01-16
1
-5
/
+4
*
Update GPU memory buffers to use StrideInBytes internally.
christiank
2015-01-16
1
-4
/
+5
*
Cleanup: Update the path to gfx size headers.
tfarina
2015-01-03
1
-1
/
+1
*
Make callers of CommandLine use it via the base:: namespace.
avi
2014-12-22
2
-3
/
+3
*
Add optimization for CHROMIUM_subscribe_uniform extension.
orglofch
2014-12-15
1
-0
/
+2
*
Add mouse input forwarding to gpu service
orglofch
2014-12-03
1
-0
/
+2
*
Converted angle_, gl_ and content_gl_unittests to the new test launcher
sergiyb
2014-12-02
3
-16
/
+19
*
gpu: Exposed GL_EXT_texture_rg to gpu::gles2::Capabilities
hendrikw
2014-12-02
1
-0
/
+20
*
Revert of gpu: fix CopyTextureCHROMIUM for immutable texture. (patchset #4 id...
kbr
2014-11-27
1
-37
/
+0
*
gpu: fix CopyTextureCHROMIUM for immutable texture.
dongseong.hwang
2014-11-21
1
-0
/
+37
*
cc: Add UMA stats for texture copy latency.
reveman
2014-11-18
1
-2
/
+9
*
gpu: Implement shader glClear() blit for broken IMG drivers
sievers
2014-11-18
3
-1
/
+216
[next]