summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri/dri2.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: replace DRM_CONF_SHARE_FD with PIPE_CAP_DMABUFMarek Olšák2019-04-231-4/+1
* gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHTMarek Olšák2019-04-231-5/+3
* st/dri: simplify throttling codeMarek Olšák2019-04-231-3/+1
* st/dri: allow direct UYVY importChristian Gmeiner2019-03-111-0/+2
* st/dri: Set the PIPE_BIND_SHARED flag on create_image_with_modifiers.Eric Anholt2019-03-081-6/+1
* st/dri: drop duplicate #defineEric Engestrom2019-02-141-4/+0
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-141-0/+2
* st/dri: fix dri2_format_table for argb1555 and rgb565Marek Olšák2019-01-141-1/+1
* st/dri: replace format conversion functions with single mapping tableLucas Stach2018-12-181-352/+148
* st/dri: allow both render and sampler compatible dma-buf formatsLucas Stach2018-12-181-12/+18
* gallium: rework PIPE_HANDLE_USAGE_* flagsMarek Olšák2018-10-301-10/+8
* st/dri: remove leftover local variableEric Engestrom2018-10-301-1/+0
* st/dri: Handle BGRA5551 formatMichel Dänzer2018-10-091-0/+13
* pipe-loader: move dup(fd) within pipe_loader_drm_probe_fdEmil Velikov2018-10-031-17/+2
* st/dri: inline dri2_buffer.h within dri2.cEmil Velikov2018-10-031-1/+14
* st/dri: don't set queryDmaBufFormats/queryDmaBufModifiers if the driver does ...Michal Srb2018-09-191-2/+4
* st/dri: Don't expose sRGB formats to clientsDaniel Stone2018-08-311-0/+6
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-2/+3
* gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák2018-07-311-0/+3
* st/dri: Don't require a dri_format for image creation.Eric Anholt2018-07-201-1/+1
* gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie2018-05-301-15/+15
* st/dri: Initialise modifier to INVALID for DRI2Daniel Stone2018-04-021-0/+1
* st/dri: fix OpenGL-OpenCL interop for GL_TEXTURE_BUFFERMarek Olšák2018-03-091-24/+34
* mesa: add xbgr support adjacent to xrgbIlia Mirkin2018-02-191-0/+36
* Revert "gallium/dri2: Enable {GLX_ARB,EGL_KHR}_context_flush_control"Adam Jackson2018-01-151-2/+0
* st/dri2: Add buffer handling for BGR[A/X]1010102 formats.Mario Kleiner2018-01-031-0/+13
* st/dri2: Add format translations for BGR[A/X]1010102 formats.Mario Kleiner2018-01-031-0/+28
* st/dri: allow direct YUYV importLucas Stach2017-12-201-0/+7
* gallium/dri2: Enable {GLX_ARB,EGL_KHR}_context_flush_controlAdam Jackson2017-11-291-0/+2
* mesa: use simple mtx in core mesaTimothy Arceri2017-11-091-11/+11
* st/dri: Add definitions to allow importing 16-bit surfacesMark Thompson2017-10-131-0/+14
* st/dri: implement __DRIimageExtension::validateUsage properlyMarek Olšák2017-10-121-8/+22
* st/dri: implement createImageFromRenderbuffer(2)Nicolai Hähnle2017-10-101-1/+7
* st/dri: don't expose modifiers in EGL if the driver doesn't implement themMarek Olšák2017-09-271-3/+5
* st/dri2: fix kms_swrast driconf option handlingRob Herring2017-08-091-3/+3
* st/dri: move some image functions to dri_helpers.cGurchetan Singh2017-08-071-104/+1
* st/dri: change dri_extensions to dri_helpersGurchetan Singh2017-08-071-1/+1
* pipe-loader: remove config from pipe_loader_create_screenNicolai Hähnle2017-08-041-6/+2
* gallium: get rid of pipe_screen_config::flagsNicolai Hähnle2017-08-041-3/+2
* st/dri2 Plumb the flush_swapbuffer functionality through to dri3Thomas Hellstrom2017-08-031-0/+16
* gallium: move loading of drirc to pipe-loaderNicolai Hähnle2017-08-021-9/+9
* gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle2017-08-021-4/+8
* st/dri: don't set PIPE_BIND_SHARED for privately-allocated renderbuffersMarek Olšák2017-08-011-2/+3
* st/dri2: Return invalid modifier when no driver supportDaniel Stone2017-07-251-0/+6
* st/dri: Check get-handle return value in queryImageDaniel Stone2017-07-251-12/+18
* st/dri: list __DRI2_FENCE extension only where neededEmil Velikov2017-07-191-1/+0
* swrast: add dri2ConfigQueryExtension to the correct extension listEmil Velikov2017-07-191-1/+1
* dri: Add KHR_no_error DRI extensionGrigori Goronzy2017-07-141-0/+2
* st/dri: add 32-bit RGBX/RGBA formatsMarek Olšák2017-07-131-0/+8
* st/dri2: implement image offset queryLucas Stach2017-06-241-0/+6