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
*
radeonsi: fix query buffer allocation
Timothy Arceri
2019-02-26
2
-25
/
+32
*
radeonsi: add driconf option radeonsi_enable_nir
Marek Olšák
2019-02-20
2
-1
/
+3
*
radeonsi: Fix guardband computation for large render targets
Oscar Blumberg
2019-02-13
1
-2
/
+28
*
radeonsi: fix EXPLICIT_FLUSH for flush offsets > 0
Marek Olšák
2019-02-12
1
-2
/
+5
*
gallium: add PIPE_CAP_MAX_VARYINGS
Karol Herbst
2019-02-12
1
-0
/
+3
*
Revert "nir/opt_peephole_select: Don't peephole_select expensive math instruc...
Dylan Baker
2019-02-12
1
-1
/
+1
*
radeonsi: fix crashing performance counters (division by zero)
Marek Olšák
2019-02-05
1
-1
/
+1
*
radeonsi/nir: add missing piece for bindless image support
Timothy Arceri
2019-01-23
1
-0
/
+6
*
radeonsi: rename rfence -> sfence
Marek Olšák
2019-01-22
1
-49
/
+49
*
radeonsi: rename rbo, rbuffer to buf or buffer
Marek Olšák
2019-01-22
5
-102
/
+102
*
radeonsi: rename rsrc -> ssrc, rdst -> sdst
Marek Olšák
2019-01-22
6
-51
/
+51
*
radeonsi: rename rquery -> squery
Marek Olšák
2019-01-22
3
-68
/
+68
*
radeonsi: rename r600_resource -> si_resource
Marek Olšák
2019-01-22
26
-224
/
+224
*
radeonsi: remove r600 from comments
Marek Olšák
2019-01-22
3
-3
/
+3
*
radeonsi: rename rview -> sview
Marek Olšák
2019-01-22
1
-3
/
+3
*
radeonsi: rename rscreen -> sscreen
Marek Olšák
2019-01-22
3
-5
/
+5
*
radeonsi: disable render cond & pipeline stats for internal compute dispatches
Marek Olšák
2019-01-22
1
-0
/
+18
*
radeonsi: use compute for resource_copy_region when possible
Sonny Jiang
2019-01-22
5
-0
/
+215
*
radeonsi: add compute_last_block to configure the partial block fields
Jiang, Sonny
2019-01-22
2
-5
/
+49
*
gallium/util: add util_format_snorm8_to_sint8 (from radeonsi)
Marek Olšák
2019-01-22
1
-30
/
+2
*
radeonsi: move PKT3_WRITE_DATA generation into a helper function
Marek Olšák
2019-01-22
6
-41
/
+43
*
radeonsi: don't use WRITE_DATA.DST_SEL == MEM_GRBM on >= CIK
Marek Olšák
2019-01-22
2
-2
/
+4
*
radeonsi: fix the top-of-pipe fence on SI
Marek Olšák
2019-01-22
1
-1
/
+2
*
radeonsi: correct WRITE_DATA.DST_SEL definitions
Marek Olšák
2019-01-22
3
-3
/
+3
*
radeonsi: compile clear and copy buffer compute shaders on demand
Marek Olšák
2019-01-22
2
-8
/
+14
*
radeonsi: remove redundant call to emit_cache_flush in compute clear/copy
Marek Olšák
2019-01-22
1
-1
/
+0
*
radeonsi: use buffer_store_format_x & xy
Marek Olšák
2019-01-22
1
-8
/
+17
*
radeonsi: fix rendering to tiny viewports where the viewport center is > 8K
Marek Olšák
2019-01-22
1
-3
/
+18
*
radeonsi: fix a u_blitter crash after a shader with FBFETCH
Marek Olšák
2019-01-22
1
-1
/
+1
*
mesa: add MESA_SHADER_KERNEL
Karol Herbst
2019-01-21
1
-2
/
+2
*
nir: rename nir_var_ssbo to nir_var_mem_ssbo
Karol Herbst
2019-01-19
1
-1
/
+1
*
nir: rename nir_var_ubo to nir_var_mem_ubo
Karol Herbst
2019-01-19
1
-1
/
+1
*
radeonsi/nir: get correct type for images inside structs
Timothy Arceri
2019-01-17
1
-1
/
+2
*
radeonsi: also apply the GS hang workaround to draws without tessellation
Marek Olšák
2019-01-14
1
-11
/
+14
*
radeonsi: Fix use of 1- or 2- component GL_DOUBLE vbo's.
Mario Kleiner
2019-01-09
1
-0
/
+8
*
ac/nir,radv,radeonsi/nir: use correct indices for interpolation intrinsics
Rhys Perry
2019-01-09
1
-0
/
+3
*
nir: Distinguish between normal uniforms and UBOs
Jason Ekstrand
2019-01-08
1
-2
/
+3
*
radeonsi: always unmap texture CPU mappings on 32-bit CPU architectures
Marek Olšák
2019-01-02
1
-0
/
+16
*
radeonsi: remove unused variables in si_insert_input_ptr
Marek Olšák
2019-01-02
1
-3
/
+1
*
radeonsi: use u_decomposed_prims_for_vertices instead of u_prims_for_vertices
Marek Olšák
2019-01-02
1
-1
/
+3
*
radeonsi: make si_cp_wait_mem more configurable
Marek Olšák
2019-01-02
5
-8
/
+8
*
radeonsi: call si_fix_resource_usage for the GS copy shader as well
Marek Olšák
2019-01-02
1
-0
/
+4
*
radeonsi: don't emit redundant PKT3_NUM_INSTANCES packets
Marek Olšák
2019-01-02
2
-2
/
+10
*
st/glsl_to_nir: call nir_lower_load_const_to_scalar() in the st
Timothy Arceri
2019-01-02
1
-2
/
+0
*
radeonsi: make use of ac_are_tessfactors_def_in_all_invocs()
Timothy Arceri
2019-01-02
1
-8
/
+2
*
radeonsi: remove unrequired param in si_nir_scan_tess_ctrl()
Timothy Arceri
2019-01-02
3
-3
/
+1
*
radeonsi: Enable adaptive_sync by default for radeon
Nicholas Kazlauskas
2018-12-28
1
-0
/
+4
*
radeonsi: const-ify the si_query_ops
Nicolai Hähnle
2018-12-19
3
-5
/
+5
*
radeonsi: split perfcounter queries from si_query_hw
Nicolai Hähnle
2018-12-19
1
-50
/
+93
*
radeonsi: factor si_query_buffer logic out of si_query_hw
Nicolai Hähnle
2018-12-19
4
-110
/
+99
[next]