summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-03-26ac/nir: Return frag_coord as integer.Bas Nieuwenhuizen1-1/+2
2019-03-22mesa: Fix GL_NUM_DEVICE_UUIDS_EXTJózef Kucia1-0/+3
2019-03-22anv/radv: release memory allocated by glsl types during spirv_to_nirTapani Pälli2-0/+4
2019-03-22radv: Fix driverUUIDJózef Kucia1-1/+1
2019-03-22glsl: Cross validate variable's invariance by explicit invariance onlyDanylo Piliaiev7-9/+30
2019-03-22softpipe: fix texture view crashesDave Airlie1-5/+6
2019-03-20intel/nir: Lower array-deref-of-vector UBO and SSBO loadsJason Ekstrand1-0/+11
2019-03-20radv: fix binding transform feedback buffersSamuel Pitoiset1-1/+1
2019-03-19Revert "glsl: relax input->output validation for SSO programs"Andres Gomez1-1/+1
2019-03-19glsl/linker: simplify xfb_offset vs xfb_stride overflow checkAndres Gomez1-2/+1
2019-03-19glsl/linker: don't fail non static used inputs without matching outputsAndres Gomez1-2/+14
2019-03-19glsl: correctly validate component layout qualifier for dvec{3,4}Andres Gomez1-0/+4
2019-03-19radv: Use correct image view comparison for fast clears.Bas Nieuwenhuizen1-1/+1
2019-03-18nir: Add a new pass to lower array dereferences on vectorsJason Ekstrand4-0/+202
2019-03-18nir/builder: Add a vector extract helperJason Ekstrand2-6/+30
2019-03-18anv: Treat zero size XFB buffer as disabledDanylo Piliaiev1-1/+1
2019-03-18isl: fix automake build when sse41 is not supportedTapani Pälli1-4/+7
2019-03-15mesa: properly report the length of truncated log messagesMark Janes1-0/+3
2019-03-14d3d: meson: do not prefix user provided d3d-drivers-pathSergii Romantsov1-1/+1
2019-03-14radv: always initialize HTILE when the src layout is UNDEFINEDSamuel Pitoiset1-2/+1
2019-03-14i965: Disable ARB_fragment_shader_interlock for platforms prior to GEN9Plamena Manolova2-1/+25
2019-03-14anv/pass: Flag the need for a RT flush for resolve attachmentsJason Ekstrand1-1/+17
2019-03-13egl/dri: Avoid out of bounds array accessKevin Strasser1-2/+4
2019-03-13glsl/list: Add a list variant of insert_afterJason Ekstrand1-0/+26
2019-03-13glsl/lower_vector_derefs: Don't use a temporary for TCS outputsJason Ekstrand1-10/+64
2019-03-13intel/fs: Fix opt_peephole_csel to not throw away saturates.Kenneth Graunke1-0/+1
2019-03-13v3d: Fix leak of the renderonly struct on screen destruction.Eric Anholt1-0/+1
2019-03-13radv: set the maximum number of IBs per submit to 192Samuel Pitoiset2-1/+8
2019-03-12anv: Fix destroying descriptor sets when pool gets resetDanylo Piliaiev1-4/+3
2019-03-12anv: destroy descriptor sets when pool gets resetJuan A. Suarez Romero1-0/+6
2019-03-12anv: destroy descriptor sets when pool gets destroyedTapani Pälli2-0/+18
2019-03-12intel/nir: Vectorize all IOJason Ekstrand1-0/+17
2019-03-12nir: Add a pass for lowering IO back to vector when possibleJason Ekstrand5-1/+392
2019-03-12anv: revert "anv: release memory allocated by glsl types during spirv_to_nir"Tapani Pälli1-2/+0
2019-03-12radv: fix pointSizeRange limitsSamuel Pitoiset1-1/+1
2019-03-12anv: release memory allocated by glsl types during spirv_to_nirTapani Pälli1-0/+2
2019-03-12st/dri: Set the PIPE_BIND_SHARED flag on create_image_with_modifiers.Eric Anholt1-6/+1
2019-03-12svga: remove SVGA_RELOC_READ flag in SVGA3D_BindGBSurface()Brian Paul1-1/+1
2019-03-12anv: Take references to push descriptor set layoutsJason Ekstrand1-6/+16
2019-03-12anv: Refactor descriptor pushing a bitJason Ekstrand1-28/+22
2019-03-08virgl: remove unused variableErik Faye-Lund1-1/+0
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-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