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
*
Revert "Revert 119430 - Make transferbuffer increase in size dynamically"
gman@chromium.org
2012-01-27
1
-6
/
+9
*
Remove placeholder commands
gman@chromium.org
2012-01-27
1
-54
/
+1
*
Revert 119430 - Make transferbuffer increase in size dynamically
kinuko@chromium.org
2012-01-27
1
-9
/
+6
*
Make transferbuffer increase in size dynamically
gman@chromium.org
2012-01-27
1
-6
/
+9
*
Move cmd buffer functions to txt file.
gman@chromium.org
2012-01-27
1
-173
/
+5
*
Remove command buffer command id tests etc..
gman@chromium.org
2012-01-27
1
-282
/
+3
*
Revert r118525 / Re-land r118240 - the build failure was a flake.
dpranke@chromium.org
2012-01-19
1
-3
/
+3
*
Revert r118240 - gles_2_c_lib as a component.
dpranke@chromium.org
2012-01-19
1
-3
/
+3
*
This change makes gles2_c_lib work as a component. It introduces a gles2_c_li...
dpranke@chromium.org
2012-01-19
1
-3
/
+3
*
Make GLES2Implementation handl failed allocation
gman@chromium.org
2012-01-11
1
-0
/
+8
*
Make GLES2CmdHelper and CommandBufferHelper handle failed allocation
gman@chromium.org
2012-01-11
1
-73
/
+110
*
Fix IsExtensionAvailable so it calls GetStringHelper
gman@chromium.org
2011-12-21
1
-0
/
+1
*
Fix PixelStorei so it does not recursively call GL functions
gman@chromium.org
2011-12-18
1
-22
/
+357
*
Revert "Reverting as this is suspected of causing check_deps failure on Linux...
gman@chromium.org
2011-12-14
1
-2
/
+14
*
Reverting as this is suspected of causing check_deps failure on Linux bot
finnur@chromium.org
2011-12-14
1
-14
/
+2
*
Add check for single threaded access to GLES2Implementation
gman@chromium.org
2011-12-14
1
-2
/
+14
*
Rename the shared_impl resource files to give them more regular names.
brettw@chromium.org
2011-12-07
1
-5
/
+6
*
Revert 113290 - Rename the shared_impl resource files to give them more regul...
brettw@chromium.org
2011-12-07
1
-6
/
+5
*
Rename the shared_impl resource files to give them more regular names.
brettw@chromium.org
2011-12-06
1
-5
/
+6
*
Adds support for the GL_ANGLE_texture_usage and GL_EXT_texture_storage
vangelis@chromium.org
2011-12-06
1
-0
/
+28
*
Remove Context3D/Surface3D
piman@chromium.org
2011-12-01
1
-12
/
+11
*
Make command buffer free transfer buffer when switching tabs
gman@chromium.org
2011-12-01
1
-2
/
+3
*
Fix many* python scripts in src/
maruel@chromium.org
2011-11-23
1
-4
/
+5
*
Added minimal support to command buffer for GL_ARB_texture_rectangle
kbr@chromium.org
2011-11-23
1
-0
/
+8
*
Plumb through EGL_NV_post_sub_buffer and GLX_MESA_copy_sub_buffer.
backer@chromium.org
2011-11-11
1
-0
/
+9
*
Refactor id_handler set in GLES2Implementation
jamesr@chromium.org
2011-11-10
1
-3
/
+5
*
Implement 'ANGLE_translated_shader_source' extension in command-buffer.
zmo@google.com
2011-10-05
1
-1
/
+11
*
External stream texture support.
sievers@chromium.org
2011-09-28
1
-10
/
+17
*
Renamed ppb_opengles.h to ppb_opengles2.h.
alokp@chromium.org
2011-09-15
1
-3
/
+11
*
Fix GPU cmd tests so they pass ASAN
gman@chromium.org
2011-09-08
1
-88
/
+40
*
reconstitute moving 3d out of dev CL. (previous attempt was reverted)
nfullagar@google.com
2011-09-07
1
-7
/
+7
*
Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev.
nfullagar@google.com
2011-09-06
1
-7
/
+7
*
Move PPAPI graphics3d and opengles interfaces out of Dev.
nfullagar@google.com
2011-09-06
1
-7
/
+7
*
Remove support for switching draw surfaces on a context.This was originally i...
apatrick@chromium.org
2011-09-02
1
-8
/
+5
*
Switch nacl proxy code auto-gen to graphics3d interface.
nfullagar@google.com
2011-08-24
1
-7
/
+10
*
Unify MacOS resizing path with glResizeCHROMIUM.
nduca@chromium.org
2011-08-22
1
-1
/
+2
*
Revert 97644 - Unify MacOS resizing path with glResizeCHROMIUM.
nduca@chromium.org
2011-08-22
1
-2
/
+1
*
Unify MacOS resizing path with glResizeCHROMIUM.
nduca@chromium.org
2011-08-22
1
-1
/
+2
*
Add option to not generate resources on bind in OpenGL ES
gman@chromium.org
2011-08-16
1
-7
/
+2
*
Rename and document glCommandBufferEnableCHROMIUM
gman@chromium.org
2011-08-12
1
-4
/
+4
*
Delete copy_texture_to_parent_texture from GPU command buffer code.
apatrick@chromium.org
2011-08-10
1
-20
/
+67
*
Cache OpenGL program info on the client side of the command buffer.
gman@chromium.org
2011-08-08
1
-9
/
+13
*
Flush command streams after deleting resources
jamesr@chromium.org
2011-08-05
1
-0
/
+2
*
Support GL_OES_EGL_image_external
bulach@chromium.org
2011-07-26
1
-2
/
+17
*
Reland 93066 - Execute all GL commands up to the put offset reported by a eac...
apatrick@chromium.org
2011-07-21
1
-10
/
+0
*
Revert 93066 - Execute all GL commands up to the put offset reported by a eac...
apatrick@chromium.org
2011-07-20
1
-0
/
+10
*
Binding Graphics3D with Instance and OpenGLES2 interface.
alokp@chromium.org
2011-07-19
1
-114
/
+16
*
Execute all GL commands up to the put offset reported by a each flush.This me...
apatrick@chromium.org
2011-07-19
1
-10
/
+0
*
Detect and expose loss of OpenGL context using GL_ARB_robustness.
kbr@chromium.org
2011-07-14
1
-3
/
+2
*
Cache bindings on client side in command buffer.
gman@chromium.org
2011-07-13
1
-4
/
+3
[next]