aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Fix gnu-empty-initializer error.Vinson Lee2020-03-161-1/+1
* panfrost: Promote midgard_program to panfrost/utilAlyssa Rosenzweig2020-03-112-2/+2
* panfrost: Move pan_afbc.c file to the the right Makefile.source fileJohn Stultz2020-03-111-1/+0
* Revert "gallium: make handles of set_global_binding 64 bit"Karol Herbst2020-03-101-1/+1
* gallium: make handles of set_global_binding 64 bitKarol Herbst2020-03-101-1/+1
* panfrost: Get rid of ctx->payloads[]Boris Brezillon2020-03-103-42/+33
* panfrost: Use ctx->active_prim in panfrost_writes_point_size()Boris Brezillon2020-03-101-1/+1
* panfrost: Re-init the VT payloads at draw/launch_grid() timeBoris Brezillon2020-03-104-29/+29
* panfrost: Move panfrost_emit_varying_descriptor() to pan_cmdstream.cBoris Brezillon2020-03-107-429/+411
* panfrost: Move panfrost_emit_vertex_data() to pan_cmdstream.cBoris Brezillon2020-03-107-137/+113
* panfrost: Inline panfrost_queue_draw() and panfrost_emit_for_draw()Boris Brezillon2020-03-101-60/+36
* panfrost: Move vertex/tiler payload initialization out of panfrost_draw_vbo()Boris Brezillon2020-03-103-145/+157
* panfrost: Move streamout offset update out of panfrost_draw_vbo()Boris Brezillon2020-03-101-7/+13
* panfrost: Rename panfrost_stage_attributes()Boris Brezillon2020-03-104-25/+28
* panfrost: Move the mali_attr.src_offset adjustment to a sub-functionBoris Brezillon2020-03-101-6/+21
* panfrost: Emit attribute descriptors after patching the templatesBoris Brezillon2020-03-101-9/+6
* panfrost: Prepare attribute for builtins at state creation timeBoris Brezillon2020-03-103-18/+9
* panfrost: Ignore BO start addr when adjusting src_offsetBoris Brezillon2020-03-101-3/+3
* panfrost: Drop initial mali_attr_meta.src_offset assignmentBoris Brezillon2020-03-101-4/+1
* panfrost: Add an helper to emit a pair of vertex/tiler jobsBoris Brezillon2020-03-103-21/+41
* panfrost: Move sampler/tex descs emission helpers to pan_cmdstream.cBoris Brezillon2020-03-103-80/+82
* panfrost: Add a panfrost_sampler_desc_init() helperBoris Brezillon2020-03-103-86/+78
* panfrost: Prepare shader_meta descriptors at emission timeBoris Brezillon2020-03-107-390/+388
* panfrost: Prepare things to get rid of panfrost_shader_state.tripipeBoris Brezillon2020-03-103-21/+33
* panfrost: Add an helper to update the rasterizer part of a tiler job descBoris Brezillon2020-03-104-31/+34
* panfrost: Add an helper to update the occclusion query part of a tiler job descBoris Brezillon2020-03-103-4/+16
* panfrost: Simplify panfrost_emit_for_draw() and make it privateBoris Brezillon2020-03-102-18/+9
* panfrost: Stop using panfrost_emit_for_draw() for compute jobsBoris Brezillon2020-03-103-2/+8
* panfrost: Move panfrost_attach_vt_framebuffer() to pan_cmdstream.cBoris Brezillon2020-03-103-28/+38
* panfrost: Dissociate shader meta patching from the desc emissionBoris Brezillon2020-03-103-15/+33
* panfrost: Move shared mem desc emission out of panfrost_launch_grid()Boris Brezillon2020-03-103-18/+38
* panfrost: Move the const buf emission logic out of panfrost_emit_for_draw()Boris Brezillon2020-03-104-258/+293
* panfrost: Move viewport desc emission out of panfrost_emit_for_draw()Boris Brezillon2020-03-104-96/+183
* panfrost: Move the batch stack size adjustment out of panfrost_queue_draw()Boris Brezillon2020-03-103-8/+20
* panfrost: Add an helper to retrieve the currently active shader stateBoris Brezillon2020-03-103-13/+21
* panfrost: Assign primitive_size.pointer only if writes_point_size() returns trueBoris Brezillon2020-03-103-2/+5
* panfrost: Pass the sampler view format when creating a tex descriptorBoris Brezillon2020-03-101-1/+1
* panfrost: split index cache into shared partVasily Khoruzhick2020-03-103-90/+9
* panfrost: fix transform feedbackLouis-Francis Ratté-Boulianne2020-03-031-0/+7
* panfrost: LogicOp fixes and non 8-bit format supportIcecream952020-02-283-7/+23
* panfrost: Increase SSBO/image limit from 4->8Alyssa Rosenzweig2020-02-271-1/+1
* panfrost: Add PAN_MESA_DEBUG=gles3 optionAlyssa Rosenzweig2020-02-272-7/+15
* panfrost: Expose PIPE_CAP_PRIMITIVE_RESTARTAlyssa Rosenzweig2020-02-271-0/+1
* panfrost: Don't set shared->unk0Alyssa Rosenzweig2020-02-271-1/+0
* panfrost: Fix gl_VertexID/InstanceIDAlyssa Rosenzweig2020-02-273-4/+7
* panfrost: Implement index buffer cacheAlyssa Rosenzweig2020-02-273-1/+114
* panfrost: Combine get_index_buffer with bound computationAlyssa Rosenzweig2020-02-271-16/+25
* panfrost: Remove some more prints to stdoutTomeu Vizoso2020-02-261-2/+2
* panfrost: Rewrite texture descriptor creation logicAlyssa Rosenzweig2020-02-213-168/+45
* panfrost: Move format translation to rootAlyssa Rosenzweig2020-02-2111-369/+1