summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri/dri2.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* st/dri: get drirc options before creating pipe_screenMarek Olšák2017-06-231-5/+12
* gallium: allow passing 'unsigned flags' to create_screen()Marek Olšák2017-06-231-2/+2
* st/dri: support format modifier queriesVarad Gautam2017-06-091-1/+23
* st/dri: support format queriesVarad Gautam2017-06-091-0/+118
* st/dri: implement DRIimage creation from dmabufs with modifiersVarad Gautam2017-06-091-5/+40
* st/dri: implement createImageWithModifiers in DRIimageVarad Gautam2017-06-091-5/+53
* st/dri: enable DRIimage modifier queriesVarad Gautam2017-06-091-0/+12
* gallium/winsys/drm: introduce modifier field to winsys_handleVarad Gautam2017-06-091-0/+7
* st/dri: Allow dri users to query also driver optionsThomas Hellstrom2017-06-071-1/+64
* st/dri: move fence implemention into separate fileGurchetan Singh2017-06-021-203/+1
* st: Add cubeMapFace parameter to st_finalize_texture.Michal Srb2017-04-011-1/+1
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-2/+2
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-071-1/+1
* st/dri: ask the driver to update its internal copies on reimportPhilipp Zabel2017-01-201-0/+4
* gallium: support for native fence fd'sRob Clark2016-12-011-2/+50
* gallium: wire up server_wait_syncRob Clark2016-12-011-1/+5
* st/dri: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock2016-10-041-2/+3
* st/dri: check pipe_screen->resource_get_handle() return valueNicholas Bishop2016-09-271-2/+4
* mesa/st: support lowering multi-planar YUVRob Clark2016-09-261-22/+97
* gbm: wire up fence extensionRob Clark2016-09-071-0/+1
* gallium: add a pipe_context parameter to resource_get_handleMarek Olšák2016-08-251-6/+7
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-101-3/+3
* st/dri: Clear drawable texture_mask in dri2_invalidate_drawableMichel Dänzer2016-06-141-0/+1
* mesa_glinterop: remove mesa_glinterop typedefsEmil Velikov2016-05-301-3/+3
* gallium: push offset down to driverStanimir Varbanov2016-05-301-5/+2
* st/dri: cleanup image_from_fd/dma_buf pathsStanimir Varbanov2016-05-301-37/+44
* st/dri: add handling of R8 and GR88 DRI fourcc formatsStanimir Varbanov2016-05-301-0/+20
* mesa_glinterop: make GL interop version field bidirectionalEmil Velikov2016-05-241-1/+8
* mesa_glinterop: drop mesa_glinterop_device_info::interop_versionEmil Velikov2016-05-241-2/+0
* st/dri: add note about GL interop version checksEmil Velikov2016-05-241-2/+4
* mesa_glinterop: rename MESA_GLINTEROP_INVALID_{VALUE,VERSION}Emil Velikov2016-05-241-2/+2
* mesa_glinterop: s/struct_version/version/Emil Velikov2016-05-241-2/+2