summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-12anv: Refactor descriptor pushing a bitJason Ekstrand1-28/+22
2019-03-08virgl: remove unused variableErik Faye-Lund1-1/+0
2019-03-07cherry-ignore: Update the cherry-ignore fileDylan Baker1-1/+12
2019-03-07intel/fs: Fix extract_u8 of an odd byte from a 64-bit integerIan Romanick1-0/+7
2019-03-07intel/fs: nir_op_extract_i8 extracts a byte, not a wordIan Romanick1-2/+4
2019-03-07spirv: Pull offset/stride from the pointer for OpArrayLengthJason Ekstrand1-2/+10
2019-03-06VERSION: bump version for rc7Dylan Baker1-1/+1
2019-03-05radv: properly align the fence and EOP bug VA on GFX9Samuel Pitoiset1-2/+5
2019-03-05egl: fix libdrm-less buildsEric Engestrom2-15/+0
2019-03-05anv: retain the is_array state in create_plane_tex_instr_implicitTapani Pälli1-0/+1
2019-03-05intel,nir: Lower TXD with min_lod when the sampler index is not < 16Jason Ekstrand3-1/+30
2019-03-05spirv: OpImageQueryLod requires a samplerJason Ekstrand1-1/+1
2019-03-05anv: Count surfaces for non-YCbCr images in GetDescriptorSetLayoutSupportJason Ekstrand1-0/+3
2019-03-05st/nine: Ignore multisample quality level if no msAxel Davy1-0/+4
2019-03-05st/nine: Ignore window size if errorAxel Davy1-1/+8
2019-03-05android: anv: fix libexpat shared dependencyMauro Rossi1-1/+1
2019-03-05android: anv: fix generated files depedencies (v2)Mauro Rossi1-15/+25
2019-03-05glsl: fix recording of variables for XFB in TCS shadersIlia Mirkin3-5/+44
2019-03-05glsl: TCS outputs can not be transform feedback candidates on GLESJose Maria Casanova Crespo1-1/+21
2019-03-05glx: fix shared memory leak in X11Ray Zhang1-0/+3
2019-03-05glsl: fix shader cache for packed param listTimothy Arceri3-11/+11
2019-03-05i965: Fix allow_higher_compat_version workaround limited by OpenGL 3.0Yevhenii Kolesnikov1-6/+12
2019-03-05intel/compiler: use correct swizzle for replacementLionel Landwerlin1-5/+5
2019-03-05freedreno: use renderonly path for buffers allocated with modifiersJonathan Marek1-1/+7
2019-03-05freedreno: a2xx: fix mipmapping for NPOT texturesJonathan Marek1-0/+6
2019-03-05freedreno: a2xx: fix fast clear for some gmem configurationsJonathan Marek1-3/+3
2019-03-05freedreno: a2xx: add use_hw_binning functionJonathan Marek1-2/+24
2019-03-05freedreno: a2xx: don't write 4th vertex in mem2gmemJonathan Marek1-3/+1
2019-02-28scons: Workaround failures with MSVC when using SCons 3.0.[2-4].Jose Fonseca1-1/+7
2019-02-27mesa: fix display list corner case assertionBrian Paul1-0/+2
2019-02-27radv: Interpolate less aggressively.Bas Nieuwenhuizen1-9/+12
2019-02-26Bump version for rc6Dylan Baker1-1/+1
2019-02-26radv: fix clearing attachments in secondary command buffersSamuel Pitoiset1-10/+46
2019-02-26i965: fixed clamping in set_scissor_bits when the y is flippedEleni Maria Stea1-1/+1
2019-02-26meson: egl: correctly manage loader/xmlconfigEmil Velikov1-6/+5
2019-02-26radv: don't copy buffer descriptors list for samplersSamuel Pitoiset1-1/+5
2019-02-26radv: fix out-of-bounds access when copying descriptors BO listSamuel Pitoiset1-2/+0
2019-02-26nir: initialize value in copy_prop_vars_blockTapani Pälli1-1/+1
2019-02-26radeonsi: fix query buffer allocationTimothy Arceri2-25/+32
2019-02-26spirv: Eliminate dead input/output variables after translation.Kenneth Graunke1-5/+20
2019-02-26radv: Fix rebase issue in 19.0 for float16 fix.Bas Nieuwenhuizen1-1/+2
2019-02-26compiler: Mark clip/cull distance arrays as compact before lowering.Kenneth Graunke2-0/+14
2019-02-25nir/lower_clip_cull: Fix an incorrect assertJason Ekstrand1-1/+1
2019-02-25radv: Handle clip+cull distances more generally as compact arrays.Bas Nieuwenhuizen4-99/+83
2019-02-25nir/xfb: Handle compact arrays in gather_xfb_infoJason Ekstrand1-11/+22
2019-02-25nir/xfb: Work in terms of components rather than slotsJason Ekstrand1-5/+5
2019-02-25nir: Rewrite lower_clip_cull_distance_arrays to do a lot less loweringJason Ekstrand1-117/+26
2019-02-25nir/xfb: Properly align 64-bit valuesJason Ekstrand1-0/+4
2019-02-25compiler/types: Add a contains_64bit helperJason Ekstrand4-0/+29
2019-02-25configure: fix test portabilityMaya Rashish1-2/+2