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: 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
*
panfrost: Set rt_count
Alyssa Rosenzweig
2019-07-18
1
-2
/
+1
*
panfrost: Simplify set_framebuffer_state
Alyssa Rosenzweig
2019-07-18
1
-35
/
+9
*
panfrost: Check for NULL surface in places
Alyssa Rosenzweig
2019-07-18
1
-3
/
+2
*
panfrost: Shrink tiler heap
Alyssa Rosenzweig
2019-07-18
1
-1
/
+1
*
panfrost: Make scissor test more robust
Alyssa Rosenzweig
2019-07-18
1
-8
/
+15
*
panfrost: Use correct NO_DITHER field on MFBD
Alyssa Rosenzweig
2019-07-18
1
-0
/
+3
*
panfrost: Copy stencil front to back if back disabled
Alyssa Rosenzweig
2019-07-18
1
-5
/
+14
*
panfrost: Merge varyings_mem into transient buffers
Alyssa Rosenzweig
2019-07-17
1
-11
/
+5
*
panfrost: Use 64-bit descriptors globally
Tomeu Vizoso
2019-07-16
1
-19
/
+8
*
panfrost: Implement opportunistic AFBC
Alyssa Rosenzweig
2019-07-16
1
-0
/
+31
*
panfrost: Set usage2 during draw, not CSO
Alyssa Rosenzweig
2019-07-16
1
-24
/
+36
*
panfrost: Allocate UBOs on the stack, not the heap
Alyssa Rosenzweig
2019-07-15
1
-1
/
+1
*
panfrost: Use transient memory for occlusion queries
Alyssa Rosenzweig
2019-07-15
1
-1
/
+1
*
panfrost: Remove bizarre hack
Alyssa Rosenzweig
2019-07-15
1
-9
/
+0
*
panfrost: Upload vertex descriptors to *transient* memory
Alyssa Rosenzweig
2019-07-15
1
-10
/
+20
*
panfrost: Remove transient pool abstraction
Alyssa Rosenzweig
2019-07-12
1
-29
/
+0
*
panfrost: Don't upload vertex/tiler twice
Alyssa Rosenzweig
2019-07-12
1
-5
/
+15
*
panfrost: Initialize shift/extra_flags
Alyssa Rosenzweig
2019-07-12
1
-1
/
+2
*
panfrost: Fix build warnings
Alyssa Rosenzweig
2019-07-12
1
-4
/
+2
[next]