aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* clover: Fix typo in validate_object()Tom Stellard2014-03-211-1/+1
* clover: Fix region size error checking in some buffer transfer commands.Francisco Jerez2014-03-181-5/+16
* egl/main: Stop using EGLNative types internallyChad Versace2014-03-171-3/+15
* st/dri: flush drawable textures before unreferencingMarek Olšák2014-03-111-0/+8
* st/dri: build the drm backend when libdrm is presentEmil Velikov2014-03-111-1/+5
* gallium: rename R4A4 and A4R4 formats to match their swizzleMarek Olšák2014-03-072-5/+5
* st/vdpau: Add rotation v2Kusanagi Kouichi2014-03-071-0/+6
* st/omx/enc: fix crash on destructionChristian König2014-03-071-8/+15
* clover: Fix build against LLVM SVN r203065 or newerMichel Dänzer2014-03-071-0/+4
* clover: Use correct LLVM version in #if for DataLayout constructionTom Stellard2014-03-041-1/+1
* st/osmesa: check buffer size when searching for buffersBrian Paul2014-03-041-4/+7
* st/vdpau: fix possible NULL dereferenceGrigori Goronzy2014-03-031-4/+4
* st/omx: always advertise all componentsChristian König2014-03-032-33/+23
* clover: Fix building with latest llvmBruno Jiménez2014-03-031-3/+2
* st/dri: add support for dma-buf importer (DRIimage v8)Dave Airlie2014-03-032-1/+57
* st/dri: move fourcc->format conversion to a common placeDave Airlie2014-03-031-46/+35
* Re-commit 'clover: Fix build with LLVM 3.5'Tom Stellard2014-02-251-1/+3
* Revert "Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa"Timothy Arceri2014-02-261-3/+1
* clover: Fix build with LLVM 3.5Tom Stellard2014-02-251-1/+3
* clover: Pass buffer offsets to the driver in set_global_binding() v3Tom Stellard2014-02-241-4/+14
* winsys/xlib: move xlib_create_sw_winsys within the winsysEmil Velikov2014-02-224-2/+5
* clover: Unabbreviate a few data accessor names for consistency.Francisco Jerez2014-02-219-28/+28
* clover: Replace the transfer(new ...) idiom with a safer create(...) helper f...Francisco Jerez2014-02-216-56/+43
* clover: Migrate a bunch of pointers and references in the object tree to smar...Francisco Jerez2014-02-2129-163/+179
* clover: Allow storing a range into a container of different (but compatible) ...Francisco Jerez2014-02-211-7/+7
* clover: Define an intrusive smart reference class.Francisco Jerez2014-02-211-0/+66
* clover: Some improvements for the intrusive pointer class.Francisco Jerez2014-02-216-30/+45
* clover: Fix up NULL constant pointer arguments.Francisco Jerez2014-02-211-1/+2
* st/omx/enc: add multi scaling buffers for performance improvementLeo Liu2014-02-202-16/+29
* st/omx/dec/h264: fix prevFrameNumOffset handlingChristian König2014-02-201-0/+4
* st/dri: remove #ifdef DRM_CAP_PRIME guardEmil Velikov2014-02-181-2/+0
* st/xvmc: fix tests so that they passIlia Mirkin2014-02-163-10/+12
* st/xa: missing handle typeRob Clark2014-02-161-0/+1
* st/xa: use pipe-loader to get screenRob Clark2014-02-163-1/+10
* st/vdpau: add support for DEINTERLACE_TEMPORALGrigori Goronzy2014-02-143-4/+73
* st/omx/enc: fix scaling src alignment issueLeo Liu2014-02-141-1/+15
* st/omx/dec/h264: fix pic_order_cnt_type==2Christian König2014-02-131-1/+1
* st/omx: initial OpenMAX H264 encoder v7Christian König2014-02-135-8/+970
* gallium makefiles: use a linker script for building dri driversMaarten Lankhorst2014-02-121-0/+5
* st/clover: use VISIBILITY_CXXFLAGS where approapriateEmil Velikov2014-02-111-3/+3
* omx: use VISIBILITY_CFLAGS to control exported symbolsEmil Velikov2014-02-112-1/+2
* st/vdpau: automake: export only PUBLIC symbolsEmil Velikov2014-02-111-0/+1
* st/vdpau: do not export VdpPresentationQueueTargetCreateX11Emil Velikov2014-02-112-2/+4
* st/egl: automake: avoid exporting all symbolsEmil Velikov2014-02-111-0/+1
* st/gbm: automake: do not export gbm_gallium_drm_device_createEmil Velikov2014-02-111-1/+3
* vdpau: flush the context before exporting the surface v2Marek Olšák2014-02-061-0/+1
* gallium: remove PIPE_USAGE_STATICMarek Olšák2014-02-065-6/+6
* st/omx: add workaround for bug in BellagioChristian König2014-02-063-2/+16
* st/omx: initial OpenMAX support v3Christian König2014-02-068-0/+2235
* gallium/dri2: Fix dri2_dup_imageAxel Davy2014-02-051-0/+1