Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(389)

Issue 7057033: Move OpenGL ES 2.0 conformance test support into main tree (Closed)

Created:
9 years, 7 months ago by greggman
Modified:
9 years, 7 months ago
Reviewers:
apatrick_chromium
CC:
chromium-reviews, apatrick_chromium
Visibility:
Public.

Description

Move OpenGL ES 2.0 conformance test support into main tree This support breaks often because it is not built but the buildbots. This CL adds it to the main tree so it will be built by the buildbots. Not sure where to add it in all.gyp but I need to make sure it's built TEST=opengl es 2.0 conformance tests still build BUG=83382 R=apatrick@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86306

Patch Set 1 #

Patch Set 2 : fix include paths #

Patch Set 3 : add eglext include for windows #

Patch Set 4 : fixes for osx #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2032 lines, -0 lines) Patch
M build/all.gyp View 2 chunks +2 lines, -0 lines 0 comments Download
A gpu/gles2_conform_support/egl/config.h View 1 chunk +92 lines, -0 lines 0 comments Download
A gpu/gles2_conform_support/egl/config.cc View 1 1 chunk +152 lines, -0 lines 0 comments Download
A gpu/gles2_conform_support/egl/display.h View 1 chunk +77 lines, -0 lines 0 comments Download
A gpu/gles2_conform_support/egl/display.cc View 1 1 chunk +187 lines, -0 lines 0 comments Download
A gpu/gles2_conform_support/egl/egl.cc View 1 1 chunk +377 lines, -0 lines 0 comments Download
A gpu/gles2_conform_support/egl/native/EGL/egl.h View 1 chunk +329 lines, -0 lines 0 comments Download
A gpu/gles2_conform_support/egl/native/EGL/eglext.h View 1 chunk +222 lines, -0 lines 0 comments Download
A gpu/gles2_conform_support/egl/native/EGL/eglplatform.h View 1 2 3 1 chunk +117 lines, -0 lines 0 comments Download
A gpu/gles2_conform_support/egl/surface.h View 1 chunk +29 lines, -0 lines 0 comments Download
A gpu/gles2_conform_support/egl/surface.cc View 1 1 chunk +15 lines, -0 lines 0 comments Download
A gpu/gles2_conform_support/gles2_conform_support.c View 1 chunk +23 lines, -0 lines 0 comments Download
A gpu/gles2_conform_support/gles2_conform_support.gyp View 1 chunk +99 lines, -0 lines 0 comments Download
A gpu/gles2_conform_support/gtf/gtf_stubs.h View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
A gpu/gles2_conform_support/native/egl_native.cc View 1 chunk +22 lines, -0 lines 0 comments Download
A gpu/gles2_conform_support/native/egl_native_linux.cc View 1 chunk +121 lines, -0 lines 0 comments Download
A gpu/gles2_conform_support/native/egl_native_win.cc View 1 chunk +113 lines, -0 lines 0 comments Download
A gpu/gles2_conform_support/native/main.cc View 1 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
greggman
I have a CL for the actual OpenGL ES 2.0 conformance tests that use this ...
9 years, 7 months ago (2011-05-21 00:50:24 UTC) #1
apatrick_chromium
9 years, 7 months ago (2011-05-23 18:13:41 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698