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
*
Clean up calls to CreateGpuMemoryBufferImageCHROMIUM.
erikchen
2016-03-25
2
-2
/
+2
*
Remove Mac's needs_gl_finish_workaround / gpu::FORCE_GL_FINISH_AFTER_COMPOSITING
tapted
2016-03-24
1
-2
/
+2
*
Make a command buffer workaround for glReadPixels on IOSurface backed textures.
erikchen
2016-03-22
1
-0
/
+91
*
Add a workaround for copyTexImage2D as it is sometimes broken on OSX.
erikchen
2016-03-16
5
-14
/
+320
*
gpu: Rename GpuScheduler to CommandExecutor.
sunnyps
2016-03-12
2
-9
/
+8
*
Use GpuPreferences to avoid directly accessing switches in gpu related code
penghuang
2016-02-29
2
-1
/
+5
*
command_buffer: Enable gl path rendering by default
kkinnunen
2016-02-29
2
-6
/
+2
*
Revert of gpu: Expose internal format R8 instead of RED. (patchset #8 id:1400...
dcastagna
2016-02-25
1
-1
/
+1
*
Revert of command_buffer_gles2: Implement EGL default Display as a global obj...
zmo
2016-02-25
1
-569
/
+11
*
command_buffer_gles2: Implement EGL default Display as a global object
kkinnunen
2016-02-25
1
-11
/
+569
*
gpu: Expose internal format R8 instead of RED.
dcastagna
2016-02-24
1
-1
/
+1
*
command_buffer: Implement glGetStringi for GL ES 3.0
kkinnunen
2016-02-19
2
-0
/
+128
*
Revert of Only call gles2::Terminate when all Display objects are deleted (pa...
markusheintz
2016-02-19
1
-106
/
+1
*
Only call gles2::Terminate when all Display objects are deleted
svaisanen
2016-02-19
1
-1
/
+106
*
Introducing gpu::CommandBufferId as a distinct, IdType<...>-based type.
lukasza
2016-02-16
2
-6
/
+7
*
command_buffer_gles2: Add test command_buffer_gles2_test for command_buffer_g...
kkinnunen
2016-02-15
2
-0
/
+103
*
Revert of command_buffer_gles2: Add test command_buffer_gles2_test for comman...
thakis
2016-02-09
2
-103
/
+0
*
command_buffer_gles2: Add test command_buffer_gles2_test for command_buffer_g...
kkinnunen
2016-02-09
2
-0
/
+103
*
Set disabled GL extensions from gpu driver bug list for the test executables
kkinnunen
2016-02-01
1
-1
/
+5
*
Blink: simplify fbo status checking.
zmo
2016-01-30
1
-13
/
+4
*
Expose ycbcr_420v_image extension via capabilities.
dcastagna
2016-01-28
1
-0
/
+1
*
Revert of command_buffer: Enable gl path rendering by default (patchset #1 id...
magjed
2016-01-27
2
-2
/
+6
*
command_buffer: Enable gl path rendering by default
kkinnunen
2016-01-27
2
-6
/
+2
*
command_buffer: Fix setting samplers with bound uniforms
kkinnunen
2016-01-25
1
-0
/
+41
*
Removed last references to old sync points.
dyen
2016-01-22
2
-24
/
+0
*
Use 16-bit surface for low-end devices
jinsukkim
2016-01-20
1
-0
/
+36
*
Move bit_cast from base/macros.h to its own header
tapted
2016-01-14
1
-0
/
+1
*
Remove |target| from glCompressedCopyTextureCHROMIUM.
zmo
2016-01-09
1
-9
/
+9
*
Added a way for sync point clients to issue out of order waits.
dyen
2016-01-08
3
-3
/
+67
*
Remove glCompressedCopySubTextureCHROMIUM.
zmo
2016-01-07
1
-390
/
+23
*
Allow GL_TEXTURE_RECTANGLE_ARB as the destination for copyTextureCHROMIUM.
erikchen
2016-01-06
1
-9
/
+119
*
Remove the "target" argument from CopyTextureChromium.
erikchen
2016-01-06
1
-35
/
+35
*
Added method to synchronize command buffers within GpuControl.
dyen
2016-01-05
2
-0
/
+5
*
Cleanup: Remove double semicolons.
thestig
2016-01-04
1
-1
/
+1
*
Clean up header files.
avi
2015-12-26
1
-4
/
+6
*
command_buffer: Implement CHROMIUM_framebuffer_mixed_samples extension
kkinnunen
2015-12-21
1
-0
/
+243
*
Switch to standard integer types in gpu/.
avi
2015-12-21
27
-263
/
+315
*
Remove remaining ScopedVector from gpu/ dir
martina.kollarova
2015-12-14
1
-13
/
+12
*
gpu: Enable EXT_sRGB test on Android, disable it on Nexus 5X
kkinnunen
2015-12-14
1
-8
/
+1
*
Reland "Added an extra sync token field for extra command buffer..."
dyen
2015-12-09
2
-0
/
+5
*
Revert of Added an extra sync token field for extra command buffer identifica...
ajuma
2015-12-04
2
-5
/
+0
*
Added an extra sync token field for extra command buffer identification.
dyen
2015-12-04
2
-0
/
+5
*
command_buffer: Implement EXT_blend_func_extended
kkinnunen
2015-12-04
1
-0
/
+653
*
Disable failing gl tests on Android.
khushalsagar
2015-12-03
2
-2
/
+16
*
Check texture ids are valid in CopyTextureCHROMIUM apis.
vmiura
2015-12-03
2
-0
/
+111
*
Add alpha argument to glResizeCHROMIUM
jbauman
2015-12-02
1
-2
/
+2
*
command_buffer: Implement EXT_multisample_compatibility
kkinnunen
2015-12-01
2
-1
/
+244
*
gpu: Fix gl_tests failing on volantis in gl path rendering test
kkinnunen
2015-12-01
1
-2
/
+1
*
Cleanup SurfaceVisibility code.
sohan.jyoti
2015-11-30
2
-5
/
+0
*
command_buffer: Make inactive bound fragment inputs reserve the location
kkinnunen
2015-11-24
1
-0
/
+85
[next]