]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/libdri2.git/log
glsdk/libdri2.git
10 years agodri2video support
Rob Clark [Sat, 21 Jan 2012 17:29:37 +0000 (11:29 -0600)]
dri2video support

11 years agodisable libdrm_nouveau
Rob Clark [Thu, 23 Aug 2012 18:34:04 +0000 (13:34 -0500)]
disable libdrm_nouveau

The libdrm_nouveau API changed, so for now disable building tests
for nouveau.

11 years agodri2: change DRI2Buffer to enable multiplanar yuv
Ricardo Salveti de Araujo [Thu, 23 Aug 2012 18:14:39 +0000 (15:14 -0300)]
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>
11 years agotest: libdri2test doesn't need to be installed
Ricardo Salveti de Araujo [Thu, 23 Aug 2012 18:13:31 +0000 (15:13 -0300)]
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>
11 years agoadd NOCONFIGURE support to autogen.sh
Rob Clark [Fri, 11 May 2012 01:36:07 +0000 (20:36 -0500)]
add NOCONFIGURE support to autogen.sh

12 years agoadd .gitignore
Rob Clark [Sat, 21 Jan 2012 17:34:07 +0000 (11:34 -0600)]
add .gitignore

12 years agoadd list.h to avoid build dependency on xserver
Rob Clark [Wed, 4 Jan 2012 14:41:45 +0000 (08:41 -0600)]
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.

12 years agopass driver-type to DRI2Connect()
Rob Clark [Fri, 11 Nov 2011 23:24:27 +0000 (17:24 -0600)]
pass driver-type to DRI2Connect()

Allow libdri2 to be used with driver-types other than DRI2DriverDRI.

12 years agoa bit of rearranging before adding more tests
Rob Clark [Fri, 11 Nov 2011 23:13:08 +0000 (17:13 -0600)]
a bit of rearranging before adding more tests

12 years agoFixes dependencies on GL/glx.h and GL/glxext.h files (v2)
David Bercovitz [Fri, 2 Dec 2011 15:01:53 +0000 (09:01 -0600)]
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.

12 years agoDefine conditional with AM_CONDITIONAL before its use.
David Bercovitz [Thu, 27 Oct 2011 11:53:52 +0000 (13:53 +0200)]
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.

12 years agoinitial commit
Rob Clark [Wed, 21 Sep 2011 22:51:49 +0000 (17:51 -0500)]
initial commit