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
/
gallium
/
drivers
/
r600
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600: Delete vertex buffer only if there is actually a shader state
Gert Wollny
2020-01-04
1
-1
/
+2
*
r600: Make SID and unsigned value
Gert Wollny
2020-01-04
1
-1
/
+1
*
r600: Fix maximum line width
Gert Wollny
2020-01-04
1
-4
/
+1
*
r600/sb: Correct SB disassambler for better debugging
Gert Wollny
2020-01-04
2
-1
/
+8
*
r600: Make it possible to include r600_asm.h in a C++ file
Gert Wollny
2020-01-04
1
-0
/
+9
*
r600: Add functions to dump the shader info
Gert Wollny
2020-01-04
4
-0
/
+211
*
r600: Remove HEVC related code since HEVC is not supported
Thong Thai
2020-01-03
2
-63
/
+2
*
radeon: Use P010 for decoding of 10-bit videos
Thong Thai
2020-01-03
1
-1
/
+2
*
r600: Disable eight bit three channel formats
Gert Wollny
2019-11-26
1
-0
/
+4
*
ac: add radeon_info::num_rings and move ring_type to amd_family.h
Marek Olšák
2019-11-19
1
-3
/
+3
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
5
-5
/
+5
*
util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
Dylan Baker
2019-11-05
2
-2
/
+2
*
util/u_endian: set PIPE_ARCH_*_ENDIAN to 1
Dylan Baker
2019-11-05
2
-2
/
+2
*
util: remove LIST_IS_EMPTY macro
Timothy Arceri
2019-10-28
1
-2
/
+2
*
util: remove LIST_DEL macro
Timothy Arceri
2019-10-28
2
-4
/
+4
*
util: remove LIST_DELINIT macro
Timothy Arceri
2019-10-28
2
-2
/
+2
*
util: remove LIST_ADD macro
Timothy Arceri
2019-10-28
1
-3
/
+3
*
util: remove LIST_ADDTAIL macro
Timothy Arceri
2019-10-28
4
-9
/
+9
*
util: remove LIST_INITHEAD macro
Timothy Arceri
2019-10-28
4
-18
/
+18
*
gallium: remove PIPE_SHADER_CAP_SCALAR_ISA
Marek Olšák
2019-10-10
1
-2
/
+0
*
vl: use u_format in vl_video_buffer_formats
Marek Olšák
2019-10-09
1
-4
/
+2
*
amd: Move all amd/common code that depends on LLVM to amd/llvm.
Timur Kristóf
2019-10-08
1
-1
/
+3
*
gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lock
Marek Olšák
2019-10-07
5
-9
/
+9
*
r600: Fix interpolateAtCentroid
Gert Wollny
2019-10-04
4
-1
/
+14
*
rename pipe_llvm_program_header to pipe_binary_program_header
Karol Herbst
2019-09-21
1
-1
/
+1
*
gallium: add blob field to pipe_llvm_program_header
Karol Herbst
2019-09-21
1
-3
/
+1
*
r300,r600,radeonsi: set winsys_handle::stride,offset in drivers, not winsyses
Marek Olšák
2019-09-09
1
-2
/
+4
*
r300,r600,radeonsi: read winsys_handle::stride,offset in drivers, not winsyses
Marek Olšák
2019-09-09
1
-10
/
+8
*
r600: replace binary HAVE_LLVM checks with LLVM_AVAILABLE
Eric Engestrom
2019-09-06
1
-6
/
+2
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
r600: replace MAYBE_UNUSED with specific #ifdef
Eric Engestrom
2019-07-31
1
-2
/
+2
*
r600: move variable to proper scope
Eric Engestrom
2019-07-31
1
-2
/
+1
*
u_blitter: add a msaa parameter to util_blitter_clear
Pierre-Eric Pelloux-Prayer
2019-07-23
1
-1
/
+2
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
9
-57
/
+57
*
gallium: use MAP_DIRECTLY to mean supression of DISCARD in buffer_subdata
Marek Olšák
2019-07-15
1
-5
/
+6
*
gallium: get rid of PIPE_CAP_SM3
Erik Faye-Lund
2019-07-10
1
-1
/
+3
*
r600: remove query/apply_opaque_metadata callbacks
Timothy Arceri
2019-07-09
2
-17
/
+0
*
amd/common: move ac_shader_{binary,reloc} into r600 and rename
Nicolai Hähnle
2019-07-04
4
-36
/
+65
*
winsys/amdgpu: Make KMS handles valid for original DRM file descriptor
Michel Dänzer
2019-07-03
1
-2
/
+2
*
radeon/uvd: fix calc_ctx_size_h265_main10
Pierre-Eric Pelloux-Prayer
2019-06-28
1
-3
/
+3
*
ac: add radeon_info::is_amdgpu instead of checking drm_major == 3
Marek Olšák
2019-06-14
7
-56
/
+10
*
gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH count
Kenneth Graunke
2019-05-23
1
-1
/
+1
*
r600+radeonsi: use ctx_query_reset_status on radeon
Marek Olšák
2019-05-16
2
-15
/
+2
*
winsys/amdgpu: add REWIND emulation via INDIRECT_BUFFER into cs_check_space
Marek Olšák
2019-05-16
2
-2
/
+2
*
winsys/amdgpu: add a parallel compute IB coupled with a gfx IB
Marek Olšák
2019-05-16
1
-2
/
+2
*
ac: rename SI-CIK-VI to GFX6-GFX7-GFX8
Marek Olšák
2019-05-15
2
-3
/
+3
*
gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.
Eric Anholt
2019-05-13
2
-4
/
+7
*
r600: implement resource_get_info
Julien Isorce
2019-05-03
1
-5
/
+29
*
r600: reset tex array override even when no view bound
Dave Airlie
2019-05-02
1
-11
/
+10
*
delete autotools .gitignore files
Eric Engestrom
2019-04-29
1
-1
/
+0
[next]