summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-08-11radv: force cs/ps/l2 flush at end of command stream. (v2)Dave Airlie1-1/+4
2017-08-11radv: fix MSAA on SI gpus.Dave Airlie1-3/+7
2017-08-11radv: fix f16->f32 denorm handling for SI/CIK. (v2)Dave Airlie1-2/+16
2017-08-11radv: Use the correct channel for alpha in resolve srgb conversion.Bas Nieuwenhuizen1-1/+1
2017-08-11radv: Only convert linear->srgb in compute resolves.Bas Nieuwenhuizen5-79/+54
2017-08-11radv: Don't use SRGB format for image stores during resolve.Bas Nieuwenhuizen2-1/+24
2017-08-11radeonsi/gfx9: use the VI codepath for clamping ZMarek Olšák2-12/+2
2017-08-11isl: Validate row pitch of stencil surfaces.Kenneth Graunke1-2/+7
2017-08-11egl: avoid eglCreatePlatform*Surface{EXT,} crash with invalid dpyEmil Velikov1-2/+2
2017-08-11ac: fail shader compilation if libelf is replaced by an incompatible versionMarek Olšák3-4/+15
2017-08-11nv50/ir: fix ConstantFolding with saturationKarol Herbst2-0/+9
2017-08-11radv: Fix decompression on multisampled depth buffersAlex Smith2-35/+69
2017-08-11i965/miptree: Call alloc_aux in create_for_boJason Ekstrand1-6/+7
2017-08-11intel/isl: Don't align the height of the last array sliceJason Ekstrand1-1/+2
2017-08-11intel/isl: Stop padding surfacesJason Ekstrand1-117/+2
2017-08-11anv/formats: Allow sampling on depth-only formats on gen7Jason Ekstrand1-1/+2
2017-08-11radv: avoid GPU hangs if someone does a resolve with non-multisample src (v2)Dave Airlie1-0/+5
2017-08-11egl/x11: don't leak xfixes_query in the error pathEmil Velikov1-0/+1
2017-08-05anv: Stop advertising VK_KHX_multiviewJason Ekstrand1-4/+0
2017-08-05st/dri: enable 32-bit RGBX/RGBA formats only on AndroidTomasz Figa1-0/+12
2017-08-05swr/rast: fix scons gen_knobs.h dependencyTim Rowley1-1/+1
2017-08-05mesa/st: fix conditional jump depends on uninitialised valueTimothy Arceri1-0/+1
2017-08-05Revert "st_glsl_to_tgsi: rewrite rename registers to use array fully."Dave Airlie1-26/+29
2017-08-05radv: handle 10-bit format clamping workaround.Dave Airlie8-16/+51
2017-08-05radv: Don't underflow non-visible VRAM size.Bas Nieuwenhuizen1-2/+4
2017-08-05st/osmesa: add osmesa framebuffer iface hash table per st managerBruce Cherniak1-0/+11
2017-08-05intel/vec4/gs: reset nr_pull_param if DUAL_INSTANCED compile failed.Dave Airlie1-0/+1
2017-08-05i965/blit: Remember to include miptree buffer offset in relocsChris Wilson2-3/+3
2017-08-05i965: Delete pitch alignment assertion in get_blit_intratile_offset_el.Kenneth Graunke1-1/+0
2017-08-05spirv: Fix SpvImageFormatR16uiJason Ekstrand1-1/+1
2017-08-05dri3: Wait for all pending swapbuffers to be scheduled before touching the frontThomas Hellstrom2-0/+21
2017-08-05gallium/radeon: fix ARB_query_buffer_object conversion to booleanNicolai Hähnle1-1/+2
2017-08-05radeon/ac: use ds_swizzle for derivs on si/cik.Dave Airlie4-37/+44
2017-08-05ac/nir: fix lsb emissionConnor Abbott1-1/+11
2017-08-05nir: fix algebraic optimizationsConnor Abbott1-2/+2
2017-08-05Revert "st/mesa: release sampler views when redefining a texture in st_contex...Marek Olšák1-2/+0
2017-08-05radeonsi: ensure that temp array allocas are in the entry blockNicolai Hähnle1-1/+1
2017-08-05mesa: fix mismatch when returning 64-bit bindless uniform handlesSamuel Pitoiset1-1/+2
2017-07-31st/glsl_to_tgsi: fix getting the image type for array of structsSamuel Pitoiset1-1/+1
2017-07-31st/mesa: release sampler views when redefining a texture in st_context_teximageMarek Olšák1-0/+2
2017-07-31radv: for stencil only set Z tile mode index to same valueDave Airlie1-0/+2
2017-07-31virgl: drop precise modifier.Dave Airlie1-0/+10
2017-07-31radeonsi: update dirty_level_mask only when flushing or unbinding framebufferMarek Olšák5-43/+59
2017-07-31st/mesa: always unconditionally revalidate main framebuffer after SwapBuffersMarek Olšák1-0/+10
2017-07-31radeonsi/gfx9: always wrap GS and TCS in an if-block (v2)Nicolai Hähnle2-33/+79
2017-07-31radeonsi/gfx9: fix vertex idx in ES with multiple waves per threadgroupNicolai Hähnle1-1/+6
2017-07-31swr: fix transform feedback logicGeorge Kyriazis4-8/+71
2017-07-27radv/ac: port SI TC L1 write corruption fix.Dave Airlie1-3/+5
2017-07-27radv/ac: realign SI workaround with radeonsi.Dave Airlie1-2/+3
2017-07-27radv: only report external semaphore info for opaque fd.Dave Airlie1-5/+10