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
*
freedreno/ir3_cmdline: Fix an uninit var warning.
Eric Anholt
2020-07-14
1
-8
/
+6
*
turnip: implement VK_EXT_private_data
Hyunjun Ko
2020-07-14
2
-0
/
+60
*
turnip: Use the common base object type and struct.
Hyunjun Ko
2020-07-14
13
-128
/
+175
*
tu: Fix wrong copies of sampler descriptor.
Hyunjun Ko
2020-07-14
1
-2
/
+2
*
vulkan: Adds helpers for vk_object (de)alloation and (de)initialization.
Hyunjun Ko
2020-07-14
2
-0
/
+59
*
meson/intel: add missing dep on git_sha1.h
Eric Engestrom
2020-07-13
1
-1
/
+1
*
zink: use type of src[0] for ntv store and load ops
Mike Blumenkrantz
2020-07-13
1
-4
/
+2
*
zink: add lengthy comment and remove assert from discard_if ntv pass
Mike Blumenkrantz
2020-07-13
1
-2
/
+43
*
zink: handle ntv case of nested loop instructions more permissively
Mike Blumenkrantz
2020-07-13
1
-1
/
+3
*
zink: use right vulkan type for GL_PRIMITIVES_GENERATED queries
Mike Blumenkrantz
2020-07-13
1
-1
/
+1
*
zink: only reset query pool on query end if current batch isn't in renderpass
Mike Blumenkrantz
2020-07-13
1
-44
/
+65
*
zink: properly handle query pool overflows
Mike Blumenkrantz
2020-07-13
1
-3
/
+12
*
zink: only stall during query destroy for xfb queries
Mike Blumenkrantz
2020-07-13
1
-7
/
+24
*
zink: use #define for number of queries per-pool
Mike Blumenkrantz
2020-07-13
1
-4
/
+6
*
zink: rework query handling
Mike Blumenkrantz
2020-07-13
8
-81
/
+135
*
panfrost: Fix outmods on int to float conversions
Italo Nicola
2020-07-13
1
-1
/
+1
*
panfrost: Map PIPE_{DXT, RGTC, BPTC} to MALI_BCn
Alyssa Rosenzweig
2020-07-13
1
-0
/
+19
*
panfrost: Filter compressed texture formats
Alyssa Rosenzweig
2020-07-13
1
-0
/
+8
*
panfrost: Pipe in compressed texture feature mask
Alyssa Rosenzweig
2020-07-13
2
-0
/
+46
*
panfrost: Add format codes for new compressed textures
Alyssa Rosenzweig
2020-07-13
4
-36
/
+69
*
panfrost: Compact unused BO flag bits
Alyssa Rosenzweig
2020-07-13
1
-6
/
+2
*
panfrost: Remove panfrost_bo_access type
Alyssa Rosenzweig
2020-07-13
3
-44
/
+24
*
panfrost: Remove PAN_BO_DONT_REUSE
Alyssa Rosenzweig
2020-07-13
2
-7
/
+6
*
panfrost: Remove PAN_BO_COHERENT_LOCAL
Alyssa Rosenzweig
2020-07-13
1
-3
/
+1
*
panfrost: Merge PAN_BO_IMPORTED/PAN_BO_EXPORTED
Alyssa Rosenzweig
2020-07-13
3
-9
/
+6
*
panfrost: Index BOs from the BO map sparse array
Alyssa Rosenzweig
2020-07-13
3
-54
/
+22
*
panfrost: Add a sparse array to map GEM handles to BOs
Alyssa Rosenzweig
2020-07-13
2
-0
/
+14
*
panfrost: Fix write to free'd memory
Alyssa Rosenzweig
2020-07-13
1
-1
/
+1
*
panfrost: Fix fence leak
Alyssa Rosenzweig
2020-07-13
1
-0
/
+3
*
aco: add 32-bit integer addition to can_swap_operands
Rhys Perry
2020-07-13
1
-0
/
+4
*
radv: use lower_shuffle_to_swizzle_amd
Rhys Perry
2020-07-13
1
-0
/
+1
*
nir/lower_subgroups: add lower_shuffle_to_swizzle_amd
Rhys Perry
2020-07-13
2
-0
/
+38
*
nir/lower_subgroups: pass options struct to lower_shuffle
Rhys Perry
2020-07-13
1
-5
/
+9
*
aco: implement <32-bit masked_swizzle_amd
Rhys Perry
2020-07-13
1
-4
/
+14
*
aco: optimize some masked swizzles to DPP
Rhys Perry
2020-07-13
2
-3
/
+40
*
aco: read 0 from inactive lanes when using dpp
Rhys Perry
2020-07-13
1
-1
/
+1
*
panfrost: Enable framebuffer fetch
Icecream95
2020-07-13
1
-0
/
+2
*
panfrost: Extend fetched framebuffer results
Alyssa Rosenzweig
2020-07-13
1
-0
/
+17
*
panfrost: Always use SOFTWARE for pure formats
Alyssa Rosenzweig
2020-07-13
1
-0
/
+9
*
panfrost: Generate shader variants on framebuffer bind
Alyssa Rosenzweig
2020-07-13
1
-0
/
+7
*
panfrost: Use f2fmp for framebuffer lowering conversions
Icecream95
2020-07-13
1
-9
/
+9
*
panfrost: Stop keying on rt format when using native loads
Icecream95
2020-07-13
2
-0
/
+16
*
panfrost: Implement texture_barrier
Icecream95
2020-07-13
1
-0
/
+8
*
pan/mdg: Use a 32-bit ld_color_buffer op when needed
Icecream95
2020-07-13
3
-2
/
+16
*
pan/mdg: Set the z/s store intrinsic base correctly
Icecream95
2020-07-13
1
-1
/
+6
*
pan/mdg: Support MRT in output load lowering
Icecream95
2020-07-13
2
-2
/
+38
*
pan/mdg: Handle non-blend framebuffer lowering
Icecream95
2020-07-13
3
-9
/
+32
*
pan/mdg: Emit a tilebuffer wait loop when needed
Icecream95
2020-07-13
1
-1
/
+20
*
pan/mdg: Do the pan_lower_framebuffer pass later
Icecream95
2020-07-13
4
-18
/
+35
*
panfrost: Add a bitset of render targets read by shaders
Icecream95
2020-07-13
4
-1
/
+24
[next]