summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeonsi/gfx9: fix vertex idx in ES with multiple waves per threadgroupNicolai Hähnle2017-07-311-1/+6
* swr: fix transform feedback logicGeorge Kyriazis2017-07-314-8/+71
* radv/ac: port SI TC L1 write corruption fix.Dave Airlie2017-07-271-3/+5
* radv/ac: realign SI workaround with radeonsi.Dave Airlie2017-07-271-2/+3
* radv: only report external semaphore info for opaque fd.Dave Airlie2017-07-271-5/+10
* radv: fix buffer views on SI/CIK.Dave Airlie2017-07-271-0/+5
* st/dri2: Return invalid modifier when no driver supportDaniel Stone2017-07-271-0/+6
* st/dri: Check get-handle return value in queryImageDaniel Stone2017-07-271-12/+18
* egl/wayland: Ignore invalid modifiersDaniel Stone2017-07-271-0/+4
* swr/rast: non-regex knob fallback code for gcc < 4.9Tim Rowley2017-07-271-0/+21
* virgl: encode index buffer offset.Dave Airlie2017-07-271-1/+1
* ac/surface: fix hybrid graphics where APU=GFX9, dGPU=olderMarek Olšák2017-07-271-0/+12
* radeonsi: decrease the number of compiler threadsMarek Olšák2017-07-272-3/+8
* gallium/radeon: make S_FIXED function signed and move it to shared codeMarek Olšák2017-07-273-9/+5
* st/mesa: create framebuffer iface hash table per st managerCharmaine Lee2017-07-278-27/+113
* egl: move KHR_no_error vs debug/robustness check further downGrigori Goronzy2017-07-271-11/+10
* radeonsi/gfx9: reduce max threads per block to 1024 on gfx9+Nicolai Hähnle2017-07-271-15/+24
* radeonsi: fix detection of DRAW_INDIRECT_MULTI on SINicolai Hähnle2017-07-271-2/+2
* anv: only expose up to 28 vertex attributesIago Toral Quiroga2017-07-271-1/+1
* anv/cmd_buffer: fix off by one error in assertionIago Toral Quiroga2017-07-271-1/+1
* i965: Fix = vs == in MCS aux usage assert.Kenneth Graunke2017-07-271-1/+1
* i965: Fix offset addition in get_isl_surf.Kenneth Graunke2017-07-271-3/+3
* broadcom/vc4: Prefer blit via rendering to the software fallback.Eric Anholt2017-07-271-6/+8
* i965: perf: flush batchbuffers at the beginning of queriesLionel Landwerlin2017-07-271-8/+8
* intel/blorp: ship blorp_genX_exec.h within the tarballEmil Velikov2017-07-241-0/+1
* egl: guard wayland header dep. tracking behind HAVE_PLATFORM_WAYLAND17.2-branchpointEmil Velikov2017-07-241-1/+1
* swrast: add dri2ConfigQueryExtension to the correct extension listEmil Velikov2017-07-241-0/+1
* wayland-egl: update the SHA1 of the commit introducing v3Emil Velikov2017-07-241-1/+1
* wayland-egl: Update ABI checkerMiguel A. Vico2017-07-241-15/+75
* wayland-egl: Make wl_egl_window a versioned structMiguel A. Vico2017-07-243-2/+24
* egl: Fix _eglPointerIsDereferencable() to ignore page residencyMiguel A. Vico2017-07-241-1/+12
* egl: Move _eglPointerIsDereferencable() to eglglobals.[ch]Miguel A. Vico2017-07-243-33/+37
* wayland-egl: Add wl_egl_window ABI checkerMiguel A. Vico2017-07-242-1/+180
* swr: use the correct variable for no undefined symbolsEmil Velikov2017-07-241-1/+1
* swr: don't forget to link KNL/SKX against pthreadsEmil Velikov2017-07-241-0/+8
* swr: don't forget to link AVX/AVX2 against pthreadsEmil Velikov2017-07-241-0/+8
* configure.ac: rework wayland-protocols handlingEmil Velikov2017-07-241-6/+7
* radv: enable sample shadingDave Airlie2017-07-242-2/+4
* radv: don't set dedicated bit for buffer external memory.Dave Airlie2017-07-241-2/+1
* radv: fix non-0 based layer clears.Dave Airlie2017-07-241-4/+9
* radv: check enabled device features.Dave Airlie2017-07-241-0/+13
* radv: for external memory imports close the fd on import successDave Airlie2017-07-241-1/+3
* radv: Don't segfault when exporting an image which hasn't been bound yet.Bas Nieuwenhuizen2017-07-241-1/+1