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: Cleanup needless if in create_bo
Alyssa Rosenzweig
2019-03-12
1
-30
/
+26
*
panfrost: Add support for PAN_MESA_DEBUG
Tomeu Vizoso
2019-03-12
6
-27
/
+88
*
panfrost/midgard: Add support for MIDGARD_MESA_DEBUG
Tomeu Vizoso
2019-03-12
2
-22
/
+50
*
panfrost/drm: Cast pointer to u64 to fix warning
Alyssa Rosenzweig
2019-03-10
1
-1
/
+1
*
panfrost: Add backend targeting the DRM driver
Tomeu Vizoso
2019-03-10
8
-74
/
+466
*
panfrost: Add gem_handle to panfrost_memory and panfrost_bo
Tomeu Vizoso
2019-03-10
2
-0
/
+3
*
panfrost: move #include to fix compilation
Eric Engestrom
2019-03-09
1
-1
/
+1
*
panfrost: fix tgsi_to_nir() call
Eric Engestrom
2019-03-09
1
-1
/
+1
*
glsl: use NIR function inlining for drivers that use glsl_to_nir()
Timothy Arceri
2019-03-06
1
-3
/
+3
*
glsl/freedreno/panfrost: pass gl_context to the standalone compiler
Timothy Arceri
2019-03-06
1
-2
/
+6
*
tgsi_to_nir: Produce optimized NIR for a given pipe_screen.
Timur Kristóf
2019-03-05
1
-1
/
+1
*
panfrost: List primitive restart enable bit
Alyssa Rosenzweig
2019-03-04
1
-0
/
+2
*
panfrost/midgard: Preview for data hazards
Alyssa Rosenzweig
2019-03-04
1
-9
/
+16
*
panfrost/midgard: Promote smul to vmul
Alyssa Rosenzweig
2019-03-04
1
-1
/
+1
*
panfrost: Flush with offscreen rendering
Alyssa Rosenzweig
2019-03-04
1
-2
/
+2
*
panfrost/midgard: Don't force constant on VLUT
Alyssa Rosenzweig
2019-03-04
1
-1
/
+0
*
panfrost: Cleanup cruft related to clears
Alyssa Rosenzweig
2019-03-04
2
-32
/
+3
*
panfrost: Decouple Gallium clear from FBD clear
Alyssa Rosenzweig
2019-03-04
2
-74
/
+67
*
panfrost: Import job data structures from v3d
Alyssa Rosenzweig
2019-03-04
5
-5
/
+184
*
panfrost/midgard: Allow flt to run on most units
Alyssa Rosenzweig
2019-02-27
1
-1
/
+1
*
panfrost: Expose perf counters in environment
Alyssa Rosenzweig
2019-02-27
3
-13
/
+11
*
panfrost: Identify 4-bit channel texture formats
Alyssa Rosenzweig
2019-02-27
3
-0
/
+6
*
panfrost: Add RGB565, RGB5A1 texture formats
Alyssa Rosenzweig
2019-02-27
2
-0
/
+4
*
panfrost: Decode render target swizzle/channels
Alyssa Rosenzweig
2019-02-25
3
-23
/
+81
*
panfrost/midgard: Add fround(_even), ftrunc, ffma
Alyssa Rosenzweig
2019-02-25
3
-0
/
+14
*
panfrost/nondrm: Split out dump_counters
Alyssa Rosenzweig
2019-02-25
2
-5
/
+10
*
panfrost/nondrm: Make COHERENT_LOCAL explicit
Alyssa Rosenzweig
2019-02-25
2
-1
/
+2
*
panfrost/nondrm: Flag CPU-invisible regions
Alyssa Rosenzweig
2019-02-25
2
-3
/
+4
*
panfrost/meson: Remove subdir for nondrm
Alyssa Rosenzweig
2019-02-25
1
-1
/
+0
*
panfrost: Use tiler fast path (performance boost)
Alyssa Rosenzweig
2019-02-25
1
-4
/
+38
*
panfrost: Verify and print brx condition in disasm
Alyssa Rosenzweig
2019-02-21
1
-1
/
+10
*
panfrost: Dynamically set discard branch targets
Alyssa Rosenzweig
2019-02-21
1
-20
/
+46
*
panfrost/midgard: Emit extended branches
Alyssa Rosenzweig
2019-02-21
2
-17
/
+84
*
panfrost: Rectify doubleplusungood extended branch
Alyssa Rosenzweig
2019-02-21
2
-8
/
+8
*
panfrost/midgard: Fix nested/chained if-else
Alyssa Rosenzweig
2019-02-21
1
-3
/
+3
*
panfrost/midgard: Refactor tag lookahead code
Alyssa Rosenzweig
2019-02-21
1
-27
/
+31
*
panfrost: Implement pantrace (command stream dump)
Alyssa Rosenzweig
2019-02-21
5
-0
/
+188
*
panfrost: Add pandecode (command stream debugger)
Alyssa Rosenzweig
2019-02-21
6
-3
/
+2289
*
panfrost: Stub out separate stencil functions
Alyssa Rosenzweig
2019-02-21
2
-4
/
+25
*
panfrost: Fix clipping region
Alyssa Rosenzweig
2019-02-18
1
-4
/
+11
*
panfrost: Preserve w sign in perspective division
Alyssa Rosenzweig
2019-02-18
1
-2
/
+4
*
panfrost: Cleanup mali_viewport (clipping) code
Alyssa Rosenzweig
2019-02-18
2
-17
/
+19
*
panfrost: Swap order of tiled texture (de)alloc
Alyssa Rosenzweig
2019-02-18
1
-6
/
+6
*
panfrost: Free imported BOs
Alyssa Rosenzweig
2019-02-18
3
-0
/
+12
*
panfrost: Fix various leaks unmapping resources
Alyssa Rosenzweig
2019-02-18
2
-9
/
+14
*
panfrost: Improve logging and patch memory leaks
Alyssa Rosenzweig
2019-02-15
2
-49
/
+48
*
panfrost: Don't align framebuffer dims
Alyssa Rosenzweig
2019-02-15
1
-2
/
+2
*
panfrost: Implement PIPE_QUERY_OCCLUSION_COUNTER
Alyssa Rosenzweig
2019-02-15
1
-1
/
+8
*
panfrost: Identify MALI_OCCLUSION_PRECISE bit
Alyssa Rosenzweig
2019-02-15
2
-5
/
+7
*
panfrost: Backport driver to Mali T600/T700
Alyssa Rosenzweig
2019-02-15
6
-262
/
+340
[prev]
[next]