summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radv/gfx9: only minify image view width/height/depth before gfx9.Dave Airlie2017-08-292-7/+15
* radv/image: don't rescale width/height if the format isn't changingDave Airlie2017-08-291-4/+6
* radv: cleanup some image view descriptor setup.Dave Airlie2017-08-292-13/+21
* radv/gfx9: emit sx_mrt_blend registersDave Airlie2017-08-293-3/+134
* radv: bump space check for indexed draw.Dave Airlie2017-08-291-1/+1
* radv/gfx9: fixup db/stencil disable.Dave Airlie2017-08-291-3/+7
* radv/gfx9: fix level count in color register setup.Dave Airlie2017-08-291-1/+1
* radv/gfx9: use total levels in texture descriptorDave Airlie2017-08-291-1/+1
* i965: Make a BRW_NEW_FAST_CLEAR_COLOR dirty bit.Kenneth Graunke2017-08-298-5/+25
* radeonsi: emit VGT_REUSE_OFF in the right placeMarek Olšák2017-08-292-8/+9
* radeonsi/gfx9: properly handle imported textures with unexpected swizzle modeMarek Olšák2017-08-292-6/+8
* radeonsi/gfx9: add a temporary workaround for a tessellation driver bugMarek Olšák2017-08-291-1/+5
* i965/clear: Quantize the depth clear value based on the formatJason Ekstrand2017-08-291-2/+12
* Android: Fix LLVM duplicated symbols linking for N and MRob Herring2017-08-294-13/+7
* radeonsi: update non-resident bindless descriptors if neededSamuel Pitoiset2017-08-291-30/+55
* intel/blorp: Adjust intra-tile x when faking rgb with red-onlyTopi Pohjolainen2017-08-291-0/+1
* ac/nir: fixup layer/viewport export for GFX9.Dave Airlie2017-08-291-7/+25
* mesa: only copy requested compressed teximage cubemap facesChristoph Haag2017-08-291-2/+2
* i965/tex: Don't pass samples to miptree_create_for_teximageJason Ekstrand2017-08-291-1/+1
* i965/miptree: Return NONE from texture_aux_usage when fully resolvedJason Ekstrand2017-08-291-1/+14
* i965: Stop looking at NewDriverState when emitting 3DSTATE_URBJason Ekstrand2017-08-293-5/+11
* i965: Mark all EGLimages as non-coherent.Kenneth Graunke2017-08-291-5/+3
* i965/miptree: Rework create flagsJason Ekstrand2017-08-298-38/+52
* i965/miptree: Delete MIPTREE_LAYOUT_TILING_(Y|ANY)Jason Ekstrand2017-08-296-24/+8
* i965/miptree: Delete MIPTREE_LAYOUT_FOR_SCANOUTJason Ekstrand2017-08-293-7/+15
* i965/miptree: Delete some unused layout flagsJason Ekstrand2017-08-292-10/+2
* i965/miptree Remove layout_flags parameter form is_mcs_supportedJason Ekstrand2017-08-291-9/+2
* radv: disable texture gather workaround on gfx9.Dave Airlie2017-08-291-1/+1
* Update version to 17.2.0-rc5mesa-17.2.0-rc5Emil Velikov2017-08-211-1/+1
* cherry-ignore: ignore storage offset fixesEmil Velikov2017-08-191-0/+4
* Revert "mesa: stop assigning unused storage for non-bindless opaque types"Samuel Pitoiset2017-08-191-11/+45
* i965/miptree: Set supports_fast_clear = false in make_shareableJason Ekstrand2017-08-191-0/+1
* broadcom/vc4: Build the vc4_tiling_lt_neon.c with -mfpu=neon on ARM.Eric Anholt2017-08-194-7/+25
* configure.ac: Introduce HAVE_ARM_ASM/HAVE_AARCH64_ASM and the -D flags.Eric Anholt2017-08-192-0/+28
* util: Fix build on old glibc.Eric Anholt2017-08-191-1/+3
* intel/genxml: Fix gen10 BLEND_STATE variable length packingScott D Phillips2017-08-191-2/+2
* i965: Always allow CPU readback of the scanout on LLC platformsChris Wilson2017-08-191-1/+15
* glsl: add a few missing int64 constant propagation casesIlia Mirkin2017-08-192-0/+8
* radv: disable support for VEGA for now.Dave Airlie2017-08-191-0/+5
* nv50/ir: fix TXQ srcMaskIlia Mirkin2017-08-191-0/+2
* nv50/ir: fix srcMask computation for TG4 and TXFIlia Mirkin2017-08-191-0/+2
* gallium/os: fix os_time_get_nano() to roll over lessFrank Richter2017-08-191-1/+8
* st/wgl: check for negative delta in wait_swap_interval()Frank Richter2017-08-191-2/+5
* st/mesa: fix a null pointer accessFrank Richter2017-08-191-1/+1
* swr/rast: Fix invalid casting for calls to Interlocked* functionsTim Rowley2017-08-193-7/+7
* glsl/ast: update rhs in addition to the var's constant_valueIlia Mirkin2017-08-191-1/+1
* radv/gfx9: for fast clear use is_linear flag.Dave Airlie2017-08-191-1/+1
* radv/gfx9: handle GFX9 opaque metadataDavid Airlie2017-08-191-4/+5
* radv: emit db_htile_surface reg on gfx9 as wellDavid Airlie2017-08-191-1/+2
* radv/gfx9: remove some leftover gfx6 descriptor setup.Dave Airlie2017-08-191-4/+0