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
/
build_gles2_cmd_buffer.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added ppapi::Context3D interface. The API has already been reviewed. I am add...
alokp@chromium.org
2010-12-23
1
-9
/
+12
*
Make CopyTexImage2D and CopyTexSubImage2D fail if
gman@chromium.org
2010-12-23
1
-5
/
+14
*
Moved the logic of maintaining the current context to gles2 helper library.
alokp@chromium.org
2010-12-21
1
-38
/
+64
*
Added a stub gles2 implementation.
alokp@chromium.org
2010-12-15
1
-0
/
+21
*
Hard code number of auto generated command buffer unit
gman@chromium.org
2010-12-10
1
-3
/
+3
*
Initialize destinations variables before calling GL functions
gman@chromium.org
2010-12-07
1
-0
/
+37
*
Exposed support for dynamically enabling extensions in command buffer
kbr@google.com
2010-12-06
1
-0
/
+20
*
Check offset argument to gpu::gles2::BufferManager::BufferInfo::SetRange is n...
apatrick@chromium.org
2010-12-02
1
-7
/
+10
*
Revert 67293 BrowserTestCanLaunchWithOSMesa was consistently failing - Initia...
andybons@chromium.org
2010-11-24
1
-37
/
+0
*
Initialize destinations variables before calling GL functions
gman@chromium.org
2010-11-24
1
-0
/
+37
*
Renames Chrome only GL extension functions to follow
gman@chromium.org
2010-11-18
1
-38
/
+70
*
Update cmd buffer script to reflect ppapi reorg.
neb@chromium.org
2010-11-17
1
-10
/
+10
*
Added glResizeCHRM to resize the drawable associated with the command buffer.
gman@chromium.org
2010-11-16
1
-0
/
+6
*
Fix a bug with count on commands that take a count
gman@chromium.org
2010-11-04
1
-55
/
+86
*
Switch gles2_cmd_buffer to issue glFinish when it decodes glFinish.
nduca@chromium.org
2010-09-30
1
-5
/
+1
*
Fix WebGL getParameter bug in command buffer.
zmo@google.com
2010-09-24
1
-2
/
+2
*
Adds stub for client side GL logging.
gman@chromium.org
2010-09-23
1
-6
/
+18
*
Update build_gles2_cmd_buffer.py for PPAPI.
neb@chromium.org
2010-09-13
1
-23
/
+139
*
Add way to create a texture in parent's context and copy into it
jamesr@chromium.org
2010-08-28
1
-0
/
+6
*
Adds support for GL_EXT_texture_compression_s3tc,
gman@chromium.org
2010-08-26
1
-1
/
+1
*
Adds support for EXT_framebuffer_multisample
gman@chromium.org
2010-08-23
1
-2
/
+25
*
Sorry but I had to rollback this change.
gman@chromium.org
2010-08-20
1
-135
/
+24
*
Pepper2 Graphics3D implementation - browser side.
neb@chromium.org
2010-08-17
1
-24
/
+135
*
Clear render buffers
gman@chromium.org
2010-08-06
1
-1
/
+16
*
A couple of minor fixes for CopyTexImage2D
gman@chromium.org
2010-08-04
1
-0
/
+1
*
Adds range checking to glTexSubImage2D, glCompressedTexSubImage2D,
gman@chromium.org
2010-07-31
1
-1
/
+11
*
Adds support for OpenGL ES 2.0 extensions
gman@chromium.org
2010-07-16
1
-12
/
+28
*
Adds MapBufferSubData and MapTexSubImage2D.
gman@chromium.org
2010-07-14
1
-20
/
+55
*
Map RGBA4/RGB5_A1 to RGBA and RGB565 to RGB in RenderbufferStorage.
zmo@google.com
2010-06-18
1
-0
/
+1
*
Refactor validation code so it can be modified at runtime.
gman@chromium.org
2010-06-15
1
-15
/
+74
*
Changes required to get glValidateProgram to work
gman@chromium.org
2010-06-14
1
-3
/
+2
*
Resubmit http://codereview.chromium.org/2096008/show
gman@chromium.org
2010-05-19
1
-2
/
+3
*
Reverting again, will manually build on linux since trybots are apparently no...
gman@chromium.org
2010-05-18
1
-3
/
+2
*
Resubmit with fix that trybot didn't catch.
gman@chromium.org
2010-05-18
1
-2
/
+3
*
revert last CL
gman@chromium.org
2010-05-18
1
-3
/
+2
*
Update the GLSL translator code to use the correct constants
gman@chromium.org
2010-05-18
1
-2
/
+3
*
Enables vertex attrib 0 and assigns a buffer to it
gman@chromium.org
2010-05-17
1
-33
/
+64
*
Makes shader translation a runtime switch.
gman@chromium.org
2010-05-17
1
-7
/
+6
*
Adds support for compressed textures. DXT1 only.
gman@chromium.org
2010-05-17
1
-10
/
+83
*
Adds wrapping to support BOOL types on uniforms since some OpenGL drivers
gman@chromium.org
2010-05-13
1
-4
/
+88
*
Resubmit CL http://codereview.chromium.org/1992008/
gman@google.com
2010-05-08
1
-17
/
+43
*
Revert gpu CL which broke the Mac build.
shess@chromium.org
2010-05-08
1
-37
/
+16
*
This CL adds the option to support buffers that are bound
gman@chromium.org
2010-05-07
1
-16
/
+37
*
A few more changes for conformance tests.
gman@chromium.org
2010-05-07
1
-1
/
+12
*
Adds support for shared resources.
gman@chromium.org
2010-05-03
1
-8
/
+57
*
Adds error messages for synthesized gl errors.
gman@chromium.org
2010-04-29
1
-16
/
+19
*
GPU service interprets glFinish as glFlush.
apatrick@chromium.org
2010-04-27
1
-1
/
+5
*
Changes the code to use separate ids namspaces
gman@chromium.org
2010-04-27
1
-83
/
+54
*
A bunch more GLES2 conformance test fixes.
gman@chromium.org
2010-04-22
1
-19
/
+80
*
Some GL drivers incorrectly return "gl_DepthRange.far" as
gman@chromium.org
2010-04-21
1
-1
/
+5
[next]