index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
egl
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl/android: remove config post-processing
Emil Velikov
2016-08-30
1
-9
/
+0
*
egl/dri2: check if the EGL API is valid before adding it to ClientAPIs
Emil Velikov
2016-08-30
1
-4
/
+4
*
egl/android: annotate static const data as such
Emil Velikov
2016-08-30
1
-1
/
+1
*
egl/dri2: dri2_initialize: Do not reference-count TestOnly display
Nicolas Boichat
2016-08-23
1
-20
/
+9
*
egl/dri2: remove error checks on return values from mtx_lock and cnd_wait
Dongwon Kim
2016-08-23
1
-35
/
+12
*
egl/dri2: dri2_make_current: Release previous context's display
Nicolas Boichat
2016-08-16
1
-4
/
+5
*
egl/android: Set dpy->DriverData to NULL on error
Nicolas Boichat
2016-08-15
1
-0
/
+1
*
egl/drm: Set disp->DriverData to NULL on error
Nicolas Boichat
2016-08-15
1
-0
/
+1
*
egl/surfaceless: Set disp->DriverData to NULL on error
Nicolas Boichat
2016-08-15
1
-0
/
+1
*
egl/wayland: Set disp->DriverData to NULL on error
Nicolas Boichat
2016-08-15
1
-0
/
+2
*
egl/x11: avoid using freed memory if dri2 init fails
Jan Ziak
2016-08-15
1
-0
/
+3
*
egl: android: query native window default width and height (v2)
Haixia Shi
2016-08-09
3
-0
/
+42
*
egl/android: Add support for YV12 pixel format (v2)
Tomasz Figa
2016-08-08
1
-6
/
+50
*
egl/android: Make get_fourcc() accept HAL formats
Tomasz Figa
2016-08-08
1
-9
/
+11
*
egl/android: Refactor image creation to separate flink and prime paths (v2)
Tomasz Figa
2016-08-08
1
-42
/
+57
*
egl/android: Respect buffer mask in droid_image_get_buffers (v2)
Tomasz Figa
2016-08-08
1
-5
/
+15
*
egl/android: Remove unused variables in droid_get_buffers_with_format()
Tomasz Figa
2016-08-08
1
-3
/
+0
*
egl/dri2: Add reference count for dri2_egl_display
Nicolas Boichat
2016-07-28
2
-20
/
+95
*
egl/android: Stop leaking DRI images
Tomasz Figa
2016-07-20
1
-0
/
+11
*
egl/android: Add some useful error messages
Tomasz Figa
2016-07-20
1
-3
/
+10
*
egl/android: Check return value of dri2_get_dri_config()
Tomasz Figa
2016-07-20
1
-0
/
+2
*
egl/dri2: dri2_make_current: Set EGL error if bindContext fails
Nicolas Boichat
2016-07-20
1
-2
/
+8
*
egl/android: Remove unused variables
Tomasz Figa
2016-07-20
1
-2
/
+0
*
Use correct names for dlopen()ed files on Cygwin
Yaakov Selkowitz
2016-07-15
1
-0
/
+2
*
egl: restrict swap_available dri2_egl_display field to X11
Frank Binns
2016-07-07
2
-3
/
+1
*
Added pbuffer hooks for surfaceless platform
Gurchetan Singh
2016-06-14
2
-5
/
+215
*
platform_android: prevent deadlock in droid_swap_buffers
Haixia Shi
2016-06-07
1
-5
/
+12
*
egl: android: don't add the image loader extension for !render_node
Emil Velikov
2016-06-07
1
-8
/
+7
*
mesa_glinterop: remove mesa_glinterop typedefs
Emil Velikov
2016-05-30
1
-3
/
+3
*
egl/dri3: don't crash on no context.
Dave Airlie
2016-05-30
1
-2
/
+4
*
mesa_glinterop: make GL interop version field bidirectional
Emil Velikov
2016-05-24
1
-1
/
+1
*
egl: android: remove explicit glFlush call
Emil Velikov
2016-05-23
1
-6
/
+0
*
egl: android: drop dri2_create_image_android_native_buffer argument
Emil Velikov
2016-05-23
1
-2
/
+2
*
egl: android: directly use dri2_create_image_dma_buf()
Emil Velikov
2016-05-23
3
-3
/
+6
*
gbm: rename gbm_dri_bo_{map,unmap} to gbm_dri_bo_{map,unmap}_dumb
Rob Herring
2016-05-23
1
-4
/
+4
*
egl/dri2: Don't check return result of mtx_unlock().
Matt Turner
2016-05-18
1
-8
/
+2
*
egl: android: do not feed invalid fourcc/pitch into the dri module
Emil Velikov
2016-05-01
1
-8
/
+22
*
egl: android: add dma-buf fd support
Rob Herring
2016-05-01
1
-7
/
+117
*
egl: android: factor out back buffer handling code
Rob Herring
2016-05-01
1
-13
/
+23
*
egl: android: factor out format conversion code to a function
Rob Herring
2016-05-01
1
-24
/
+15
*
egl: android: disable __DRI_DRI2_LOADER support on render nodes
Rob Herring
2016-05-01
2
-12
/
+22
*
egl/x11: resolve "initialization from incompatible pointer type" warning
Mark Kettenis
2016-05-01
1
-2
/
+10
*
egl: Remove every double semi-colon
Jakob Sinclair
2016-04-26
2
-2
/
+2
*
egl/x11: authenticate before doing chipset id ioctls
Jonathan Gray
2016-04-21
1
-54
/
+56
*
egl: implement EGL part of interop interface (v2)
Marek Olšák
2016-04-20
2
-0
/
+33
*
egl: add EGL_KHR_reusable_sync to egl_dri
Dongwon Kim
2016-04-05
2
-6
/
+188
*
egl: android: enable EGL_FRAMEBUFFER_TARGET_ANDROID and EGL_RECORDABLE_ANDROID
Rob Herring
2016-04-01
1
-0
/
+4
*
egl/x11: check the return value of xcb_dri2_get_buffers_reply()
Emil Velikov
2016-03-09
1
-0
/
+3
*
dri: add backbuffer use flag
Axel Davy
2016-03-09
1
-3
/
+5
*
egl/wayland: Try to use wl_surface.damage_buffer for SwapBuffersWithDamage
Derek Foreman
2016-02-26
1
-3
/
+36
[next]