summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-18clover: Unabbreviate a few data accessor names for consistency.clover-internal-ref-countingFrancisco Jerez9-28/+28
2014-02-18clover: Replace the transfer(new ...) idiom with a safer create(...) helper f...Francisco Jerez6-56/+43
2014-02-18clover: Migrate a bunch of pointers and references in the object tree to smar...Francisco Jerez29-168/+184
2014-02-18clover: Allow storing a range into a container of different (but compatible) ...Francisco Jerez1-7/+7
2014-02-18clover: Define an intrusive smart reference class.Francisco Jerez1-0/+61
2014-02-18clover: Some improvements for the intrusive pointer class.Francisco Jerez6-32/+42
2014-02-18clover: Fix up NULL constant pointer arguments.Francisco Jerez1-1/+2
2014-02-18configure: fix build error with XARob Clark1-0/+1
2014-02-18r600g,radeonsi: Consolidate logic for short-circuiting flushesMichel Dänzer6-6/+8
2014-02-18st/dri: remove #ifdef DRM_CAP_PRIME guardEmil Velikov1-2/+0
2014-02-18automake: remove leftover XORG and LIBKMS variablesEmil Velikov2-3/+0
2014-02-18scons: sync package requirementsEmil Velikov1-5/+3
2014-02-18configure: bump up libdrm requirement to 2.4.38Emil Velikov1-1/+1
2014-02-18configure: use test -n whenever possibleEmil Velikov1-8/+8
2014-02-18configure: use test -z whenever possibleEmil Velikov1-7/+7
2014-02-18configure: cleanup classic dri drivers handlingEmil Velikov1-63/+59
2014-02-18configure: compact ppc/sparc DRI_DIRS handlingEmil Velikov1-8/+2
2014-02-18configure: drop explicit DRI_DIRS assignment on some platforms/archesEmil Velikov1-11/+2
2014-02-17configure: cleanup switch statementEmil Velikov1-35/+12
2014-02-17targets/vdpau: Don't link unused librariesKusanagi Kouichi5-5/+7
2014-02-17configure: Try pkg-config first for libselinuxKusanagi Kouichi4-5/+10
2014-02-17targets/vdpau: Always use c++ to linkKusanagi Kouichi1-5/+1
2014-02-16st/xvmc: fix tests so that they passIlia Mirkin3-10/+12
2014-02-16pipe-loader: add pipe loader for freedreno/msmRob Clark2-0/+38
2014-02-16st/xa: missing handle typeRob Clark1-0/+1
2014-02-16st/xa: use pipe-loader to get screenRob Clark8-55/+45
2014-02-16pipe-loader: split out "client" versionRob Clark5-12/+37
2014-02-16freedreno/a3xx/compiler: use (ss) for WAR hazardsRob Clark1-2/+19
2014-02-16freedreno/a3xx/compiler: fix RA typoRob Clark2-4/+4
2014-02-16freedreno/a3xx/compiler: handle kill properly (new compiler)Rob Clark4-26/+105
2014-02-16freedreno/a3xx/compiler: trans_cmp() sanityRob Clark1-51/+35
2014-02-16freedreno: fix problems if no color buf boundRob Clark2-2/+7
2014-02-14meta: Don't try to enable FF texturing when we're using GLSL.Eric Anholt1-6/+3
2014-02-14main: Avoid double-free of shader LabelCarl Worth1-0/+1
2014-02-14gallium/pipebuffer: change pb_cache_manager_create() size_factor to floatBrian Paul4-8/+8
2014-02-14svga/winsys: Propagate surface shared information to the winsysThomas Hellstrom5-26/+44
2014-02-14svga/winsys: implement GBS supportBrian Paul19-323/+3064
2014-02-14gallium/util: Add flush/map debug utility codeThomas Hellstrom3-0/+530
2014-02-14gallium/pipebuffer: Add a cache buffer manager bypass maskThomas Hellstrom3-5/+23
2014-02-14pipebuffer, winsys: Add a size match parameter to the cached buffer managerThomas Hellstrom3-4/+8
2014-02-14svga: update texture code for GBSBrian Paul2-64/+326
2014-02-14svga: update buffer code for GBSBrian Paul2-42/+224
2014-02-14svga: add new helper functions for GBS buffersBrian Paul1-0/+76
2014-02-14svga: remove a couple unneeded assertionsBrian Paul2-2/+0
2014-02-14svga: adjust adjustment for point coordinatesBrian Paul1-1/+4
2014-02-14svga: track which textures are rendered toBrian Paul2-18/+38
2014-02-14svga: add helpers for tracking rendering to texturesBrian Paul2-0/+68
2014-02-14svga: update shader code for GBSBrian Paul8-20/+142
2014-02-14svga: update constant buffer code for GBSBrian Paul5-69/+175
2014-02-14svga: add svga_have_gb_objects/dma() functionsBrian Paul1-0/+14