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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
radeonsi/gfx10: enable image stores with DCC
Marek Olšák
2019-07-09
4
-11
/
+10
*
radeonsi/gfx10: no need to invalidate L2 for framebuffer -> texture coherency
Marek Olšák
2019-07-09
1
-2
/
+8
*
radeonsi/gfx10: support pixel shaders without exports
Marek Olšák
2019-07-09
1
-1
/
+8
*
radeonsi/gfx10: enable vertex shaders without param space allocation
Marek Olšák
2019-07-09
1
-2
/
+7
*
radeonsi: update DCC settings from PAL
Marek Olšák
2019-07-09
1
-9
/
+4
*
radeonsi: reorder shader IO indices for better IO space usage for tess and GS
Marek Olšák
2019-07-09
1
-18
/
+22
*
radeonsi: decrease maximum supported GENERIC varying index from 42 to 31
Marek Olšák
2019-07-09
1
-1
/
+1
*
radeonsi: cosmetic cleanup in si_shader_io_get_unique_index
Marek Olšák
2019-07-09
1
-2
/
+2
*
radeonsi: fix and clean up shader_type passing
Marek Olšák
2019-07-09
7
-60
/
+71
*
radeonsi: enable RB+ for pixel shaders with no/non-contiguous color outputs
Marek Olšák
2019-07-09
1
-1
/
+14
*
radeonsi: don't set READ_ONLY for const_uploader to fix bindless texture hangs
Marek Olšák
2019-07-09
1
-3
/
+1
*
gallium: Add util_format_is_unorm8 check
Alyssa Rosenzweig
2019-07-09
1
-1
/
+16
*
nir: Add Panfrost-specific blending intrinsic
Alyssa Rosenzweig
2019-07-09
1
-0
/
+16
*
radeonsi: Expose support for 10-bit VP9 decode
Pratik Vishwakarma
2019-07-09
1
-0
/
+5
*
nir: Add nir_imm_vec4_16
Alyssa Rosenzweig
2019-07-09
1
-0
/
+14
*
nvc0: remove nvc0_program.tp.input_patch_size
Karol Herbst
2019-07-09
3
-6
/
+0
*
radv: Add a common member in the union to make things more clear.
Bas Nieuwenhuizen
2019-07-09
4
-50
/
+53
*
Revert "radv: keep track of whether NGG is used for GS on GFX10"
Bas Nieuwenhuizen
2019-07-09
3
-10
/
+1
*
docs: update calendar, add news item and link release notes for 19.1.2
Juan A. Suarez Romero
2019-07-09
3
-7
/
+8
*
docs: add sha256 checksums for 19.1.2
Juan A. Suarez Romero
2019-07-09
1
-1
/
+1
*
docs: add release notes for 19.1.2
Juan A. Suarez Romero
2019-07-09
1
-0
/
+194
*
nir/lower_io_to_temporaries: Fix hash table leak
Connor Abbott
2019-07-09
1
-0
/
+2
*
radv/gfx10: Use correct gs_out for tess point_mode.
Bas Nieuwenhuizen
2019-07-09
1
-1
/
+4
*
radv: set correct number of VGPRs for GS on GFX10
Samuel Pitoiset
2019-07-09
1
-1
/
+1
*
radv: fix VGT_ESGS_RING_ITEMSIZE for GS as NGG on GFX10
Samuel Pitoiset
2019-07-09
1
-2
/
+7
*
radv: emit VGT_GS_MAX_VERT_OUT for legacy and NGG paths for GS
Samuel Pitoiset
2019-07-09
1
-2
/
+3
*
radv: emit the geometry shader as NGG if enabled on GFX10
Samuel Pitoiset
2019-07-09
1
-3
/
+7
*
radv: keep track of whether NGG is used for GS on GFX10
Samuel Pitoiset
2019-07-09
3
-1
/
+10
*
radv: add radv_pipeline_generate_hw_gs() helper
Samuel Pitoiset
2019-07-09
1
-9
/
+20
*
radv: fix setting VGT_REUSE_OFF for TES on GFX10
Samuel Pitoiset
2019-07-09
1
-2
/
+7
*
radv: fix computing the number of ES VGPRS for TES on GFX10
Samuel Pitoiset
2019-07-09
1
-1
/
+2
*
radv: set max workgroup size to 128 for TES as NGG on GFX10
Samuel Pitoiset
2019-07-09
1
-1
/
+1
*
radv: fix allocating USER SGPRs on GFX10
Samuel Pitoiset
2019-07-09
1
-7
/
+8
*
v3d: Early return with handle 0 when getting a bo on the simulator
Alejandro Piñeiro
2019-07-09
1
-0
/
+3
*
vulkan/overlay: use a single macro to lookup objects
Lionel Landwerlin
2019-07-09
1
-37
/
+54
*
vulkan/overlay: add queue present timing measurement
Lionel Landwerlin
2019-07-09
2
-1
/
+15
*
radv/gfx10: Enable tess.
Bas Nieuwenhuizen
2019-07-09
1
-1
/
+1
*
radv/gfx10: Add pipeline state support for tess.
Bas Nieuwenhuizen
2019-07-09
2
-10
/
+45
*
radv/gfx10: Only set HW edge flags with gs & tess disabled.
Bas Nieuwenhuizen
2019-07-09
1
-1
/
+2
*
radv/gfx10: Add tess eval ngg shader support.
Bas Nieuwenhuizen
2019-07-09
1
-8
/
+17
*
radv: Use correct gs_out with tessellation.
Bas Nieuwenhuizen
2019-07-09
1
-0
/
+3
*
radv/gfx10: Use correct count of max_offchip_buffers.
Bas Nieuwenhuizen
2019-07-09
1
-1
/
+4
*
radv/gfx10: Load global pointers in correct userdata registers for hs/gs.
Bas Nieuwenhuizen
2019-07-09
1
-2
/
+2
*
radeonsi: update function name in comment
Timothy Arceri
2019-07-09
1
-1
/
+1
*
r600: remove query/apply_opaque_metadata callbacks
Timothy Arceri
2019-07-09
2
-17
/
+0
*
vulkan/overlay: fix crash on freeing NULL command buffer
Lionel Landwerlin
2019-07-08
1
-0
/
+4
*
vulkan: bump headers & registry to 1.1.114
Lionel Landwerlin
2019-07-09
2
-6
/
+102
*
radv: only use specialised 3D meta paths on GFX9.
Dave Airlie
2019-07-09
2
-16
/
+16
*
mesa: Set minimum possible GLSL version
Ian Romanick
2019-07-08
1
-0
/
+11
*
anv: Set maxComputeSharedMemorySize to 64k
Caio Marcelo de Oliveira Filho
2019-07-08
1
-1
/
+1
[prev]
[next]