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: Set rt_count
Alyssa Rosenzweig
2019-07-18
2
-8
/
+11
*
panfrost: Trace invisible BOs
Alyssa Rosenzweig
2019-07-18
1
-1
/
+5
*
panfrost: Zero polygon list body size for clears
Alyssa Rosenzweig
2019-07-18
1
-0
/
+4
*
panfrost/mfbd: Unify depth-only with masked FBO path
Alyssa Rosenzweig
2019-07-18
1
-22
/
+24
*
panfrost: Simplify set_framebuffer_state
Alyssa Rosenzweig
2019-07-18
1
-35
/
+9
*
panfrost: Check for NULL surface in places
Alyssa Rosenzweig
2019-07-18
5
-5
/
+14
*
panfrost: Expose 4 render targets
Alyssa Rosenzweig
2019-07-18
1
-2
/
+2
*
panfrost: Shrink tiler heap
Alyssa Rosenzweig
2019-07-18
1
-1
/
+1
*
panfrost: Handle Z24 textures
Alyssa Rosenzweig
2019-07-18
1
-1
/
+1
*
panfrost/ci: Update expectations
Alyssa Rosenzweig
2019-07-18
1
-14
/
+0
*
panfrost: Make scissor test more robust
Alyssa Rosenzweig
2019-07-18
1
-8
/
+15
*
panfrost: Use correct NO_DITHER field on MFBD
Alyssa Rosenzweig
2019-07-18
2
-1
/
+6
*
panfrost: Implement Z32F(_S8) support
Alyssa Rosenzweig
2019-07-18
2
-0
/
+16
*
panfrost: Copy stencil front to back if back disabled
Alyssa Rosenzweig
2019-07-18
1
-5
/
+14
*
panfrost: Merge varyings_mem into transient buffers
Alyssa Rosenzweig
2019-07-17
3
-15
/
+5
*
panfrost: Use 64-bit descriptors globally
Tomeu Vizoso
2019-07-16
3
-32
/
+10
*
panfrost: Implement opportunistic AFBC
Alyssa Rosenzweig
2019-07-16
5
-1
/
+100
*
panfrost/mfbd: Zero out framebuffer_stride
Alyssa Rosenzweig
2019-07-16
1
-2
/
+3
*
panfrost: AFBC buffers must be cache-line aligned
Alyssa Rosenzweig
2019-07-16
1
-0
/
+5
*
panfrost: Add Z/S and MRT BOs to the job
Alyssa Rosenzweig
2019-07-16
2
-10
/
+12
*
panfrost: Set usage2 during draw, not CSO
Alyssa Rosenzweig
2019-07-16
2
-24
/
+37
*
panfrost/ci: Blacklist flush finish tests
Alyssa Rosenzweig
2019-07-15
1
-0
/
+1
*
panfrost: Don't leak oversized transient allocations
Alyssa Rosenzweig
2019-07-15
1
-0
/
+4
*
panfrost: Implement panfrost_bo_cache_evict_all
Alyssa Rosenzweig
2019-07-15
1
-1
/
+9
*
panfrost: Implement panfrost_bo_cache_get
Alyssa Rosenzweig
2019-07-15
1
-1
/
+16
*
panfrost: Implement panfrost_bo_cache_put
Alyssa Rosenzweig
2019-07-15
1
-2
/
+6
*
panfrost: Add pan_bucket helper
Alyssa Rosenzweig
2019-07-15
1
-0
/
+6
*
panfrost: Implement pan_bucket_index helper
Alyssa Rosenzweig
2019-07-15
1
-0
/
+25
*
panfrost: Add BO cache data structure
Alyssa Rosenzweig
2019-07-15
3
-0
/
+24
*
panfrost: Describe BO cache architecture
Alyssa Rosenzweig
2019-07-15
1
-0
/
+20
*
panfrost: Stub out panfrost_bo_cache_evict
Alyssa Rosenzweig
2019-07-15
3
-0
/
+17
*
panfrost: Stub out panfrost_bo_cache_put
Alyssa Rosenzweig
2019-07-15
4
-3
/
+34
*
panfrost: Stub out panfrost_bo_cache_get
Alyssa Rosenzweig
2019-07-15
4
-10
/
+66
*
panfrost: Don't leak the blend CSO hash table
Alyssa Rosenzweig
2019-07-15
1
-3
/
+2
*
panfrost: Cleanup after scoreboarding
Alyssa Rosenzweig
2019-07-15
1
-0
/
+6
*
panfrost: Allocate UBOs on the stack, not the heap
Alyssa Rosenzweig
2019-07-15
3
-2
/
+5
*
panfrost: Advertise more depth/stencil formats
Alyssa Rosenzweig
2019-07-15
1
-2
/
+7
*
panfrost/mfbd: Add Z32 rendering support
Alyssa Rosenzweig
2019-07-15
1
-4
/
+24
*
panfrost: Fix blend_cso if nr_cbufs == 0
Alyssa Rosenzweig
2019-07-15
1
-3
/
+6
*
panfrost: Cleanup shader upload code
Alyssa Rosenzweig
2019-07-15
4
-71
/
+14
*
panfrost: Remove all old allocators
Alyssa Rosenzweig
2019-07-15
6
-166
/
+0
*
panfrost: Use transient memory for occlusion queries
Alyssa Rosenzweig
2019-07-15
1
-1
/
+1
*
panfrost: Remove bizarre hack
Alyssa Rosenzweig
2019-07-15
1
-9
/
+0
*
panfrost: Upload vertex descriptors to *transient* memory
Alyssa Rosenzweig
2019-07-15
2
-11
/
+20
*
panfrost: Delay resource mmaps
Alyssa Rosenzweig
2019-07-15
3
-3
/
+15
*
panfrost: Cleanup PAN_ALLOCATE_*
Alyssa Rosenzweig
2019-07-15
1
-4
/
+18
*
panfrost/drm: Don't mmap INVISIBLE buffers
Alyssa Rosenzweig
2019-07-15
1
-4
/
+12
*
panfrost/decode: Drop _replay prefix
Alyssa Rosenzweig
2019-07-12
1
-1
/
+1
*
panfrost: Precompute scoreboard dependents
Alyssa Rosenzweig
2019-07-12
1
-4
/
+54
*
panfrost: Remove transient pool abstraction
Alyssa Rosenzweig
2019-07-12
2
-54
/
+0
[next]