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/decode: Mention the address of a few descriptors
Tomeu Vizoso
2019-06-27
1
-13
/
+11
*
panfrost/decode: Wait for a job to finish before dumping
Tomeu Vizoso
2019-06-27
1
-2
/
+4
*
panfrost/decode: Decode exception status
Tomeu Vizoso
2019-06-27
1
-2
/
+6
*
panfrost/decode: Print AFBC struct when appropriate
Tomeu Vizoso
2019-06-27
1
-2
/
+1
*
panfrost/midgard: Merge embedded constants
Alyssa Rosenzweig
2019-06-26
1
-19
/
+66
*
panfrost/midgard: Share swizzle compose
Alyssa Rosenzweig
2019-06-26
2
-8
/
+30
*
panfrost/midgard: Share swizzle/mask code
Alyssa Rosenzweig
2019-06-26
2
-30
/
+32
*
panfrost: Fix checksumming typo
Alyssa Rosenzweig
2019-06-26
1
-1
/
+1
*
panfrost: Remove unneeded check in panfrost_scissor_culls_everything()
Boris Brezillon
2019-06-26
1
-1
/
+1
*
panfrost: Update copyright identifiers
Alyssa Rosenzweig
2019-06-26
14
-14
/
+14
*
panfrost/midgard: Reorder to permit constant bias
Alyssa Rosenzweig
2019-06-26
2
-67
/
+61
*
panfrost/midgard: Add helper to encode constant bias
Alyssa Rosenzweig
2019-06-26
1
-0
/
+34
*
panfrost/midgard: Handle negative immediate bias
Alyssa Rosenzweig
2019-06-26
2
-4
/
+5
*
panfrost/ci: Add RK3288 flipflops I don't want to deal with right now
Alyssa Rosenzweig
2019-06-25
1
-0
/
+6
*
panfrost/ci: Update failures list
Alyssa Rosenzweig
2019-06-25
1
-363
/
+3
*
panfrost/ci: Set MESA_GLES_VERSION_OVERRIDE=3.0
Alyssa Rosenzweig
2019-06-25
1
-0
/
+1
*
panfrost/ci: Run full set of mipmap tests
Alyssa Rosenzweig
2019-06-25
1
-3
/
+0
*
panfrost: Advertise support for other 8-bit UNORM formats
Alyssa Rosenzweig
2019-06-25
1
-26
/
+15
*
panfrost: Use pipe_surface->format directly in blitter
Alyssa Rosenzweig
2019-06-25
1
-1
/
+1
*
panfrost: Invert swizzle for rendering
Alyssa Rosenzweig
2019-06-25
1
-2
/
+30
*
panfrost: Honour first_layer...last_layer when sampling
Alyssa Rosenzweig
2019-06-25
1
-1
/
+3
*
panfrost: Use the sampler_view target (not the textures)
Alyssa Rosenzweig
2019-06-25
1
-2
/
+2
*
panfrost/midgard: Assert guard texelFetch against cubemaps
Alyssa Rosenzweig
2019-06-25
1
-0
/
+3
*
panfrost: Zero pixels in any axis is zero pixels total
Alyssa Rosenzweig
2019-06-25
1
-1
/
+1
*
panfrost: Respect mip level when wallpapering
Alyssa Rosenzweig
2019-06-25
1
-1
/
+7
*
panfrost/midgard: Fixup NIR texture op
Alyssa Rosenzweig
2019-06-25
1
-0
/
+8
*
panfrost: Support (non-)seamless cube maps
Alyssa Rosenzweig
2019-06-25
3
-4
/
+5
*
panfrost: Merge checksum buffer with main BO
Alyssa Rosenzweig
2019-06-25
5
-47
/
+64
*
panfrost/decode: Limit MRT blend count
Alyssa Rosenzweig
2019-06-25
1
-3
/
+8
*
panfrost: Clamp tile coordinates before job submission
Alyssa Rosenzweig
2019-06-25
1
-0
/
+20
*
panfrost: Use dedicated u_blitter context for wallpapers
Alyssa Rosenzweig
2019-06-25
3
-19
/
+35
*
panfrost: Sanity check layer
Alyssa Rosenzweig
2019-06-25
1
-0
/
+1
*
panfrost: Divide array_size by 6 for cubemaps
Alyssa Rosenzweig
2019-06-25
1
-0
/
+1
*
panfrost: Use get_texture_address for framebuffer computations
Alyssa Rosenzweig
2019-06-25
4
-25
/
+28
*
panfrost: Merge AFBC slab with BO backing
Alyssa Rosenzweig
2019-06-25
5
-91
/
+46
*
panfrost: Z/S can't be tiled
Alyssa Rosenzweig
2019-06-25
1
-0
/
+3
*
panfrost: Enable mipmapping
Alyssa Rosenzweig
2019-06-25
1
-1
/
+1
*
panfrost: Enable blitting
Alyssa Rosenzweig
2019-06-25
1
-4
/
+0
*
panfrost: Allow texelFetch for wallpaper blits
Alyssa Rosenzweig
2019-06-25
1
-3
/
+1
*
panfrost/midgard: Implement texelFetch (2D only)
Alyssa Rosenzweig
2019-06-25
1
-6
/
+35
*
panfrost: Skip flushes only for wallpapers, not any blit
Alyssa Rosenzweig
2019-06-25
1
-1
/
+1
*
panfrost: Handle generate_mipmap ourselves
Alyssa Rosenzweig
2019-06-25
2
-0
/
+55
*
panfrost: Disable mipmapping if necessary
Alyssa Rosenzweig
2019-06-25
1
-0
/
+16
*
panfrost: Allow up to 16 UBOs
Alyssa Rosenzweig
2019-06-24
1
-1
/
+1
*
panfrost: DRY between shader stage setup
Alyssa Rosenzweig
2019-06-24
1
-19
/
+36
*
panfrost/midgard: Implement UBO reads
Alyssa Rosenzweig
2019-06-24
1
-14
/
+51
*
panfrost: Handle disabled/empty UBOs
Alyssa Rosenzweig
2019-06-24
1
-1
/
+13
*
panfrost: Identify "uniform buffer count" bits
Alyssa Rosenzweig
2019-06-24
3
-22
/
+21
*
panfrost: Upload UBOs
Alyssa Rosenzweig
2019-06-24
1
-0
/
+31
*
panfrost: Allow for dynamic UBO count
Alyssa Rosenzweig
2019-06-24
1
-11
/
+16
[next]