summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update version to 17.2.0-rc4mesa-17.2.0-rc4Emil Velikov2017-08-121-1/+1
* radv: force cs/ps/l2 flush at end of command stream. (v2)Dave Airlie2017-08-111-1/+4
* radv: fix MSAA on SI gpus.Dave Airlie2017-08-111-3/+7
* radv: fix f16->f32 denorm handling for SI/CIK. (v2)Dave Airlie2017-08-111-2/+16
* radv: Use the correct channel for alpha in resolve srgb conversion.Bas Nieuwenhuizen2017-08-111-1/+1
* radv: Only convert linear->srgb in compute resolves.Bas Nieuwenhuizen2017-08-115-79/+54
* radv: Don't use SRGB format for image stores during resolve.Bas Nieuwenhuizen2017-08-112-1/+24
* radeonsi/gfx9: use the VI codepath for clamping ZMarek Olšák2017-08-112-12/+2
* isl: Validate row pitch of stencil surfaces.Kenneth Graunke2017-08-111-2/+7
* egl: avoid eglCreatePlatform*Surface{EXT,} crash with invalid dpyEmil Velikov2017-08-111-2/+2
* configure: remove trailing "-a" in swr architecture testTim Rowley2017-08-111-1/+1
* ac: fail shader compilation if libelf is replaced by an incompatible versionMarek Olšák2017-08-113-4/+15
* nv50/ir: fix ConstantFolding with saturationKarol Herbst2017-08-112-0/+9
* radv: Fix decompression on multisampled depth buffersAlex Smith2017-08-112-35/+69
* i965/miptree: Call alloc_aux in create_for_boJason Ekstrand2017-08-111-6/+7
* intel/isl: Don't align the height of the last array sliceJason Ekstrand2017-08-111-1/+2
* intel/isl: Stop padding surfacesJason Ekstrand2017-08-111-117/+2
* anv/formats: Allow sampling on depth-only formats on gen7Jason Ekstrand2017-08-111-1/+2
* radv: avoid GPU hangs if someone does a resolve with non-multisample src (v2)Dave Airlie2017-08-111-0/+5
* egl/x11: don't leak xfixes_query in the error pathEmil Velikov2017-08-111-0/+1
* Update version to 17.2.0-rc3mesa-17.2.0-rc3Emil Velikov2017-08-071-1/+1
* anv: Stop advertising VK_KHX_multiviewJason Ekstrand2017-08-051-4/+0
* st/dri: enable 32-bit RGBX/RGBA formats only on AndroidTomasz Figa2017-08-051-0/+12
* swr/rast: fix scons gen_knobs.h dependencyTim Rowley2017-08-051-1/+1
* mesa/st: fix conditional jump depends on uninitialised valueTimothy Arceri2017-08-051-0/+1
* gles: Restore some lost typedefsScott D Phillips2017-08-052-4/+14
* Revert "st_glsl_to_tgsi: rewrite rename registers to use array fully."Dave Airlie2017-08-051-26/+29
* radv: handle 10-bit format clamping workaround.Dave Airlie2017-08-058-16/+51
* radv: Don't underflow non-visible VRAM size.Bas Nieuwenhuizen2017-08-051-2/+4
* st/osmesa: add osmesa framebuffer iface hash table per st managerBruce Cherniak2017-08-051-0/+11
* intel/vec4/gs: reset nr_pull_param if DUAL_INSTANCED compile failed.Dave Airlie2017-08-051-0/+1
* i965/blit: Remember to include miptree buffer offset in relocsChris Wilson2017-08-052-3/+3
* i965: Delete pitch alignment assertion in get_blit_intratile_offset_el.Kenneth Graunke2017-08-051-1/+0
* spirv: Fix SpvImageFormatR16uiJason Ekstrand2017-08-051-1/+1
* dri3: Wait for all pending swapbuffers to be scheduled before touching the frontThomas Hellstrom2017-08-052-0/+21
* gallium/radeon: fix ARB_query_buffer_object conversion to booleanNicolai Hähnle2017-08-051-1/+2
* radeon/ac: use ds_swizzle for derivs on si/cik.Dave Airlie2017-08-054-37/+44
* ac/nir: fix lsb emissionConnor Abbott2017-08-051-1/+11
* nir: fix algebraic optimizationsConnor Abbott2017-08-051-2/+2
* Revert "st/mesa: release sampler views when redefining a texture in st_contex...Marek Olšák2017-08-051-2/+0
* radeonsi: ensure that temp array allocas are in the entry blockNicolai Hähnle2017-08-051-1/+1
* mesa: fix mismatch when returning 64-bit bindless uniform handlesSamuel Pitoiset2017-08-051-1/+2
* Update version to 17.2.0-rc2mesa-17.2.0-rc2Emil Velikov2017-07-311-1/+1
* st/glsl_to_tgsi: fix getting the image type for array of structsSamuel Pitoiset2017-07-311-1/+1
* st/mesa: release sampler views when redefining a texture in st_context_teximageMarek Olšák2017-07-311-0/+2
* radv: for stencil only set Z tile mode index to same valueDave Airlie2017-07-311-0/+2
* virgl: drop precise modifier.Dave Airlie2017-07-311-0/+10
* radeonsi: update dirty_level_mask only when flushing or unbinding framebufferMarek Olšák2017-07-315-43/+59
* st/mesa: always unconditionally revalidate main framebuffer after SwapBuffersMarek Olšák2017-07-311-0/+10
* radeonsi/gfx9: always wrap GS and TCS in an if-block (v2)Nicolai Hähnle2017-07-312-33/+79