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
*
meson: move expat dependency where it's needed
Eric Engestrom
2017-10-18
2
-2
/
+2
*
automake: intel: move expat handling where it's used
Hongxu Jia
2017-10-18
2
-5
/
+2
*
radv: don't create dummy fs when compiling compute stage
Timothy Arceri
2017-10-18
1
-1
/
+1
*
radv: use the dispatch initiator for indirect dispatches
Samuel Pitoiset
2017-10-18
1
-11
/
+13
*
radv: remove XtoY_temps structs
Samuel Pitoiset
2017-10-18
1
-36
/
+26
*
anv: Install as Vulkan HAL module in Android.mk build
Tapani Pälli
2017-10-18
1
-1
/
+3
*
anv: Implement VK_ANDROID_native_buffer (v9)
Chad Versace
2017-10-18
8
-6
/
+459
*
anv: Move size check from anv_bo_cache_import() to caller (v2)
Chad Versace
2017-10-17
5
-23
/
+46
*
meson: turn on pl111 not vc4 when pl111 driver specificed
Dylan Baker
2017-10-17
1
-1
/
+1
*
radv: Link shaders.
Bas Nieuwenhuizen
2017-10-18
3
-1
/
+46
*
radv: reuse the multiple shader store & load functions for gs copy variant
Timothy Arceri
2017-10-18
3
-149
/
+17
*
radv: remove some now unused shader compile code
Timothy Arceri
2017-10-18
3
-254
/
+0
*
radv: switch to using radv_create_shaders()
Timothy Arceri
2017-10-18
1
-85
/
+29
*
radv: add radv_create_shaders() helper
Bas Nieuwenhuizen
2017-10-18
1
-0
/
+130
*
radv: add radv_hash_shaders() helper
Bas Nieuwenhuizen
2017-10-18
2
-0
/
+40
*
radv: Add multiple shader cache store & load functions.
Bas Nieuwenhuizen
2017-10-18
2
-0
/
+170
*
radv: Change cache datastructures for combined pipelines.
Bas Nieuwenhuizen
2017-10-18
1
-38
/
+64
*
radv: reorder init function calls
Timothy Arceri
2017-10-18
1
-2
/
+2
*
meson: Add support for the vc5 driver.
Eric Anholt
2017-10-17
8
-2
/
+217
*
meson: Add support for the pl111 driver.
Eric Anholt
2017-10-17
5
-2
/
+41
*
meson: Add support for the vc4 driver.
Eric Anholt
2017-10-17
9
-4
/
+234
*
radeonsi: if there's just const buffer 0, set it in place of CONST/SSBO pointer
Marek Olšák
2017-10-17
4
-13
/
+87
*
ac: clean up ac_build_indexed_load function interfaces
Marek Olšák
2017-10-17
5
-55
/
+61
*
radeonsi: handle 64-bit loads earlier in fetch_constant
Marek Olšák
2017-10-17
1
-16
/
+10
*
radeonsi: add si_descriptors::gpu_address and remove buffer_offset
Marek Olšák
2017-10-17
3
-14
/
+18
*
radeonsi: unify code for extracting a buffer address from a descriptor
Marek Olšák
2017-10-17
1
-4
/
+7
*
radeonsi: remove atom parameter from si_upload_descriptors
Marek Olšák
2017-10-17
1
-8
/
+4
*
radeonsi: pack si_descriptors better again
Marek Olšák
2017-10-17
1
-2
/
+2
*
radeonsi: emit dirty consecutive pointers in one SET_SH_REG packet
Marek Olšák
2017-10-17
1
-27
/
+39
*
radeonsi: split si_emit_shader_pointer
Marek Olšák
2017-10-17
1
-11
/
+23
*
radeonsi: generalize the SI_VS_SHADER_POINTER_MASK macro
Marek Olšák
2017-10-17
3
-4
/
+4
*
radeonsi/gfx9: use SPI_SHADER_USER_DATA_COMMON
Marek Olšák
2017-10-17
1
-13
/
+13
*
radeonsi/gfx9: move RW_BUFFERS from s[0:1] to s[8:9] for HS and GS
Marek Olšák
2017-10-17
2
-39
/
+16
*
radeonsi: add GFX-IB-size query to the HUD
Marek Olšák
2017-10-17
7
-0
/
+11
*
winsys/amdgpu: disable CPU caching for GFX & SDMA IBs
Marek Olšák
2017-10-17
1
-4
/
+9
*
winsys/amdgpu: don't do read-modify-write on command buffers
Marek Olšák
2017-10-17
2
-4
/
+16
*
broadcom/vc4: Fix false-positive for the tiling ioctls on simulator mode.
Eric Anholt
2017-10-17
1
-0
/
+1
*
broadcom/vc4: Skip BO labeling when in simulator mode.
Eric Anholt
2017-10-17
2
-1
/
+5
*
broadcom/vc5: Don't forget to set the RT format for 1555 textures.
Eric Anholt
2017-10-17
1
-2
/
+2
*
anv: Add func anv_gem_get_tiling()
Chad Versace
2017-10-17
2
-0
/
+17
*
anv: Move close(fd) from anv_bo_cache_import to its callers (v2)
Chad Versace
2017-10-17
4
-23
/
+24
*
anv: Add field anv_image::planes[]::bo_is_owned (v2)
Chad Versace
2017-10-17
2
-0
/
+14
*
anv: Better support for Android logging (v2)
Chad Versace
2017-10-17
4
-33
/
+15
*
intel: Add simple logging façade for Android (v2)
Chad Versace
2017-10-17
4
-1
/
+173
*
anv/android: Link to libsync, liblog in Android.mk
Tapani Pälli
2017-10-17
1
-1
/
+1
*
anv/android: Link to Android libraries in the autotools build
Chad Versace
2017-10-17
1
-0
/
+5
*
meson: s/radv_extensions/radv_extensions_c/ to respect var convention
Eric Engestrom
2017-10-17
1
-2
/
+2
*
meson: track python script dependency
Eric Engestrom
2017-10-17
1
-0
/
+1
*
vulkan/wsi: Free the event in x11_manage_fifo_queues().
Henri Verbeet
2017-10-17
1
-0
/
+1
*
meson: add missing radv_extensions.c generation for libvulkan_radeon
Eric Engestrom
2017-10-17
1
-1
/
+9
[next]