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
/
radeonsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: skip vs output optimizations for some outputs
Pierre-Eric Pelloux-Prayer
2020-04-20
1
-1
/
+12
*
radeonsi: don't assume ctx is always a threaded_context
Pierre-Eric Pelloux-Prayer
2020-04-17
1
-1
/
+1
*
winsys/amdgpu: Retrieve WC flags from imported buffers.
Bas Nieuwenhuizen
2020-04-16
1
-0
/
+2
*
radeonsi: use thread_context::bytes_mapped_limit
Pierre-Eric Pelloux-Prayer
2020-04-16
1
-3
/
+11
*
radeonsi: fix Segmentation fault during vaapi enc test
James Zhu
2020-04-08
1
-2
/
+4
*
radeonsi: don't lower constant arrays to uniforms in GLSL IR
Timothy Arceri
2020-04-08
1
-0
/
+1
*
radeonsi: dump shader stats when hitting the live cache
Pierre-Eric Pelloux-Prayer
2020-04-02
1
-2
/
+20
*
radeonsi: switch to 3-spaces style
Pierre-Eric Pelloux-Prayer
2020-03-30
52
-46736
/
+42975
*
radeonsi/gfx10: fix descriptors and compute registers for compute-based culling
Marek Olšák
2020-03-28
1
-14
/
+39
*
radeonsi/gfx10: fix the wave size for compute-based culling
Marek Olšák
2020-03-28
5
-6
/
+19
*
radeonsi/gfx10: user correct ACQUIRE_MEM packet for compute-based culling
Marek Olšák
2020-03-28
1
-8
/
+23
*
radeonsi/gfx10: fix ds.ordered.add intrinsic for compute-based culling
Marek Olšák
2020-03-28
1
-0
/
+3
*
radeonsi/gfx10: don't use NGG culling if compute-based culling is used
Marek Olšák
2020-03-28
1
-0
/
+1
*
radeonsi: add num_vbos_in_user_sgprs into the shader cache key
Marek Olšák
2020-03-28
1
-0
/
+3
*
radeonsi: always create wait_mem_scratch for compute-based culling
Marek Olšák
2020-03-28
1
-1
/
+2
*
radeonsi: set amdgpu-gds-size for mode == 2 of compute-based culling
Marek Olšák
2020-03-28
1
-1
/
+4
*
radeonsi: fix incorrect ordered_wave_id initilization for compute-based culling
Marek Olšák
2020-03-28
1
-1
/
+2
*
radeonsi: remove obsolete TODO comment related to compute-based culling
Marek Olšák
2020-03-28
1
-1
/
+0
*
radeonsi: enable full out-of-order drawing when allow_draw_out_of_order is set
Marek Olšák
2020-03-26
1
-2
/
+4
*
radeonsi: Stop exposing PIPE_SHADER_CAP_FP16
Kristian H. Kristensen
2020-03-25
1
-1
/
+1
*
radeonsi: clarify the conditions when FLUSH_AND_INV_DB is needed
Pierre-Eric Pelloux-Prayer
2020-03-24
2
-14
/
+7
*
vbo,gallium: make glBegin/End buffer size configurable by drivers
Marek Olšák
2020-03-21
1
-0
/
+3
*
Android.mk: Tweak MESA_ENABLE_LLVM checks
John Stultz
2020-03-19
1
-0
/
+4
*
ac: unify denorm setting enforcement
Marek Olšák
2020-03-17
1
-18
/
+1
*
ac: add radeon_info::use_late_alloc to control LATE_ALLOC globally
Marek Olšák
2020-03-12
2
-6
/
+8
*
radeonsi: tune primitive binning for small chips
Marek Olšák
2020-03-12
1
-3
/
+9
*
radeonsi: set better tessellation tunables on gfx9 and gfx10
Marek Olšák
2020-03-12
1
-1
/
+8
*
radeonsi/gfx10: cache metadata in L2 on small chips
Marek Olšák
2020-03-12
1
-8
/
+19
*
gallium: add PIPE_CAP_DRAW_INFO_START_WITH_USER_INDICES
Marek Olšák
2020-03-11
1
-0
/
+1
*
Revert "gallium: make handles of set_global_binding 64 bit"
Karol Herbst
2020-03-10
1
-3
/
+3
*
gallium: make handles of set_global_binding 64 bit
Karol Herbst
2020-03-10
1
-3
/
+3
*
radeonsi: determine uses_bindless_samplers correctly
Marek Olšák
2020-03-09
1
-5
/
+6
*
radeonsi: add a bug workaround for NGG - LATE_ALLOC_GS
Marek Olšák
2020-03-09
1
-0
/
+6
*
radeonsi: enable EXT_texture_shadow_lod
Sonny Jiang
2020-03-09
1
-0
/
+1
*
amd: join emit_kill() from radv and radeonsi in ac_nir_to_llvm
Daniel Schürmann
2020-03-09
1
-9
/
+0
*
radeonsi: lower discard to demote when FS_CORRECT_DERIVS_AFTER_KILL is enabled
Daniel Schürmann
2020-03-09
5
-26
/
+7
*
radeonsi: add 10-bit HEVC encode support for VCN2.0 devices
Thong Thai
2020-03-06
1
-6
/
+9
*
radeonsi: remove AMD_DEBUG=sisched option
Pierre-Eric Pelloux-Prayer
2020-03-06
3
-7
/
+1
*
ac: rename lds_size_per_cu to lds_size_per_workgroup
Samuel Pitoiset
2020-03-03
1
-1
/
+1
*
radeonsi: fix surf_pitch for subsampled surface
Pierre-Eric Pelloux-Prayer
2020-02-27
1
-10
/
+10
*
radeonsi: test subsampled format in testdma
Pierre-Eric Pelloux-Prayer
2020-02-27
1
-30
/
+31
*
ac,radeonsi: add ac_gpu_info::lds_size_per_cu
Samuel Pitoiset
2020-02-26
1
-7
/
+1
*
radeonsi: Fix compute copies for subsampled formats.
Bas Nieuwenhuizen
2020-02-19
1
-3
/
+18
*
radeonsi: don't wait for shader compilation to finish when destroying a context
Marek Olšák
2020-02-14
1
-3
/
+0
*
radeonsi: make si_fence_server_signal flush pipe without work
Peng Huang
2020-02-12
1
-0
/
+4
*
radeonsi: don't update states for the DCC MSAA bug on GFX6-7
Marek Olšák
2020-02-10
1
-2
/
+2
*
radeonsi: fix the DCC MSAA bug workaround
Marek Olšák
2020-02-10
1
-1
/
+1
*
radeonsi: don't report that multi-plane formats are supported
Marek Olšák
2020-02-07
1
-7
/
+0
*
radeonsi/ngg: add VGT_FLUSH when enabling fast launch
Pierre-Eric Pelloux-Prayer
2020-02-05
1
-0
/
+5
*
gallium: Add and use a helper for packing uc from a color_union.
Eric Anholt
2020-02-04
1
-7
/
+1
[next]