summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* docs: Trivial updates to MESA_query_renderer.specIan Romanick2014-02-181-2/+2
* 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
* configure: fix build error with XARob Clark2014-02-181-0/+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
* scons: sync package requirementsEmil Velikov2014-02-181-5/+3
* configure: bump up libdrm requirement to 2.4.38Emil Velikov2014-02-181-1/+1
* configure: use test -n whenever possibleEmil Velikov2014-02-181-8/+8
* configure: use test -z whenever possibleEmil Velikov2014-02-181-7/+7
* configure: cleanup classic dri drivers handlingEmil Velikov2014-02-181-63/+59
* configure: compact ppc/sparc DRI_DIRS handlingEmil Velikov2014-02-181-8/+2
* configure: drop explicit DRI_DIRS assignment on some platforms/archesEmil Velikov2014-02-181-11/+2
* configure: cleanup switch statementEmil Velikov2014-02-171-35/+12
* targets/vdpau: Don't link unused librariesKusanagi Kouichi2014-02-175-5/+7
* configure: Try pkg-config first for libselinuxKusanagi Kouichi2014-02-174-5/+10
* 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-168-55/+45
* pipe-loader: split out "client" versionRob Clark2014-02-165-12/+37
* 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