summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* broadcom/vc5: Add support for centroid varyings.Eric Anholt2018-04-267-4/+97
* broadcom/vc5: Add an assert about GFXH-1559.Eric Anholt2018-04-261-0/+9
* broadcom/vc5: Add validation that we don't violate GFXH-1633 requirements.Eric Anholt2018-04-261-0/+13
* broadcom/vc5: Add validation that we don't violate GFXH-1625 requirements.Eric Anholt2018-04-261-0/+5
* broadcom/vc5: Implement GFXH-1742 workaround (emit 2 dummy stores on 4.x).Eric Anholt2018-04-261-8/+27
* broadcom/vc5: Add QPU validation for register writes after thrend.Eric Anholt2018-04-261-3/+31
* st: Choose a 2101010 format for GL_RGB/GL_RGBA with a 2_10_10_10 type.Eric Anholt2018-04-261-0/+13
* st/mesa: fix missing setting of _ElementSize in new_draw_rasterpos_stageCharmaine Lee2018-04-261-0/+5
* st/va: Fix typosDrew Davenport2018-04-261-24/+24
* st/va: Fix potential buffer overreadDrew Davenport2018-04-261-1/+1
* radeon/vcn: fix mpeg4 msg buffer settingsBoyuan Zhang2018-04-261-9/+9
* radeon: Drop broken front_buffer_reading/drawing optimizationIan Romanick2018-04-263-46/+18
* radeon: Use _mesa_is_front_buffer_drawingIan Romanick2018-04-264-25/+5
* radv: set ac_surf_info::num_channels correctlySamuel Pitoiset2018-04-262-1/+8
* radv: fix DCC enablement since partial MSAA implementationSamuel Pitoiset2018-04-261-6/+6
* nir/opt_constant_folding: fix folding of 8 and 16 bit intsKarol Herbst2018-04-261-2/+12
* nir: print 8 and 16 bit constants correctlyKarol Herbst2018-04-261-2/+14
* nir: support converting to 8-bit integers in nir_type_conversion_opKarol Herbst2018-04-261-1/+6
* spirv: Don’t check for NaN for most OpFOrd* comparisonsNeil Roberts2018-04-261-11/+6
* Intel: Add a Kaby Lake PCI IDMatt Atwood2018-04-251-0/+1
* gallium/util: Fix incorrect refcounting of separate stencil.Eric Anholt2018-04-251-2/+1
* broadcom/vc5: Fix reloads of separate stencil buffers.Eric Anholt2018-04-251-4/+16
* broadcom/vc5: Fix cpp of MSAA surfaces on 4.x.Eric Anholt2018-04-252-3/+5
* broadcom/vc5: Implement stencil blits using RGBA.Eric Anholt2018-04-252-2/+83
* broadcom/vc5: Remove leftover vc4 MSAA lowering setup in the FS key.Eric Anholt2018-04-252-16/+6
* broadcom/vc5: Fix tile load/store of MSAA surfaces on 4.x.Eric Anholt2018-04-253-5/+15
* travis: update libva required versionJuan A. Suarez Romero2018-04-251-1/+1
* mesa: GL_EXT_texture_norm16 extension plumbingTapani Pälli2018-04-257-15/+84
* meson: Fix with_intel_vk and with_amd_vk variablesJordan Justen2018-04-241-2/+2
* draw: fix different sign logic when clippingRoland Scheidegger2018-04-251-9/+8
* draw: simplify clip null tri logicRoland Scheidegger2018-04-251-11/+9
* nvc0/ir: all short immediates are sign-extended, adjust LIMM testIlia Mirkin2018-04-243-19/+24
* mesa: call DrawBufferAllocate driver hook in update_framebuffer for windows-s...Boyan Ding2018-04-251-0/+6
* st/mesa: add new driver function DrawBufferAllocateTimothy Arceri2018-04-253-7/+11
* mesa: some C99 tidy ups for framebuffer.cTimothy Arceri2018-04-251-13/+5
* meson: Fix no-rtti in llvm detectionDylan Baker2018-04-241-1/+1
* meson: use new warning functionDylan Baker2018-04-241-1/+1
* meson: use array type optionsDylan Baker2018-04-242-75/+88
* meson: fix builds against LLVM built without rttiDylan Baker2018-04-241-0/+7
* meson: remove dummy_cppDylan Baker2018-04-244-11/+3
* meson: allow empty sources when using link_wholeDylan Baker2018-04-241-8/+1
* meson: remove workaround for custom target creating .h and .c filesDylan Baker2018-04-241-13/+4
* meson: raise required version to 0.44.1Dylan Baker2018-04-243-11/+2
* meson: fix graw-xlib after auxiliary consolidationDylan Baker2018-04-241-2/+1
* meson: only build mesa_st tests when build-tests is trueDylan Baker2018-04-241-1/+3
* meson: don't build classic mesa tests without dri_driversDylan Baker2018-04-241-1/+1
* i965/meta_util: Re-enable sRGB-encoded fast-clears on CNLNanley Chery2018-04-241-11/+0
* i965/miptree: Extend the sRGB-blending WA to future platformsNanley Chery2018-04-241-2/+2
* i965: Add and use a getter for the clear colorNanley Chery2018-04-244-11/+51
* util/srgb: Add a float sRGB -> linear helperJason Ekstrand2018-04-241-0/+14