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
*
gallivm: rework coroutine malloc/free callouts.
Dave Airlie
2020-06-11
5
-11
/
+35
*
llvmpipe/draw: drop variant number from function names.
Dave Airlie
2020-06-11
3
-16
/
+9
*
llvmpipe/cs: overhaul cs variant key state.
Dave Airlie
2020-06-11
2
-25
/
+64
*
util/disk_cache: add fallback for disk_cache_get_function_identifier
Dave Airlie
2020-06-11
1
-0
/
+6
*
ac/surface: cache DCC retile maps (v2)
Marek Olšák
2020-06-10
3
-64
/
+204
*
ac/surface: add a wrapper structure to hold ADDR_HANDLE
Marek Olšák
2020-06-10
7
-37
/
+53
*
amd/addrlib: remove unused members of ADDR2_COMPUTE_DCC_ADDRFROMCOORD_INPUT
Marek Olšák
2020-06-10
2
-6
/
+0
*
amd/addrlib: don't recompute DCC info for every ComputeDccAddrFromCoord call
Marek Olšák
2020-06-10
4
-115
/
+91
*
ac/surface: don't recompute the DCC retile map for imported textures
Marek Olšák
2020-06-10
1
-61
/
+61
*
aco: fix moving sub-dword values out of a register for a fixed definition
Rhys Perry
2020-06-10
1
-30
/
+31
*
aco: use Info::definition_size instead of definition's regclass
Rhys Perry
2020-06-10
2
-4
/
+5
*
aco: add Info::{operand_size,definition_size}
Rhys Perry
2020-06-10
3
-0
/
+44
*
aco: prefer 4-byte aligned definitions
Rhys Perry
2020-06-10
1
-30
/
+30
*
aco: allow reading/writing upper halves/bytes when possible
Rhys Perry
2020-06-10
6
-69
/
+424
*
aco: p_extract_vector in 64-bit u2f16/i2f16
Rhys Perry
2020-06-10
1
-0
/
+4
*
aco: validate instructions reading/writing upper halves/bytes
Rhys Perry
2020-06-10
4
-12
/
+229
*
panfrost: Add writes_stencil to the EARLY_Z disable list
Icecream95
2020-06-10
1
-1
/
+2
*
pan/mdg: Print writeout sources in mir_print_instruction
Icecream95
2020-06-10
1
-0
/
+10
*
pan/mdg: Add new depth store lowering
Icecream95
2020-06-10
1
-1
/
+192
*
pan/mdg: Add depth/stencil support to emit_fragment_store
Icecream95
2020-06-10
1
-4
/
+17
*
pan/mdg: Move search_var to earlier in midgard_compile.c
Icecream95
2020-06-10
1
-11
/
+11
*
pan/mdg: Add new depth writeout code
Icecream95
2020-06-10
2
-4
/
+71
*
pan/mdg: Replace writeout booleans with a single value
Icecream95
2020-06-10
2
-9
/
+10
*
nir: Replace the zs_output_pan intrinsic with combined_output_pan
Icecream95
2020-06-10
1
-1
/
+1
*
pan/mdg: Remove writeout case from bytemask_of_read_components
Icecream95
2020-06-10
2
-15
/
+6
*
pan/mdg: Remove old depth writeout code
Icecream95
2020-06-10
2
-16
/
+7
*
pan/mdg: Remove old zs store lowering
Icecream95
2020-06-10
1
-114
/
+0
*
pan/mdg: Move r1.w writeout to branch->dest
Icecream95
2020-06-10
2
-6
/
+6
*
pan/mdg: Add a macro for printing instruction source information
Icecream95
2020-06-10
1
-21
/
+12
*
nir: Remove nir_intrinsic_output_u8_as_fp16_pan
Alyssa Rosenzweig
2020-06-10
1
-6
/
+0
*
ac/surface: fix epitch when modifying surf_pitch
Pierre-Eric Pelloux-Prayer
2020-06-10
1
-2
/
+6
*
ac/surface: set SCANOUT if surf->is_displayable
Pierre-Eric Pelloux-Prayer
2020-06-10
1
-0
/
+3
*
zink: only report device-local memory as video-memory
Erik Faye-Lund
2020-06-10
1
-2
/
+5
*
ac/nir: fix integer comparisons with pointers
Samuel Pitoiset
2020-06-10
1
-0
/
+11
*
radeonsi/ngg: try GS multi-cycling mode if default mode failed
Pierre-Eric Pelloux-Prayer
2020-06-10
1
-1
/
+10
*
radeonsi: add return value to gfx10_ngg_calculate_subgroup_info
Pierre-Eric Pelloux-Prayer
2020-06-10
3
-3
/
+11
*
glsl: fix crash on glsl macro redefinition
Andrii Simiklit
2020-06-10
1
-0
/
+3
*
anv/allocator: Compare to start_offset in state_pool_free_no_vg
Jason Ekstrand
2020-06-09
1
-3
/
+6
*
panfrost: Ensure we have ro before using it
Alyssa Rosenzweig
2020-06-09
1
-4
/
+4
*
radv/aco: enable shaderInt8 and VK_KHR_shader_float16_int8 on GFX6-GFX7
Samuel Pitoiset
2020-06-09
3
-5
/
+3
*
radv/aco: enable shaderInt16 on GFX6-GFX7
Samuel Pitoiset
2020-06-09
2
-5
/
+5
*
radv/aco: enable 8-bit/16-bit storage on GFX6-GFX7
Samuel Pitoiset
2020-06-09
3
-10
/
+10
*
aco: remove unnecessary split- and create_vector instructions for subdword loads
Daniel Schürmann
2020-06-09
1
-79
/
+66
*
aco: fix alignment of vectors with 4 elements
Samuel Pitoiset
2020-06-09
1
-2
/
+5
*
aco: implement 8-bit/16-bit conversions on GFX6-GFX7
Samuel Pitoiset
2020-06-09
1
-13
/
+17
*
aco: optimize packing of 16bit subdword registers on GFX6/7
Daniel Schürmann
2020-06-09
1
-0
/
+51
*
aco: skip partial copies on first iteration when lowering to hw
Daniel Schürmann
2020-06-09
1
-27
/
+15
*
aco: coalesce copies more aggressively when lowering to hw
Daniel Schürmann
2020-06-09
1
-0
/
+20
*
aco: add and use scratch SGPR to lower subdword p_create_vector on GFX6/7
Daniel Schürmann
2020-06-09
2
-8
/
+25
*
aco: adjust GFX6 subdword lowering workarounds for 8bit
Daniel Schürmann
2020-06-09
1
-17
/
+21
[next]