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
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: Workaround bug in partial update implementation
Alyssa Rosenzweig
2019-08-13
1
-4
/
+9
*
panfrost: Implement transform feedback
Alyssa Rosenzweig
2019-08-13
1
-37
/
+217
*
panfrost: Increment offsets[] per draw
Alyssa Rosenzweig
2019-08-13
2
-0
/
+11
*
panfrost: Fixup stream out information per variant
Alyssa Rosenzweig
2019-08-13
2
-0
/
+9
*
panfrost: Route outputs_written through the compiler
Alyssa Rosenzweig
2019-08-13
4
-4
/
+12
*
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: Set PIPE_CAP_TGSI_TEXCOORD
Alyssa Rosenzweig
2019-08-13
2
-1
/
+6
*
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
2
-15
/
+52
*
panfrost: Add support for KHR_partial_update()
Boris Brezillon
2019-08-13
7
-7
/
+188
*
pan/midgard: Implement nir_intrinsic_load_num_work_groups
Alyssa Rosenzweig
2019-08-12
3
-0
/
+17
*
panfrost: Force flush every compute job
Alyssa Rosenzweig
2019-08-12
1
-0
/
+2
*
panfrost: Add SSBO system value
Alyssa Rosenzweig
2019-08-12
1
-0
/
+25
*
panfrost: Assign varying buffers dynamically
Alyssa Rosenzweig
2019-08-09
2
-36
/
+23
*
panfrost: Assign indices at draw-time
Alyssa Rosenzweig
2019-08-09
1
-8
/
+63
*
panfrost: Break out pan_varyings.c
Alyssa Rosenzweig
2019-08-09
4
-156
/
+190
*
panfrost: Enable PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS
Alyssa Rosenzweig
2019-08-09
1
-0
/
+2
*
panfrost: Import streamout data structures
Alyssa Rosenzweig
2019-08-09
2
-1
/
+24
*
panfrost: Print errors from kernel
Tomeu Vizoso
2019-08-08
1
-5
/
+5
*
panfrost: Mark buffers as PANFROST_BO_HEAP
Tomeu Vizoso
2019-08-08
1
-0
/
+6
*
panfrost: Mark BOs as NOEXEC
Tomeu Vizoso
2019-08-08
3
-2
/
+10
*
panfrost: Take into account flags when looking up in the BO cache
Tomeu Vizoso
2019-08-08
3
-3
/
+5
*
panfrost: Allocate shaders in their own BOs
Tomeu Vizoso
2019-08-08
7
-32
/
+61
*
panfrost: Take into account a index_bias for glDrawElementsBaseVertex calls
Rohan Garg
2019-08-06
1
-9
/
+9
*
panfrost/ci: Remove two tests from list of failures
Tomeu Vizoso
2019-08-06
1
-2
/
+0
*
panfrost: Add app blacklist
Alyssa Rosenzweig
2019-08-05
1
-2
/
+16
*
panfrost: Allocate polygon lists on-demand
Alyssa Rosenzweig
2019-08-02
6
-10
/
+36
*
panfrost: Handle the bo == NULL case in panfrost_bo_[un]reference()
Boris Brezillon
2019-08-02
1
-1
/
+5
*
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
2
-18
/
+6
*
panfrost: Remove job from ctx->jobs at submission time
Boris Brezillon
2019-08-02
1
-0
/
+8
*
panfrost: Make ctx->job useful
Boris Brezillon
2019-08-02
2
-1
/
+23
*
panfrost: Remove unused argument
Alyssa Rosenzweig
2019-08-01
4
-4
/
+1
*
panfrost: Handle MESA_SHADER_COMPUTE in compile callback
Alyssa Rosenzweig
2019-08-01
1
-0
/
+5
*
panfrost: Use gl_shader_stage directly for compiles
Alyssa Rosenzweig
2019-08-01
4
-32
/
+9
*
panfrost: Emit "draw" info for compute jobs
Alyssa Rosenzweig
2019-08-01
1
-0
/
+2
*
panfrost: Feed compute shaders into the compiler
Alyssa Rosenzweig
2019-08-01
1
-3
/
+25
*
panfrost: Expose compute shaders as panfrost_shader_variants
Alyssa Rosenzweig
2019-08-01
2
-2
/
+14
*
panfrost: Remove shader state *base
Alyssa Rosenzweig
2019-08-01
2
-4
/
+0
*
panfrost: Remove CSO dependency from shader_compile
Alyssa Rosenzweig
2019-08-01
3
-10
/
+26
*
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: Invoke compute shader according to grid info
Alyssa Rosenzweig
2019-08-01
1
-0
/
+6
*
panfrost: Explain and include compute FBD
Alyssa Rosenzweig
2019-08-01
1
-0
/
+17
[next]