| [1/6] gl: Add entry for UniformMatrix4fv in the gl dispatch table |
2011-02-08 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [2/6] gl: Add function to bind a 4x4 float matrix shader uniform |
2011-02-08 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [3/6] gl: Replace ftransform() with manual coordinate calculation in shaders |
2011-02-08 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [4/6] gl: Use a custom shader uniform for the ModelViewProjection matrix |
2011-02-08 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [5/6] gl: Add gl dispatch entries for functions related to vertex attributes |
2011-02-08 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [6/6] gl: Replace built-in vertex attributes with custom attributes |
2011-02-08 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [2/3] egl: Ensure that the dummy pbuffer surface is compatible with the supplied context |
2011-02-11 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [3/3] boilerplate/egl: Ensure that we are using an RGBA32 egl config |
2011-02-11 |
alexandros.frantzis@linaro.org |
|
Accepted |
| GStreamer: fpsdisplaysink patches |
2011-02-28 |
Benjamin Gaignard |
|
New |
| [kde-workspace] kwin: Fix GL error when do texture from pixmap |
2011-03-11 |
Jammy Zhou |
|
New |
| [1/2] Add simple support for the r8g8b8a8 and r8g8b8x8 formats. |
2011-03-18 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [2/2] Add support for the r8g8b8a8 and r8g8b8x8 formats to the tests. |
2011-03-18 |
alexandros.frantzis@linaro.org |
|
Accepted |
| GStreamer: fpsdisplaysink patchs |
2011-03-22 |
Benjamin Gaignard |
|
New |
| [GStreamer] xvimagesink: use buffer pool |
2011-04-18 |
Benjamin Gaignard |
|
New |
| [Gstreamer] new vo-aacenc plugin |
2011-04-19 |
Benjamin Gaignard |
|
New |
| [gst-openmax] h264dec: use stream-format and alignment fields in sink caps |
2011-05-31 |
Benjamin Gaignard |
|
New |
| [Branch,~afrantzis/glmark2/trunk] Rev 83: Merge validation branch. |
2011-06-16 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~jesse-barker/libmatrix/trunk] Rev 16: Fix inverse method (minors were constructed incorrectly). In addition to the |
2011-06-16 |
Jesse Barker |
|
Accepted |
| [Branch,~jesse-barker/libmatrix/trunk] Rev 17: Add matrix_inverse_test and build it by default. |
2011-06-16 |
Jesse Barker |
|
Accepted |
| [Branch,~jesse-barker/libmatrix/trunk] Rev 18: Add the Linaro copyright to the inverse test module. |
2011-06-16 |
Jesse Barker |
|
Accepted |
| [Branch,~jesse-barker/libmatrix/trunk] Rev 19: In addition to building the tests (just the one for now), make sure to run |
2011-06-17 |
Jesse Barker |
|
Accepted |
| [Branch,~afrantzis/glmark2/trunk] Rev 86: Improve debug and error message reporting. |
2011-06-21 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~afrantzis/glmark2/trunk] Rev 84: Merge port to LibMatrix/Program infrastructure. |
2011-06-21 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~afrantzis/glmark2/trunk] Rev 85: Ensure all Mesh instance variables are properly initialized and reset. |
2011-06-21 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~afrantzis/glmark2/trunk] Rev 87: Improve man pages. |
2011-06-21 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~jesse-barker/libmatrix/trunk] Rev 20: Refactor tests into its own component. Push the test source into a separate |
2011-06-21 |
Jesse Barker |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 22: Merge branch that splits different tests into separate files. |
2011-06-22 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 23: Import and integrate latest LibMatrix from lp:libmatrix (rev. 20). |
2011-06-22 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 24: Add support for test options. |
2011-06-22 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 25: Improve robustness of command line option parsing. |
2011-06-22 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~jesse-barker/libmatrix/trunk] Rev 21: Add transpose tests for matrix classes. Also, add copyright comments to test |
2011-06-22 |
Jesse Barker |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 26: Merge support for specifying benchmarks from the command line. |
2011-06-23 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 27: Add --no-swap-buffers command line option. |
2011-06-23 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 36: Add short versions of some command line options. |
2011-06-23 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 32: Replace --num-iters command line option with the 'iterations' and 'duration' test options. |
2011-06-23 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 33: Replace --no-vbo command line option with 'use-vbo' test option. |
2011-06-23 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~afrantzis/glmark2/trunk] Rev 88: Add special SceneDefaultOptions class, used for setting default options for all other scenes. |
2011-06-23 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 35: Remove forgotten --num-iter references. |
2011-06-23 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 30: Fix source code indentation. |
2011-06-23 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 28: Refactor CompositeTest object hierarchy. |
2011-06-23 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 34: Add special CompositeTestDefaultOptions class used for changing default options at runtime. |
2011-06-23 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 31: Add 'duration' and 'iterations' test options. |
2011-06-23 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 29: Add debug message for added command line benchmarks. |
2011-06-23 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~afrantzis/glmark2/trunk] Rev 89: Document the special benchmark description string syntax used for setting |
2011-06-23 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~afrantzis/glmark2/trunk] Rev 90: Bring some sanity to source file names. |
2011-06-23 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~jesse-barker/libmatrix/trunk] Rev 22: Whitespace cleanup. |
2011-06-23 |
Jesse Barker |
|
Accepted |
| [Branch,~afrantzis/glmark2/trunk] Rev 92: Improve robustness of 3ds model loading. |
2011-06-24 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~afrantzis/glmark2/trunk] Rev 93: Update files for 2011.06 release. |
2011-06-24 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~afrantzis/glmark2/trunk] Rev 91: Use a "safer" pixel for the validation of SceneTexture. |
2011-06-24 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~afrantzis/glmark2/trunk] Rev 94: gl: Disable VSync manually (work around an SDL bug). |
2011-06-24 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~afrantzis/glmark2/trunk] Rev 95: Automatically set the application version in the man page. |
2011-06-24 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 37: Also check and use GLX_MESA_swap_control (if GL_EXT_swap_control is not present). |
2011-06-24 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 38: Update glcompbench description and window title. |
2011-06-24 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 39: Add man pages for glcompbench variants and gl-composite-benchmark. |
2011-06-24 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 40: Display program information when starting. |
2011-06-24 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 41: Update files for 2011.06 release. |
2011-06-24 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 43: Set the canvas width and height only when we receive a configure event for its window. |
2011-06-24 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 42: Document CompositeTest options. |
2011-06-24 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~afrantzis/glmark2/trunk] Rev 96: Merge SDL removal branch. |
2011-07-01 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~afrantzis/glmark2/trunk] Rev 97: Merge refactoring of Mesh class. |
2011-07-04 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~afrantzis/glmark2/trunk] Rev 98: Add Scene::load_shaders_from_strings() helper method. |
2011-07-04 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~afrantzis/glmark2/trunk] Rev 99: Fix typo in Canvas::height() and adjust validation reference values. |
2011-07-06 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~afrantzis/glmark2/trunk] Rev 100: Merge shader conditionals benchmark. |
2011-07-06 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glmark2-dev/glmark2/trunk] Rev 104: Merge implementation of shader loop benchmarking scene. |
2011-07-08 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [v2] omap4: pandaboard: ehci fref_clkout per board revision |
2011-07-11 |
Ricardo Salveti de Araujo |
|
Accepted |
| lib/printf.c: making serial_printf return vsprintf ret value |
2011-07-11 |
Ricardo Salveti de Araujo |
|
Accepted |
| [Branch,~glmark2-dev/glmark2/trunk] Rev 105: Refactor Model class to correctly read 3ds files with multiple objects. |
2011-07-12 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glmark2-dev/glmark2/trunk] Rev 106: Merge advanced lighting development branch into trunk. |
2011-07-12 |
Jesse Barker |
|
Accepted |
| [Branch,~glmark2-dev/glmark2/trunk] Rev 107: Fix compiler warning about potentially uninitialized variable. |
2011-07-12 |
Jesse Barker |
|
Accepted |
| [Branch,~glmark2-dev/glmark2/trunk] Rev 108: Use uniforms in the fragment shader for the light and the half vector in light-advanced. |
2011-07-13 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glmark2-dev/glmark2/trunk] Rev 108: Use uniforms in the fragment shader for the light and the half vector in light-advanced. |
2011-07-13 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glmark2-dev/glmark2/trunk] Rev 109: Cleanup of PNG image loading code. Still wildly uncomfortable with libpng using |
2011-07-14 |
Jesse Barker |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 47: Rename shader source files for consistency with glmark2 project. Name scheme |
2011-07-18 |
Jesse Barker |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 48: Merge canvas, window and test for pixman-based compositing. |
2011-07-19 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glmark2-dev/glmark2/trunk] Rev 111: Merge SceneBump implementation. |
2011-07-19 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glmark2-dev/glmark2/trunk] Rev 110: Fix validation of SceneShading. |
2011-07-19 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glmark2-dev/glmark2/trunk] Rev 112: Open 3ds model files in read-only mode. |
2011-07-19 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 49: Remove unnecessary #includes in CompositeTestPixman. |
2011-07-19 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 50: Use a specific union member when passing a union as an argument to a varargs function. |
2011-07-19 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 51: Support source pixmaps of any format for pixman compositing. |
2011-07-19 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 52: Handle GLX TFP in a more spec-conformant manner. |
2011-07-20 |
alexandros.frantzis@linaro.org |
|
Accepted |
| [Branch,~glcompbench-dev/glcompbench/trunk] Rev 53: Check for the correct packages when building egl-gl flavor. |
2011-07-20 |
alexandros.frantzis@linaro.org |
|
Accepted |
| igep00x0, beagle and omap3evm: fixing bug at prcm_init |
2011-07-21 |
Ricardo Salveti de Araujo |
|
New |
| igep00x0, beagle and omap3evm: fixing bug at prcm_init |
2011-07-21 |
Ricardo Salveti de Araujo |
|
Accepted |
| [Branch,~glmark2-dev/glmark2/trunk] Rev 2: Remove immediate rendering and display list functionality that is not available in OpenGL ES 2.0. |
2011-07-21 |
Alexandros Frantzis |
|
Accepted |
| [Branch,~glmark2-dev/glmark2/trunk] Rev 1: Initial release of original OpenGL code. |
2011-07-21 |
Alexandros Frantzis |
|
Accepted |
| [Branch,~glmark2-dev/glmark2/trunk] Rev 3: Removed request for user input at start of program. |
2011-07-21 |
Alexandros Frantzis |
|
Accepted |
| [Branch,~glmark2-dev/glmark2/trunk] Rev 8: Add support for some standard shader uniforms. |
2011-07-21 |
Alexandros Frantzis |
|
Accepted |
| [Branch,~glmark2-dev/glmark2/trunk] Rev 4: Remove dependency on GLEW. |
2011-07-21 |
Alexandros Frantzis |
|
Accepted |
| [Branch,~glmark2-dev/glmark2/trunk] Rev 14: Improve Makefile. |
2011-07-21 |
Alexandros Frantzis |
|
Accepted |
| [Branch,~glmark2-dev/glmark2/trunk] Rev 6: Remove built-in smooth shading functionality which is not available in OpenGL ES 2.0. |
2011-07-21 |
Alexandros Frantzis |
|
Accepted |
| [Branch,~glmark2-dev/glmark2/trunk] Rev 13: Fix part number for shading scene. |
2011-07-21 |
Alexandros Frantzis |
|
Accepted |
| [Branch,~glmark2-dev/glmark2/trunk] Rev 7: Add matrix class. |
2011-07-21 |
Alexandros Frantzis |
|
Accepted |
| [Branch,~glmark2-dev/glmark2/trunk] Rev 10: Use enumerated values instead of plain numbers for attribute locations. |
2011-07-21 |
Alexandros Frantzis |
|
Accepted |
| [Branch,~glmark2-dev/glmark2/trunk] Rev 12: Fix errors in shaders. |
2011-07-21 |
Alexandros Frantzis |
|
Accepted |
| [Branch,~glmark2-dev/glmark2/trunk] Rev 11: Add Mesh::render_vbo_attrib() that renders using user-defined vertex attributes exclusively. |
2011-07-21 |
Alexandros Frantzis |
|
Accepted |
| [Branch,~glmark2-dev/glmark2/trunk] Rev 9: Enable lighting when starting each scene (not just the first one), so that they can be started in... |
2011-07-21 |
Alexandros Frantzis |
|
Accepted |
| [Branch,~glmark2-dev/glmark2/trunk] Rev 5: Add back output header string. |
2011-07-21 |
Alexandros Frantzis |
|
Accepted |
| [Branch,~glmark2-dev/glmark2/trunk] Rev 20: Initialize scene variables properly. |
2011-07-21 |
Alexandros Frantzis |
|
Accepted |
| [Branch,~glmark2-dev/glmark2/trunk] Rev 18: Add mProjection matrix in Screen. |
2011-07-21 |
Alexandros Frantzis |
|
Accepted |