aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nir: Allow nir_format conversions to work on 32-bit valuesIcecream952020-02-281-2/+2
* r600: add missing <array> includeGreg V2020-02-281-0/+1
* llvmpipe: add support for tessellation shadersDave Airlie2020-02-2816-2157/+359
* gallium/nir/tgsi: only scan fragment shader inputs for usage_maskDave Airlie2020-02-281-2/+5
* draw: hook up final bits of tessellationDave Airlie2020-02-289-41/+446
* draw: add main tessellation codeDave Airlie2020-02-289-7/+2119
* draw: add JIT context/functions for tess stages.Dave Airlie2020-02-283-0/+313
* gallivm/nir: add tessellation i/o support.Dave Airlie2020-02-283-11/+174
* gallivm/tgsi/swr: add mask vec to the tcs storeDave Airlie2020-02-283-3/+5
* gallivm/nir: align store_var param order with load_varDave Airlie2020-02-283-5/+7
* gallivm/nir: add support for tess system valuesDave Airlie2020-02-282-1/+24
* gallivm/nir: split out 64-bit splitting codeDave Airlie2020-02-281-11/+20
* gallium/auxiliary: add the microsoft tessellator and a pipe wrapper.Dave Airlie2020-02-286-0/+3419
* radv: allow to capture SQTT traces with RADV_THREAD_TRACE=<start_frame>Samuel Pitoiset2020-02-283-5/+68
* radv: add initial SQTT files generation supportSamuel Pitoiset2020-02-284-0/+665
* radv: emit thread trace markers after every draw/dispatch callSamuel Pitoiset2020-02-281-0/+5
* radv: add initial SQ Thread Trace support for GFX9Samuel Pitoiset2020-02-284-0/+474
* radv: add a small helper that allows to submit internal CSSamuel Pitoiset2020-02-282-0/+22
* ac/registers: add definitions for thread traceSamuel Pitoiset2020-02-281-0/+165
* ac: add more fields to ac_gpu_infoSamuel Pitoiset2020-02-282-1/+61
* ci: Enable -Werror on meson-vulkan and meson-testing.Eric Anholt2020-02-271-0/+3
* aco: Fix signed-vs-unsigned warning.Eric Anholt2020-02-271-1/+1
* gallium/u_vbuf: silence a warning by using unreachableMarek Olšák2020-02-271-1/+1
* mesa: fix 11 warningsMarek Olšák2020-02-274-5/+7
* nir: fix 5 warningsMarek Olšák2020-02-275-5/+5
* gallivm: fix 5 warningsMarek Olšák2020-02-273-4/+5
* nir: replace GCC unroll with an option that works on GCC < 8.0Marek Olšák2020-02-271-8/+14
* mesa: fix incorrect prim.begin/end for glMultiDrawElementsMarek Olšák2020-02-281-2/+2
* mesa: optimize glMultiDrawArrays, call Draw only once (v2)Marek Olšák2020-02-281-16/+22
* mesa: don't unroll glMultiDrawElements if one count is 0Marek Olšák2020-02-281-10/+0
* mesa: clean up glMultiDrawElements code, use alloca for small draw count (v2)Marek Olšák2020-02-281-18/+38
* mesa: move num_instances and base_instance out of _mesa_primMarek Olšák2020-02-2826-78/+120
* mesa: remove redundant _mesa_prim::is_indexedMarek Olšák2020-02-286-16/+10
* mesa/i965: remove _mesa_prim::indirect_offsetMarek Olšák2020-02-286-20/+31
* gallium/u_threaded: convert dividing by index_size to a bit shiftMarek Olšák2020-02-281-1/+1
* gallium/u_threaded: fix uploading user indices with start != 0Marek Olšák2020-02-281-1/+2
* gallium: pass cso_velems_state into cso_context instead of pipe_vertex_elementMarek Olšák2020-02-2825-163/+183
* gallium/cso_hash: inline struct cso_hash_dataMarek Olšák2020-02-282-32/+28
* gallium/cso_hash: pack cso_node betterMarek Olšák2020-02-281-1/+1
* mesa: remove unused "indirect" parameter from Driver.DrawMarek Olšák2020-02-2818-52/+35
* i965: stop using "indirect" parameter from Driver.Draw (non-indirect)Marek Olšák2020-02-284-15/+26
* anv: Remove unused field `urb.total_size`Caio Marcelo de Oliveira Filho2020-02-274-10/+5
* pan/midgard: Use address analysis for globals, etcAlyssa Rosenzweig2020-02-274-37/+8
* pan/midgard: Add address analysis frameworkAlyssa Rosenzweig2020-02-271-0/+205
* pan/midgard: Force address alignmentAlyssa Rosenzweig2020-02-271-0/+10
* pan/midgard: Round up bytemasks when promoting uniformsAlyssa Rosenzweig2020-02-271-1/+2
* pan/midgard: Fix load/store argument sizingAlyssa Rosenzweig2020-02-272-2/+14
* pan/midgard: Add LDST_ADDRESS propertyAlyssa Rosenzweig2020-02-273-11/+15
* pan/midgard: Extract nir_ssa_index helperAlyssa Rosenzweig2020-02-271-1/+7
* pan/midgard: Partially fix 64-bit swizzle alignmentAlyssa Rosenzweig2020-02-272-3/+24