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
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: remove dead variables after splitting per member structs
Samuel Pitoiset
2018-08-22
1
-3
/
+3
*
radv: use ac_build_imad()
Samuel Pitoiset
2018-08-22
1
-16
/
+8
*
radv: do not use CP predication for DCC decompressions
Samuel Pitoiset
2018-08-20
1
-2
/
+2
*
radv/winsys: fix creating the BO list for virtual buffers
Samuel Pitoiset
2018-08-17
1
-1
/
+1
*
radv: initialize the DCC predicate correctly when it's compressed
Samuel Pitoiset
2018-08-16
1
-1
/
+4
*
radv: fix missing initialization of the conditional rendering state
Samuel Pitoiset
2018-08-16
1
-0
/
+1
*
radv: Revert divisor = 0 case for vertex attribute extension.
Bas Nieuwenhuizen
2018-08-16
1
-1
/
+1
*
radv: Possible on-demand compilation fix.
Bas Nieuwenhuizen
2018-08-16
1
-0
/
+8
*
radv: add Doom workaround
Timothy Arceri
2018-08-16
1
-0
/
+3
*
radv: fix memory leaks in radv_load_meta_pipeline()
Samuel Pitoiset
2018-08-15
1
-2
/
+3
*
radv: drop wrong initialization of COMPUTE_RESOURCE_LIMITS
Samuel Pitoiset
2018-08-15
1
-3
/
+1
*
radv/meta_decompress: fix pointer to integer conversion
Mauro Rossi
2018-08-15
1
-1
/
+1
*
radv: Update to new VK_EXT_vertex_attribute_divisor to version 2.
Bas Nieuwenhuizen
2018-08-14
2
-4
/
+5
*
radv: Allow ETC2 on RAVEN and VEGA10 instead of all GFX9.
Bas Nieuwenhuizen
2018-08-14
1
-1
/
+2
*
radv: Fix missing Android platform define.
Bas Nieuwenhuizen
2018-08-14
2
-1
/
+3
*
radv: Add on-demand compilation of built-in shaders.
Bas Nieuwenhuizen
2018-08-14
13
-80
/
+454
*
radv: Refactor blit pipeline creation.
Bas Nieuwenhuizen
2018-08-14
1
-350
/
+175
*
radv: Make fs key exemplars ordered to be a reverse fs_key lookup.
Bas Nieuwenhuizen
2018-08-14
7
-88
/
+39
*
meson: Build with Python 3
Mathieu Bridon
2018-08-10
1
-5
/
+5
*
python: Fix inequality comparisons
Mathieu Bridon
2018-08-10
1
-0
/
+6
*
python: Fix rich comparisons
Mathieu Bridon
2018-08-07
1
-2
/
+3
*
radeonsi: use storage_samples instead of color_samples in most places
Marek Olšák
2018-07-31
1
-1
/
+1
*
android: radv: add Android.mk for vulkan.radv HAL module
Mauro Rossi
2018-07-28
1
-0
/
+166
*
radv: generate entrypoints for VK_ANDROID_native_buffer
Mauro Rossi
2018-07-28
1
-3
/
+0
*
radv: move vk_format_table.c to generated sources
Mauro Rossi
2018-07-28
1
-2
/
+2
*
radv: fix cdw check vs tracing emit
Dave Airlie
2018-07-28
1
-2
/
+2
*
radv: return binary code_size not variant code size to cache
Dave Airlie
2018-07-28
1
-1
/
+1
*
radv: allocate enough space in radv_cmd_buffer_after_draw()
Samuel Pitoiset
2018-07-27
1
-0
/
+2
*
radv: check CS space in radv_emit_write_data_packet()
Samuel Pitoiset
2018-07-27
1
-14
/
+12
*
radv: do not emit pipeline stats flushes on compute queue
Samuel Pitoiset
2018-07-27
1
-1
/
+3
*
radv: reduce CB/DB meta flushes in radv_dst_access_flush()
Samuel Pitoiset
2018-07-27
1
-8
/
+23
*
radv: Fix build
Kenneth Graunke
2018-07-26
1
-1
/
+1
*
radv: Add support for ETC2 textures.
Bas Nieuwenhuizen
2018-07-27
3
-11
/
+49
*
radv: fix adjusting vertex fetches since 16bit support
Samuel Pitoiset
2018-07-26
1
-3
/
+4
*
ac: fix typo DSL_SEL -> DST_SEL
Marek Olšák
2018-07-26
1
-2
/
+2
*
python: Use range() instead of xrange()
Mathieu Bridon
2018-07-24
1
-1
/
+1
*
python: Better iterate over dictionaries
Mathieu Bridon
2018-07-24
1
-1
/
+1
*
radv: Still enable inmemory & API level caching if disk cache is not enabled.
Bas Nieuwenhuizen
2018-07-24
1
-2
/
+1
*
radv: enable VK_KHR_16bit_storage extension / 16bit storage features
Daniel Schürmann
2018-07-23
3
-4
/
+8
*
radv: add support for 16bit input/output
Daniel Schürmann
2018-07-23
1
-17
/
+73
*
radv: print a big warning when RADV_TRACE_FILE is set
Samuel Pitoiset
2018-07-23
1
-0
/
+4
*
radv: fix a memleak for merged shaders on GFX9
Samuel Pitoiset
2018-07-23
1
-1
/
+1
*
radv: don't flush DB before subpass FS resolves
Samuel Pitoiset
2018-07-20
1
-2
/
+1
*
radv: simplify a condition in radv_src_access_flush()
Samuel Pitoiset
2018-07-20
1
-4
/
+6
*
radv: save current state just before resolving with FS
Samuel Pitoiset
2018-07-20
1
-5
/
+5
*
radv: don't check if a subpass has resolve attachments twice
Samuel Pitoiset
2018-07-20
2
-24
/
+0
*
radv: make use of radv_subpass_barrier() when resolving subpasses
Samuel Pitoiset
2018-07-20
4
-15
/
+20
*
radv: Fix incorrect assumption about ternary operator precedence
Danylo Piliaiev
2018-07-19
1
-2
/
+2
*
radv: Enable binning and dfsm by default on Raven.
Bas Nieuwenhuizen
2018-07-19
1
-2
/
+4
*
radv: Always set disable zpass increment bit when possible.
Bas Nieuwenhuizen
2018-07-19
1
-3
/
+1
[next]