summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-04-05dri3: Return the current swap interval from glXGetSwapIntervalMESA().Eric Anholt2-3/+1
2019-04-05radeonsi: fix assertion failure by using the correct typeMarek Olšák1-1/+1
2019-04-05radeon/vcn/vp9: search the render target from the whole listLeo Liu1-1/+1
2019-04-05meson: strip rpath from megadriversEric Engestrom5-0/+13
2019-04-05radv: do not always initialize HTILE in compressed stateSamuel Pitoiset1-2/+8
2019-04-05radeon/vcn: add H.264 constrained baseline supportLeo Liu1-0/+1
2019-04-05Revert "anv/radv: release memory allocated by glsl types during spirv_to_nir"Jason Ekstrand2-4/+0
2019-03-26ac/nir: Return frag_coord as integer.Bas Nieuwenhuizen1-1/+2
2019-03-26anv/radv: release memory allocated by glsl types during spirv_to_nirTapani Pälli2-0/+4
2019-03-25st/glsl_to_nir: fix incorrect arrary accessTimothy Arceri1-2/+5
2019-03-25radv: Fix driverUUIDJózef Kucia1-1/+1
2019-03-25glsl: Cross validate variable's invariance by explicit invariance onlyDanylo Piliaiev7-9/+30
2019-03-25mesa: Fix GL_NUM_DEVICE_UUIDS_EXTJózef Kucia1-0/+3
2019-03-25softpipe: fix texture view crashesDave Airlie1-5/+6
2019-03-25radv: fix binding transform feedback buffersSamuel Pitoiset1-1/+1
2019-03-25Revert "glsl: relax input->output validation for SSO programs"Andres Gomez1-1/+1
2019-03-25glsl/linker: simplify xfb_offset vs xfb_stride overflow checkAndres Gomez1-2/+1
2019-03-25glsl/linker: don't fail non static used inputs without matching outputsAndres Gomez1-2/+14
2019-03-25glsl: correctly validate component layout qualifier for dvec{3,4}Andres Gomez1-0/+4
2019-03-25radv: Use correct image view comparison for fast clears.Bas Nieuwenhuizen1-1/+1
2019-03-25vulkan/util: meson build - add wayland client includeTobias Klausmann1-0/+7
2019-03-25mesa: properly report the length of truncated log messagesMark Janes1-0/+3
2019-03-25i965: Disable ARB_fragment_shader_interlock for platforms prior to GEN9Plamena Manolova2-1/+25
2019-03-25anv/pass: Flag the need for a RT flush for resolve attachmentsJason Ekstrand1-1/+17
2019-03-15radv: always initialize HTILE when the src layout is UNDEFINEDSamuel Pitoiset1-2/+1
2019-03-15egl/dri: Avoid out of bounds array accessKevin Strasser1-2/+4
2019-03-14glsl/linker: Fix unmatched TCS outputs being reduced to local variableDanylo Piliaiev1-0/+6
2019-03-14intel/fs: Fix opt_peephole_csel to not throw away saturates.Kenneth Graunke1-0/+1
2019-03-14glsl/lower_vector_derefs: Don't use a temporary for TCS outputsJason Ekstrand1-10/+64
2019-03-14glsl/list: Add a list variant of insert_afterJason Ekstrand1-0/+26
2019-03-14radv: fix pointSizeRange limitsSamuel Pitoiset1-1/+1
2019-03-14anv: destroy descriptor sets when pool gets resetJuan A. Suarez Romero1-0/+5
2019-03-14anv: destroy descriptor sets when pool gets destroyedTapani Pälli2-0/+18
2019-03-14intel/fs: Fix extract_u8 of an odd byte from a 64-bit integerIan Romanick1-0/+7
2019-03-14intel/fs: nir_op_extract_i8 extracts a byte, not a wordIan Romanick1-2/+4
2019-03-14radeonsi: compile clear and copy buffer compute shaders on demandMarek Olšák2-8/+14
2019-03-14spirv: Pull offset/stride from the pointer for OpArrayLengthJason Ekstrand1-2/+10
2019-03-14radv: properly align the fence and EOP bug VA on GFX9Samuel Pitoiset1-2/+4
2019-03-14egl: fix libdrm-less buildsEric Engestrom2-15/+0
2019-03-14anv: retain the is_array state in create_plane_tex_instr_implicitTapani Pälli1-0/+1
2019-03-14spirv: OpImageQueryLod requires a samplerJason Ekstrand1-1/+1
2019-03-14anv: Count surfaces for non-YCbCr images in GetDescriptorSetLayoutSupportJason Ekstrand1-0/+3
2019-03-14st/nine: Ignore multisample quality level if no msAxel Davy1-0/+4
2019-03-14st/nine: Ignore window size if errorAxel Davy1-1/+8
2019-03-14android: anv: fix libexpat shared dependencyMauro Rossi1-1/+1
2019-03-14android: anv: fix generated files depedencies (v2)Mauro Rossi1-15/+25
2019-03-14glsl: fix recording of variables for XFB in TCS shadersIlia Mirkin3-5/+44
2019-03-14glsl: TCS outputs can not be transform feedback candidates on GLESJose Maria Casanova Crespo1-1/+21
2019-03-06glx: fix shared memory leak in X11Ray Zhang1-0/+3
2019-03-06glsl: fix shader cache for packed param listTimothy Arceri3-11/+11