summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-27radv: fix buffer views on SI/CIK.Dave Airlie1-0/+5
2017-07-27st/dri2: Return invalid modifier when no driver supportDaniel Stone1-0/+6
2017-07-27st/dri: Check get-handle return value in queryImageDaniel Stone1-12/+18
2017-07-27egl/wayland: Ignore invalid modifiersDaniel Stone1-0/+4
2017-07-27swr/rast: non-regex knob fallback code for gcc < 4.9Tim Rowley1-0/+21
2017-07-27virgl: encode index buffer offset.Dave Airlie1-1/+1
2017-07-27ac/surface: fix hybrid graphics where APU=GFX9, dGPU=olderMarek Olšák1-0/+12
2017-07-27radeonsi: decrease the number of compiler threadsMarek Olšák2-3/+8
2017-07-27gallium/radeon: make S_FIXED function signed and move it to shared codeMarek Olšák3-9/+5
2017-07-27st/mesa: create framebuffer iface hash table per st managerCharmaine Lee8-27/+113
2017-07-27egl: move KHR_no_error vs debug/robustness check further downGrigori Goronzy1-11/+10
2017-07-27radeonsi/gfx9: reduce max threads per block to 1024 on gfx9+Nicolai Hähnle1-15/+24
2017-07-27radeonsi: fix detection of DRAW_INDIRECT_MULTI on SINicolai Hähnle1-2/+2
2017-07-27anv: only expose up to 28 vertex attributesIago Toral Quiroga1-1/+1
2017-07-27anv/cmd_buffer: fix off by one error in assertionIago Toral Quiroga1-1/+1
2017-07-27i965: Fix = vs == in MCS aux usage assert.Kenneth Graunke1-1/+1
2017-07-27i965: Fix offset addition in get_isl_surf.Kenneth Graunke1-3/+3
2017-07-27broadcom/vc4: Prefer blit via rendering to the software fallback.Eric Anholt1-6/+8
2017-07-27i965: perf: flush batchbuffers at the beginning of queriesLionel Landwerlin1-8/+8
2017-07-24Update version to 17.2.0-rc1mesa-17.2.0-rc1Emil Velikov1-1/+1
2017-07-24intel/blorp: ship blorp_genX_exec.h within the tarballEmil Velikov1-0/+1
2017-07-24egl: guard wayland header dep. tracking behind HAVE_PLATFORM_WAYLAND17.2-branchpointEmil Velikov1-1/+1
2017-07-24swrast: add dri2ConfigQueryExtension to the correct extension listEmil Velikov1-0/+1
2017-07-24wayland-egl: update the SHA1 of the commit introducing v3Emil Velikov1-1/+1
2017-07-24wayland-egl: Update ABI checkerMiguel A. Vico1-15/+75
2017-07-24wayland-egl: Make wl_egl_window a versioned structMiguel A. Vico3-2/+24
2017-07-24egl: Fix _eglPointerIsDereferencable() to ignore page residencyMiguel A. Vico1-1/+12
2017-07-24egl: Move _eglPointerIsDereferencable() to eglglobals.[ch]Miguel A. Vico3-33/+37
2017-07-24wayland-egl: Add wl_egl_window ABI checkerMiguel A. Vico2-1/+180
2017-07-24swr: use the correct variable for no undefined symbolsEmil Velikov1-1/+1
2017-07-24swr: don't forget to link KNL/SKX against pthreadsEmil Velikov1-0/+8
2017-07-24swr: don't forget to link AVX/AVX2 against pthreadsEmil Velikov1-0/+8
2017-07-24configure.ac: rework wayland-protocols handlingEmil Velikov2-9/+17
2017-07-24radv: enable sample shadingDave Airlie2-2/+4
2017-07-24radv: don't set dedicated bit for buffer external memory.Dave Airlie1-2/+1
2017-07-24radv: fix non-0 based layer clears.Dave Airlie1-4/+9
2017-07-24radv: check enabled device features.Dave Airlie1-0/+13
2017-07-24radv: for external memory imports close the fd on import successDave Airlie1-1/+3
2017-07-24radv: Don't segfault when exporting an image which hasn't been bound yet.Bas Nieuwenhuizen1-1/+1
2017-07-24radv: Handle VK_ATTACHMENT_UNUSED in color attachments.Bas Nieuwenhuizen6-20/+45
2017-07-24broadcom: correct header file in BROADCOM_FILESAndres Gomez1-1/+1
2017-07-23etnaviv: Clear lbl_usage array correctlyWladimir J. van der Laan1-1/+1
2017-07-22anv/image: zalloc image viewsJason Ekstrand1-7/+1
2017-07-22anv/image: Use vk_zalloc instead of an explicit memsetJason Ekstrand1-3/+2
2017-07-22anv: Separate surface states by layout instead of aux_usageJason Ekstrand4-53/+58