summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* radv: Handle clip+cull distances more generally as compact arrays.Bas Nieuwenhuizen2019-02-254-99/+83
* nir/xfb: Handle compact arrays in gather_xfb_infoJason Ekstrand2019-02-251-11/+22
* nir/xfb: Work in terms of components rather than slotsJason Ekstrand2019-02-251-5/+5
* nir: Rewrite lower_clip_cull_distance_arrays to do a lot less loweringJason Ekstrand2019-02-251-117/+26
* nir/xfb: Properly align 64-bit valuesJason Ekstrand2019-02-251-0/+4
* compiler/types: Add a contains_64bit helperJason Ekstrand2019-02-254-0/+29
* radv: Allow interpolation on non-float types.Bas Nieuwenhuizen2019-02-251-10/+9
* radv: Fix float16 interpolation set up.Bas Nieuwenhuizen2019-02-256-15/+92
* dri: meson: do not prefix user provided dri-drivers-pathSergii Romantsov2019-02-251-1/+1
* meson: ensure that xmlpool_options.h is generated for gallium targets that ne...David Shao2019-02-255-5/+5
* swr/rast: bypass size limit for non-sampled texturesAlok Hota2019-02-251-1/+3
* tgsi: don't set tgsi_info::uses_bindless_images for constbufs and hw atomicsMarek Olšák2019-02-251-1/+3
* anv: advertise 8 subpixel precision bitsJuan A. Suarez Romero2019-02-252-1/+6
* genxml: add missing field values for 3DSTATE_SFJuan A. Suarez Romero2019-02-256-6/+24
* intel: fix urb size for CFL GT1Lionel Landwerlin2019-02-251-0/+1
* intel/fs: Implement extended strides greater than 4 for IR source regions.Francisco Jerez2019-02-251-3/+10
* intel/fs: Exclude control sources from execution type and region alignment ca...Francisco Jerez2019-02-253-4/+68
* i965: re-emit index buffer state on a reset option change.Andrii Simiklit2019-02-253-1/+13
* wayland/egl: Ensure EGL surface is resized on DRI update_buffers()Carlos Garnacho2019-02-201-4/+7
* radv: Sync ETC2 whitelisted devices.Bas Nieuwenhuizen2019-02-203-5/+11
* drirc: Add sddm-greeter to adaptive_sync blacklist.Mario Kleiner2019-02-201-0/+3
* driconf: add Civ6Sub executable for Civilization 6Marek Olšák2019-02-201-0/+6
* radeonsi: always enable NIR for Civilization 6 to fix corruptionMarek Olšák2019-02-201-0/+3
* radeonsi: add driconf option radeonsi_enable_nirMarek Olšák2019-02-203-1/+8
* mesa: return NULL if we exceed MaxColorAttachments in get_fb_attachmentTapani Pälli2019-02-191-2/+6
* radv: ensure export arguments are always floatRhys Perry2019-02-191-5/+1
* radv: bitcast 16-bit outputs to integersRhys Perry2019-02-191-2/+2
* v3d: Fix the check for "is the last thrsw inside control flow"Eric Anholt2019-02-192-8/+17
* v3d: Use the early_fragment_tests flag for the shader's disable-EZ field.Eric Anholt2019-02-194-17/+23
* radv: fix writing the alpha channel of MRT0 when alpha coverage is enabledSamuel Pitoiset2019-02-191-7/+8
* radv: write the alpha channel of MRT0 when alpha coverage is enabledSamuel Pitoiset2019-02-191-0/+8
* nir: Don't reassociate add/mul chains containing only constantsKenneth Graunke2019-02-191-5/+5
* intel/compiler/test: Add unit test for mismatched signedness comparisonMatt Turner2019-02-151-0/+32
* intel/compiler: Avoid propagating inequality cmods if types are differentMatt Turner2019-02-151-0/+7
* intel/fs: Bail in optimize_extract_to_float if we have modifiersJason Ekstrand2019-02-151-0/+9
* swr: set PIPE_CAP_MAX_VARYINGS correctlyIlia Mirkin2019-02-151-0/+2
* anv: Put MOCS in the correct locationKenneth Graunke2019-02-151-2/+2
* spirv: Add missing breakIan Romanick2019-02-141-0/+1
* meson: Add dependency on genxml to anvilDylan Baker2019-02-141-2/+5
* radv: always export gl_SampleMask when the fragment shader uses itSamuel Pitoiset2019-02-141-4/+4
* radv/winsys: fix BO list creation when RADV_DEBUG=allbos is setSamuel Pitoiset2019-02-141-0/+1
* nir/opt_if: don't mark progress if nothing changesKarol Herbst2019-02-131-0/+7
* radeonsi: Fix guardband computation for large render targetsOscar Blumberg2019-02-131-2/+28
* anv/cmd_buffer: check for NULL framebufferJuan A. Suarez Romero2019-02-121-5/+29
* radv: fix using LOAD_CONTEXT_REG with old GFX ME firmwares on GFX8Samuel Pitoiset2019-02-123-3/+10
* radv: fix compiler issues with GCC 9Samuel Pitoiset2019-02-121-42/+48
* st/mesa: Limit GL_MAX_[NATIVE_]PROGRAM_PARAMETERS_ARB to 2048Kenneth Graunke2019-02-121-1/+6
* st/va/vp9: set max reference as default of VP9 reference numberLeo Liu2019-02-121-1/+6
* st/va: fix the incorrect max profiles reportLeo Liu2019-02-122-2/+3
* winsys/amdgpu: don't drop manually added fence dependenciesMarek Olšák2019-02-121-2/+0