aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* anv/radv: Resolving 'GetInstanceProcAddr' should not require a valid instanceEduardo Lima Mitev2020-04-242-0/+10
* aco: fix v_or(s_lshl) and v_add(s_lshl) optimizationsRhys Perry2020-04-241-2/+2
* glsl: remove some duplicate code from the nir uniform linkerTimothy Arceri2020-04-241-245/+133
* glsl: some nir uniform linker fixesTimothy Arceri2020-04-241-1/+18
* drm-shim: stub syncobj wait ioctlLionel Landwerlin2020-04-241-0/+1
* drm-shim: provide a valid fake syncobj handle at creationLionel Landwerlin2020-04-241-1/+11
* meson: Use dependency.partial_dependency()Quentin Glidic2020-04-241-10/+3
* etnaviv: add anisotropic filter supportChristian Gmeiner2020-04-243-2/+8
* etnaviv: update headers from rnndbChristian Gmeiner2020-04-246-14/+14
* etnaviv: anisotropic filtering is supported starting with HALTI0Christian Gmeiner2020-04-241-1/+1
* spirv: Update the headers from latest Khronos masterCaio Marcelo de Oliveira Filho2020-04-242-69/+1056
* spirv: Handle instruction aliases in vtn_gather_typesCaio Marcelo de Oliveira Filho2020-04-241-0/+6
* gitlab-ci: Test Virgl with tracesTomeu Vizoso2020-04-243-0/+33
* gitlab-ci: Test OpenGL ES 3.1 on virglTomeu Vizoso2020-04-242-0/+618
* gitlab-ci: Allow test jobs to add options to the dEQP invocationTomeu Vizoso2020-04-241-1/+1
* gitlab-ci: Update virglrenderer in the x86_test-gl imageTomeu Vizoso2020-04-242-2/+2
* panfrost: The texture descriptor has a pointer to a trampolineAlyssa Rosenzweig2020-04-245-85/+168
* panfrost: Identify texture layout fieldAlyssa Rosenzweig2020-04-243-9/+6
* pan/decode: Remove is_zs weirdnessAlyssa Rosenzweig2020-04-241-7/+0
* panfrost: Emit texture descriptor on bifrostTomeu Vizoso2020-04-245-34/+134
* panfrost: Emit sampler descriptor on bifrostTomeu Vizoso2020-04-244-11/+63
* panfrost: decode textures and samplers on bifrostAlyssa Rosenzweig2020-04-242-78/+297
* panfrost: Add tentative bifrost_texture_descriptorAlyssa Rosenzweig2020-04-241-0/+32
* panfrost: Set clear_color_[12] in the extra fb descAlyssa Rosenzweig2020-04-243-3/+18
* panfrost: Clean up a bit the tiler structs for BifrostTomeu Vizoso2020-04-243-14/+32
* vc4: Use NIR shader's num_outputs for generating our new output.Eric Anholt2020-04-231-13/+1
* freedreno/ir3: Fix sizing of the inputs/outputs array.Eric Anholt2020-04-231-13/+2
* freedreno/ir3: Fix driver_location of the added vertex_flags varying.Eric Anholt2020-04-231-7/+1
* gallium: Fix setup of pstipple frag coord var.Eric Anholt2020-04-231-5/+1
* nir/lower_clip: Fix picking of unused driver locations.Eric Anholt2020-04-231-38/+17
* nir/lower_two_sided_color: Fix picking of new driver location.Eric Anholt2020-04-231-15/+4
* nir: Add umad24 and umul24 opcodesGert Wollny2020-04-234-16/+23
* nir: Add r600 specific intrinsics for tesselation shader IOGert Wollny2020-04-231-0/+12
* drm-shim: Let the driver choose to overwrite the first render node.Eric Anholt2020-04-236-3/+15
* freedreno: Make the slice pitch be bytes, not pixels.Eric Anholt2020-04-2328-85/+67
* freedreno: Introduce a "cpp_shift" value for cpp divs/muls.Eric Anholt2020-04-237-5/+24
* radv: adjust the supported subgroup stagesSamuel Pitoiset2020-04-231-1/+2
* anv: force whole EU array to be powered for perf queriesLionel Landwerlin2020-04-231-0/+10
* intel/perf: specify sseu configuration when supportedLionel Landwerlin2020-04-233-6/+14
* intel/perf: store default sseu configurationLionel Landwerlin2020-04-232-0/+20
* include/drm-uapi: bump headersLionel Landwerlin2020-04-232-4/+29
* radv: simplify checking for Navi1x chipsSamuel Pitoiset2020-04-234-13/+5
* aco: improve code for 32-bit isignRhys Perry2020-04-231-6/+3
* aco: combine VALU and SALU into various VOP3 instructionsRhys Perry2020-04-231-2/+9
* aco: move call to store_output_to_temps in store_ls_or_es_output earlierRhys Perry2020-04-231-5/+5
* aco: remove copy in load_input_from_temps()Rhys Perry2020-04-231-4/+1
* aco: copy-propagate p_create_vector copies of vectorsRhys Perry2020-04-231-4/+5
* aco: decrease the uses of other copy operations after splitting/removingRhys Perry2020-04-231-11/+15
* meson: correct windows-version defineErik Faye-Lund2020-04-231-1/+1
* nir/algebraic: don't undo lowering of 8/16-bit comparisons to 32-bitRhys Perry2020-04-233-13/+26