[cogl] (142 commits) Created branch wip/rib/cogl-1.12



The branch 'wip/rib/cogl-1.12' was created.

Summary of new commits:

  f001b01... Add a vtable for the driver
  27863ee... Add a context parameter to all of the texture driver virtua
  eb3a6ce... gles: Support the GL_EXT_texture_format_BGRA8888 extension
  e8c7f28... gles2: Support the GL_EXT_unpack_subimage extension
  3316626... Updated Czech translation
  643f543... Updated Latvian translation.
  9c38bca... Updated Traditional Chinese translation(Hong Kong and Taiwa
  3ac42df... [l10n] Updated Catalan translation
  12b19b4... [l10n]Updated Catalan (Valencian) translation
  ab07697... [l10n] Updated Catalan translation
  58deebc... [l10n]Updated Catalan (Valencian) translation
  14a5018... Updated German translation
  585d41d... Updated Swedish translation
  559aa38... Updated German translation
  113d56b... texture: Fix error handling in get_texture_bits_via_offscre
  479eb9e... pipeline: Use cogl_depth_state_init to init default depth s
  c00a782... bitmap: Store a pointer to the context
  4e552bf... Add a CoglPrimitiveTexture interface
  dae79a3... Add constructors which take a CoglBitmap to all primitive t
  f4ac45c... Fix places that ignore the COGL_TEXTURE_NO_AUTO_MIPMAP flag
  3603d79... Use GL_ARB_sampler_objects
  712001d... Use ffs to calculate the GL_{UN,}PACK_ALIGNMENT
  2c5becc... Use GL_PACK_ALIGNMENT of 1 whenever possible
  0fa0fe4... Add a mechanism for determining GPU driver details
  d25d4ed... Add a workaround for slow read pixels on Mesa
  3601056... Fix including a non-existent header
  0b81fb5... [l10n] Fixes on Catalan translation
  2146539... [l10n]Updated Catalan (Valencian) translation
  39a4b6e... cogl-crate: print GError message if texture load fails
  a578cc3... cogl-crate: remove redundant g_type_init
  36bc787... Use cogl_framebuffer_draw_rectangle api
  26d3206... msaa: print GError message on onscreen alloc failure
  9b37bb0... fix cogl_context_new crash if fail to connect renderer
  55adeed... kms: Use GBM surfaces
  41a8927... egl-kms: Use drmModePageFlip
  620025f... kms: Implement the swap buffers notify feature
  7fa359f... kms: Add mirror support and env var configurability
  a6416e4... kms: defer setting crtc modes until first swap buffers
  de1809f... tests: Port test-premult
  c4299c4... Rework sdl integration api
  fdb15f1... update Simplified Chinese (zh_CN) translation
  3bb8a80... winsys-glx: Remove unused variable
  eb6534e... cogl/Makefile.am: Fix filters for MSVC projects
  83e841c... Fix cogl.symbols
  7b2f850... Don't include any GL header from the public GL headers
  7062689... Add a context member to CoglPath
  15eb306... bitmap-pixbuf: Fix the bitmap loader on Quartz
  d20902d... Add _COGL_STATIC_ASSERT macro
  afe638a... Removes all remaining use of CoglHandle
  83bfd71... Switch use of primitive glib types to c99 equivalents
  a14f2ca... Replace cogl_path_{stroke,fill} with framebuffer API
  d01842c... configure: Fix the check for _Static_assert
  e2dc1d7... build: Include stdint.h
  b31247a... tests: Adds journal micro benchmark
  81b1623... Adds internal CoglMemoryStack utility API
  408ce9d... Adds a "magazine" allocator for chunks of fixed size
  6d3b3a9... Re-design the matrix stack using a graph of ops
  3ca5b3a... journal: avoiding some _cogl_matrix_entry_get()'s
  949440b... Add a cogl-version header
  e92c707... Allow npot Texture2D creation with only basic npot support
  3fa2dd1... Updated Spanish translation
  eea9af3... Fixes for make dist
  66cce4a... Updated Hebrew translation.
  17db127... Updated Galician translations
  ff8f6e2... Updated Galician translations
  474260d... Don't typedef CoglMemoryStack twice
  847cf84... [l10n] Updated German translation
  681eb8c... Updated Greek translation
  c49eab8... buffer: Use GL_STREAM_DRAW on GLES2
  76b5b77... Updated Czech translation
  c6b5505... Fixes for building with --disable-gl
  8c9e03d... Add support for the WebOS version of SDL
  f4b1af7... matrix: Add a init_translation() constructor
  14e9a69... [l10n] Update Japanese translation
  e1430eb... Visual C++ projects Update
  aecea94... quaternion: Document init_from_euler()
  768cfee... quaternion: Document init_from_quaternion()
  d342b0e... doc: Include the documentation for CoglEuler
  35ebddc... doc: Hide the private fields of CoglQuaternion
  811eef3... doc: Remove the inclusion of non-existent cogl-clipping.xml
  a2a74c9... doc: Fix a couple of renamed symbols
  092c62b... quaternion: Fix typo in the init_from_z_rotation documentat
  0e571a0... Fix Visual C++ build
  fabfdc7... Update cogl.symbols
  b85d16b... Visual C++ 2008 support: Add note in README.txt
  c237565... gpu-info: Detect more info including architecture
  e18c697... Workaround drisw bug where clipped redraws don't work
  f2cb231... By default enable swap throttling
  f7261c7... Fix depth testing, write enable bug
  9c07968... Convert the test-atlas-migration test to a standalone Cogl 
  b323166... Adds initial GLES2 integration support
  e01d312... Adds libcogl-gles2 frontend GLES2 api
  d3e12b1... Adds a cogl-gles2-gears example
  80997a2... conform: Adds a gles2 context test
  1e239c8... Adds gles2-context renderer constraint
  3b3e695... Don't build cogl-gles2-gears if configured with --disable-c
  c7591d7... Fix a warning on test-gles2-context
  3f8d68f... Fix disabling debugging
  9170cd6... Fix the documentation for cogl_quaterinon_init_from_array
  1b30f2d... Make cogl_matrix_init_from_quaternion take a const quaterni
  33b4b87... Add a cogl_matrix_init_from_euler function
  67cf4c3... matrix-stack: Fix the _cogl_matrix_entry_equal function
  c8ba538... Add functions to directly transform from a euler or a quate
  6dbb346... Add a basic conformance test for eulers and quaternions
  b088e3e... matrix-stack: Prune stack entries when loading a replacemen
  c63caba... Preserve the CoglDrawFlags when drawing a wireframe
  d695142... Cache the debug wireframe snippet
  f77c0d0... Fix a typo in _cogl_matrix_init_translation
  2619e80... build: add newly introduced header to fix make dist
  9fe0e87... Update .gitignore
  2fd789c... Use the internal format to check if the texture size is sup
  f8ff9ca... Updated Slovenian translation
  5ac47f8... Updated French translation
  9fa8bff... Updated Latvian translation
  c2774d8... Updated Esperanto translation
  2758b7d... [l10n] Updated German translation
  77fff72... Add a note about [0, 0, 0] and cogl_vector3_normalize()
  69808ea... Updated Telugu Translation
  c8f1f8d... cogl-gles2: Add glTexParameterf to wrapper library
  771783c... Add an SDL2 winsys
  45154ac... Add a conformance test for removing a pipeline layer
  68072a6... Fix removing layers when the pipeline is not the owner
  f003dbf... Use the old GLSL extensions if GL 2.0 is not available
  bc3c5a4... Initialize the inverse matrix in invert_matrix_3d()
  f61e4f3... Fix the inclusion of the SDL integration documentation
  62831ea... Update the cogl_sdl_context_new() code snippet
  eb15d5d... Use <literal> not <pre> in the comments
  6660b69... Mass rename CLUTTER_COMPILATION to COGL_COMPILATION
  7bf144f... Don't use the transpose argument of glUniformMatrix*
  3b30e91... Don't use eglGetProcAddress to retrieve core functions
  0b6d0bd... Don't use the label 'ERROR' because it conflicts with windo
  756b8a2... bitmap: Adds cogl_android_bitmap_new_from_asset()
  885d7c6... framebuffer: Only remember offscreen allocate flags when !C
  31e2959... Updated Bulgarian translation
  887f93b... Fix point sprite coordinates in shaders on GLES2
  3cb361a... Split test-point-sprite into two, one without checking orie
  8f21318... Fix up Visual C++ property sheets
  a88337f... Update Visual C++ project files
  c39794b... onscreen: Adds support for resizable windows
  ff197d5... stack: don't deref freed mem in _cogl_memory_stack_free
  4636183... onscreen: Free swap notify callback state
  e90a84b... quaternions: Allow multiplication into 'a' arg



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]