summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-29virgl: fix undefined shift to use unsigned.HEADmasterDave Airlie1-1/+1
2018-11-29r600: make suballocator 256-bytes alignDave Airlie1-1/+1
2018-11-28intel/compiler: Use nir's info when checking uses_streams.Kenneth Graunke1-1/+1
2018-11-28nir/derefs: Add a nir_derefs_do_not_alias enum valueJason Ekstrand2-3/+4
2018-11-28egl: add missing #include <stddef.h> in egldevice.hGurchetan Singh1-1/+1
2018-11-28gallivm: Use nextafterf(0.5, 0.0) as rounding constantMatt Turner1-1/+1
2018-11-28docs: update calendar, add news item and link release notes for 18.2.6Juan A. Suarez Romero3-7/+8
2018-11-28docs: add sha256 checksums for 18.2.6Juan A. Suarez Romero1-1/+2
2018-11-28docs: add release notes for 18.2.6Juan A. Suarez Romero1-0/+178
2018-11-28egl/wayland: rather obvious build fixNicolai Hähnle1-2/+2
2018-11-28winsys/amdgpu: explicitly declare whether buffer_map is permanent or notNicolai Hähnle17-62/+140
2018-11-28winsys/amdgpu: add amdgpu_winsys_bo::lockNicolai Hähnle3-13/+20
2018-11-28vulkan/wsi: fix s/,/;/ typoEric Engestrom1-2/+2
2018-11-28egl/wayland: plug memory leak in drm_handle_device()Emil Velikov1-0/+2
2018-11-28egl/wayland: bail out when drmGetMagic failsEmil Velikov1-1/+8
2018-11-28wsi/display: fix mem leak when freeing swapchainsEric Engestrom1-0/+2
2018-11-28i965: Set the FBO error state INCOMPLETE_ATTACHMENT only for SRGB_R8Gert Wollny1-3/+10
2018-11-28i965: Explicitely handle swizzles for MESA_FORMAT_R_SRGB8Gert Wollny1-3/+7
2018-11-28virgl: Don't try handling server fences when they are not supportedGert Wollny1-2/+4
2018-11-28virgl,vtest: Initialize return valueGert Wollny1-1/+1
2018-11-28intel/compiler: fix register allocation in opt_peephole_selIago Toral Quiroga1-2/+1
2018-11-27glsl: Remove unused member variableMatt Turner1-4/+0
2018-11-27nir: Call fflush() at the end of nir_print_shader()Matt Turner1-0/+1
2018-11-27v3d: Add renderonly support.Eric Anholt6-5/+77
2018-11-27gallium: Remove unused variable in u_tests.Eric Anholt1-1/+0
2018-11-27radv: Align large buffers to the fragment size.Bas Nieuwenhuizen1-1/+5
2018-11-27freedreno: implements get_sample_positionHyunjun Ko1-0/+45
2018-11-27freedreno/a3xx: also set FSSUPERTHREADENABLERob Clark1-0/+1
2018-11-27freedreno: use MSM_BO_SCANOUT with scanout buffersJonathan Marek3-1/+7
2018-11-27freedreno: use GENERIC instead of TEXCOORD for blit programJonathan Marek1-1/+1
2018-11-27freedreno: a2xx texture updateJonathan Marek9-20/+212
2018-11-27freedreno/a2xx: Compute depth base in gmem correctlyJonathan Marek1-5/+7
2018-11-27freedreno/a2xx: set VIZ_QUERY_ID on a20xJonathan Marek1-0/+5
2018-11-27freedreno: add missing a20x idsJonathan Marek1-0/+2
2018-11-27freedreno/a2xx: fix POINT_MINMAX_MAX overflowJonathan Marek1-1/+1
2018-11-27freedreno: a2xx: fd2_draw updateJonathan Marek6-20/+114
2018-11-27nir: add fceil loweringJonathan Marek2-0/+4
2018-11-27freedreno: update generated headersRob Clark7-39/+287
2018-11-27freedreno/a6xx: set guardband clipRob Clark4-7/+57
2018-11-27freedreno/a6xx: disable LRZ for z32Rob Clark1-1/+13
2018-11-27freedreno/a6xx: Clear gmem buffers at flush timeKristian H. Kristensen4-178/+180
2018-11-27freedreno/a6xx: Move resolve blits to an IBKristian H. Kristensen3-8/+29
2018-11-27freedreno/a6xx: Move restore blits to IBKristian H. Kristensen3-19/+49
2018-11-27mesa/st: better colormask check for clear fallbackRob Clark1-2/+8
2018-11-27mesa/st: swap order of clear() and clear_with_quad()Rob Clark1-3/+3
2018-11-27freedreno: move ir3 to common locationRob Clark44-110/+145
2018-11-27freedreno/ir3: remove u_inlines usageRob Clark1-10/+10
2018-11-27freedreno/ir3: split up ir3_shaderRob Clark14-667/+766
2018-11-27freedreno/ir3: remove pipe_stream_output_info dependencyRob Clark8-17/+68
2018-11-27freedreno/ir3: some header file cleanupRob Clark11-26/+24