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: Pass the context BOs to the kernel so they aren't unmapped while in...
Tomeu Vizoso
2019-03-27
1
-3
/
+9
*
panfrost: Also tell the kernel about the checksum_slab
Tomeu Vizoso
2019-03-27
1
-4
/
+9
*
panfrost: Set the GEM handle for AFBC buffers
Tomeu Vizoso
2019-03-27
1
-0
/
+1
*
panfrost: Fix sscanf format options
Tomeu Vizoso
2019-03-27
1
-2
/
+2
*
panfrost: Preliminary work for mipmaps
Alyssa Rosenzweig
2019-03-27
8
-207
/
+163
*
panfrost/midgard: fpow is a two-part operation
Alyssa Rosenzweig
2019-03-26
4
-4
/
+4
*
panfrost/midgard: Handle i2b constant
Alyssa Rosenzweig
2019-03-26
1
-1
/
+1
*
panfrost/midgard: Expand fge lowering to more types
Alyssa Rosenzweig
2019-03-26
3
-6
/
+12
*
panfrost/midgard: Add ult/ule ops
Alyssa Rosenzweig
2019-03-26
3
-0
/
+7
*
panfrost: Stub out ES3 caps/callbacks
Alyssa Rosenzweig
2019-03-26
2
-1
/
+54
*
panfrost/midgard: Cleanup midgard_nir_algebraic.py
Alyssa Rosenzweig
2019-03-26
1
-1
/
+1
*
panfrost/midgard: Lower source modifiers for ints
Alyssa Rosenzweig
2019-03-26
4
-2
/
+22
*
panfrost/midgard: Implement b2i; improve b2f/f2b
Alyssa Rosenzweig
2019-03-26
1
-18
/
+30
*
panfrost/midgard: Lower i2b32
Alyssa Rosenzweig
2019-03-26
1
-0
/
+1
*
panfrost/midgard: Lower f2b32 to fne
Alyssa Rosenzweig
2019-03-26
1
-0
/
+7
*
panfrost/midgard: Lower bool_to_int32
Alyssa Rosenzweig
2019-03-26
1
-20
/
+23
*
panfrost/midgard: Map more bany/ball opcodes
Alyssa Rosenzweig
2019-03-26
1
-0
/
+11
*
panfrost/midgard: Add more ball/bany, iabs ops
Alyssa Rosenzweig
2019-03-26
1
-0
/
+29
*
panfrost/midgard: Schedule ball/bany to vectors
Alyssa Rosenzweig
2019-03-26
1
-4
/
+4
*
panfrost/midgard: Add fcsel_i opcode
Alyssa Rosenzweig
2019-03-26
2
-0
/
+3
*
panfrost: Implement scissor test
Alyssa Rosenzweig
2019-03-26
1
-6
/
+16
*
panfrost: Fix viewports
Alyssa Rosenzweig
2019-03-26
1
-7
/
+16
*
panfrost/midgard: Fix b2f32 swizzle for vectors
Alyssa Rosenzweig
2019-03-26
1
-6
/
+8
*
panfrost: Properly align stride
Daniel Stone
2019-03-20
7
-25
/
+20
*
panfrost: Rewrite varying assembly
Alyssa Rosenzweig
2019-03-19
6
-217
/
+141
*
panfrost: Replay more varying buffers
Alyssa Rosenzweig
2019-03-19
1
-1
/
+1
*
panfrost/decode: Respect primitive size pointers
Alyssa Rosenzweig
2019-03-19
1
-3
/
+7
*
panfrost: Disable PIPE_CAP_TGSI_TEXCOORD
Alyssa Rosenzweig
2019-03-19
1
-3
/
+0
*
panfrost: Fix primconvert check
Alyssa Rosenzweig
2019-03-19
1
-1
/
+1
*
panfrost: Workaround buffer overrun with mip level
Alyssa Rosenzweig
2019-03-19
1
-1
/
+0
*
panfrost/midgard: Implement fpow
Alyssa Rosenzweig
2019-03-14
4
-1
/
+4
*
panfrost: Compute viewport state on the fly
Alyssa Rosenzweig
2019-03-14
2
-71
/
+38
*
panfrost; Disable AFBC for depth buffers
Alyssa Rosenzweig
2019-03-14
2
-4
/
+7
*
panfrost: Allocate extra data for depth buffer
Alyssa Rosenzweig
2019-03-14
1
-0
/
+5
*
panfrost: Comment spelling fix
Alyssa Rosenzweig
2019-03-14
1
-1
/
+1
*
panfrost/mfbd: Respect per-job depth write flag
Alyssa Rosenzweig
2019-03-14
4
-20
/
+42
*
panfrost/mfbd: Implement linear depth buffers
Alyssa Rosenzweig
2019-03-14
1
-10
/
+9
*
panfrost: Minor comment cleanup (version detection)
Alyssa Rosenzweig
2019-03-14
1
-2
/
+3
*
panfrost: Remove staging MFBD
Alyssa Rosenzweig
2019-03-14
2
-109
/
+98
*
panfrost: Remove staging SFBD for pan_context
Alyssa Rosenzweig
2019-03-14
4
-39
/
+30
*
panfrost: Break out fragment to SFBD/MFBD files
Alyssa Rosenzweig
2019-03-14
7
-378
/
+520
*
panfrost: Set bo->gem_handle when creating a linear BO
Tomeu Vizoso
2019-03-13
1
-1
/
+3
*
panfrost: Set bo->size[0] in the DRM backend
Tomeu Vizoso
2019-03-13
1
-5
/
+5
*
panfrost: Identify fragment_extra flags
Alyssa Rosenzweig
2019-03-12
3
-10
/
+30
*
panfrost: Document "depth-buffer writeback" bit
Alyssa Rosenzweig
2019-03-12
2
-1
/
+9
*
panfrost: Support linear depth textures
Alyssa Rosenzweig
2019-03-12
1
-2
/
+4
*
panfrost: Allocate dedicated slab for linear BOs
Alyssa Rosenzweig
2019-03-12
2
-15
/
+22
*
panfrost: Determine framebuffer format bits late
Alyssa Rosenzweig
2019-03-12
1
-17
/
+42
*
panfrost: Delay color buffer setup
Alyssa Rosenzweig
2019-03-12
1
-43
/
+50
*
panfrost: Combine has_afbc/tiled in layout enum
Alyssa Rosenzweig
2019-03-12
3
-24
/
+64
[next]