summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-24Remove all modifiers but linear.cnl/hacksRafael Antognolli1-2/+2
2018-04-24remove CCS support.Rafael Antognolli1-1/+1
2018-04-24meson: Fix no-rtti in llvm detectionDylan Baker1-1/+1
2018-04-24meson: use new warning functionDylan Baker1-1/+1
2018-04-24meson: use array type optionsDylan Baker2-75/+88
2018-04-24meson: fix builds against LLVM built without rttiDylan Baker1-0/+7
2018-04-24meson: remove dummy_cppDylan Baker4-11/+3
2018-04-24meson: allow empty sources when using link_wholeDylan Baker1-8/+1
2018-04-24meson: remove workaround for custom target creating .h and .c filesDylan Baker1-13/+4
2018-04-24meson: raise required version to 0.44.1Dylan Baker3-11/+2
2018-04-24meson: fix graw-xlib after auxiliary consolidationDylan Baker1-2/+1
2018-04-24meson: only build mesa_st tests when build-tests is trueDylan Baker1-1/+3
2018-04-24meson: don't build classic mesa tests without dri_driversDylan Baker1-1/+1
2018-04-24i965/meta_util: Re-enable sRGB-encoded fast-clears on CNLNanley Chery1-11/+0
2018-04-24i965/miptree: Extend the sRGB-blending WA to future platformsNanley Chery1-2/+2
2018-04-24i965: Add and use a getter for the clear colorNanley Chery4-11/+51
2018-04-24util/srgb: Add a float sRGB -> linear helperJason Ekstrand1-0/+14
2018-04-24i965/wm_surface_state: Use the clear address if clear_bo is non-NULLNanley Chery1-11/+6
2018-04-24i965: Add and use a single miptree aux_buf fieldNanley Chery10-114/+96
2018-04-24i965: Add and use a getter for the miptree aux bufferNanley Chery4-41/+25
2018-04-24gm107/ir/lib: fix sched in div u32 builtinKarol Herbst2-4/+4
2018-04-24intel/compiler: Add scheduler deps for instructions that implicitly read g0Ian Romanick2-0/+28
2018-04-24intel/compiler: Silence unused parameter warnings in empty vec4_instruction_s...Ian Romanick1-5/+5
2018-04-24intel/compiler: Silence unused parameter warning in compile_cs_to_nirIan Romanick1-4/+3
2018-04-24intel/compiler: Silence unused parameter warnings in generate_foo methodsIan Romanick2-8/+8
2018-04-24broadcom/vc5: Set up internal_format for imported resources.Eric Anholt1-0/+2
2018-04-24broadcom/vc5: Assert that created BOs have offset != 0.Eric Anholt1-0/+1
2018-04-24broadcom/vc5: Don't allocate simulator BOs at offset 0.Eric Anholt1-1/+5
2018-04-24broadcom/vc5: Add sim support for the GET_BO_OFFSET ioctl.Eric Anholt2-6/+21
2018-04-24broadcom/vc5: Treat imports of DRM_FORMAT_MOD_INVALID BOs as linear.Eric Anholt1-0/+1
2018-04-24i965: expose MESA_FORMAT_R8G8B8A8_SRGB visualTapani Pälli1-3/+7
2018-04-24dri: Add __DRI_IMAGE_FORMAT_SABGR8Tapani Pälli4-0/+9
2018-04-24Revert "st/dri: Fix dangling pointer to a destroyed dri_drawable"Marek Olšák1-4/+0
2018-04-24gallivm: dump bitcode before optimizationRoland Scheidegger1-13/+20
2018-04-24gallivm: (trivial) do division by 1000 with int64Roland Scheidegger1-1/+1
2018-04-24gallivm: remove LICM passRoland Scheidegger1-1/+9
2018-04-24gallivm: add early cse passRoland Scheidegger1-4/+5
2018-04-24glsl/glcpp: Handle hex constants with 0X prefixVlad Golovkin3-7/+12
2018-04-24mesa: rename api_validate.{c,h} -> draw_validate.{c,h}Timothy Arceri9-10/+10
2018-04-24ac/radv/radeonsi: refactor harvest config register getters.Dave Airlie4-206/+130
2018-04-24radv: only set raster_config_1 outside the index registers.Dave Airlie1-15/+16
2018-04-24ac/radv/radeonsi: refactor max simd waves into common code.Dave Airlie3-22/+18
2018-04-24ac/radv/radeonsi: refactor raster_config default values getters.Dave Airlie4-165/+102
2018-04-24radeonsi: use common gs_table_depth codeDave Airlie1-31/+2
2018-04-24radv: use common gs_table_depth code.Dave Airlie1-30/+2
2018-04-24ac/info: move gs table depth to common code.Dave Airlie2-0/+34
2018-04-24radeonsi: don't runtime check gs table infoDave Airlie1-7/+7
2018-04-24radv/gfx9: don't use gs_table_depth on gfx9.Dave Airlie2-5/+6
2018-04-23i965/fs: Return mlen * 8 for size_read() for INTERPOLATE_AT_*Jason Ekstrand1-0/+2
2018-04-23ac: fix the number of coordinates for ac_image_get_lod and arraysSamuel Pitoiset1-0/+14