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
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost: Don't trample on top of Bifrost-specific unions
Tomeu Vizoso
2020-05-07
1
-20
/
+26
*
panfrost: Add checksum BOs to batch
Tomeu Vizoso
2020-05-07
1
-2
/
+14
*
panfrost: Setup gl_FragCoord as sysval on Bifrost
Alyssa Rosenzweig
2020-05-04
2
-3
/
+4
*
panfrost: Add Bifrost texture trampoline BO to batch
Tomeu Vizoso
2020-05-01
1
-0
/
+6
*
panfrost: mali_attr_meta.unknown1 is zero on Bifrost
Tomeu Vizoso
2020-05-01
1
-1
/
+1
*
panfrost: GPUs newer than G-71 don't have swizzles...
Tomeu Vizoso
2020-05-01
3
-7
/
+33
*
panfrost: Update Bifrost fields in mali_shader_meta
Alyssa Rosenzweig
2020-05-01
1
-3
/
+12
*
panfrost: Create additional BO for the checksum of imported BOs (Bifrost)
Tomeu Vizoso
2020-05-01
2
-2
/
+15
*
panfrost: Split bit out of format.unk3
Tomeu Vizoso
2020-05-01
1
-0
/
+4
*
panfrost: Fix norm coords on bifrost sampler
Alyssa Rosenzweig
2020-05-01
1
-1
/
+0
*
panfrost: Don't leak temporary descriptors array
Tomeu Vizoso
2020-04-30
1
-0
/
+2
*
panfrost: Emit blend descriptors on Bifrost
Tomeu Vizoso
2020-04-30
3
-21
/
+97
*
gallium: add pipe cap for scissored clears and pass scissor state to clear() ...
Mike Blumenkrantz
2020-04-29
1
-0
/
+1
*
panfrost: Fix GL_EXT_vertex_array_bgra
Icecream95
2020-04-28
1
-1
/
+1
*
panfrost: The texture descriptor has a pointer to a trampoline
Alyssa Rosenzweig
2020-04-24
2
-3
/
+21
*
panfrost: Emit texture descriptor on bifrost
Tomeu Vizoso
2020-04-24
3
-34
/
+78
*
panfrost: Emit sampler descriptor on bifrost
Tomeu Vizoso
2020-04-24
4
-11
/
+63
*
panfrost: Set clear_color_[12] in the extra fb desc
Alyssa Rosenzweig
2020-04-24
1
-0
/
+9
*
panfrost: Clean up a bit the tiler structs for Bifrost
Tomeu Vizoso
2020-04-24
1
-5
/
+3
*
panfrost: Assert on unimplemented fragcoord etc
Alyssa Rosenzweig
2020-04-22
1
-0
/
+3
*
panfrost: Drop dependency on nonexistant write_value
Alyssa Rosenzweig
2020-04-13
1
-3
/
+6
*
panfrost: Pass compiler-appropriate options
Alyssa Rosenzweig
2020-04-10
1
-1
/
+5
*
panfrost: Move uniform_count to pan_assemble
Alyssa Rosenzweig
2020-04-10
1
-4
/
+3
*
panfrost: Move varying linking to cmdstream
Alyssa Rosenzweig
2020-04-10
1
-2
/
+72
*
panfrost: Call the Bifrost compiler on bi devices
Alyssa Rosenzweig
2020-04-10
1
-6
/
+14
*
panfrost: Set mfbd.msaa.sample_locations on Bifrost
Alyssa Rosenzweig
2020-04-10
3
-14
/
+79
*
panfrost: On Bifrost, set the right tiler descriptor
Tomeu Vizoso
2020-04-10
4
-3
/
+48
*
panfrost: Don't emit write_value jobs on Bifrost
Tomeu Vizoso
2020-04-10
1
-1
/
+4
*
panfrost: Pass IS_BIFROST to pandecode_jc
Tomeu Vizoso
2020-04-10
1
-1
/
+1
*
panfrost: Remove most usage of midgard_payload_vertex_tiler
Tomeu Vizoso
2020-04-10
5
-115
/
+201
*
panfrost: Unify vertex/tiler structures
Alyssa Rosenzweig
2020-04-10
2
-15
/
+15
*
panfrost: Staticize a few cmdstream functions
Alyssa Rosenzweig
2020-04-10
2
-15
/
+3
*
panfrost: Populate bifrost-specific structs within mali_shader_meta
Alyssa Rosenzweig
2020-04-10
1
-6
/
+17
*
panfrost: Enable PIPE_SHADER_CAP_FP16 on Bifrost
Alyssa Rosenzweig
2020-03-31
1
-1
/
+4
*
panfrost: Move device open/close to root panfrost
Alyssa Rosenzweig
2020-03-31
1
-39
/
+3
*
panfrost: Move pan_bo to root panfrost
Alyssa Rosenzweig
2020-03-31
10
-726
/
+33
*
panfrost: Inline reference counting routines
Alyssa Rosenzweig
2020-03-31
2
-13
/
+16
*
panfrost: Isolate panfrost_bo_access_for_stage to pan_cmdstream.c
Alyssa Rosenzweig
2020-03-31
2
-17
/
+17
*
panfrost: Split panfrost_device from panfrost_screen
Alyssa Rosenzweig
2020-03-31
14
-222
/
+170
*
panfrost: Add support for R3G3B2
Icecream95
2020-03-31
1
-1
/
+3
*
panfrost: Mark 64-bit formats as unsupported
Icecream95
2020-03-31
1
-0
/
+3
*
meson: inline `inc_common`
Eric Engestrom
2020-03-28
1
-1
/
+2
*
panfrost: Align Android makefiles with recent changes
Roman Stratiienko
2020-03-23
2
-1
/
+4
*
panfrost: Fix gnu-empty-initializer error.
Vinson Lee
2020-03-16
1
-1
/
+1
*
panfrost: Promote midgard_program to panfrost/util
Alyssa Rosenzweig
2020-03-11
2
-2
/
+2
*
panfrost: Move pan_afbc.c file to the the right Makefile.source file
John Stultz
2020-03-11
1
-1
/
+0
*
Revert "gallium: make handles of set_global_binding 64 bit"
Karol Herbst
2020-03-10
1
-1
/
+1
*
gallium: make handles of set_global_binding 64 bit
Karol Herbst
2020-03-10
1
-1
/
+1
*
panfrost: Get rid of ctx->payloads[]
Boris Brezillon
2020-03-10
3
-42
/
+33
*
panfrost: Use ctx->active_prim in panfrost_writes_point_size()
Boris Brezillon
2020-03-10
1
-1
/
+1
[next]