aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965/wm_surface_state: Use the clear address if clear_bo is non-NULLNanley Chery2018-04-241-11/+6
* i965: Add and use a single miptree aux_buf fieldNanley Chery2018-04-2410-114/+96
* i965: Add and use a getter for the miptree aux bufferNanley Chery2018-04-244-41/+25
* gm107/ir/lib: fix sched in div u32 builtinKarol Herbst2018-04-242-4/+4
* intel/compiler: Add scheduler deps for instructions that implicitly read g0Ian Romanick2018-04-242-0/+28
* intel/compiler: Silence unused parameter warnings in empty vec4_instruction_s...Ian Romanick2018-04-241-5/+5
* intel/compiler: Silence unused parameter warning in compile_cs_to_nirIan Romanick2018-04-241-4/+3
* intel/compiler: Silence unused parameter warnings in generate_foo methodsIan Romanick2018-04-242-8/+8
* broadcom/vc5: Set up internal_format for imported resources.Eric Anholt2018-04-241-0/+2
* broadcom/vc5: Assert that created BOs have offset != 0.Eric Anholt2018-04-241-0/+1
* broadcom/vc5: Don't allocate simulator BOs at offset 0.Eric Anholt2018-04-241-1/+5
* broadcom/vc5: Add sim support for the GET_BO_OFFSET ioctl.Eric Anholt2018-04-242-6/+21
* broadcom/vc5: Treat imports of DRM_FORMAT_MOD_INVALID BOs as linear.Eric Anholt2018-04-241-0/+1
* i965: expose MESA_FORMAT_R8G8B8A8_SRGB visualTapani Pälli2018-04-241-3/+7
* dri: Add __DRI_IMAGE_FORMAT_SABGR8Tapani Pälli2018-04-244-0/+9
* Revert "st/dri: Fix dangling pointer to a destroyed dri_drawable"Marek Olšák2018-04-241-4/+0
* gallivm: dump bitcode before optimizationRoland Scheidegger2018-04-241-13/+20
* gallivm: (trivial) do division by 1000 with int64Roland Scheidegger2018-04-241-1/+1
* gallivm: remove LICM passRoland Scheidegger2018-04-241-1/+9
* gallivm: add early cse passRoland Scheidegger2018-04-241-4/+5
* glsl/glcpp: Handle hex constants with 0X prefixVlad Golovkin2018-04-243-7/+12
* mesa: rename api_validate.{c,h} -> draw_validate.{c,h}Timothy Arceri2018-04-249-10/+10
* ac/radv/radeonsi: refactor harvest config register getters.Dave Airlie2018-04-244-206/+130
* radv: only set raster_config_1 outside the index registers.Dave Airlie2018-04-241-15/+16
* ac/radv/radeonsi: refactor max simd waves into common code.Dave Airlie2018-04-243-22/+18
* ac/radv/radeonsi: refactor raster_config default values getters.Dave Airlie2018-04-244-165/+102
* radeonsi: use common gs_table_depth codeDave Airlie2018-04-241-31/+2
* radv: use common gs_table_depth code.Dave Airlie2018-04-241-30/+2
* ac/info: move gs table depth to common code.Dave Airlie2018-04-242-0/+34
* radeonsi: don't runtime check gs table infoDave Airlie2018-04-241-7/+7
* radv/gfx9: don't use gs_table_depth on gfx9.Dave Airlie2018-04-242-5/+6
* i965/fs: Return mlen * 8 for size_read() for INTERPOLATE_AT_*Jason Ekstrand2018-04-231-0/+2
* ac: fix the number of coordinates for ac_image_get_lod and arraysSamuel Pitoiset2018-04-231-0/+14
* i965: perf: enable GPA query statisticsLionel Landwerlin2018-04-233-1/+68
* i965: perf: add support for raw queriesLionel Landwerlin2018-04-236-27/+474
* i965: perf: read slice/unslice frequencies from OA reportsLionel Landwerlin2018-04-232-0/+71
* i965: perf: snapshot RPSTAT registerLionel Landwerlin2018-04-233-0/+67
* i965: perf: extract utility functionsLionel Landwerlin2018-04-236-252/+294
* ac: teach get_ac_sampler_dim() about subpass attachmentsSamuel Pitoiset2018-04-231-17/+7
* ac/nir: add missing round_slice for 1D arraysSamuel Pitoiset2018-04-231-0/+7
* bin/install_megadrivers: rename a few variables to make things clearerDylan Baker2018-04-231-8/+8
* bin/install_megadrivers: fix DESTDIR and -D*-pathDylan Baker2018-04-231-2/+6
* compiler/glsl: close fd's in glcpp_test.pyDylan Baker2018-04-231-2/+4