summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-02-28Switch the build system to MesonAaron Plattner2-36/+19
2015-09-07util.h: Make getenv_wrapper() static inlineAaron Plattner1-1/+1
2015-09-07mesa_dri2: Add missing include of config.h to define _GNU_SOURCERico Tzschichholz1-0/+3
2015-08-31Use secure_getenv(3) to improve securityJosé Hiram Soltren4-14/+69
2014-11-04vdpau_wrapper: protect concurrent access to _imp_get_proc_addressRémi Denis-Courmont1-7/+24
2014-11-04vdpau_wrapper: make initialization of library handles thread-safeRémi Denis-Courmont1-4/+8
2014-11-04vdpau_wrapper: make the fixes initialization thread-safeRémi Denis-Courmont2-7/+4
2014-10-29vdpau_wrapper: remove unused parameter warningsRémi Denis-Courmont1-0/+3
2014-07-19vdpau: do not export _vdp_DRI2* functionsEmil Velikov1-4/+11
2014-05-31Add VDPAU_DRIVER_PATH supportEmil Velikov1-13/+33
2013-08-01Make init_config and init_fixes staticAaron Plattner1-2/+2
2013-07-25vdpau: add prime support at connection setupDave Airlie1-0/+14
2013-07-24Don't leak the vdpau_wrapper.cfg file pointerAaron Plattner1-0/+2
2013-07-23init_config: remove unused local variable 'ret'Aaron Plattner1-1/+0
2013-01-24Fix leaked extension info on library unloadRobert Morell3-2/+23
2013-01-24Make use of dri2proto_CFLAGS when building.James Le Cuirot1-0/+2
2012-09-04Implement workarounds for Adobe Flash bugsStephen Warren3-2/+174
2011-08-16vdpau_wrapper.c: Track dynamic library handles and free them on exit using __...Kiran Pawar1-23/+64
2010-01-28Query DRI2 for the driver name.Aaron Plattner4-4/+277
2009-11-17Move VDPAU drivers into their own module directory.Aaron Plattner2-9/+18
2009-09-02Add a check for -ldl, stolen from xorg-server's configure.ac.Aaron Plattner1-0/+3
2009-02-14Print dlerror() when various libdl calls fail.Aaron Plattner1-0/+4
2009-01-13Include the right headers.Aaron Plattner1-1/+1
2009-01-13Add autoconf stuff.Aaron Plattner1-0/+15
2009-01-13Initial commit.Aaron Plattner1-0/+133