aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* nir/lower_bit_size: fix lowering of {imul,umul}_highRhys Perry2020-04-231-2/+12
* nir/lower_bit_size: fix lowering of shiftsRhys Perry2020-04-231-4/+9
* radv: Use TRUNC_COORD on samplersJoshua Ashton2020-04-231-1/+3
* radv: make sure to export the viewport index if FS needs itSamuel Pitoiset2020-04-233-0/+35
* radeonsi: enable support for AlphaToCoverageDitherControlNVIndrajit Kumar Das2020-04-233-5/+15
* mesa: add support for AlphaToCoverageDitherControlNVIndrajit Kumar Das2020-04-2313-0/+79
* gallium: prepare framework for supporting AlphaToCoverageDitherControlNVIndrajit Kumar Das2020-04-233-0/+3
* turnip: Fix crashes when geometry shader constants aren't usedHyunjun Ko2020-04-231-0/+2
* gallium: add # of MRT to blend stateRob Clark2020-04-238-2/+14
* mesa/st: avoid u_vbuf for GLESRob Clark2020-04-235-5/+25
* mesa: avoid redundant VBO updatesRob Clark2020-04-232-15/+15
* nir: Actually do load/store vectorization beyond vec2Kenneth Graunke2020-04-221-1/+2
* mesa: enable GL_EXT_draw_instanced for gles2Simon Zeni2020-04-235-1/+10