summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets
Commit message (Expand)AuthorAgeFilesLines
* targets/xvmc-nouveau: fix accidental hardcoded include pathChristoph Bumiller2012-04-151-1/+1
* targets/xvmc-nouveau: add libdrm include pathChristoph Bumiller2012-04-151-0/+2
* scons: Fix egl-static build due to conflicting symbols.José Fonseca2012-04-151-2/+1
* xorg/nouveau: switch to libdrm_nouveau-2.0Marcin Slusarz2012-04-131-3/+3
* targets/{egl-static,gbm}: further clean-up the nvfx remainsMartin Peres2012-04-142-2/+2
* nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variantsBen Skeggs2012-04-143-0/+3
* nvfx: completely remove this driver (GeForce FX/6/7)Ben Skeggs2012-04-144-4/+0
* radeonsi: initial WIP SI codeTom Stellard2012-04-1312-1/+371
* egl-static: fix printf warningDylan Noblesmith2012-04-131-1/+2
* st/xvmc: fix library installation dirAlexandre Demers2012-04-041-4/+4
* targets/{xvmc,vdpau,va}: remove all objects on make cleanMarcin Slusarz2012-04-013-3/+3
* vl: move winsys helper out of winsys directoryChristian König2012-03-2814-21/+27
* vl: use SwapBuffers instead of CopyBuffersChristian König2012-03-012-2/+2
* vl: rewrite vl DRI backend using XCBChristian König2012-03-012-2/+2
* st/vdpau: fix use of *.o in Makefile.vdpauChristian König2012-02-291-2/+2
* st/xvmc: fix use of *.o in Makefile.xvmcChristian König2012-02-291-2/+2
* st/xvmc: move xvmc state tracker out of xorg subdirChristian König2012-02-251-2/+2
* gallium/xvmc: r300 and r600 now depend on libdrm_radeonAlex Deucher2012-02-112-2/+2
* gallium/gbm: r300 and r600 now depend on libdrmTobias Droste2012-02-071-0/+2
* r600g: add support for common surface allocator for tiling v13Jerome Glisse2012-02-069-7/+11
* automake: src/egl/waylandBenjamin Franzke2012-01-261-1/+1
* Revert "Always build shared glapi"Matt Turner2012-01-242-0/+9
* gbm: install libgbm.so into libMatt Turner2012-01-241-1/+0
* targets/gbm: Fix install pathBenjamin Franzke2012-01-241-3/+3
* egl,gbm_gallium: Fix linkage against gbm from automakeBenjamin Franzke2012-01-241-0/+1
* Remove reference to now deleted dri/Makefile.targetsMatt Turner2012-01-201-1/+1
* Always build shared glapiMatt Turner2012-01-202-9/+0
* st/xa: Bump version to 1.0.0 according to the READMEThomas Hellstrom2012-01-121-2/+2
* svga: Drop execbuf throttlingJakob Bornecrantz2012-01-101-1/+0
* svga: IgnoresJakob Bornecrantz2012-01-101-0/+2
* svga: Trim the dri binary a bit on scons release buildsJakob Bornecrantz2012-01-051-1/+5
* st/xa: Update xa_yuv_planar_blit semanticsThomas Hellstrom2011-12-081-1/+1
* gallium/cell: Remove the driver.Kai Wasserbäch2011-11-293-9/+1
* i965g: Delete this driver.Kai Wasserbäch2011-11-2911-381/+1
* st/xa, xa/vmwgfx: Generate exported symbol list from the st/xa symbols.Thomas Hellstrom2011-11-251-3/+7
* st/xa, xa/vmwgfx: Use XA_EXPORT attribute to indicate global visibilityThomas Hellstrom2011-11-251-2/+2
* st/xa, xa/vmwgfx: Set the right version on library suffixThomas Hellstrom2011-11-251-1/+1
* libgl-gdi: Mingw-w64 in 32bit mode matches the Mingw32's .DEF semantics.José Fonseca2011-11-031-1/+1
* gallium/dri: Remove references to vblank.José Fonseca2011-11-021-6/+0
* Fix gallium dri compile and a merge conflictKristian Høgsberg2011-11-021-1/+0
* dri: Remove unused dri texmem.cKristian Høgsberg2011-11-021-2/+1
* dri: Drop unused dri renderbuffer helper functionsKristian Høgsberg2011-11-021-2/+1
* dri-r600: Hook up a drm_descriptor configuration functionMathias Fröhlich2011-10-231-1/+17
* gallium/targets: Add vdpau target for nouveauMaarten Lankhorst2011-10-212-0/+46
* st/xorg: fix build when /lib/gallium directory does not exist yetMarcin Slusarz2011-10-171-1/+1
* targets/va/vdpau/xvmc: don't rebuild target lib every timeMarcin Slusarz2011-10-173-3/+3
* st/xorg: remove target library on make cleanMarcin Slusarz2011-10-171-1/+1
* gallium/targets: use c++ compiler for linkingMarcin Slusarz2011-10-179-25/+63
* dri-vmwgfx: Hook up a drm_descriptor configuration functionThomas Hellstrom2011-10-141-2/+18
* drm_driver: Add a configuration function to the driver descriptor.Thomas Hellstrom2011-10-1426-26/+26