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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: add support for Raven2 (v2)
Marek Olšák
2018-10-30
5
-0
/
+16
*
ac: fix ac_build_fdiv for f64
Marek Olšák
2018-10-29
1
-1
/
+2
*
radv: implement VK_EXT_transform_feedback
Samuel Pitoiset
2018-10-29
1
-0
/
+1
*
util: use C99 declaration in the for-loop hash_table_foreach() macro
Eric Engestrom
2018-10-25
1
-1
/
+0
*
amd/common: check DRM version 3.27 for JPEG decode
Leo Liu
2018-10-23
1
-1
/
+1
*
amd/common: add vcn jpeg ip info query
Boyuan Zhang
2018-10-23
1
-2
/
+12
*
ac: Fix loading a dvec3 from an SSBO
Connor Abbott
2018-10-22
1
-2
/
+2
*
ac: Introduce ac_build_expand()
Connor Abbott
2018-10-22
2
-14
/
+29
*
ac: add helpers for fast integer division by a constant
Marek Olšák
2018-10-16
2
-0
/
+78
*
radeonsi: save raster config in screen, add se_tile_repeat
Marek Olšák
2018-10-16
2
-3
/
+13
*
radeonsi: rename si_gfx_* functions to si_cp_*
Marek Olšák
2018-10-16
1
-0
/
+1
*
radeonsi: make si_gfx_write_event_eop more configurable
Marek Olšák
2018-10-16
1
-0
/
+5
*
ac/nir: Use context-specific LLVM types
Alex Smith
2018-10-16
1
-2
/
+2
*
radv: emit the GLC bit for SSBO loads/stores when needed
Samuel Pitoiset
2018-10-12
3
-8
/
+22
*
ac: add ac_build_round
Marek Olšák
2018-10-06
3
-3
/
+19
*
ac: correct PKT3_COPY_DATA definitions
Marek Olšák
2018-10-06
1
-2
/
+9
*
ac: simplify LLVM alloca helpers
Marek Olšák
2018-10-06
1
-7
/
+4
*
ac: define all address spaces properly
Marek Olšák
2018-10-06
3
-10
/
+12
*
radv: do not use the availability bit for timestamp queries
Samuel Pitoiset
2018-09-28
1
-0
/
+1
*
ac: add 16-bit support to ac_build_bitfield_reverse()
Samuel Pitoiset
2018-09-17
1
-0
/
+5
*
ac: add 16-bit support to ac_build_bit_count()
Samuel Pitoiset
2018-09-17
1
-0
/
+5
*
ac: add 16-bit support to ac_find_lsb()
Samuel Pitoiset
2018-09-17
1
-2
/
+13
*
ac: add 16-bit support to ac_build_umsb()
Samuel Pitoiset
2018-09-17
1
-2
/
+16
*
ac: add 16-bit support to ac_build_isign()
Samuel Pitoiset
2018-09-17
1
-5
/
+16
*
ac: add 16-bit constant values for zero and one
Samuel Pitoiset
2018-09-17
2
-0
/
+4
*
ac: add ac_build_bifield_reverse() helper
Samuel Pitoiset
2018-09-17
3
-1
/
+26
*
ac: add ac_build_bit_count() helper
Samuel Pitoiset
2018-09-17
3
-6
/
+31
*
ac: fix get_image_coords() for radeonsi
Timothy Arceri
2018-09-15
1
-1
/
+2
*
radeonsi: adjust and simplify max_alloc_size determination
Marek Olšák
2018-09-10
1
-8
/
+8
*
radeonsi: fix GPU hangs with bindless textures and LLVM 7.0
Marek Olšák
2018-09-10
2
-5
/
+51
*
ac: remove deprecated use of LLVMInt1Type()
Marek Olšák
2018-09-10
1
-1
/
+1
*
ac: use iN_0/1 constants
Marek Olšák
2018-09-10
2
-14
/
+13
*
ac: add radeon_info::num_good_cu_per_sh
Marek Olšák
2018-09-10
2
-0
/
+4
*
ac: revert new LLVM 7.0 behavior for fdiv
Marek Olšák
2018-09-10
1
-1
/
+8
*
ac/radeonsi: fix CIK copy max size
Dave Airlie
2018-08-31
1
-1
/
+3
*
radeonsi: add SI_QUERY_TIME_ELAPSED_SDMA for measuring SDMA performance
Marek Olšák
2018-08-29
1
-0
/
+4
*
radeonsi: add flag L2_STREAM for minimal cache usage
Marek Olšák
2018-08-29
1
-0
/
+2
*
nir: Use a bitfield for image access qualifiers
Jason Ekstrand
2018-08-29
1
-2
/
+2
*
ac/surface: fix CMASK fast clear for NPOT textures with mipmapping on SI/CI/VI
Marek Olšák
2018-08-28
1
-2
/
+2
*
ac: fix WAITCNT flags for GFX9
Marek Olšák
2018-08-22
2
-4
/
+6
*
ac/nir: fix getting GLSL type of array of samplers for TG4
Samuel Pitoiset
2018-08-22
1
-2
/
+4
*
ac,radeonsi: use ac_build_gather_values more
Marek Olšák
2018-08-21
1
-11
/
+3
*
ac,radeonsi: use ac_build_fmad
Marek Olšák
2018-08-21
2
-7
/
+3
*
ac: add imad & fmad helpers
Marek Olšák
2018-08-21
2
-0
/
+18
*
ac: add ac_build_s_barrier
Marek Olšák
2018-08-21
3
-2
/
+8
*
ac: completely remove +auto-waitcnt-before-barrier
Marek Olšák
2018-08-21
2
-6
/
+2
*
radv: disable the auto-waitcnt-before-barrier LLVM option
Samuel Pitoiset
2018-08-15
2
-1
/
+3
*
ac: add radeon_info::name
Marek Olšák
2018-08-14
2
-1
/
+6
*
radeonsi: implement EXT_window_rectangles
Marek Olšák
2018-08-14
1
-0
/
+16
*
meson: Build with Python 3
Mathieu Bridon
2018-08-10
1
-1
/
+1
[next]