fix typo
dri2video support
disable libdrm_nouveau
The libdrm_nouveau API changed, so for now disable building tests
for nouveau.
The libdrm_nouveau API changed, so for now disable building tests
for nouveau.
dri2: change DRI2Buffer to enable multiplanar yuv
Change DRI2Buffer to make names/pitches into an array to deal with
multiplanar yuv.
Based on the dri2video support patch by Rob Clark <rob@ti.com>
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
Change DRI2Buffer to make names/pitches into an array to deal with
multiplanar yuv.
Based on the dri2video support patch by Rob Clark <rob@ti.com>
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
test: libdri2test doesn't need to be installed
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
Signed-off-by: Rob Clark <rob.clark@linaro.org>
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
Signed-off-by: Rob Clark <rob.clark@linaro.org>
add NOCONFIGURE support to autogen.sh
add .gitignore
add list.h to avoid build dependency on xserver
libs seem to get built before xserver, so we can't depend on xorg/list.h
being installed yet. For now just make a local copy.
libs seem to get built before xserver, so we can't depend on xorg/list.h
being installed yet. For now just make a local copy.
pass driver-type to DRI2Connect()
Allow libdri2 to be used with driver-types other than DRI2DriverDRI.
Allow libdri2 to be used with driver-types other than DRI2DriverDRI.
a bit of rearranging before adding more tests
Fixes dependencies on GL/glx.h and GL/glxext.h files (v2)
These files aren't needed and removing the includes
removes the need to add a wrong and bad dependency on dri.pc.
These files aren't needed and removing the includes
removes the need to add a wrong and bad dependency on dri.pc.
Define conditional with AM_CONDITIONAL before its use.
Usage of Conditionals describes that a conditional
must be defined before it is used in configure.ac
using the macro AM_CONDITIONAL.
This commit fixes ./configure step when --enable-test is
undefined.
Usage of Conditionals describes that a conditional
must be defined before it is used in configure.ac
using the macro AM_CONDITIONAL.
This commit fixes ./configure step when --enable-test is
undefined.
initial commit