aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965: Bump MAX_3D_TEXTURE_SIZE to 2048.Kenneth Graunke2014-02-181-1/+1
* Prevent zero sized wl_egl_windowSinclair Yeh2014-02-181-0/+6
* glsl: Fix condition to generate shader link errorAnuj Phogat2014-02-181-4/+5
* mesa: Add GL_TEXTURE_CUBE_MAP_ARRAY to legal_get_tex_level_parameter_target()Anuj Phogat2014-02-181-0/+3
* i965/fs: Use conditional sends to do FB writes on HSW+.Eric Anholt2014-02-184-18/+46
* i965/fs: Drop dead comment about the old proj_attrib_mask optimization.Eric Anholt2014-02-181-6/+0
* i965: Drop mt->levels[].width/height.Eric Anholt2014-02-187-42/+23
* i965: Move singlesample_mt to the renderbuffer.Eric Anholt2014-02-188-276/+168
* i965: Drop some duplicated code in DRI winsys BO updates.Eric Anholt2014-02-183-110/+38
* i965: Simplify intel_miptree_updownsample.Eric Anholt2014-02-181-24/+11
* i965: Don't try to use the ctx->ReadBuffer when asked to blorp miptrees.Eric Anholt2014-02-181-3/+4
* i965: Make the mt->target of multisample renderbuffers be 2D_MS.Eric Anholt2014-02-181-3/+5
* meta: Push into desktop GL mode when doing meta operations.Eric Anholt2014-02-182-23/+19
* meta: Fix blit shader compile on non-glsl-130 drivers.Eric Anholt2014-02-181-1/+1
* 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
* automake: remove leftover XORG and LIBKMS variablesEmil Velikov2014-02-182-3/+0
* targets/vdpau: Don't link unused librariesKusanagi Kouichi2014-02-174-4/+5
* configure: Try pkg-config first for libselinuxKusanagi Kouichi2014-02-173-0/+3
* 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
* meta: Don't try to enable FF texturing when we're using GLSL.Eric Anholt2014-02-141-6/+3
* main: Avoid double-free of shader LabelCarl Worth2014-02-141-0/+1
* 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