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
*
intel/compiler: fix alignment assert in nir_emit_intrinsic
Arcady Goldmints-Orlov
2020-05-12
1
-1
/
+1
*
freedreno: Skip taking the lock for resource usage if it's already flagged.
Eric Anholt
2020-05-12
1
-0
/
+5
*
freedreno: Move the resource_read early out to an inline.
Eric Anholt
2020-05-12
3
-15
/
+20
*
freedreno: Add an early out for preparing to read a resource.
Eric Anholt
2020-05-12
1
-0
/
+7
*
freedreno: Split the fd_batch_resource_used by read vs write.
Eric Anholt
2020-05-12
5
-47
/
+70
*
freedreno: Add a nohw flag to skip submitting to the kernel.
Eric Anholt
2020-05-12
3
-0
/
+5
*
turnip: Execute ir3_nir_lower_gs pass again
Brian Ho
2020-05-12
2
-2
/
+8
*
freedreno/gmem: rework gmem layout algo
Rob Clark
2020-05-12
1
-29
/
+48
*
freedreno/gmem: relax alignment on a6xx
Rob Clark
2020-05-12
1
-0
/
+2
*
freedreno: add gmemtool
Rob Clark
2020-05-12
2
-0
/
+163
*
freedreno/gmem: add helper to dump GMEM layout
Rob Clark
2020-05-12
1
-0
/
+53
*
freedreno/gmem: add div_align() helper
Rob Clark
2020-05-12
1
-5
/
+11
*
freedreno: initialize max_scissor
Rob Clark
2020-05-12
1
-0
/
+8
*
freedreno/gmem: don't assume scissor opt when estimating # of bins
Rob Clark
2020-05-12
1
-6
/
+6
*
vulkan: Handle vkGet/SetPrivateDataEXT on Android swapchains
Jason Ekstrand
2020-05-12
2
-9
/
+107
*
anv,vulkan: Implement VK_EXT_private_data
Jason Ekstrand
2020-05-12
4
-1
/
+176
*
turnip: enable tiling for compressed formats
Jonathan Marek
2020-05-12
1
-2
/
+5
*
turnip: update "fetchsize" value to match fdl6_layout changes
Jonathan Marek
2020-05-12
1
-4
/
+1
*
freedreno: Fix non-constbuf-upload UBO block indices and count.
Eric Anholt
2020-05-12
2
-9
/
+35
*
nir: Fix count when we didn't lower load_uniforms but did shift load_ubos.
Eric Anholt
2020-05-12
1
-1
/
+1
*
freedreno: Drop the "write" arg to emit_const_bo now relocs don't care.
Eric Anholt
2020-05-12
5
-35
/
+19
*
freedreno: Replace OUT_RELOCW with OUT_RELOC.
Eric Anholt
2020-05-12
28
-100
/
+98
*
freedreno: Tell the kernel that all BOs are for writing.
Eric Anholt
2020-05-12
4
-80
/
+39
*
freedreno: Mark all ringbuffer BOs as to be dumped on crash.
Eric Anholt
2020-05-12
2
-4
/
+5
*
freedreno: Replace OUT_RELOCD with permanently flagging shader BOs for it.
Eric Anholt
2020-05-12
9
-12
/
+14
*
freedreno: Start moving relocs flags into the BOs.
Eric Anholt
2020-05-12
7
-17
/
+16
*
aco: optimize add/sub(a, cndmask(b, 0, 1, cond)) -> addc/subbrev_co(0, a, b)
Samuel Pitoiset
2020-05-12
1
-13
/
+79
*
aco: coalesce parallelcopies during register allocation
Daniel Schürmann
2020-05-12
1
-6
/
+3
*
glthread: Fix use of alloca() without #include "c99_alloca.h"
Jon Turney
2020-05-12
1
-0
/
+2
*
etnaviv: generalize FE stall before loading shader and sampler states
Lucas Stach
2020-05-12
1
-10
/
+10
*
radv: update the list of allowed Android extensions
Samuel Pitoiset
2020-05-12
1
-0
/
+13
*
radv: handle different Vulkan API versions correctly
Samuel Pitoiset
2020-05-12
1
-12
/
+43
*
radv: limit the Vulkan version to 1.1 for Android
Samuel Pitoiset
2020-05-12
1
-2
/
+7
*
r600: Fix nir compiler options, i.e. don't lower IO to temps for TESS
Gert Wollny
2020-05-12
1
-5
/
+6
*
v3d/tex: use TMUSLOD register if possible
Alejandro Piñeiro
2020-05-11
1
-1
/
+10
*
v3d/tex: set up default values for Configuration Parameter 1 if possible
Alejandro Piñeiro
2020-05-11
1
-1
/
+14
*
v3d/tex: only look up the 2nd texture gather offset for 1d non-arrays
Alejandro Piñeiro
2020-05-11
1
-1
/
+1
*
drirc: Enable glthread for rpcs3
Ani
2020-05-11
1
-0
/
+3
*
pan/midgard: Fix old style shadows
Icecream95
2020-05-12
1
-0
/
+4
*
gallium/util: Fix leak in the live shader cache
Axel Davy
2020-05-11
1
-1
/
+4
*
nir/algebraic: Eliminate useless extract before unpack
Ian Romanick
2020-05-11
1
-0
/
+5
*
nir/algebraic: Add some half packing optimizations for pack_half_2x16_split
Ian Romanick
2020-05-11
1
-0
/
+7
*
nir/algebraic: Optimize ushr of pack_half, not ishr
Ian Romanick
2020-05-11
1
-1
/
+1
*
intel: Delete hardcoded devinfo->urb.size values for Gen7+ (sans DG1).
Kenneth Graunke
2020-05-11
3
-35
/
+6
*
egl: Limit the EGL ver for android
Abhishek Kumar
2020-05-11
1
-0
/
+5
*
amd/common: Fix incorrect use of asprintf instead of vasprintf
Serge Martin
2020-05-11
1
-2
/
+2
*
zink: enable conditional rendering if available
Dave Airlie
2020-05-11
4
-2
/
+78
*
zink: add a GET_PROC_ADDR macro to simplify load_device_extensions
Erik Faye-Lund
2020-05-11
1
-5
/
+10
*
zink: load vk_GetMemoryFdKHR while creating screen
Erik Faye-Lund
2020-05-11
2
-5
/
+15
*
radeonsi: do not use cmask with encrypted texture
Pierre-Eric Pelloux-Prayer
2020-05-11
1
-0
/
+4
[next]