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
*
radv: reset semaphores & fences on sync_file export.
Bas Nieuwenhuizen
2018-01-11
1
-0
/
+16
*
ac: add load_patch_vertices_in() to the abi
Timothy Arceri
2018-01-11
2
-1
/
+12
*
ac/nir: Sanitize location_frac for local variables.
Bas Nieuwenhuizen
2018-01-11
1
-0
/
+1
*
amd/common: use ac_build_buffer_load() for emitting UBO loads
Samuel Pitoiset
2018-01-10
1
-14
/
+3
*
amd/common: import get_{load,store}_intr_attribs() from RadeonSI
Samuel Pitoiset
2018-01-10
2
-10
/
+20
*
radv: Remove some typos.
Bas Nieuwenhuizen
2018-01-10
2
-4
/
+4
*
radv: Implement VK_EXT_discard_rectangles.
Bas Nieuwenhuizen
2018-01-10
5
-6
/
+110
*
radv: Add mapping between dynamic state mask and external enum.
Bas Nieuwenhuizen
2018-01-10
3
-38
/
+79
*
amd/common: bump the number of available user SGPRS to 32 on GFX9
Samuel Pitoiset
2018-01-10
1
-1
/
+3
*
radv: remove radv_pipeline_layout::push_constant_stages field
Samuel Pitoiset
2018-01-10
2
-3
/
+0
*
amd/common: do not rely on the pipeline for the push constants logic
Samuel Pitoiset
2018-01-10
3
-9
/
+9
*
radv/gfx9: calculate the number of ES VGPRs for merged shaders
Samuel Pitoiset
2018-01-10
1
-3
/
+10
*
radv/gfx9: enable LDS for GS only if the ES type is TES
Samuel Pitoiset
2018-01-10
1
-1
/
+2
*
amd/common: determine the ES type (VS or TES) for the GS on GFX9
Samuel Pitoiset
2018-01-10
2
-0
/
+9
*
ac: rework emit_barrier() to not segfault on radeonsi
Timothy Arceri
2018-01-09
1
-9
/
+8
*
ac: add load_tess_level() to the abi
Timothy Arceri
2018-01-09
2
-0
/
+10
*
radv: get InstanceID from VGPR1 (or VGPR2 for tess) instead of VGPR3
Samuel Pitoiset
2018-01-08
1
-8
/
+24
*
radv: avoid PS partial flushes when viewports/scissors don't change
Samuel Pitoiset
2018-01-08
1
-6
/
+33
*
radv: add has_scissor_bug for Vega10 and Raven
Samuel Pitoiset
2018-01-08
3
-2
/
+6
*
radv/gfx9: do not load VGPR1 when GS uses points or lines
Samuel Pitoiset
2018-01-08
1
-1
/
+3
*
radv: make shader BOs read-only for the GPU
Samuel Pitoiset
2018-01-08
3
-1
/
+7
*
radv: make descriptor BOs read-only for the GPU
Samuel Pitoiset
2018-01-08
2
-3
/
+7
*
radv: make the indirect GFX config BO read-only for the GPU
Samuel Pitoiset
2018-01-08
1
-1
/
+2
*
radv/winsys: make IBs read-only for the GPU
Samuel Pitoiset
2018-01-08
1
-6
/
+11
*
radv/winsys: add RADEON_FLAG_READ_ONLY
Samuel Pitoiset
2018-01-08
2
-1
/
+4
*
radv/winsys: rework radv_amdgpu_bo_va_op()
Samuel Pitoiset
2018-01-08
1
-17
/
+23
*
ac: add ac_build_fmin/fmax helpers
Marek Olšák
2018-01-06
2
-15
/
+22
*
radv: remove unused radv_color_buffer_info::cb_clear_valueX
Samuel Pitoiset
2018-01-05
1
-2
/
+0
*
radv: enable denorms for 64-bit and 16-bit floats
Samuel Pitoiset
2018-01-05
1
-0
/
+14
*
amd/common: correctly detect if we need ring buffers
Samuel Pitoiset
2018-01-05
1
-7
/
+9
*
amd/common: use ac_image_load when lod is zero
Samuel Pitoiset
2018-01-05
1
-1
/
+3
*
radv: limit the scissor bug workaround to Vega 10 and Raven
Samuel Pitoiset
2018-01-05
1
-1
/
+6
*
ac: rework ac_llvm_extract_elem()
Timothy Arceri
2018-01-05
1
-3
/
+3
*
ac/radeonsi: add load_tess_coord() to the abi
Timothy Arceri
2018-01-05
2
-7
/
+17
*
ac/radeonsi: add tcs_rel_ids to the abi
Timothy Arceri
2018-01-05
2
-8
/
+8
*
ac: add {tcs,tes}_patch_id to the abi
Timothy Arceri
2018-01-05
2
-8
/
+8
*
ac: move some helpers to ac_llvm_build.c
Timothy Arceri
2018-01-05
3
-40
/
+50
*
ac: add store_tcs_outputs() to the abi
Timothy Arceri
2018-01-05
2
-24
/
+51
*
ac: call load_tcs_input() via the abi
Timothy Arceri
2018-01-05
1
-19
/
+17
*
ac: add load_tes_inputs() to the abi
Timothy Arceri
2018-01-05
2
-22
/
+51
*
radv: Use correct flush bits for flushing L2 during CB/DB flushes.
Bas Nieuwenhuizen
2018-01-04
1
-13
/
+16
*
radv: Invalidate L1 for VK_ACCESS_VERTEX_ATTRIBUTE_READ_BIT.
Bas Nieuwenhuizen
2018-01-04
1
-1
/
+1
*
radv/gfx9: reduce the number of input VGPRs for the GS stage
Samuel Pitoiset
2018-01-04
1
-1
/
+14
*
amd/common: scan if gl_PrimitiveID is used before translating to LLVM
Samuel Pitoiset
2018-01-04
5
-10
/
+7
*
amd/common: scan if gl_InvocationID is used
Samuel Pitoiset
2018-01-04
2
-0
/
+4
*
ac: rename has_sync_file to has_fence_to_handle.
Bas Nieuwenhuizen
2018-01-04
2
-3
/
+3
*
ac/nir: Handle loading data from compact arrays.
Bas Nieuwenhuizen
2018-01-04
1
-6
/
+7
*
radv: Allow writing 0 scissors.
Bas Nieuwenhuizen
2018-01-04
1
-1
/
+2
*
radv: Use correct HTILE expanded words.
Bas Nieuwenhuizen
2018-01-04
1
-2
/
+4
*
ac: rename has_syncobj_wait -> has_syncobj_wait_for_submit
Marek Olšák
2018-01-04
4
-7
/
+7
[next]