summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: lp_build_gather_elem_vec BE fix for 3x16 loadBen Crocker2017-09-061-2/+28
* gallivm: correct channel shift logic on big endianRay Strode2017-09-061-1/+7
* anv/formats: Nicely handle unknown VkFormat enumsJason Ekstrand2017-09-061-5/+14
* vbo: fix offset in minmax cache keyCharmaine Lee2017-09-061-3/+5
* radv: don't assert on empty hash tableGrazvydas Ignotas2017-09-061-0/+3
* egl/wayland: polish object teardown in dri2_wl_destroy_surfaceEmil Velikov2017-09-061-2/+2
* egl/wayland: plug leaks in dri2_wl_create_window_surface() error pathEmil Velikov2017-09-061-2/+6
* egl/dri2: only destroy created objectsMichael Olbrich2017-09-061-3/+6
* radv: clear dynamic_shader_stages on createGrazvydas Ignotas2017-09-061-0/+1
* egl: don't NULL deref the .get_capabilities function pointerEmil Velikov2017-09-061-1/+2
* radv: Fix sparse BO mapping merging.Bas Nieuwenhuizen2017-09-061-0/+1
* radv: Fix off by one in MAX_VBS assert.Bas Nieuwenhuizen2017-09-061-1/+1
* st/mesa: fix handling of vertex array double inputsIlia Mirkin2017-09-061-1/+3
* glsl: fix counting of vertex shader output slots used by explicit varsIlia Mirkin2017-09-061-1/+2
* etnaviv: use correct param for etna_compatible_rs_format(..)Christian Gmeiner2017-09-061-1/+1
* radv: don't crash if we have no framebufferDave Airlie2017-08-251-0/+4
* egl/wayland: Use roundtrips when awaiting buffer releaseKai Chen2017-08-251-2/+7
* nv50/ir: properly set sType for TXF ops to U32Ilia Mirkin2017-08-251-0/+3
* radeonsi/gfx9: add a temporary workaround for a tessellation driver bugMarek Olšák2017-08-251-1/+5
* intel/blorp: Adjust intra-tile x when faking rgb with red-onlyTopi Pohjolainen2017-08-251-0/+1
* mesa: only copy requested compressed teximage cubemap facesChristoph Haag2017-08-251-2/+2
* i965: Stop looking at NewDriverState when emitting 3DSTATE_URBJason Ekstrand2017-08-253-5/+11
* glsl: add a few missing int64 constant propagation casesIlia Mirkin2017-08-252-0/+8
* i965: perf: minimize the chances to spread queries across batchbuffersLionel Landwerlin2017-08-251-0/+8
* swr/rast: switch gen_knobs.cpp licenseTim Rowley2017-08-251-12/+17
* util: Fix build on old glibc.Eric Anholt2017-08-211-1/+3
* radv: force cs/ps/l2 flush at end of command stream. (v2)Dave Airlie2017-08-211-1/+4
* radv: fix MSAA on SI gpus.Dave Airlie2017-08-211-3/+7
* radv: fix f16->f32 denorm handling for SI/CIK. (v2)Dave Airlie2017-08-211-2/+16
* 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
* radeonsi: disable CE by defaultMarek Olšák2017-08-193-11/+21
* egl: avoid eglCreatePlatform*Surface{EXT,} crash with invalid dpyEmil Velikov2017-08-191-2/+2
* ac: fail shader compilation if libelf is replaced by an incompatible versionMarek Olšák2017-08-193-4/+15
* nv50/ir: fix ConstantFolding with saturationKarol Herbst2017-08-192-1/+15
* anv/formats: Allow sampling on depth-only formats on gen7Jason Ekstrand2017-08-191-1/+2
* radv: avoid GPU hangs if someone does a resolve with non-multisample src (v2)Dave Airlie2017-08-191-0/+5
* egl/x11: don't leak xfixes_query in the error pathEmil Velikov2017-08-191-0/+1
* intel/vec4/gs: reset nr_pull_param if DUAL_INSTANCED compile failed.Dave Airlie2017-08-191-0/+1
* i965/blit: Remember to include miptree buffer offset in relocsChris Wilson2017-08-192-3/+3
* i965: Delete pitch alignment assertion in get_blit_intratile_offset_el.Kenneth Graunke2017-08-191-1/+0
* ac/nir: fix lsb emissionConnor Abbott2017-08-191-1/+11
* swr/rast: fix scons gen_knobs.h dependencyTim Rowley2017-08-031-1/+1
* radv: Don't underflow non-visible VRAM size.Bas Nieuwenhuizen2017-08-031-2/+4
* spirv: Fix SpvImageFormatR16uiJason Ekstrand2017-08-031-1/+1