summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* tgsi_ureg: add property_gs_invocationsJordan Justen2014-02-202-0/+11
* gallivm: add smallfloat to float conversion not relying on cpu denorm handlingRoland Scheidegger2014-02-201-20/+65
* 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
* freedreno: tweak ringbuffer sizes/countRob Clark2014-02-192-2/+2
* freedreno/a3xx/compiler: scheduling/legalize fixesRob Clark2014-02-193-2/+30
* r600g,radeonsi: Consolidate logic for short-circuiting flushesMichel Dänzer2014-02-186-6/+8
* st/dri: remove #ifdef DRM_CAP_PRIME guardEmil Velikov2014-02-181-2/+0
* targets/vdpau: Don't link unused librariesKusanagi Kouichi2014-02-174-4/+5
* targets/vdpau: Always use c++ to linkKusanagi Kouichi2014-02-171-5/+1
* st/xvmc: fix tests so that they passIlia Mirkin2014-02-163-10/+12
* pipe-loader: add pipe loader for freedreno/msmRob Clark2014-02-162-0/+38
* st/xa: missing handle typeRob Clark2014-02-161-0/+1
* st/xa: use pipe-loader to get screenRob Clark2014-02-167-51/+40
* pipe-loader: split out "client" versionRob Clark2014-02-164-10/+25
* freedreno/a3xx/compiler: use (ss) for WAR hazardsRob Clark2014-02-161-2/+19
* freedreno/a3xx/compiler: fix RA typoRob Clark2014-02-162-4/+4
* freedreno/a3xx/compiler: handle kill properly (new compiler)Rob Clark2014-02-164-26/+105
* freedreno/a3xx/compiler: trans_cmp() sanityRob Clark2014-02-161-51/+35
* freedreno: fix problems if no color buf boundRob Clark2014-02-162-2/+7
* gallium/pipebuffer: change pb_cache_manager_create() size_factor to floatBrian Paul2014-02-144-8/+8
* svga/winsys: Propagate surface shared information to the winsysThomas Hellstrom2014-02-145-26/+44
* svga/winsys: implement GBS supportBrian Paul2014-02-1419-323/+3064
* gallium/util: Add flush/map debug utility codeThomas Hellstrom2014-02-143-0/+530
* gallium/pipebuffer: Add a cache buffer manager bypass maskThomas Hellstrom2014-02-143-5/+23
* pipebuffer, winsys: Add a size match parameter to the cached buffer managerThomas Hellstrom2014-02-143-4/+8
* svga: update texture code for GBSBrian Paul2014-02-142-64/+326
* svga: update buffer code for GBSBrian Paul2014-02-142-42/+224
* svga: add new helper functions for GBS buffersBrian Paul2014-02-141-0/+76
* svga: remove a couple unneeded assertionsBrian Paul2014-02-142-2/+0
* svga: adjust adjustment for point coordinatesBrian Paul2014-02-141-1/+4
* svga: track which textures are rendered toBrian Paul2014-02-142-18/+38
* svga: add helpers for tracking rendering to texturesBrian Paul2014-02-142-0/+68
* svga: update shader code for GBSBrian Paul2014-02-148-20/+142
* svga: update constant buffer code for GBSBrian Paul2014-02-145-69/+175
* svga: add svga_have_gb_objects/dma() functionsBrian Paul2014-02-141-0/+14
* svga: add new GBS commandsBrian Paul2014-02-142-5/+637
* svga: update svga_winsys interface for GBSBrian Paul2014-02-146-13/+141
* svga: update dumping code with new GBS commands, etcBrian Paul2014-02-141-44/+268
* svga: split / update svga3d header filesBrian Paul2014-02-1417-1976/+4808
* st/vdpau: add support for DEINTERLACE_TEMPORALGrigori Goronzy2014-02-143-4/+73
* vl: add motion adaptive deinterlacerGrigori Goronzy2014-02-143-1/+569
* st/omx/enc: fix scaling src alignment issueLeo Liu2014-02-141-1/+15