summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965: Unify fs_generator:: and vec4_generator::mark_surface_used as a free fu...Francisco Jerez2014-02-197-38/+32
* i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...Francisco Jerez2014-02-1924-188/+162
* i965/vec4: Add constructor of src_reg from a fixed hardware reg.Francisco Jerez2014-02-192-0/+9
* i965: Enable fast depth clears.Kenneth Graunke2014-02-191-1/+1
* i965: Enable HiZ on Broadwell.Kenneth Graunke2014-02-191-1/+1
* i965: Implement HiZ resolves on Broadwell.Kenneth Graunke2014-02-193-2/+113
* i965: Refactor Gen8 depth packet emission.Kenneth Graunke2014-02-191-72/+99
* i965: Add #defines for the 3DSTATE_WM_HZ_OP packet's contents.Kenneth Graunke2014-02-191-0/+25
* i965: Bump generation check in code to disable HiZ at LODs > 0.Kenneth Graunke2014-02-191-1/+1
* i965: Program 3DSTATE_HIER_DEPTH_BUFFER properly on Broadwell.Kenneth Graunke2014-02-191-8/+17
* i965: Pull format conversion logic out of brw_depthbuffer_format.Kenneth Graunke2014-02-193-32/+43
* egl: clarify what _eglInitResource doesChia-I Wu2014-02-191-1/+5
* Revert "egl: Unhide functionality in _eglInitContext()"Chia-I Wu2014-02-191-2/+1
* Revert "egl: Unhide functionality in _eglInitSurface()"Chia-I Wu2014-02-191-3/+1
* i965: Bump MaxTexMbytes from 1GB to 1.5GB.Kenneth Graunke2014-02-181-0/+1
* i965: Bump GL_MAX_CUBE_MAP_TEXTURE_SIZE to 8192.Kenneth Graunke2014-02-181-1/+1
* 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