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
Commit message (
Expand
)
Author
Age
Files
Lines
*
etnaviv: don't expose timer queries
Lucas Stach
2020-05-18
1
-3
/
+1
*
freedreno/a3xx: parameterize ubo optimization
Ilia Mirkin
2020-05-17
3
-11
/
+27
*
freedreno: fix off-by-one in assertions checking for const sizes
Ilia Mirkin
2020-05-17
4
-5
/
+5
*
freedreno/a3xx: fix const footprint
Ilia Mirkin
2020-05-17
1
-2
/
+2
*
freedreno/ir3: avoid applying (sat) on bary.f
Ilia Mirkin
2020-05-17
1
-0
/
+5
*
freedreno/a3xx: reinstate rgb10_a2ui texture format
Ilia Mirkin
2020-05-17
1
-1
/
+1
*
freedreno/a3xx: there's no r8i/ui rb format, only rg8i/rg8ui
Ilia Mirkin
2020-05-17
2
-6
/
+6
*
radv: use util_float_to_half_rtz
Christopher Egert
2020-05-17
1
-1
/
+1
*
lima/ppir: optimize tex loads with single successor
Erico Nunes
2020-05-16
2
-2
/
+18
*
lima/ppir: rework tex lowering
Erico Nunes
2020-05-16
3
-63
/
+66
*
lima/ppir: improve handling for successors in other blocks
Erico Nunes
2020-05-16
3
-8
/
+12
*
lima/ppir: handle failures on all ppir_emit_cf_list paths
Erico Nunes
2020-05-16
1
-3
/
+7
*
util/rand_xor: extend the urandom path to all non-Windows platforms
Eric Engestrom
2020-05-16
1
-2
/
+4
*
util/rand_xor: fallback Linux to time-based instead of fixed seed
Eric Engestrom
2020-05-16
1
-22
/
+14
*
util/rand_xor: drop unused header
Eric Engestrom
2020-05-16
1
-1
/
+0
*
util/rand_xor: make it clear that {,s_}rand_xorshift128plus take *exactly 2* ...
Eric Engestrom
2020-05-16
2
-4
/
+4
*
gallium/auxiliary/vl: Fix compute shader scaling for non-square pixels
Thong Thai
2020-05-16
1
-1
/
+2
*
gallium/u_threaded: execute transfer_unmap with THREAD_SAFE directly
Marek Olšák
2020-05-15
1
-0
/
+15
*
radeonsi: test uncached clear/copy buffer performance with compute shaders
Marek Olšák
2020-05-15
1
-13
/
+19
*
radeonsi: compute perf tests - don't test 1 wave/SA limit, test no limit first
Marek Olšák
2020-05-15
1
-1
/
+1
*
radeonsi: disable the L2 cache for CPU read mappings of buffers
Marek Olšák
2020-05-15
1
-2
/
+3
*
radeonsi: disable the L2 cache for most CPU mappings of textures
Marek Olšák
2020-05-15
3
-2
/
+25
*
winsys/amdgpu: add RADEON_FLAG_UNCACHED for faster blits over PCIe
Marek Olšák
2020-05-15
2
-20
/
+72
*
radeonsi: use display_dcc_offset for setting displayable_dcc_cb_mask
Marek Olšák
2020-05-15
1
-1
/
+1
*
radeonsi: use vi_dcc_enabled instead of using tex->surface.dcc_offset directly
Marek Olšák
2020-05-15
4
-11
/
+15
*
radeonsi: rename SI_RESOURCE_FLAG_TRANSFER to FORCE_LINEAR
Marek Olšák
2020-05-15
2
-7
/
+7
*
radeonsi: simplify setting resource usage for si_init_temp_resource_from_box
Marek Olšák
2020-05-15
1
-4
/
+5
*
radeonsi: tweak clear/copy_buffer limits when to use compute
Marek Olšák
2020-05-15
1
-6
/
+43
*
radeonsi: optimize access pattern for compute blits with linear textures
Marek Olšák
2020-05-15
2
-11
/
+18
*
radeonsi: use correct clear value size for EQAA in expand_fmask
Marek Olšák
2020-05-15
1
-1
/
+2
*
ac/nir: honor ACCESS_STREAM_CACHE_POLICY for L1 and L0 caches too
Marek Olšák
2020-05-15
1
-1
/
+1
*
radeonsi: Use TRUNC_COORD on samplers
Joshua Ashton
2020-05-15
1
-0
/
+3
*
iris: Use modfiy disables for 3DSTATE_WM_DEPTH_STENCIL command
Sagar Ghuge
2020-05-15
2
-4
/
+32
*
radeon: Fix whitespaces
Thong Thai
2020-05-15
5
-264
/
+264
*
radeonsi: don't expose 16xAA on chips with 1 RB due to an occlusion query issue
Marek Olšák
2020-05-15
1
-9
/
+9
*
spirv: handle OpCopyObject correctly with any types
Samuel Pitoiset
2020-05-15
3
-6
/
+37
*
etnaviv: retarget transfer to render resource when necessary
Lucas Stach
2020-05-15
1
-1
/
+12
*
intel: Store the aperture size in devinfo.
Rafael Antognolli
2020-05-15
8
-45
/
+20
*
st/nine: Handle full pSourceRect better
Axel Davy
2020-05-15
1
-13
/
+13
*
st/nine: Ignore pDirtyRegion
Axel Davy
2020-05-15
1
-1
/
+5
*
st/nine: Improve pDestRect handling
Axel Davy
2020-05-15
1
-3
/
+18
*
st/nine: Retry allocations after freeing some space
Axel Davy
2020-05-15
6
-8
/
+68
*
st/nine: Increase available GPU memory
Axel Davy
2020-05-15
1
-6
/
+7
*
st/nine: Add missing NULL checks
Axel Davy
2020-05-15
1
-3
/
+48
*
st/nine: Fix a crash if the state is not initialized
Axel Davy
2020-05-15
3
-0
/
+8
*
st/nine: Fix uninitialized variable in BEM()
Axel Davy
2020-05-15
1
-1
/
+1
*
st/nine: Improve return error code in CheckDeviceFormat
Axel Davy
2020-05-15
1
-1
/
+3
*
st/nine: Pass more adapter formats for CheckDepthStencilMatch
Axel Davy
2020-05-15
1
-1
/
+24
*
st/nine: Do not return invalidcall on getrenderstate
Axel Davy
2020-05-15
1
-2
/
+6
*
st/nine: Return error when setting invalid depth buffer
Axel Davy
2020-05-15
1
-0
/
+3
[next]