index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
freedreno
/
freedreno_resource.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno: Handle DRM_FORMAT_MOD_INVALID in shared code
Kristian H. Kristensen
2020-06-23
1
-0
/
+6
*
freedreno/fdl6: rework layout code a bit (reduce linear align to 64 bytes)
Jonathan Marek
2020-06-18
1
-2
/
+4
*
freedreno: handle PIPE_TRANSFER_MAP_DIRECTLY
Rob Clark
2020-05-26
1
-0
/
+5
*
freedreno/a6xx: don't use gmem_alignw for imported buffers
Jonathan Marek
2020-05-20
1
-1
/
+5
*
freedreno: move a4xx specific layout code to a4xx code
Jonathan Marek
2020-05-20
1
-100
/
+0
*
gallium: change comments to remove 'state tracker'
Marek Olšák
2020-05-13
1
-1
/
+1
*
gallium: rename 'state tracker' to 'frontend'
Marek Olšák
2020-05-13
1
-1
/
+1
*
freedreno: fix buffer import
Rob Clark
2020-04-29
1
-1
/
+2
*
freedreno: add screen lock wrappers
Rob Clark
2020-04-29
1
-8
/
+8
*
freedreno/a6xx: invalidate tex state cache entries on rebind
Rob Clark
2020-04-29
1
-0
/
+3
*
freedreno: rebind_resource() *before* bo changes
Rob Clark
2020-04-29
1
-4
/
+2
*
freedreno: rebind resource in all contexts
Rob Clark
2020-04-29
1
-15
/
+13
*
freedreno: optimize rebind_resource()
Rob Clark
2020-04-29
1
-34
/
+70
*
freedreno: mark more state dirty when rebinding resources
Rob Clark
2020-04-29
1
-5
/
+13
*
freedreno: don't realloc idle bo's
Rob Clark
2020-04-29
1
-5
/
+7
*
freedreno: Make the slice pitch be bytes, not pixels.
Eric Anholt
2020-04-23
1
-12
/
+10
*
freedreno: Introduce a "cpp_shift" value for cpp divs/muls.
Eric Anholt
2020-04-23
1
-0
/
+1
*
freedreno: Work around UBWC flakiness.
Eric Anholt
2020-03-30
1
-0
/
+13
*
freedreno: Add layout_resource_for_modifier screen vfunc
Kristian H. Kristensen
2020-02-05
1
-32
/
+16
*
freedreno: Set up supported modifiers in fd*_resource_screen_init()
Kristian H. Kristensen
2020-02-05
1
-0
/
+8
*
freedreno: Allow UBWC on textures with multiple mipmap levels.
Eric Anholt
2020-02-04
1
-5
/
+3
*
freedreno: Blit all array levels when uncompressing UBWC.
Eric Anholt
2020-02-04
1
-1
/
+4
*
freedreno: Swap the whole resource layout in shadowing.
Eric Anholt
2020-02-04
1
-5
/
+1
*
freedreno/a6xx: Disable the core layer-size setup.
Eric Anholt
2020-02-04
1
-1
/
+2
*
freedreno: Rename the UBWC layer size field and store it as bytes.
Eric Anholt
2020-02-04
1
-2
/
+2
*
freedreno: Move the layout debug under FD_MESA_DEBUG=layout.
Eric Anholt
2020-02-04
1
-0
/
+3
*
freedreno: remove flush-queue
Rob Clark
2020-01-29
1
-18
/
+2
*
freedreno: Add debug flag for forcing linear layouts
Kristian H. Kristensen
2019-12-19
1
-0
/
+3
*
freedreno: Move a6xx's setup_slices() to a shareable helper function.
Eric Anholt
2019-12-11
1
-1
/
+7
*
freedreno: Move UBWC layout into a slices array like the non-UBWC slices.
Eric Anholt
2019-12-11
1
-3
/
+3
*
freedreno: Drop the extra offset field for mipmap slices.
Eric Anholt
2019-12-11
1
-1
/
+2
*
freedreno/a5xx+a6xx: split LRZ layout to per-gen
Rob Clark
2019-12-10
1
-45
/
+0
*
freedreno: switch to layout helper
Rob Clark
2019-11-26
1
-32
/
+42
*
freedreno: Convert the slice struct to the new resource header.
Eric Anholt
2019-11-26
1
-5
/
+5
*
freedreno: Introduce a fd_resource_layer_stride() helper.
Eric Anholt
2019-11-26
1
-5
/
+4
*
freedreno: use rsc->slice accessor everywhere
Rob Clark
2019-11-26
1
-8
/
+12
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-3
/
+3
*
gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lock
Marek Olšák
2019-10-07
1
-2
/
+2
*
freedreno/a6xx: don't tile things that are too small
Rob Clark
2019-09-10
1
-5
/
+5
*
freedreno: align renderonly scanout buffers
Jonathan Marek
2019-08-02
1
-0
/
+3
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
1
-1
/
+1
*
freedreno: drop unused arg from fd_batch_flush()
Rob Clark
2019-06-26
1
-2
/
+2
*
freedreno: turn staging cube into 2d-array
Rob Clark
2019-06-13
1
-0
/
+2
*
freedreno/a6xx: enable UBWC by default
Rob Clark
2019-06-11
1
-14
/
+1
*
freedreno: add helper to uncompress UBWC resource
Rob Clark
2019-06-11
1
-0
/
+36
*
freedreno: handle images in rebind_resource()
Rob Clark
2019-06-11
1
-0
/
+9
*
freedreno: allow null discard box in shadow path
Rob Clark
2019-06-11
1
-4
/
+10
*
freedreno: swap UBWC state in shadow path
Rob Clark
2019-06-11
1
-0
/
+4
*
freedreno: add modifier param to fd_try_shadow_resource()
Rob Clark
2019-06-11
1
-3
/
+5
*
freedreno: correct modifier for UBWC buffers
Rob Clark
2019-06-11
1
-0
/
+3
[next]