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
/
service
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mac: Don't hang gpu process if a tab that shares its renderer process with ot...
thakis@chromium.org
2010-12-22
2
-0
/
+14
*
Fixed requesting of GL_EXT_texture_format_BGRA8888 and
kbr@chromium.org
2010-12-22
2
-3
/
+6
*
Map the render process's glBindFramebuffer(0) to the context's backing FBO.
klobag@chromium.org
2010-12-21
1
-0
/
+2
*
Fix glCopyTexImage2D and glCopyTexSubImage2D to handle
gman@chromium.org
2010-12-21
3
-3
/
+97
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
4
-8
/
+28
*
Make shader and program object lifetimes match OpenGL ES spec.
gman@chromium.org
2010-12-13
9
-96
/
+400
*
Fix off by one error in glGetShaderiv for the size
gman@chromium.org
2010-12-13
1
-1
/
+1
*
Exposed support for dynamically enabling extensions in command buffer
kbr@google.com
2010-12-06
10
-111
/
+207
*
Fix zero length string bug and NPOT bug
gman@chromium.org
2010-12-03
4
-15
/
+24
*
Check offset argument to gpu::gles2::BufferManager::BufferInfo::SetRange is n...
apatrick@chromium.org
2010-12-02
2
-2
/
+9
*
Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
5
-27
/
+26
*
FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
5
-26
/
+27
*
Add flow control between renderer and GPU processes, and, on Mac OS X,
kbr@google.com
2010-11-26
3
-3
/
+59
*
Resize synchronization for Linux.
backer@chromium.org
2010-11-25
5
-2
/
+27
*
Revert 67293 BrowserTestCanLaunchWithOSMesa was consistently failing - Initia...
andybons@chromium.org
2010-11-24
3
-14
/
+9
*
Initialize destinations variables before calling GL functions
gman@chromium.org
2010-11-24
3
-9
/
+14
*
Renames Chrome only GL extension functions to follow
gman@chromium.org
2010-11-18
4
-62
/
+69
*
Adds support for GL_FIXED vertex attributes.
gman@chromium.org
2010-11-18
6
-44
/
+245
*
Do an early return from GLES2DecoderImpl::Initialize if context group initial...
senorblanco@chromium.org
2010-11-17
1
-0
/
+1
*
Added glResizeCHRM to resize the drawable associated with the command buffer.
gman@chromium.org
2010-11-16
5
-2
/
+19
*
Fix GL_OES_standard_derivatives support.
gman@chromium.org
2010-11-13
3
-0
/
+7
*
Fix bool issues.
gman@chromium.org
2010-11-12
1
-4
/
+4
*
Add GL_CHROMIUM_resource_safe extension string
gman@chromium.org
2010-11-12
3
-24
/
+12
*
Use the shader translator to correct bad type information
gman@chromium.org
2010-11-12
12
-50
/
+339
*
Handle GL errors when querying the multisample count.
enne@chromium.org
2010-11-11
1
-1
/
+3
*
* Check for GL_ANGLE_framebuffer_mutlisample
gman@chromium.org
2010-11-09
9
-12
/
+53
*
Re-add setting of wrap and filtering mode parameters of backing
kbr@chromium.org
2010-11-09
1
-0
/
+24
*
Reland r65152 with mac and linux fix.
apatrick@chromium.org
2010-11-06
1
-5
/
+0
*
Revert 65152 - Integrated Pepper3D v2 with the accelerated compositor.
apatrick@chromium.org
2010-11-05
1
-0
/
+5
*
Integrated Pepper3D v2 with the accelerated compositor.
apatrick@chromium.org
2010-11-05
1
-5
/
+0
*
Fix a bug with count on commands that take a count
gman@chromium.org
2010-11-04
5
-208
/
+66
*
Advertise the GL_CHROMIUM_copy_texture_to_parent_texture and
kbr@google.com
2010-11-03
1
-0
/
+4
*
Saved offscreen textures are allocated GL_RGB when no alpha channel is reques...
apatrick@chromium.org
2010-11-03
1
-31
/
+67
*
Let every "accelerated IO surface swapped" message have an identifier of the ...
thakis@chromium.org
2010-10-28
2
-0
/
+8
*
Fix destruction order of ContextGroup
gman@chromium.org
2010-10-27
4
-7
/
+11
*
Fix up SharedMemory implementation so that it is more equivalent on Windows v...
dmaclach@chromium.org
2010-10-27
2
-9
/
+7
*
Disable scissor test during multisample resolve.
enne@chromium.org
2010-10-27
1
-0
/
+4
*
Fix antialiasing in WebGL.
enne@chromium.org
2010-10-25
1
-1
/
+1
*
Changes WebGL to rely on the command buffer
gman@chromium.org
2010-10-20
7
-8
/
+52
*
Convert LOG(INFO) to VLOG(1) - gpu/.
pkasting@chromium.org
2010-10-20
2
-23
/
+17
*
Add Ability to pass in allowed extensions to GPU contexts.
gman@chromium.org
2010-10-19
17
-175
/
+228
*
Move scoped_nsdisable_screen_update from base to app/mac
brettw@chromium.org
2010-10-18
2
-6
/
+6
*
Move constructor and destructor of MockGLInterface out of line.
thakis@chromium.org
2010-10-14
15
-16
/
+24
*
Use packed depth/stencil format if available.
enne@chromium.org
2010-10-14
1
-2
/
+4
*
FBTF: Fix more ctor/dtors found by clang plugin.
erg@google.com
2010-10-13
14
-37
/
+79
*
gpu: Make sure the fbo is always bound while the swap callback runs if an off...
thakis@chromium.org
2010-10-11
1
-10
/
+20
*
Mac: Fix resizing of composited background tabs.
thakis@chromium.org
2010-10-08
1
-0
/
+6
*
gpu: Removed unused class declaration.
thakis@chromium.org
2010-10-08
1
-13
/
+0
*
Rolled ANGLE rev 441:443. Other changes to accomodate the new ANGLE API.
alokp@chromium.org
2010-10-06
4
-16
/
+16
*
Fixed null dereference when GPU ContextGroup failed to initialize.
apatrick@chromium.org
2010-10-05
1
-0
/
+1
[next]