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: 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
*
panfrost: Subdivide fixed-size transient slabs
Alyssa Rosenzweig
2019-07-12
3
-5
/
+21
*
panfrost: Recycle fixed-size transient BOs
Alyssa Rosenzweig
2019-07-12
2
-3
/
+26
*
panfrost: Bookkeep transient indices
Alyssa Rosenzweig
2019-07-12
3
-2
/
+16
*
panfrost: Rewrite allocate_transient with new abstraction
Alyssa Rosenzweig
2019-07-12
1
-29
/
+20
*
panfrost: Add pan_bo_for_screen helper
Alyssa Rosenzweig
2019-07-12
1
-0
/
+10
*
panfrost: Add panfrost_transient_bo array
Alyssa Rosenzweig
2019-07-12
3
-0
/
+47
*
panfrost: Don't upload vertex/tiler twice
Alyssa Rosenzweig
2019-07-12
1
-5
/
+15
*
panfrost/drm: Check allocation size is positive
Alyssa Rosenzweig
2019-07-12
1
-0
/
+4
*
panfrost: Initialize shift/extra_flags
Alyssa Rosenzweig
2019-07-12
2
-1
/
+5
*
panfrost: Fix build warnings
Alyssa Rosenzweig
2019-07-12
3
-10
/
+7
*
pan/midgard: Correct component count clamping PSIZ
Alyssa Rosenzweig
2019-07-11
1
-1
/
+2
*
panfrost: Remove unused display target field
Alyssa Rosenzweig
2019-07-11
2
-4
/
+0
*
panfrost/ci: Update expectations
Alyssa Rosenzweig
2019-07-11
1
-2
/
+1
*
panfrost: Wire up GLES2-class polygon offset
Alyssa Rosenzweig
2019-07-11
1
-0
/
+11
*
panfrost: Don't lie about Z/S formats
Alyssa Rosenzweig
2019-07-11
4
-6
/
+34
*
panfrost: Place the height value in the height field
Tomeu Vizoso
2019-07-11
1
-1
/
+1
*
panfrost: Clamp point size
Alyssa Rosenzweig
2019-07-10
4
-2
/
+76
*
panfrost: Move non-Gallium files outside of Gallium
Alyssa Rosenzweig
2019-07-10
34
-15039
/
+2
*
panfrost: Style main Gallium driver
Alyssa Rosenzweig
2019-07-10
27
-819
/
+819
*
panfrost/midgard: Apply code styling
Alyssa Rosenzweig
2019-07-10
11
-212
/
+213
*
panfrost/nir: Apply NIR style
Alyssa Rosenzweig
2019-07-10
4
-105
/
+105
*
panfrost: Move midgard/nir* to nir folder
Alyssa Rosenzweig
2019-07-10
6
-5
/
+5
*
panfrost: Typofix
Alyssa Rosenzweig
2019-07-10
1
-1
/
+1
*
panfrost: Identify shared tiler structure
Alyssa Rosenzweig
2019-07-10
3
-135
/
+142
*
panfrost/midgard: Drop unnecessary assert
Alyssa Rosenzweig
2019-07-10
1
-3
/
+1
*
panfrost: Don't expose OES_standard_derivatives
Alyssa Rosenzweig
2019-07-10
1
-1
/
+0
*
gallium: get rid of PIPE_CAP_SM3
Erik Faye-Lund
2019-07-10
1
-1
/
+3
*
panfrost: Fix copyright identifier in a few places
Alyssa Rosenzweig
2019-07-10
2
-2
/
+2
*
panfrost: Bikeshed pan_screen.c comment
Alyssa Rosenzweig
2019-07-10
1
-25
/
+21
*
panfrost: Check GPU version before loading
Alyssa Rosenzweig
2019-07-10
3
-5
/
+28
*
panfrost: Be more honest about PIPE_CAPs
Alyssa Rosenzweig
2019-07-10
2
-101
/
+39
[prev]
[next]