summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/dri
AgeCommit message (Expand)AuthorFilesLines
2017-06-02st/dri: Use fence extension in drisw.cGurchetan Singh1-0/+2
2017-06-02st/dri: move fence implemention into separate fileGurchetan Singh4-203/+263
2017-05-29glthread/gallium: require safe_glthread to start glthreadGregory Hainaut1-4/+17
2017-05-20driconf: Add allow_glsl_builtin_variable_redeclaration optionJohn Brooks1-0/+3
2017-05-11Android: push driver build details to driver makefilesRob Herring1-1/+1
2017-05-11Android: Fix swrast only buildRob Herring1-5/+3
2017-04-01st: Add cubeMapFace parameter to st_finalize_texture.Michal Srb1-1/+1
2017-03-22driconf: add force_glsl_abs_sqrt optionSamuel Pitoiset1-0/+3
2017-03-22Android: clean-up trailing '\' in make variablesRob Herring1-3/+3
2017-03-18st/dri: wait for thread to finish before unbinding contextTimothy Arceri1-0/+3
2017-03-16gallium: implement the backend of threaded GL dispatchMarek Olšák3-0/+37
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri1-2/+2
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy Arceri1-1/+1
2017-03-07st/dri: reduce dri_fill_st_options() paramsMarek Olšák1-3/+5
2017-03-07st/dri: use local pointer to st_context_ifaceMarek Olšák1-4/+7
2017-02-17st/mesa/glsl: build string of dri options and use as input to building sha fo...Timothy Arceri1-0/+2
2017-02-15driconf: add allow_higher_compat_version optionSamuel Pitoiset1-0/+3
2017-01-27st/dri: automake: include builddir prior to srcdirEmil Velikov1-1/+1
2017-01-20st/dri: ask the driver to update its internal copies on reimportPhilipp Zabel1-0/+4
2017-01-11st/dri: remove trailing whitespaceMauro Rossi1-1/+1
2016-12-01gallium: support for native fence fd'sRob Clark1-2/+50
2016-12-01gallium: wire up server_wait_syncRob Clark1-1/+5
2016-10-04st/dri: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock1-2/+3
2016-09-27st/dri: check pipe_screen->resource_get_handle() return valueNicholas Bishop1-2/+4
2016-09-26mesa/st: support lowering multi-planar YUVRob Clark2-22/+108
2016-09-07gbm: wire up fence extensionRob Clark1-0/+1
2016-08-25gallium: add a pipe_context parameter to resource_get_handleMarek Olšák1-6/+7
2016-08-23st/dri: respect driver's request to avoid mixed color/depth bit configsIlia Mirkin1-2/+6
2016-08-23dri: add a way to request that modes have matching color/zs depthsIlia Mirkin1-2/+2
2016-08-10gallium: add a pipe_context parameter to fence_finishMarek Olšák2-4/+4
2016-07-02glsl: add driconf to zero-init unintialized varsRob Clark1-0/+2
2016-06-14st/dri: Clear drawable texture_mask in dri2_invalidate_drawableMichel Dänzer1-0/+1
2016-06-13Android: move libdrm settings to top-level Android.common.mkRob Herring1-1/+0
2016-05-30mesa_glinterop: remove mesa_glinterop typedefsEmil Velikov1-3/+3
2016-05-30gallium: push offset down to driverStanimir Varbanov1-5/+2
2016-05-30st/dri: cleanup image_from_fd/dma_buf pathsStanimir Varbanov1-37/+44
2016-05-30st/dri: add handling of R8 and GR88 DRI fourcc formatsStanimir Varbanov1-0/+20
2016-05-24mesa_glinterop: make GL interop version field bidirectionalEmil Velikov1-1/+8
2016-05-24mesa_glinterop: drop mesa_glinterop_device_info::interop_versionEmil Velikov1-2/+0
2016-05-24st/dri: add note about GL interop version checksEmil Velikov1-2/+4
2016-05-24mesa_glinterop: rename MESA_GLINTEROP_INVALID_{VALUE,VERSION}Emil Velikov1-2/+2
2016-05-24mesa_glinterop: s/struct_version/version/Emil Velikov1-2/+2
2016-05-24mesa_glinterop: use consistent naming scheme for GL interopEmil Velikov1-3/+3
2016-05-23st/dri: don't call close(-1) in dri{2, kms_}_init_screen error pathEmil Velikov1-10/+20
2016-05-23st/dri: Add support for DRIimage extension mapImage/unmapImageRob Herring1-1/+42
2016-04-24Revert "st/dri: add 32-bit RGBX/RGBA formats"Marek Olšák2-10/+0
2016-04-21st/dri: add 32-bit RGBX/RGBA formatsRob Herring2-0/+10