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
*
gallium: replace DRM_CONF_SHARE_FD with PIPE_CAP_DMABUF
Marek Olšák
2019-04-23
1
-4
/
+1
*
gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHT
Marek Olšák
2019-04-23
1
-5
/
+3
*
st/dri: simplify throttling code
Marek Olšák
2019-04-23
1
-3
/
+1
*
st/dri: allow direct UYVY import
Christian Gmeiner
2019-03-11
1
-0
/
+2
*
st/dri: Set the PIPE_BIND_SHARED flag on create_image_with_modifiers.
Eric Anholt
2019-03-08
1
-6
/
+1
*
st/dri: drop duplicate #define
Eric Engestrom
2019-02-14
1
-4
/
+0
*
drm-uapi: use local files, not system libdrm
Eric Engestrom
2019-02-14
1
-0
/
+2
*
st/dri: fix dri2_format_table for argb1555 and rgb565
Marek Olšák
2019-01-14
1
-1
/
+1
*
st/dri: replace format conversion functions with single mapping table
Lucas Stach
2018-12-18
1
-352
/
+148
*
st/dri: allow both render and sampler compatible dma-buf formats
Lucas Stach
2018-12-18
1
-12
/
+18
*
gallium: rework PIPE_HANDLE_USAGE_* flags
Marek Olšák
2018-10-30
1
-10
/
+8
*
st/dri: remove leftover local variable
Eric Engestrom
2018-10-30
1
-1
/
+0
*
st/dri: Handle BGRA5551 format
Michel Dänzer
2018-10-09
1
-0
/
+13
*
pipe-loader: move dup(fd) within pipe_loader_drm_probe_fd
Emil Velikov
2018-10-03
1
-17
/
+2
*
st/dri: inline dri2_buffer.h within dri2.c
Emil Velikov
2018-10-03
1
-1
/
+14
*
st/dri: don't set queryDmaBufFormats/queryDmaBufModifiers if the driver does ...
Michal Srb
2018-09-19
1
-2
/
+4
*
st/dri: Don't expose sRGB formats to clients
Daniel Stone
2018-08-31
1
-0
/
+6
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
1
-2
/
+3
*
gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samples
Marek Olšák
2018-07-31
1
-0
/
+3
*
st/dri: Don't require a dri_format for image creation.
Eric Anholt
2018-07-20
1
-1
/
+1
*
gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
Dave Airlie
2018-05-30
1
-15
/
+15
*
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
[next]