index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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
*
gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGET
Marek Olšák
2018-09-07
1
-0
/
+4
*
radeonsi: pin the winsys thread to the requested L3 cache (v2)
Marek Olšák
2018-09-07
1
-0
/
+15
*
gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsi
Marek Olšák
2018-09-06
2
-1
/
+2
*
gallium: split depth_clip into depth_clip_near & depth_clip_far
Marek Olšák
2018-09-06
1
-2
/
+2
*
nir: Drop the vs_inputs_dual_locations option
Jason Ekstrand
2018-09-06
1
-1
/
+0
*
radeonsi/nir: Set vs_inputs_dual_locations and let NIR do the remap
Jason Ekstrand
2018-09-06
1
-0
/
+1
*
gallium: add PIPE_CAP_RASTERIZER_SUBPIXEL_BITS
Marek Olšák
2018-09-06
1
-0
/
+1
*
gallium: Add a helper for implementing PIPE_CAP_* default values.
Eric Anholt
2018-09-04
1
-1
/
+4
*
radeonsi: fix regression in indirect input swizzles.
Dave Airlie
2018-08-31
1
-2
/
+5
*
radeonsi: fix tess/gs fetchs for new swizzle.
Dave Airlie
2018-08-31
1
-5
/
+8
*
gallivm: allow to pass two swizzles into fetches.
Dave Airlie
2018-08-30
2
-11
/
+14
*
radeonsi: add radeonsi_zerovram driconfig option
Timothy Arceri
2018-08-30
1
-0
/
+1
*
radeonsi: enable GL 4.5 in compat profile
Timothy Arceri
2018-08-30
1
-2
/
+1
*
radeonsi: add a thorough clear/copy_buffer benchmark
Marek Olšák
2018-08-29
9
-153
/
+599
*
radeonsi: let internal compute dispatches tune WAVES_PER_SH
Marek Olšák
2018-08-29
2
-0
/
+9
*
radeonsi: add TGSI_SEMANTIC_CS_USER_DATA for reading up to 4 SGPRs with TGSI
Marek Olšák
2018-08-29
6
-3
/
+34
*
radeonsi: add SI_QUERY_TIME_ELAPSED_SDMA_SI for measuring DMA on SI
Marek Olšák
2018-08-29
2
-0
/
+20
*
radeonsi: add SI_QUERY_TIME_ELAPSED_SDMA for measuring SDMA performance
Marek Olšák
2018-08-29
4
-2
/
+51
*
radeonsi: add flag L2_STREAM for minimal cache usage
Marek Olšák
2018-08-29
2
-6
/
+11
*
gallium: add TGSI_MEMORY_STREAM_CACHE_POLICY
Marek Olšák
2018-08-29
1
-0
/
+3
*
gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.
Kenneth Graunke
2018-08-24
1
-0
/
+1
*
Revert "configure: allow building with python3"
Emil Velikov
2018-08-24
1
-1
/
+1
*
radeonsi: increase the maximum UBO size to 2 GB
Marek Olšák
2018-08-23
1
-1
/
+1
*
radeonsi: bump MAX_GS_INVOCATIONS
Marek Olšák
2018-08-23
2
-3
/
+3
*
gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZE
Marek Olšák
2018-08-23
1
-0
/
+1
*
gallium: add PIPE_CAP_MAX_GS_INVOCATIONS
Marek Olšák
2018-08-23
1
-0
/
+2
*
configure: allow building with python3
Emil Velikov
2018-08-23
1
-1
/
+1
*
ac: fix WAITCNT flags for GFX9
Marek Olšák
2018-08-22
1
-5
/
+0
*
ac,radeonsi: use ac_build_gather_values more
Marek Olšák
2018-08-21
3
-33
/
+17
*
ac,radeonsi: use ac_build_fmad
Marek Olšák
2018-08-21
1
-12
/
+5
*
radeonsi: use ac_build_imad
Marek Olšák
2018-08-21
3
-57
/
+29
*
ac: add ac_build_s_barrier
Marek Olšák
2018-08-21
1
-3
/
+1
*
radeonsi: print the shader stage name when printing LLVM IR
Marek Olšák
2018-08-21
1
-1
/
+2
*
radeonsi: use is_merged shader in si_prolog_get_rw_buffers
Marek Olšák
2018-08-21
1
-18
/
+14
*
ac: completely remove +auto-waitcnt-before-barrier
Marek Olšák
2018-08-21
1
-1
/
+0
*
radv: disable the auto-waitcnt-before-barrier LLVM option
Samuel Pitoiset
2018-08-15
1
-0
/
+1
*
radeonsi: enable 1 missing PS_SU perf counter on Polaris
Marek Olšák
2018-08-14
1
-1
/
+1
*
radeonsi: use radeon_info::name
Marek Olšák
2018-08-14
3
-40
/
+12
*
radeonsi: split si_clear_buffer to remove enum si_method
Marek Olšák
2018-08-14
6
-53
/
+60
*
radeonsi: replace CP_DMA_USE_L2 with enum si_cache_policy
Marek Olšák
2018-08-14
2
-26
/
+41
*
radeonsi: declare coher in si_copy_buffer
Marek Olšák
2018-08-14
1
-8
/
+7
*
radeonsi: make PFP_SYNC_ME an explicit CP DMA flag
Marek Olšák
2018-08-14
1
-17
/
+25
*
radeonsi: don't use emit_data->args in load_emit
Marek Olšák
2018-08-14
1
-94
/
+37
*
radeonsi: don't use emit_data->args in store_emit
Marek Olšák
2018-08-14
1
-92
/
+71
*
radeonsi: don't use emit_data->args in atomic_emit
Marek Olšák
2018-08-14
3
-36
/
+47
*
radeonsi: don't use emit_data->args in build_interp_intrinsic
Marek Olšák
2018-08-14
1
-19
/
+13
*
radeonsi: inline atomic_fetch_args
Marek Olšák
2018-08-14
1
-74
/
+51
*
radeonsi: inline store_fetch_args
Marek Olšák
2018-08-14
1
-61
/
+42
*
radeonsi: inline load_fetch_args
Marek Olšák
2018-08-14
1
-39
/
+28
*
radeonsi: merge txq_emit and resq_emit
Marek Olšák
2018-08-14
1
-48
/
+45
[next]