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
/
amd
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: set EVENT_WRITE_EOP.INT_SEL = wait for write confirmation
Samuel Pitoiset
2018-06-21
1
-3
/
+9
*
radv: use EOP_DATA_SEL_* instead of magic numbers
Samuel Pitoiset
2018-06-21
3
-6
/
+12
*
vulkan: EXT_acquire_xlib_display requires libXrandr headers to build
Keith Packard
2018-06-20
2
-2
/
+3
*
radv: Add VK_EXT_display_surface_counter to radv driver
Keith Packard
2018-06-20
2
-0
/
+13
*
radv: always initialize the clear depth/stencil values to 0
Samuel Pitoiset
2018-06-20
3
-22
/
+27
*
radv: always initialize the clear color values to 0
Samuel Pitoiset
2018-06-20
3
-8
/
+26
*
radv: always initialize the DCC predicate to FALSE
Samuel Pitoiset
2018-06-20
1
-0
/
+2
*
radv: do not use an user SGPR for the sample position offset
Samuel Pitoiset
2018-06-20
3
-40
/
+30
*
radv: don't store the number of samples as log2
Samuel Pitoiset
2018-06-20
4
-7
/
+12
*
radv: remove unnecessary code around CACHE_FLUSH_AND_INV_TS_EVENT
Samuel Pitoiset
2018-06-20
1
-18
/
+1
*
radv: Fix flush_bits being used uninitialized.
Bas Nieuwenhuizen
2018-06-20
1
-1
/
+1
*
radv: Add EXT_acquire_xlib_display to radv driver [v2]
Keith Packard
2018-06-19
5
-6
/
+52
*
radv: Add EXT_direct_mode_display to radv driver
Keith Packard
2018-06-19
2
-0
/
+12
*
radv: Add KHR_display extension to radv [v5]
Keith Packard
2018-06-19
7
-2
/
+194
*
vulkan: Add KHR_display extension using DRM [v10]
Keith Packard
2018-06-19
3
-1
/
+11
*
radv: Merge the flush bits of CMASK & DCC clear.
Bas Nieuwenhuizen
2018-06-19
1
-1
/
+1
*
radv: Don't check for pipeline being set in draw.
Bas Nieuwenhuizen
2018-06-19
1
-1
/
+0
*
amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
Marek Olšák
2018-06-19
11
-143
/
+143
*
radv: fix reported number of available VGPRs
Eric Engestrom
2018-06-18
1
-1
/
+1
*
radv: Use less conservative approximation for context rolls.
Bas Nieuwenhuizen
2018-06-18
1
-3
/
+6
*
radv: fix bitwise check
Eric Engestrom
2018-06-18
1
-1
/
+1
*
radv: fix emitting the TCS regs on GFX9
Samuel Pitoiset
2018-06-16
1
-1
/
+0
*
Revert "radv: always set/load both depth and stencil clear values"
Samuel Pitoiset
2018-06-15
1
-5
/
+28
*
radv: don't check for linear images in emit_fast_color_clear()
Samuel Pitoiset
2018-06-15
1
-2
/
+0
*
radv: allow RADV_PERFTEST=dccmsaa on GFX9
Samuel Pitoiset
2018-06-15
1
-2
/
+2
*
radv: add RADV_DEBUG=checkir
Samuel Pitoiset
2018-06-15
5
-3
/
+11
*
radv: update ZRANGE_PRECISION in radv_update_bound_fast_clear_ds()
Samuel Pitoiset
2018-06-15
1
-31
/
+15
*
radv: clean up radv_{set,load}_depth_clear_regs() helpers
Samuel Pitoiset
2018-06-15
3
-32
/
+44
*
radv: always set/load both depth and stencil clear values
Samuel Pitoiset
2018-06-15
1
-28
/
+5
*
radv: update the fast ds clear values only if the image is bound
Samuel Pitoiset
2018-06-15
1
-5
/
+32
*
radv: clean up radv_{set,load}_color_clear_regs() helpers
Samuel Pitoiset
2018-06-15
3
-33
/
+47
*
radv: update the fast color clear values only if the image is bound
Samuel Pitoiset
2018-06-15
1
-3
/
+32
*
radv: remove multisample bit from shader key.
Dave Airlie
2018-06-15
3
-4
/
+0
*
radv: Fix output for sparse MRTs.
Bas Nieuwenhuizen
2018-06-14
1
-9
/
+10
*
radv: update the ZRANGE_PRECISION value for the TC-compat bug
Samuel Pitoiset
2018-06-14
1
-0
/
+108
*
radv: don't fast clear HTILE for 16-bit depth surfaces on GFX8
Samuel Pitoiset
2018-06-13
1
-0
/
+8
*
radv: add a workaround for DXVK hangs by setting amdgpu-skip-threshold
Samuel Pitoiset
2018-06-09
1
-1
/
+78
*
radv: fix missing ZRANGE_PRECISION(1) for GFX9+
Samuel Pitoiset
2018-06-09
1
-1
/
+2
*
radv: fix Coverity no effect control flow issue
Timothy Arceri
2018-06-07
1
-1
/
+1
*
radv: Use correct color format for fast clears
Philip Rebohle
2018-06-05
1
-2
/
+2
*
radv: Do not hardcode fast clear formats.
Bas Nieuwenhuizen
2018-06-05
1
-180
/
+73
*
radv: fix a GPU hang when MRTs are sparse
Samuel Pitoiset
2018-06-04
1
-0
/
+10
*
radv: Don't pass a TESS_EVAL shader when tesselation is not enabled.
Bas Nieuwenhuizen
2018-06-04
1
-0
/
+2
*
radv: Handle GFX9 merged shaders in radv_flush_constants()
Alex Smith
2018-06-01
1
-1
/
+8
*
radv: Consolidate GFX9 merged shader lookup logic
Alex Smith
2018-06-01
3
-35
/
+26
*
radv: Set active_stages the same whether or not shaders were cached
Alex Smith
2018-06-01
1
-5
/
+2
*
radv: Add startup debug option.
Bas Nieuwenhuizen
2018-05-31
4
-2
/
+50
*
radv: Add option to print errors even in optimized builds.
Bas Nieuwenhuizen
2018-05-31
14
-96
/
+108
*
radv: Make the sem_info allocate/free functions static.
Bas Nieuwenhuizen
2018-05-31
2
-15
/
+9
*
radv: Only expose subgroup shuffles on VI+.
Bas Nieuwenhuizen
2018-05-30
1
-2
/
+5
[next]