39 Commits (70e2e684fab843f1c8e03f5151c363eb62e91b08)

Author SHA1 Message Date
Kristian Høgsberg c3ea26c02d compositor-drm: Match the EGLConfig native visual ID if it has one 11 years ago
Hardening ff39efa5c0 Rename current, origin, scale, origin_scale 11 years ago
Sam Spilsbury 619859ce90 Split vertex clipping code out into vertex-clipping.c 11 years ago
Stanislav Vorobiov bfbb8e59fa gl_renderer: Use EGL_WAYLAND_Y_INVERTED_WL to query wl_buffer's orientation 11 years ago
Kristian Høgsberg 73db924ad3 gl-renderer: Use GL_UNSIGNED_SHORT for index array type 11 years ago
Kristian Høgsberg 1c4f163c6d gl-renderer: Only check for subimage when we have extension at compile time 11 years ago
Kristian Høgsberg 4722939d18 gl-renderer.c: Cast wl_resource to void * to avoid warning 11 years ago
Kristian Høgsberg ce7a5d8794 gl-renderer: Test for GL_EXT_unpack_subimage not GL_UNPACK_ROW_LENGTH 11 years ago
Tomeu Vizoso 12072b6a7c gl-renderer: Add support for SHM buffers in RGB565 format 11 years ago
Ander Conselvan de Oliveira 047e9b97b3 gl-renderer: Split gl_renderer_attach() into smaller functions 11 years ago
Ander Conselvan de Oliveira 6be5f439d5 gl-renderer: Fix initial upload of SHM buffer as texture 11 years ago
Ander Conselvan de Oliveira a9bf16157e gl-renderer: Track the buffer type in gl_surface_state 11 years ago
Kristian Høgsberg 166aeaa411 gl-renderer: Use eglQueryWaylandBufferWL for getting width and height 11 years ago
Jason Ekstrand 6bd6294f4a Add a weston_buffer structure to replace wl_buffer 11 years ago
Sinclair Yeh 2ada748289 Avoid unnecessarily re-allocating texture buffer when the size hasn't changed. 11 years ago
Daniel Stone c228e23b05 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS 11 years ago
Alexander Larsson 0b13506ecf compositor: Store modes in physical units 11 years ago
Pekka Paalanen 4fc5dd0099 compositor: add capability CAPTURE_YFLIP 11 years ago
Pekka Paalanen 7bb6510748 compositor: add capability flag for arbitrary surface rotation 11 years ago
Alexander Larsson 4ea9552d05 compositor: Support output/buffer scaling 11 years ago
Ander Conselvan de Oliveira 1ed73246ed gl-renderer: Compile shaders only when needed 12 years ago
Kristian Høgsberg 7b9195f9d6 compositor: Move gl-renderer vertex arrays into gl-renderer.c 12 years ago
Kristian Høgsberg 8799d41b1e compositor: Move fan_debug to gl-renderer 12 years ago
Kristian Høgsberg e314875d00 input: Merge wl_seat into weston_seat 12 years ago
Scott Moreau 976a050f8f Fix memory leaks 12 years ago
Ander Conselvan de Oliveira 1c169ffdec gl-renderer: Use EXT_buffer_age and don't assume double buffering 12 years ago
Ander Conselvan de Oliveira b605c06e2a gl-renderer: Don't change the region supplied to output repaint 12 years ago
Pekka Paalanen fe4eacf6ad gl: fix read-back format reporting in the log 12 years ago
Vasily Khoruzhick 52cfd61cdb renderer: introduce destroy callback 12 years ago
Pekka Paalanen 81ee3f50c3 compositor: move texture_damage into renderer private 12 years ago
Pekka Paalanen 68033ac353 compositor: move pitch into renderer private 12 years ago
Pekka Paalanen fb003d3457 gl: take, hold, and release a buffer reference 12 years ago
Pekka Paalanen de685b8843 compositor: introduce weston_buffer_reference 12 years ago
Ander Conselvan de Oliveira 03fb4ef41e gl-renderer: Force call to glUseProgram() when activating debug binding 12 years ago
Ander Conselvan de Oliveira 0396ba204d compositor: Fix rendering with shm transformed buffers 12 years ago
Ander Conselvan de Oliveira 012b4c78c9 compositor: Implement buffer transformation 12 years ago
Pekka Paalanen 326529f900 gl, rpi: consolidate print_egl_error_state() 12 years ago
Ander Conselvan de Oliveira b8fcca915b compositor: Move buffer damage fields from weston_output to gl-renderer 12 years ago
John Kåre Alsaker 779b52ac3a Rename gles2-renderer to gl-renderer. 12 years ago
John Kåre Alsaker 30d2b1fd4b Move EGL and GL includes to a gles2-renderer header. 12 years ago
John Kåre Alsaker 320711db0a Move weston_compositor GL and EGL state into gles2-renderer. 12 years ago
John Kåre Alsaker 75cc571839 Move weston_surface GL and EGL state into gles2-renderer. 12 years ago
John Kåre Alsaker 4068414a32 Moved shader state into gles2-renderer. 12 years ago
John Kåre Alsaker d615980b6b gles2-renderer: Renaming some functions. 12 years ago
John Kåre Alsaker 878f44969d compositor: Move surface color state to gles2-renderer. 12 years ago
John Kåre Alsaker f9e710b57c screenshooter: Use the renderer function for reading out pixels 12 years ago
John Kåre Alsaker a95b2d6d41 compositor: Add a renderer function to read out pixels 12 years ago
John Kåre Alsaker 4415450ef1 Move compositor-wayland border drawing into gles2-renderer. 12 years ago
John Kåre Alsaker 1b7ad160a3 Move EGLConfig, EGLContext and EGLDisplay fields into gles2-renderer. 12 years ago
John Kåre Alsaker 94659274b4 Move weston_output EGL state into gles2-renderer. 12 years ago