index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
egl
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-22
egl/dri2: expose srgb configs when KHR_gl_colorspace is available
Emil Velikov
1
-0
/
+2
2015-11-20
egl: don't forget to ship platform_x11_dri3.h into the tarball
Emil Velikov
1
-1
/
+3
2015-11-20
automake: egl: add symbols test
Emil Velikov
2
-0
/
+58
2015-11-17
egl: make it clear which platform x11 backend is being used (dri2 or 3)
Martin Peres
3
-9
/
+13
2015-11-17
egl/x11_dri3: Implement EGL_KHR_image_pixmap
Boyan Ding
2
-1
/
+78
2015-11-17
egl/x11: Implement dri3 support with loader's dri3 helper
Boyan Ding
6
-15
/
+705
2015-11-17
egl_dri2: Add a function to let platform code return dri drawable from _EGLSu...
Boyan Ding
6
-19
/
+38
2015-11-13
egl/wayland: Ignore rects from SwapBuffersWithDamage
Daniel Stone
1
-12
/
+4
2015-10-07
egl/dri2: Properly dereference array.
Matt Turner
1
-3
/
+3
2015-10-07
egl/dri2: enable EGL_KHR_gl_colorspace for swrast
Emil Velikov
3
-16
/
+19
2015-10-07
egl/dri2: ease srgb __DRIconfig conditionals
Emil Velikov
2
-29
/
+14
2015-10-07
egl: move memcpy to bring conf->base operations together
Varad Gautam
1
-1
/
+1
2015-10-07
egl: restore surface type before linking config to its display
Varad Gautam
1
-0
/
+2
2015-10-03
egl/dri2: don't require a context for ClientWaitSync (v2)
Marek Olšák
1
-2
/
+7
2015-10-03
egl: rework handling EGL_CONTEXT_FLAGS
Matthew Waters
1
-5
/
+44
2015-09-28
egl: Fix missing Haiku include path
Alexander von Gluck IV
1
-0
/
+1
2015-09-24
wayland: Add copyright notice for wayland-egl.c
Kristian Høgsberg Kristensen
1
-0
/
+29
2015-09-15
egl/dri2: don't leak the fd on dri2_terminate
Emil Velikov
3
-1
/
+3
2015-09-15
egl/dri2/drm: compact existing device mgmt
Emil Velikov
1
-6
/
+4
2015-09-15
egl/dri2: Close file descriptor on error.
Matt Turner
1
-13
/
+14
2015-09-09
egl_dri2: Add support for EGL_KHR_create_contest when using swrast
Boyan Ding
1
-1
/
+2
2015-09-09
egl_dri2: Use createContextAttribs if swrast version >= 3
Boyan Ding
1
-6
/
+27
2015-09-09
egl_dri2: Move filling context_attrib array in a separate function
Boyan Ding
1
-36
/
+54
2015-09-02
mesa: Fix warning about static being in the wrong place
Ian Romanick
1
-1
/
+1
2015-08-22
egl: scons: fix the haiku build, do not build the dri2 backend
Alexander von Gluck IV
1
-1
/
+0
2015-08-22
egl/wayland: define set_cloexec_or_close only when mkostemp is not present
Boyan Ding
1
-0
/
+4
2015-08-18
mesa/egl: Resolve GCC sign-compare warning.
Rhys Kidd
1
-5
/
+5
2015-08-13
egl: improve attribute checking for eglCreateContext
Frank Binns
1
-1
/
+32
2015-08-13
egl: don't allow eglGetConfigs to set num_configs param to a negative value
Frank Binns
1
-0
/
+3
2015-08-13
egl/x11: don't abort when creating a DRI2 drawable fails
Frank Binns
1
-1
/
+19
2015-08-13
egl/x11: set EGL_BAD_NATIVE_(PIXMAP|WINDOW) for invalid pixmaps/windows
Frank Binns
1
-4
/
+12
2015-08-13
egl/x11: fix use of EGL_BAD_NATIVE_WINDOW
Frank Binns
1
-4
/
+7
2015-08-08
egl/x11: Fix driver_name acquisition
Boyan Ding
1
-6
/
+5
2015-08-07
egl/dri2: Fix include path of u_atomic.h introduced e7e29189
Alexander von Gluck IV
3
-1
/
+3
2015-08-07
egl/x11: don't crash if dri2_dpy->conn is NULL
Emil Velikov
1
-5
/
+3
2015-08-07
egl/x11: auth with xserver before attempting to open the dri module
Emil Velikov
1
-3
/
+3
2015-08-07
egl/x11: trust our loader over the xserver for the drivername
Emil Velikov
1
-1
/
+11
2015-08-07
egl/x11: open the device from within dri2_x11_connect()
Emil Velikov
1
-13
/
+16
2015-08-07
egl/x11: fetch the device_name prior to driver_name
Emil Velikov
1
-5
/
+5
2015-08-07
egl/x11: remove dri2_dpy->conn checks
Emil Velikov
1
-12
/
+6
2015-08-07
egl/x11: bail out if we cannot fetch the xcb connection
Emil Velikov
1
-1
/
+1
2015-08-04
egl: Add eglQuerySurface surface type check for EGL_LARGEST_PBUFFER attrib
Frank Binns
1
-1
/
+2
2015-08-04
egl/dri: Add error info needed for EGL_EXT_image_dma_buf_import extension
Frank Binns
1
-0
/
+4
2015-08-01
egl/wayland: use drmGetNodeTypeFromFd helper instead of opencoding it
Emil Velikov
1
-18
/
+2
2015-08-01
egl/wayland: use designated initializers
Emil Velikov
1
-13
/
+13
2015-08-01
egl: remove ifdef $(egl_extension) compile guards
Emil Velikov
3
-65
/
+1
2015-08-01
egl/wayland: libdrm is a hard requirement, treat it as such
Emil Velikov
1
-2
/
+0
2015-08-01
egl: consolidate ifdef HAVE_LIBDRM blocks
Emil Velikov
1
-108
/
+102
2015-07-28
egl: Add support for DRM_FORMAT_R8, RG88, and GR88
Chad Versace
1
-0
/
+19
2015-07-22
egl,dri_interface: use DRI2rendererQueryExtension to enable 3D textures & sRGB
Marek Olšák
2
-0
/
+24
[next]