summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* v3d: Dump the contents off all the buffers in CLIF mode.Eric Anholt2018-07-302-25/+207
* v3d: Split walking the CLs to generate relocs from walking CLs to dump.Eric Anholt2018-07-303-37/+49
* v3d: Include commands to run the BCL and RCL in CLIF dumps.Eric Anholt2018-07-304-16/+47
* v3d: Use a short, underscored name for packets in CLIF/CL dumping.Eric Anholt2018-07-303-45/+72
* v3d: Rename "configuration" and "config" in the XML to "cfg"Eric Anholt2018-07-305-51/+54
* v3d: s/colour/color in the XML.Eric Anholt2018-07-304-39/+39
* v3d: Rename primitives to prims in the XML to match CLIF names.Eric Anholt2018-07-303-12/+12
* v3d: Print CLIF fixed-point values as just their decimal value.Eric Anholt2018-07-301-6/+16
* v3d: When not doing terminal pretty-printing, comment struct field names.Eric Anholt2018-07-301-1/+7
* v3d: Add a separate flag for CLIF ABI output versus human-readable CLs.Eric Anholt2018-07-307-5/+15
* v3d: Add pack header support for f187 values.Eric Anholt2018-07-307-22/+34
* v3d: Move depth offset packet setup to CSO creation time.Eric Anholt2018-07-304-33/+34
* r600: reduce num compute threads to 1024.Dave Airlie2018-07-311-1/+1
* freedreno/a5xx: fix txf_msRob Clark2018-07-303-0/+12
* nvc0: serialize before updating some constant buffer bindings on Maxwell+Rhys Perry2018-07-304-47/+81
* v3d: Block bin on render when doing vertex texturing.Eric Anholt2018-07-291-0/+14
* v3d: Fix meson build without vc4.Eric Anholt2018-07-291-1/+1
* vc4: Fix meson build when enabled without v3d.Eric Anholt2018-07-294-23/+28
* nir/instr_set: Fix nir_instrs_equal for derefsJason Ekstrand2018-07-291-2/+2
* nir: Take if uses into account in ssa_def_components_readJason Ekstrand2018-07-291-0/+3
* util/list: Make some helpers take const listsJason Ekstrand2018-07-291-4/+4
* freedreno/a5xx: small cleanupRob Clark2018-07-291-26/+24
* freedreno/a5xx: remove unused prototypeRob Clark2018-07-291-3/+0
* freedreno: fix caps harderRob Clark2018-07-291-4/+4
* nir/lower_int64: mark all metadata as dirtyKarol Herbst2018-07-281-0/+3
* android: radv: enable build of vulkan.radv HAL moduleMauro Rossi2018-07-281-0/+1
* android: radv: add Android.mk for vulkan.radv HAL moduleMauro Rossi2018-07-281-0/+166
* radv: generate entrypoints for VK_ANDROID_native_bufferMauro Rossi2018-07-281-3/+0
* radv: move vk_format_table.c to generated sourcesMauro Rossi2018-07-281-2/+2
* xlib: fix build break from _swrast_map_soft_renderbuffer() callBrian Paul2018-07-271-1/+1
* swrast: fix crash in AA line code when there's no textureBrian Paul2018-07-271-4/+6
* mesa: add switch case for GL 2.1 in _mesa_compute_version()Brian Paul2018-07-271-0/+3
* tgsi: whitespace fixes in tgsi_ureg.cBrian Paul2018-07-271-23/+22
* gallium/util: whitespace fixes in u_inlines.hBrian Paul2018-07-271-36/+44
* svga: whitespace fixes in svga_tgsi_decl_sm30.cBrian Paul2018-07-271-88/+92
* mesa: replace tabs with spaces in mipmap.cBrian Paul2018-07-271-28/+28
* gallium/util: whitespace fixes in u_debug_memory.cBrian Paul2018-07-271-53/+53
* mesa: whitespace clean-up in texstore.cBrian Paul2018-07-271-45/+50
* mesa: move var decls in texstore_rgba()Brian Paul2018-07-271-6/+8
* mesa: remove unneeded free() call in texstore_rgba()Brian Paul2018-07-271-1/+0
* v3d: Skip printing sub-id or pad fields in CLIF dumping.Eric Anholt2018-07-271-0/+8
* v3d: Emit commands to switch CLIF parser to CL/shader/attr input mode.Eric Anholt2018-07-272-2/+5
* v3d: Dump fields in CLIF output in increasing offset order.Eric Anholt2018-07-271-0/+14
* v3d: Print addresses in CLIFs as references to buffers.Eric Anholt2018-07-274-9/+42
* v3d: Stop doing pretty-printed colorful booleans in CLIF output.Eric Anholt2018-07-275-23/+15
* v3d: Move clif dumping to a separate step from noting where the CLs are.Eric Anholt2018-07-273-3/+19
* v3d: Move clif dump BO lookup into the clif dumper.Eric Anholt2018-07-275-38/+68
* v3d: Pass the whole clif_dump structure to v3d_print_group().Eric Anholt2018-07-275-11/+18
* ac: pass write param to get_sampler_desc() from get_image_descriptor()Timothy Arceri2018-07-281-1/+1
* gallium/u_vbuf: split u_vbuf_get_minmax_index function (v2)Marek Olšák2018-07-271-50/+51