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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: Move pan_tiler.c outside of Gallium
Alyssa Rosenzweig
2019-08-21
1
-1
/
+0
*
panfrost: Extend blending to MRT
Alyssa Rosenzweig
2019-08-14
1
-41
/
+39
*
panfrost: Ensure we upload at least 1 blend RT
Alyssa Rosenzweig
2019-08-14
1
-1
/
+1
*
panfrost: Zero tripipe on initialize
Alyssa Rosenzweig
2019-08-14
1
-1
/
+1
*
panfrost: Workaround bug in partial update implementation
Alyssa Rosenzweig
2019-08-13
1
-4
/
+9
*
panfrost: Increment offsets[] per draw
Alyssa Rosenzweig
2019-08-13
1
-0
/
+10
*
panfrost: Fixup stream out information per variant
Alyssa Rosenzweig
2019-08-13
1
-0
/
+7
*
panfrost: Route outputs_written through the compiler
Alyssa Rosenzweig
2019-08-13
1
-1
/
+4
*
panfrost: Import stream out utility from iris
Alyssa Rosenzweig
2019-08-13
1
-0
/
+40
*
panfrost: Flush when using transform feedback
Alyssa Rosenzweig
2019-08-13
1
-0
/
+1
*
panfrost: Wire up statistics for primitives
Alyssa Rosenzweig
2019-08-13
1
-0
/
+26
*
panfrost: Implement callbacks for PRIMITIVES queries
Alyssa Rosenzweig
2019-08-13
1
-13
/
+39
*
panfrost: Add support for KHR_partial_update()
Boris Brezillon
2019-08-13
1
-1
/
+74
*
pan/midgard: Implement nir_intrinsic_load_num_work_groups
Alyssa Rosenzweig
2019-08-12
1
-0
/
+12
*
panfrost: Add SSBO system value
Alyssa Rosenzweig
2019-08-12
1
-0
/
+25
*
panfrost: Break out pan_varyings.c
Alyssa Rosenzweig
2019-08-09
1
-156
/
+0
*
panfrost: Import streamout data structures
Alyssa Rosenzweig
2019-08-09
1
-1
/
+17
*
panfrost: Allocate shaders in their own BOs
Tomeu Vizoso
2019-08-08
1
-4
/
+10
*
panfrost: Take into account a index_bias for glDrawElementsBaseVertex calls
Rohan Garg
2019-08-06
1
-9
/
+9
*
panfrost: Allocate polygon lists on-demand
Alyssa Rosenzweig
2019-08-02
1
-6
/
+2
*
panfrost: Get rid of the skippable param in attach_vt_framebuffer()
Boris Brezillon
2019-08-02
1
-3
/
+3
*
panfrost: Don't emit a new FB desc when setting a new FB state
Boris Brezillon
2019-08-02
1
-1
/
+5
*
panfrost: Bail out early when doing a wallpaper blit
Boris Brezillon
2019-08-02
1
-2
/
+14
*
panfrost: Bail out early when new and current FB states are equal
Boris Brezillon
2019-08-02
1
-0
/
+4
*
panfrost: Delay FB descriptor allocation
Boris Brezillon
2019-08-02
1
-15
/
+6
*
panfrost: Make ctx->job useful
Boris Brezillon
2019-08-02
1
-0
/
+5
*
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
-26
/
+2
*
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
/
+6
*
panfrost: Generalize UBO upload for other shader stages
Alyssa Rosenzweig
2019-08-01
1
-4
/
+7
*
panfrost: Guard vertex upload by ctx->vertex != NULL
Alyssa Rosenzweig
2019-08-01
1
-1
/
+2
*
panfrost: Generalize vertex shader upload
Alyssa Rosenzweig
2019-08-01
1
-11
/
+21
*
panfrost: Share gl_enables between VERTEX/COMPUTE
Alyssa Rosenzweig
2019-08-01
1
-0
/
+3
*
panfrost: Unify-driven cleanup
Alyssa Rosenzweig
2019-08-01
1
-20
/
+6
*
panfrost: Unify ctx->vs and ctx->fs
Alyssa Rosenzweig
2019-08-01
1
-18
/
+18
*
panfrost: Cleanup via payload unification
Alyssa Rosenzweig
2019-08-01
1
-20
/
+8
*
panfrost: Unify payload_vertex/payload_tiler
Alyssa Rosenzweig
2019-08-01
1
-53
/
+53
*
panfrost: Only wallpaper if we drew something
Alyssa Rosenzweig
2019-08-01
1
-1
/
+1
*
panfrost: Stub out compute CSO
Alyssa Rosenzweig
2019-08-01
1
-0
/
+1
*
panfrost: Implement gl_FrontFacing
Alyssa Rosenzweig
2019-08-01
1
-0
/
+15
*
panfrost: Implement panfrost_set_shader_buffers callback
Alyssa Rosenzweig
2019-08-01
1
-0
/
+15
*
panfrost: Add MALI_SAMP_NORM_COORDS flag
Alyssa Rosenzweig
2019-07-31
1
-3
/
+2
*
panfrost: Simplify filter_mode definition
Alyssa Rosenzweig
2019-07-31
1
-24
/
+10
*
panfrost: Use NIR helper invocations info
Alyssa Rosenzweig
2019-07-25
1
-1
/
+1
*
panfrost: Move require_sfbd to screen
Alyssa Rosenzweig
2019-07-25
1
-6
/
+9
*
panfrost: Fix T6XX Support
Arnaud Patard
2019-07-23
1
-1
/
+9
*
panfrost: Use correct definition for is_t6xx
Alyssa Rosenzweig
2019-07-23
1
-1
/
+1
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
1
-4
/
+4
*
panfrost/midgard: Implement register spilling
Alyssa Rosenzweig
2019-07-22
1
-1
/
+2
[next]