summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-08-23disable libdrm_nouveauHEADmasterRob Clark1-5/+6
The libdrm_nouveau API changed, so for now disable building tests for nouveau.
2012-08-23dri2: change DRI2Buffer to enable multiplanar yuvRicardo Salveti de Araujo5-78/+40
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>
2012-08-23test: libdri2test doesn't need to be installedRicardo Salveti de Araujo1-1/+1
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org> Signed-off-by: Rob Clark <rob.clark@linaro.org>
2012-05-10add NOCONFIGURE support to autogen.shRob Clark1-0/+6
2012-01-21add .gitignoreRob Clark1-0/+29
2012-01-21add list.h to avoid build dependency on xserverRob Clark2-1/+104
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.
2011-12-02pass driver-type to DRI2Connect()Rob Clark5-8/+9
Allow libdri2 to be used with driver-types other than DRI2DriverDRI.
2011-12-02a bit of rearranging before adding more testsRob Clark6-134/+195
2011-12-02Fixes dependencies on GL/glx.h and GL/glxext.h files (v2)David Bercovitz1-4/+0
These files aren't needed and removing the includes removes the need to add a wrong and bad dependency on dri.pc.
2011-10-27Define conditional with AM_CONDITIONAL before its use.David Bercovitz1-2/+2
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.
2011-09-21initial commitRob Clark17-0/+1557