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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
aco: Introduce new VMEM load/store helpers.
Timur Kristóf
2020-03-11
1
-0
/
+169
*
aco: Remove esgs_itemsize from LDS alignment calculation.
Timur Kristóf
2020-03-11
1
-2
/
+0
*
aco: Extract LDS alignment calculation to a separate function.
Timur Kristóf
2020-03-11
1
-11
/
+13
*
aco: Remove vertex_geometry_gs assertion from merged shaders.
Timur Kristóf
2020-03-11
1
-2
/
+4
*
aco: Use mesa shader stage when loading inputs.
Timur Kristóf
2020-03-11
1
-2
/
+2
*
aco: Setup correct HW stages when tessellation is used.
Timur Kristóf
2020-03-11
2
-1
/
+13
*
aco: Implement load_view_index for TCS and TES.
Timur Kristóf
2020-03-11
1
-3
/
+5
*
aco: Implement memory_barrier_tcs_patch.
Timur Kristóf
2020-03-11
1
-2
/
+2
*
aco: Implement control_barrier for tessellation control shaders.
Timur Kristóf
2020-03-11
1
-3
/
+24
*
aco: Implement load_invocation_id for tessellation control shaders.
Timur Kristóf
2020-03-11
1
-5
/
+13
*
aco: Implement load_patch_vertices_in.
Timur Kristóf
2020-03-11
1
-0
/
+8
*
aco: Implement load_primitive_id for tessellation shaders.
Timur Kristóf
2020-03-11
1
-2
/
+15
*
aco: Implement load_tess_coord.
Timur Kristóf
2020-03-11
2
-0
/
+25
*
aco: Setup tessellation control shader variables.
Timur Kristóf
2020-03-11
1
-4
/
+61
*
aco: Extract setup_gs_variables into a separate function.
Timur Kristóf
2020-03-11
1
-16
/
+22
*
radv: Move some helper functions to the radv_shader.h header file.
Timur Kristóf
2020-03-11
2
-83
/
+94
*
radv: do not recursively begin/end render pass for meta operations
Samuel Pitoiset
2020-03-11
9
-150
/
+180
*
radv/sqtt: describe pipeline and wait events barriers
Samuel Pitoiset
2020-03-10
3
-0
/
+133
*
radv/rgp: bump the instrumentation spec version to 1
Samuel Pitoiset
2020-03-10
1
-1
/
+1
*
radv/sqtt: describe render pass color/depthstencil clears
Samuel Pitoiset
2020-03-10
3
-0
/
+21
*
radv/sqtt: describe draw/dispatch and emit event markers
Samuel Pitoiset
2020-03-10
3
-2
/
+457
*
radv/sqtt: describe begin/end command buffers with user markers
Samuel Pitoiset
2020-03-10
3
-0
/
+108
*
radv: initial implementation of the driver internal layer SQTT
Samuel Pitoiset
2020-03-10
3
-0
/
+347
*
radv/sqtt: add a helper that emits thread trace userdata markers
Samuel Pitoiset
2020-03-10
2
-0
/
+19
*
radv: use device entrypoints from the SQTT layer if enabled
Samuel Pitoiset
2020-03-10
1
-0
/
+11
*
radv/entrypoints: declare a driver internal layer for SQTT
Samuel Pitoiset
2020-03-10
1
-3
/
+2
*
ac: add a bug workaround for the 100% NGG culling case
Marek Olšák
2020-03-09
1
-0
/
+33
*
radv/sqtt: fix RADV_THREAD_TRACE_BUFFER_SIZE spelling
Edmondo Tommasina
2020-03-09
1
-1
/
+1
*
amd: join emit_kill() from radv and radeonsi in ac_nir_to_llvm
Daniel Schürmann
2020-03-09
3
-11
/
+1
*
radv: use nir_lower_discard_to_demote to work around game bugs
Daniel Schürmann
2020-03-09
3
-0
/
+6
*
amd/llvm: implement nir_intrinsic_demote(_if) and nir_intrinsic_is_helper_inv...
Daniel Schürmann
2020-03-09
3
-11
/
+132
*
radeonsi: remove AMD_DEBUG=sisched option
Pierre-Eric Pelloux-Prayer
2020-03-06
2
-11
/
+9
*
radv/rgp: report correct system ram size
Samuel Pitoiset
2020-03-06
1
-0
/
+5
*
radv/rgp: report correct cu_mask info
Samuel Pitoiset
2020-03-06
1
-2
/
+2
*
ac: add ac_gpu_info::cu_mask to store bitmask of compute units
Samuel Pitoiset
2020-03-06
2
-3
/
+7
*
radv/sqtt: abort if SQTT is used on GFX6-GFX7
Samuel Pitoiset
2020-03-06
1
-6
/
+10
*
radv/sqtt: add support for GFX8
Samuel Pitoiset
2020-03-06
2
-31
/
+62
*
ac/registers: adjust some definitions for thread trace on GFX8
Samuel Pitoiset
2020-03-06
1
-3
/
+10
*
radv/sqtt: add radv_copy_thread_trace_info_regs() helper
Samuel Pitoiset
2020-03-06
1
-30
/
+36
*
radv/sqtt: tidy up radv_emit_thread_trace_{start,stop}
Samuel Pitoiset
2020-03-06
1
-61
/
+59
*
radv/sqtt: fix wrong check in radv_is_thread_trace_complete()
Samuel Pitoiset
2020-03-06
1
-1
/
+1
*
radv/winsys: fix missing initializations of shader info in the null device
Samuel Pitoiset
2020-03-06
1
-0
/
+2
*
aco: only reserve sgprs for vcc if it's used
Rhys Perry
2020-03-05
3
-7
/
+16
*
aco: improve control flow handling in GFX6-9 NOP pass
Rhys Perry
2020-03-05
1
-8
/
+13
*
aco: consider non-hazard writes in handle_raw_hazard_internal
Rhys Perry
2020-03-05
1
-1
/
+2
*
aco: improve get_wait_states()
Rhys Perry
2020-03-05
1
-1
/
+6
*
aco: add new NOP insertion pass for GFX6-9
Rhys Perry
2020-03-05
2
-318
/
+438
*
aco: fix image load/store with lod and 1D images
Samuel Pitoiset
2020-03-05
1
-3
/
+0
*
android: aco: fix PIPE_FORMAT related building errors
Mauro Rossi
2020-03-04
1
-0
/
+1
*
aco: handle v_add_co_u32_e64 in parse_base_offset()
Rhys Perry
2020-03-03
1
-0
/
+2
[prev]
[next]