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
/
amd
Commit message (
Expand
)
Author
Age
Files
Lines
*
turnip: Deconflict vk_format_table regeneration
Bas Nieuwenhuizen
2019-03-16
1
-3
/
+3
*
radv: always load 3 channels for formats that need to be shuffled
Samuel Pitoiset
2019-03-15
1
-9
/
+14
*
radv: always initialize HTILE when the src layout is UNDEFINED
Samuel Pitoiset
2019-03-14
1
-2
/
+1
*
ac: use the raw tbuffer version for 16-bit SSBO loads
Samuel Pitoiset
2019-03-13
3
-6
/
+3
*
ac: add ac_build_{struct,raw}_tbuffer_load() helpers
Samuel Pitoiset
2019-03-13
3
-23
/
+75
*
radv: use typed buffer loads for vertex input fetches
Samuel Pitoiset
2019-03-13
4
-53
/
+57
*
radv: store more vertex attribute infos as pipeline keys
Samuel Pitoiset
2019-03-13
3
-0
/
+37
*
ac: rework typed buffers loads for LLVM 7
Samuel Pitoiset
2019-03-13
3
-57
/
+83
*
radv: set the maximum number of IBs per submit to 192
Samuel Pitoiset
2019-03-12
2
-1
/
+8
*
ac/nir: fix 16-bit ssbo stores
Rhys Perry
2019-03-12
1
-0
/
+2
*
radv: fix pointSizeRange limits
Samuel Pitoiset
2019-03-12
1
-1
/
+1
*
nir/xfb: adding varyings on nir_xfb_info and gather_info
Alejandro PiƱeiro
2019-03-08
1
-1
/
+1
*
Revert "radv: execute external subpass barriers after ending subpasses"
Samuel Pitoiset
2019-03-08
1
-2
/
+2
*
radv: enable lower_mul_2x32_64
Samuel Pitoiset
2019-03-06
1
-0
/
+1
*
radv: set num_components on vulkan_resource_index intrinsic
Lionel Landwerlin
2019-03-06
3
-10
/
+20
*
nir: rename glsl_type_is_struct() -> glsl_type_is_struct_or_ifc()
Timothy Arceri
2019-03-06
2
-2
/
+2
*
glsl: rename record_location_offset() -> struct_location_offset()
Timothy Arceri
2019-03-06
1
-2
/
+2
*
radv: properly align the fence and EOP bug VA on GFX9
Samuel Pitoiset
2019-03-05
1
-2
/
+5
*
radv: allocate enough space in cmdbuf when starting a subpass
Samuel Pitoiset
2019-03-05
1
-1
/
+1
*
radv: use the platform defines in vk.xml instead of hard-coding them
Eric Engestrom
2019-03-05
1
-4
/
+7
*
rav: use 32_AR instead of 32_ABGR when alpha coverage is required
Samuel Pitoiset
2019-03-04
1
-1
/
+1
*
radv: Interpolate less aggressively.
Bas Nieuwenhuizen
2019-02-26
1
-9
/
+12
*
radv: don't copy buffer descriptors list for samplers
Samuel Pitoiset
2019-02-26
1
-1
/
+5
*
radv: fix out-of-bounds access when copying descriptors BO list
Samuel Pitoiset
2019-02-26
1
-2
/
+0
*
radv: fix clearing attachments in secondary command buffers
Samuel Pitoiset
2019-02-25
1
-10
/
+43
*
radv: Allow interpolation on non-float types.
Bas Nieuwenhuizen
2019-02-22
1
-10
/
+9
*
radv: Fix float16 interpolation set up.
Bas Nieuwenhuizen
2019-02-22
6
-16
/
+94
*
radv: Disable depth clamping even without EXT_depth_range_unrestricted.
Bas Nieuwenhuizen
2019-02-20
1
-2
/
+1
*
radv: Implement VK_EXT_depth_clip_enable.
Bas Nieuwenhuizen
2019-02-20
3
-2
/
+16
*
radv: Handle clip+cull distances more generally as compact arrays.
Bas Nieuwenhuizen
2019-02-20
4
-99
/
+83
*
radv: Clean up a bunch of compiler warnings.
Bas Nieuwenhuizen
2019-02-20
3
-7
/
+0
*
radv: Sync ETC2 whitelisted devices.
Bas Nieuwenhuizen
2019-02-20
3
-5
/
+11
*
radeonsi: Go back to using llvm.pow intrinsic for nir_op_fpow
Kenneth Graunke
2019-02-19
1
-0
/
+4
*
ac/nir: implement half-float nir_op_ldexp
Rhys Perry
2019-02-19
1
-1
/
+3
*
ac/nir: implement half-float nir_op_frsq
Rhys Perry
2019-02-19
1
-2
/
+1
*
ac/nir: implement half-float nir_op_frcp
Rhys Perry
2019-02-19
1
-2
/
+1
*
ac/nir: make ac_build_fdiv support 16-bit floats
Rhys Perry
2019-02-19
1
-1
/
+1
*
ac/nir: make ac_build_isign work on all bit sizes
Rhys Perry
2019-02-19
1
-23
/
+4
*
ac/nir: make ac_build_clamp work on all bit sizes
Rhys Perry
2019-02-19
1
-4
/
+9
*
ac/nir: fix 64-bit nir_op_f2f16_rtz
Rhys Perry
2019-02-19
1
-0
/
+2
*
ac/nir: implement 8-bit nir_load_const_instr
Rhys Perry
2019-02-19
1
-0
/
+4
*
radv: ensure export arguments are always float
Rhys Perry
2019-02-19
1
-5
/
+1
*
radv: bitcast 16-bit outputs to integers
Rhys Perry
2019-02-19
1
-2
/
+2
*
radv: fix writing the alpha channel of MRT0 when alpha coverage is enabled
Samuel Pitoiset
2019-02-18
1
-7
/
+8
*
radv: remove unused variable in gather_push_constant_info()
Samuel Pitoiset
2019-02-18
1
-1
/
+0
*
radv: write the alpha channel of MRT0 when alpha coverage is enabled
Samuel Pitoiset
2019-02-18
1
-0
/
+8
*
ac: use new LLVM 8 intrinsic when loading 16-bit values
Samuel Pitoiset
2019-02-18
1
-14
/
+27
*
ac: add ac_build_llvm8_tbuffer_load() helper
Samuel Pitoiset
2019-02-18
2
-0
/
+52
*
radv: fix invalid element type when filling vertex input default values
Samuel Pitoiset
2019-02-16
1
-1
/
+3
*
radv: Use correct num formats to detect whether we should be use 1.0 or 1.
Bas Nieuwenhuizen
2019-02-15
1
-1
/
+2
[next]