index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
panfrost
/
pan_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: Get rid of ctx->payloads[]
Boris Brezillon
2020-03-10
1
-30
/
+20
*
panfrost: Use ctx->active_prim in panfrost_writes_point_size()
Boris Brezillon
2020-03-10
1
-1
/
+1
*
panfrost: Re-init the VT payloads at draw/launch_grid() time
Boris Brezillon
2020-03-10
1
-29
/
+3
*
panfrost: Move panfrost_emit_varying_descriptor() to pan_cmdstream.c
Boris Brezillon
2020-03-10
1
-2
/
+4
*
panfrost: Move panfrost_emit_vertex_data() to pan_cmdstream.c
Boris Brezillon
2020-03-10
1
-1
/
+1
*
panfrost: Inline panfrost_queue_draw() and panfrost_emit_for_draw()
Boris Brezillon
2020-03-10
1
-60
/
+36
*
panfrost: Move vertex/tiler payload initialization out of panfrost_draw_vbo()
Boris Brezillon
2020-03-10
1
-145
/
+5
*
panfrost: Move streamout offset update out of panfrost_draw_vbo()
Boris Brezillon
2020-03-10
1
-7
/
+13
*
panfrost: Rename panfrost_stage_attributes()
Boris Brezillon
2020-03-10
1
-25
/
+3
*
panfrost: Move the mali_attr.src_offset adjustment to a sub-function
Boris Brezillon
2020-03-10
1
-6
/
+21
*
panfrost: Emit attribute descriptors after patching the templates
Boris Brezillon
2020-03-10
1
-9
/
+6
*
panfrost: Prepare attribute for builtins at state creation time
Boris Brezillon
2020-03-10
1
-15
/
+6
*
panfrost: Ignore BO start addr when adjusting src_offset
Boris Brezillon
2020-03-10
1
-3
/
+3
*
panfrost: Drop initial mali_attr_meta.src_offset assignment
Boris Brezillon
2020-03-10
1
-4
/
+1
*
panfrost: Add an helper to emit a pair of vertex/tiler jobs
Boris Brezillon
2020-03-10
1
-21
/
+3
*
panfrost: Move sampler/tex descs emission helpers to pan_cmdstream.c
Boris Brezillon
2020-03-10
1
-80
/
+4
*
panfrost: Add a panfrost_sampler_desc_init() helper
Boris Brezillon
2020-03-10
1
-83
/
+1
*
panfrost: Prepare shader_meta descriptors at emission time
Boris Brezillon
2020-03-10
1
-340
/
+12
*
panfrost: Add an helper to update the rasterizer part of a tiler job desc
Boris Brezillon
2020-03-10
1
-28
/
+1
*
panfrost: Add an helper to update the occclusion query part of a tiler job desc
Boris Brezillon
2020-03-10
1
-4
/
+1
*
panfrost: Simplify panfrost_emit_for_draw() and make it private
Boris Brezillon
2020-03-10
1
-15
/
+9
*
panfrost: Stop using panfrost_emit_for_draw() for compute jobs
Boris Brezillon
2020-03-10
1
-1
/
+1
*
panfrost: Move panfrost_attach_vt_framebuffer() to pan_cmdstream.c
Boris Brezillon
2020-03-10
1
-28
/
+3
*
panfrost: Dissociate shader meta patching from the desc emission
Boris Brezillon
2020-03-10
1
-15
/
+5
*
panfrost: Move the const buf emission logic out of panfrost_emit_for_draw()
Boris Brezillon
2020-03-10
1
-258
/
+3
*
panfrost: Move viewport desc emission out of panfrost_emit_for_draw()
Boris Brezillon
2020-03-10
1
-96
/
+2
*
panfrost: Move the batch stack size adjustment out of panfrost_queue_draw()
Boris Brezillon
2020-03-10
1
-8
/
+1
*
panfrost: Add an helper to retrieve the currently active shader state
Boris Brezillon
2020-03-10
1
-11
/
+7
*
panfrost: Assign primitive_size.pointer only if writes_point_size() returns true
Boris Brezillon
2020-03-10
1
-1
/
+1
*
panfrost: Pass the sampler view format when creating a tex descriptor
Boris Brezillon
2020-03-10
1
-1
/
+1
*
panfrost: split index cache into shared part
Vasily Khoruzhick
2020-03-10
1
-32
/
+6
*
panfrost: Fix gl_VertexID/InstanceID
Alyssa Rosenzweig
2020-02-27
1
-0
/
+4
*
panfrost: Implement index buffer cache
Alyssa Rosenzweig
2020-02-27
1
-0
/
+37
*
panfrost: Combine get_index_buffer with bound computation
Alyssa Rosenzweig
2020-02-27
1
-16
/
+25
*
panfrost: Rewrite texture descriptor creation logic
Alyssa Rosenzweig
2020-02-21
1
-151
/
+37
*
panfrost: Move format translation to root
Alyssa Rosenzweig
2020-02-21
1
-1
/
+0
*
panfrost: Remove old hack
Alyssa Rosenzweig
2020-02-19
1
-3
/
+2
*
panfrost: Remove old comment
Alyssa Rosenzweig
2020-02-19
1
-2
/
+0
*
panfrost: Remove dirty tracking
Alyssa Rosenzweig
2020-02-19
1
-40
/
+6
*
panfrost: Remove enum panfrost_memory_layout
Alyssa Rosenzweig
2020-02-18
1
-20
/
+5
*
panfrost: Debitfieldize mali_uniform_buffer_meta
Alyssa Rosenzweig
2020-02-18
1
-11
/
+5
*
panfrost: Avoid reading GPU memory when packing vertices
Alyssa Rosenzweig
2020-02-18
1
-17
/
+18
*
panfrost: Rewrite scoreboarding routines
Alyssa Rosenzweig
2020-02-18
1
-33
/
+13
*
panfrost: Rename bifrost_framebuffer->mali_framebuffer
Alyssa Rosenzweig
2020-02-16
1
-1
/
+1
*
panfrost: Unify bifrost_scratchpad with mali_shared_memory
Alyssa Rosenzweig
2020-02-16
1
-2
/
+5
*
panfrost: Set the MALI_WRITES_{Z,S} flags when needed
Boris Brezillon
2020-02-05
1
-1
/
+8
*
panfrost: Add the MALI_WRITES_{Z,S} flags
Boris Brezillon
2020-02-05
1
-6
/
+6
*
panfrost: Use size0 when calculating the offset to a depth level
Alyssa Rosenzweig
2020-02-04
1
-2
/
+1
*
panfrost: Only clamp the LOD to disable mipmapping when needed
Tomeu Vizoso
2020-02-04
1
-6
/
+7
*
panfrost: Use DBG macro to avoid noise in the console
Tomeu Vizoso
2020-01-31
1
-1
/
+1
[next]