index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
panfrost
/
pan_context.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: Prepare panfrost_fence for batch pipelining
Boris Brezillon
2019-10-03
1
-4
/
+1
*
panfrost: Start tracking inter-batch dependencies
Boris Brezillon
2019-10-03
1
-0
/
+3
*
panfrost: Use the per-batch fences to wait on the last submitted batch
Boris Brezillon
2019-10-03
1
-1
/
+2
*
panfrost: Allocate tiler and scratchpad BOs per-batch
Boris Brezillon
2019-09-18
1
-4
/
+0
*
panfrost: Get rid of pan_drm.c
Boris Brezillon
2019-09-18
1
-3
/
+0
*
panfrost: Move the batch submission logic to panfrost_batch_submit()
Boris Brezillon
2019-09-13
1
-6
/
+3
*
panfrost: Move the fence creation in panfrost_flush()
Boris Brezillon
2019-09-13
1
-0
/
+3
*
panfrost: Pass a batch to functions emitting FB descs
Boris Brezillon
2019-09-13
1
-5
/
+5
*
panfrost: Allow testing if a specific batch is targeting a scanout FB
Boris Brezillon
2019-09-13
1
-3
/
+0
*
panfrost: Get rid of the unused 'flush jobs accessing res' infra
Boris Brezillon
2019-09-13
1
-3
/
+0
*
panfrost: Get rid of unused panfrost_context fields
Boris Brezillon
2019-09-08
1
-4
/
+0
*
panfrost: Convert ctx->{scratchpad, tiler_heap, tiler_dummy} to plain BOs
Boris Brezillon
2019-09-08
1
-3
/
+3
*
panfrost: s/job/batch/
Boris Brezillon
2019-09-08
1
-6
/
+6
*
panfrost: Jobs must be per context, not per screen
Rohan Garg
2019-08-30
1
-0
/
+6
*
panfrost: Implement gl_FragCoord correctly
Alyssa Rosenzweig
2019-08-22
1
-0
/
+1
*
panfrost: Move pan_invocation to shared panfrost/
Alyssa Rosenzweig
2019-08-21
1
-21
/
+1
*
panfrost: Increment offsets[] per draw
Alyssa Rosenzweig
2019-08-13
1
-0
/
+1
*
panfrost: Fixup stream out information per variant
Alyssa Rosenzweig
2019-08-13
1
-0
/
+2
*
panfrost: Route outputs_written through the compiler
Alyssa Rosenzweig
2019-08-13
1
-1
/
+2
*
panfrost: Implement callbacks for PRIMITIVES queries
Alyssa Rosenzweig
2019-08-13
1
-2
/
+13
*
pan/midgard: Implement nir_intrinsic_load_num_work_groups
Alyssa Rosenzweig
2019-08-12
1
-0
/
+3
*
panfrost: Break out pan_varyings.c
Alyssa Rosenzweig
2019-08-09
1
-0
/
+7
*
panfrost: Import streamout data structures
Alyssa Rosenzweig
2019-08-09
1
-0
/
+7
*
panfrost: Allocate shaders in their own BOs
Tomeu Vizoso
2019-08-08
1
-1
/
+2
*
panfrost: Allocate polygon lists on-demand
Alyssa Rosenzweig
2019-08-02
1
-1
/
+0
*
panfrost: Delay FB descriptor allocation
Boris Brezillon
2019-08-02
1
-3
/
+0
*
panfrost: Remove unused argument
Alyssa Rosenzweig
2019-08-01
1
-1
/
+0
*
panfrost: Use gl_shader_stage directly for compiles
Alyssa Rosenzweig
2019-08-01
1
-1
/
+2
*
panfrost: Expose compute shaders as panfrost_shader_variants
Alyssa Rosenzweig
2019-08-01
1
-1
/
+9
*
panfrost: Remove shader state *base
Alyssa Rosenzweig
2019-08-01
1
-2
/
+0
*
panfrost: Remove CSO dependency from shader_compile
Alyssa Rosenzweig
2019-08-01
1
-1
/
+8
*
panfrost: Unify ctx->vs and ctx->fs
Alyssa Rosenzweig
2019-08-01
1
-5
/
+1
*
panfrost: Unify payload_vertex/payload_tiler
Alyssa Rosenzweig
2019-08-01
1
-2
/
+1
*
panfrost: Stub out compute CSO
Alyssa Rosenzweig
2019-08-01
1
-0
/
+4
*
panfrost: Implement gl_FrontFacing
Alyssa Rosenzweig
2019-08-01
1
-0
/
+1
*
panfrost: Implement panfrost_set_shader_buffers callback
Alyssa Rosenzweig
2019-08-01
1
-0
/
+3
*
panfrost: Use NIR helper invocations info
Alyssa Rosenzweig
2019-07-25
1
-0
/
+3
*
panfrost: Move require_sfbd to screen
Alyssa Rosenzweig
2019-07-25
1
-7
/
+0
*
panfrost/midgard: Allocate registers once (per-screen)
Alyssa Rosenzweig
2019-07-23
1
-0
/
+3
*
panfrost: Merge varyings_mem into transient buffers
Alyssa Rosenzweig
2019-07-17
1
-3
/
+0
*
panfrost: Set usage2 during draw, not CSO
Alyssa Rosenzweig
2019-07-16
1
-0
/
+1
*
panfrost: Upload vertex descriptors to *transient* memory
Alyssa Rosenzweig
2019-07-15
1
-1
/
+0
*
panfrost: Remove transient pool abstraction
Alyssa Rosenzweig
2019-07-12
1
-25
/
+0
*
panfrost: Style main Gallium driver
Alyssa Rosenzweig
2019-07-10
1
-18
/
+18
*
panfrost: Refactor blend infrastructure
Alyssa Rosenzweig
2019-07-10
1
-15
/
+1
*
panfrost: Implement instanced rendering
Alyssa Rosenzweig
2019-07-01
1
-0
/
+26
*
panfrost: Implement dispatch helpers
Alyssa Rosenzweig
2019-07-01
1
-0
/
+23
*
panfrost: Use dedicated u_blitter context for wallpapers
Alyssa Rosenzweig
2019-06-25
1
-0
/
+8
*
panfrost: Constant buffer refactor
Alyssa Rosenzweig
2019-06-24
1
-3
/
+3
*
panfrost: Track point sprites in fragment shader key
Alyssa Rosenzweig
2019-06-24
1
-0
/
+3
[next]