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