~glmark2-dev/glmark2/canvas-drm-rebranch

  • Committer: Jesse Barker
  • Date: 2012-12-17 22:48:52 UTC
  • Revision ID: jesse.barker@linaro.org-20121217224852-z3o4qk78f0ygzjsh
CanvasDRM:  Further simplify the select() logic.  Firstly, as we have a NULL
pointer for the timeout parameter, select() won't time out and we don't need to
handle that return value.  Secondly, unless we have a really great idea for
handling user input (apart from Ctrl-C), we don't need to listen on stdin.
Filename Latest Rev Last Changed Committer Comment Size
..
libjpeg-turbo 224.1.6 11 years ago Alexandros Frantzis libjpeg-turbo: Add libjpeg-turbo source code for u Diff
libmatrix 84 12 years ago Alexandros Frantzis Merge port to LibMatrix/Program infrastructure. Diff
libpng 120.1.1 12 years ago Alexandros Frantzis Add libpng source code, needed for Android build. Diff
scene-ideas 204.1.2 12 years ago Jesse Barker SceneIdeas: Add the guts of the new "Ideas on Ope Diff
scene-terrain 226.1.1 11 years ago Alexandros Frantzis SceneTerrain: Add scene based on WebGL dynamic ter Diff
android.cpp 249.1.1 11 years ago Jesse Barker SceneShadow: Add the skeleton (stubs for derived s 15.5 KB Diff Download File
benchmark-collection.cpp 198.1.11 12 years ago Alexandros Frantzis Options,BenchmarkCollection: Add --annotate comman 2.9 KB Diff Download File
benchmark-collection.h 198.1.10 12 years ago Alexandros Frantzis BenchmarkCollection: Add include guards to header 1.5 KB Diff Download File
benchmark.cpp 244 11 years ago Alexandros Frantzis libmatrix: Sync with lp:libmatrix revision 41. Up 3.9 KB Diff Download File
benchmark.h 198.1.2 12 years ago Alexandros Frantzis Benchmark: Add method to query whether the benchma 3.1 KB Diff Download File
canvas-android.cpp 208.1.5 12 years ago Alexandros Frantzis Android: Display a debug message with the chosen v 5.2 KB Diff Download File
canvas-android.h 159.2.23 12 years ago Alexandros Frantzis *: More trailing whitespace cleanup. 1.5 KB Diff Download File
canvas-drm.cpp 257 11 years ago Jesse Barker CanvasDRM: Further simplify the select() logic. 13.8 KB Diff Download File
canvas-drm.h 256 11 years ago Jesse Barker CanvasDRM: Fix handling of Ctrl-C. Because the Ct 3.1 KB Diff Download File
canvas-x11-egl.cpp 249.2.2 11 years ago Jesse Barker CanvasX11{EGL,GLX}: Integrate new EGLState object. 2.7 KB Diff Download File
canvas-x11-egl.h 249.2.2 11 years ago Jesse Barker CanvasX11{EGL,GLX}: Integrate new EGLState object. 1.3 KB Diff Download File
canvas-x11-glx.cpp 252.1.3 11 years ago Alexandros Frantzis CanvasX11GLX: Print out the stencil size of the se 8.7 KB Diff Download File
canvas-x11-glx.h 249.2.2 11 years ago Jesse Barker CanvasX11{EGL,GLX}: Integrate new EGLState object. 1.8 KB Diff Download File
canvas-x11.cpp 249.2.2 11 years ago Jesse Barker CanvasX11{EGL,GLX}: Integrate new EGLState object. 13 KB Diff Download File
canvas-x11.h 249.2.2 11 years ago Jesse Barker CanvasX11{EGL,GLX}: Integrate new EGLState object. 3.8 KB Diff Download File
canvas.h 240 11 years ago Alexandros Frantzis Include <stdint.h> to ensure proper builds on all 6.7 KB Diff Download File
default-benchmarks.h 249.1.1 11 years ago Jesse Barker SceneShadow: Add the skeleton (stubs for derived s 3.4 KB Diff Download File
egl-state.cpp 252.1.2 11 years ago Jesse Barker GLVisualConfig: Update the visual config object to 15.8 KB Diff Download File
egl-state.h 252.1.1 11 years ago Jesse Barker EGLState: Add remaining config attributes from tab 4.1 KB Diff Download File
gl-headers.cpp 200.1.5 12 years ago Alexandros Frantzis gl-headers: Add method to check whether a GL exten 1.4 KB Diff Download File
gl-headers.h 200.1.7 12 years ago Alexandros Frantzis CanvasX11: Add support for rendering to an off-scr 1.8 KB Diff Download File
gl-visual-config.cpp 252.1.2 11 years ago Jesse Barker GLVisualConfig: Update the visual config object to 4.2 KB Diff Download File
gl-visual-config.h 252.1.2 11 years ago Jesse Barker GLVisualConfig: Update the visual config object to 1.9 KB Diff Download File
image-reader.cpp 224.1.8 11 years ago Alexandros Frantzis ImageReader: Remove C casts. 8.6 KB Diff Download File
image-reader.h 224.1.3 11 years ago Alexandros Frantzis ImageReader: Refactor image reading infrastructure 1.8 KB Diff Download File
main-loop.cpp 246.1.2 11 years ago Alexandros Frantzis MainLoop,Android: Log an appropriate message if sc 8.6 KB Diff Download File
main-loop.h 246.1.1 11 years ago Alexandros Frantzis MainLoop: Exclude from score calculation benchmark 3.3 KB Diff Download File
main.cpp 254 11 years ago Jesse Barker Rebranch of lp:~glmark2-dev/glmark2/canvas-drm Ad 6.6 KB Diff Download File
mesh.cpp 249.1.5 11 years ago Jesse Barker Mesh: Fix for a situation encountered during the d 16.6 KB Diff Download File
mesh.h 169 12 years ago Alexandros Frantzis Mesh,Model: Remove trailing whitespace. 4 KB Diff Download File
model.cpp 225.1.16 11 years ago Jesse Barker Ensure file access for all model data goes through 24.2 KB Diff Download File
model.h 240 11 years ago Alexandros Frantzis Include <stdint.h> to ensure proper builds on all 3.4 KB Diff Download File
options.cpp 244 11 years ago Alexandros Frantzis libmatrix: Sync with lp:libmatrix revision 41. Up 7.2 KB Diff Download File
options.h 205.1.4 12 years ago Alexandros Frantzis Main,Options: Add and use the 'visual-config' comm 1.6 KB Diff Download File
scene-buffer.cpp 245.1.2 11 years ago Alexandros Frantzis Scene*: Change ::setup() to return a bool. 13.7 KB Diff Download File
scene-build.cpp 245.1.2 11 years ago Alexandros Frantzis Scene*: Change ::setup() to return a bool. 7.7 KB Diff Download File
scene-bump.cpp 245.1.2 11 years ago Alexandros Frantzis Scene*: Change ::setup() to return a bool. 12.6 KB Diff Download File
scene-conditionals.cpp 245.1.2 11 years ago Alexandros Frantzis Scene*: Change ::setup() to return a bool. 4.8 KB Diff Download File
scene-default-options.cpp 245.1.2 11 years ago Alexandros Frantzis Scene*: Change ::setup() to return a bool. 2 KB Diff Download File
scene-desktop.cpp 245.1.2 11 years ago Alexandros Frantzis Scene*: Change ::setup() to return a bool. 30.7 KB Diff Download File
scene-effect-2d.cpp 245.1.2 11 years ago Alexandros Frantzis Scene*: Change ::setup() to return a bool. 12.2 KB Diff Download File
scene-function.cpp 245.1.2 11 years ago Alexandros Frantzis Scene*: Change ::setup() to return a bool. 5.7 KB Diff Download File
scene-grid.cpp 245.1.2 11 years ago Alexandros Frantzis Scene*: Change ::setup() to return a bool. 3 KB Diff Download File
scene-ideas.cpp 245.1.2 11 years ago Alexandros Frantzis Scene*: Change ::setup() to return a bool. 11.5 KB Diff Download File
scene-jellyfish.cpp 245.1.3 11 years ago Alexandros Frantzis SceneJellyfish: Take into account the initializati 19.3 KB Diff Download File
scene-jellyfish.h 245.1.3 11 years ago Alexandros Frantzis SceneJellyfish: Take into account the initializati 3.4 KB Diff Download File
scene-loop.cpp 245.1.2 11 years ago Alexandros Frantzis Scene*: Change ::setup() to return a bool. 5.6 KB Diff Download File
scene-pulsar.cpp 245.1.2 11 years ago Alexandros Frantzis Scene*: Change ::setup() to return a bool. 9.3 KB Diff Download File
scene-shading.cpp 245.1.2 11 years ago Alexandros Frantzis Scene*: Change ::setup() to return a bool. 11 KB Diff Download File
scene-shadow.cpp 249.1.7 11 years ago Jesse Barker SceneShadow: We don't really need a matrix stack f 15.7 KB Diff Download File
scene-terrain.cpp 245.1.2 11 years ago Alexandros Frantzis Scene*: Change ::setup() to return a bool. 12 KB Diff Download File
scene-texture.cpp 245.1.2 11 years ago Alexandros Frantzis Scene*: Change ::setup() to return a bool. 10.7 KB Diff Download File
scene.cpp 245.1.2 11 years ago Alexandros Frantzis Scene*: Change ::setup() to return a bool. 7.7 KB Diff Download File
scene.h 249.1.1 11 years ago Jesse Barker SceneShadow: Add the skeleton (stubs for derived s 12.2 KB Diff Download File
text-renderer.cpp 208.2.5 12 years ago Jesse Barker Texture: Add a TextureMap infrastructure similar t 8.1 KB Diff Download File
text-renderer.h 184 12 years ago Alexandros Frantzis TextRenderer: Fix position() method signature. 1.4 KB Diff Download File
texture.cpp 224.1.5 11 years ago Jesse Barker Texture: Fix comment so it applies to the texture 6 KB Diff Download File
texture.h 224.1.2 11 years ago Alexandros Frantzis Texture: Support loading textures from JPEG files. 2.4 KB Diff Download File
wscript_build 254 11 years ago Jesse Barker Rebranch of lp:~glmark2-dev/glmark2/canvas-drm Ad 3.3 KB Diff Download File