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
/
gallium
/
state_trackers
/
dri
/
dri2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/dri: Initialise modifier to INVALID for DRI2
Daniel Stone
2018-04-02
1
-0
/
+1
*
st/dri: fix OpenGL-OpenCL interop for GL_TEXTURE_BUFFER
Marek Olšák
2018-03-09
1
-24
/
+34
*
mesa: add xbgr support adjacent to xrgb
Ilia Mirkin
2018-02-19
1
-0
/
+36
*
Revert "gallium/dri2: Enable {GLX_ARB,EGL_KHR}_context_flush_control"
Adam Jackson
2018-01-15
1
-2
/
+0
*
st/dri2: Add buffer handling for BGR[A/X]1010102 formats.
Mario Kleiner
2018-01-03
1
-0
/
+13
*
st/dri2: Add format translations for BGR[A/X]1010102 formats.
Mario Kleiner
2018-01-03
1
-0
/
+28
*
st/dri: allow direct YUYV import
Lucas Stach
2017-12-20
1
-0
/
+7
*
gallium/dri2: Enable {GLX_ARB,EGL_KHR}_context_flush_control
Adam Jackson
2017-11-29
1
-0
/
+2
*
mesa: use simple mtx in core mesa
Timothy Arceri
2017-11-09
1
-11
/
+11
*
st/dri: Add definitions to allow importing 16-bit surfaces
Mark Thompson
2017-10-13
1
-0
/
+14
*
st/dri: implement __DRIimageExtension::validateUsage properly
Marek Olšák
2017-10-12
1
-8
/
+22
*
st/dri: implement createImageFromRenderbuffer(2)
Nicolai Hähnle
2017-10-10
1
-1
/
+7
*
st/dri: don't expose modifiers in EGL if the driver doesn't implement them
Marek Olšák
2017-09-27
1
-3
/
+5
*
st/dri2: fix kms_swrast driconf option handling
Rob Herring
2017-08-09
1
-3
/
+3
*
st/dri: move some image functions to dri_helpers.c
Gurchetan Singh
2017-08-07
1
-104
/
+1
*
st/dri: change dri_extensions to dri_helpers
Gurchetan Singh
2017-08-07
1
-1
/
+1
*
pipe-loader: remove config from pipe_loader_create_screen
Nicolai Hähnle
2017-08-04
1
-6
/
+2
*
gallium: get rid of pipe_screen_config::flags
Nicolai Hähnle
2017-08-04
1
-3
/
+2
*
st/dri2 Plumb the flush_swapbuffer functionality through to dri3
Thomas Hellstrom
2017-08-03
1
-0
/
+16
*
gallium: move loading of drirc to pipe-loader
Nicolai Hähnle
2017-08-02
1
-9
/
+9
*
gallium: add pipe_screen_config to screen_create functions
Nicolai Hähnle
2017-08-02
1
-4
/
+8
*
st/dri: don't set PIPE_BIND_SHARED for privately-allocated renderbuffers
Marek Olšák
2017-08-01
1
-2
/
+3
*
st/dri2: Return invalid modifier when no driver support
Daniel Stone
2017-07-25
1
-0
/
+6
*
st/dri: Check get-handle return value in queryImage
Daniel Stone
2017-07-25
1
-12
/
+18
*
st/dri: list __DRI2_FENCE extension only where needed
Emil Velikov
2017-07-19
1
-1
/
+0
*
swrast: add dri2ConfigQueryExtension to the correct extension list
Emil Velikov
2017-07-19
1
-1
/
+1
*
dri: Add KHR_no_error DRI extension
Grigori Goronzy
2017-07-14
1
-0
/
+2
*
st/dri: add 32-bit RGBX/RGBA formats
Marek Olšák
2017-07-13
1
-0
/
+8
*
st/dri2: implement image offset query
Lucas Stach
2017-06-24
1
-0
/
+6
*
st/dri: get drirc options before creating pipe_screen
Marek Olšák
2017-06-23
1
-5
/
+12
*
gallium: allow passing 'unsigned flags' to create_screen()
Marek Olšák
2017-06-23
1
-2
/
+2
*
st/dri: support format modifier queries
Varad Gautam
2017-06-09
1
-1
/
+23
*
st/dri: support format queries
Varad Gautam
2017-06-09
1
-0
/
+118
*
st/dri: implement DRIimage creation from dmabufs with modifiers
Varad Gautam
2017-06-09
1
-5
/
+40
*
st/dri: implement createImageWithModifiers in DRIimage
Varad Gautam
2017-06-09
1
-5
/
+53
*
st/dri: enable DRIimage modifier queries
Varad Gautam
2017-06-09
1
-0
/
+12
*
gallium/winsys/drm: introduce modifier field to winsys_handle
Varad Gautam
2017-06-09
1
-0
/
+7
*
st/dri: Allow dri users to query also driver options
Thomas Hellstrom
2017-06-07
1
-1
/
+64
*
st/dri: move fence implemention into separate file
Gurchetan Singh
2017-06-02
1
-203
/
+1
*
st: Add cubeMapFace parameter to st_finalize_texture.
Michal Srb
2017-04-01
1
-1
/
+1
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
1
-2
/
+2
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
st/dri: ask the driver to update its internal copies on reimport
Philipp Zabel
2017-01-20
1
-0
/
+4
*
gallium: support for native fence fd's
Rob Clark
2016-12-01
1
-2
/
+50
*
gallium: wire up server_wait_sync
Rob Clark
2016-12-01
1
-1
/
+5
*
st/dri: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)
Matt Whitlock
2016-10-04
1
-2
/
+3
*
st/dri: check pipe_screen->resource_get_handle() return value
Nicholas Bishop
2016-09-27
1
-2
/
+4
*
mesa/st: support lowering multi-planar YUV
Rob Clark
2016-09-26
1
-22
/
+97
*
gbm: wire up fence extension
Rob Clark
2016-09-07
1
-0
/
+1
[next]