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
Commit message (
Expand
)
Author
Age
Files
Lines
*
vulkan/wsi: Move get_images into common code
Jason Ekstrand
2017-12-04
6
-57
/
+40
*
anv/wsi: Enable prime support
Jason Ekstrand
2017-12-04
1
-1
/
+1
*
anv/wsi: Use the common QueuePresent code
Jason Ekstrand
2017-12-04
1
-57
/
+6
*
vulkan/wsi: Set a proper pWaitDstStageMask on the dummy submit
Jason Ekstrand
2017-12-04
1
-0
/
+17
*
vulkan/wsi: Only wait on semaphores on the first swapchain
Jason Ekstrand
2017-12-04
1
-2
/
+7
*
vulkan/wsi: Refactor result handling in queue_present
Jason Ekstrand
2017-12-04
1
-26
/
+28
*
radv/wsi: Move the guts of QueuePresent to wsi common
Dave Airlie
2017-12-04
3
-87
/
+93
*
vulkan/wsi: Add a WSI_FROM_HANDLE macro
Jason Ekstrand
2017-12-04
1
-0
/
+3
*
radv/wsi: drop allocate memory special case
Dave Airlie
2017-12-04
2
-20
/
+6
*
vulkan/wsi: Do image creation in common code
Jason Ekstrand
2017-12-04
7
-303
/
+146
*
vulkan/wsi: Implement prime in a completely generic way
Jason Ekstrand
2017-12-04
7
-180
/
+475
*
radv: Move wsi initialization later in physical_device_init
Jason Ekstrand
2017-12-04
1
-6
/
+7
*
radv/image: Implement the wsi "extension"
Jason Ekstrand
2017-12-04
2
-2
/
+12
*
anv/image: Implement the wsi "extension"
Jason Ekstrand
2017-12-04
2
-4
/
+37
*
anv: Require a dedicated allocation for modified images
Jason Ekstrand
2017-12-04
1
-4
/
+49
*
anv/image: Add a drm_format_mod field
Jason Ekstrand
2017-12-04
2
-0
/
+7
*
radv: Implement VK_EXT_external_memory_dma_buf
Jason Ekstrand
2017-12-04
3
-12
/
+29
*
anv: Implement VK_EXT_external_memory_dma_buf
Jason Ekstrand
2017-12-04
3
-17
/
+34
*
vulkan/wsi: Add a mock image creation extension
Jason Ekstrand
2017-12-04
1
-0
/
+18
*
vulkan/wsi: Add wsi_swapchain_init/finish functions
Jason Ekstrand
2017-12-04
7
-4
/
+83
*
vulkan/wsi: Add a wsi_device_init function
Jason Ekstrand
2017-12-04
6
-2
/
+60
*
vulkan/wsi/x11: Handle the geometry check earlier in create_swapchain
Jason Ekstrand
2017-12-04
1
-9
/
+10
*
vulkan/wsi: Add a wsi_image structure
Daniel Stone
2017-12-04
5
-93
/
+65
*
vulkan/wsi: use function ptr definitions from the spec.
Dave Airlie
2017-12-04
4
-6
/
+8
*
i965: Emit CS stall before MEDIA_VFE_STATE.
Kenneth Graunke
2017-12-04
1
-0
/
+12
*
i965: Move PIPE_CONTROL defines and prototypes to brw_pipe_control.h.
Kenneth Graunke
2017-12-04
4
-62
/
+90
*
spirv: Replace unreachable with vtn_fail
Jason Ekstrand
2017-12-04
6
-111
/
+118
*
spirv: Replace assert with vtn_assert
Jason Ekstrand
2017-12-04
5
-249
/
+251
*
spirv: Add vtn_fail and vtn_assert helpers
Jason Ekstrand
2017-12-04
2
-0
/
+67
*
util: Add a NORETURN macro
Jason Ekstrand
2017-12-04
1
-0
/
+6
*
spirv: Do something useful with OpSource
Jason Ekstrand
2017-12-04
1
-1
/
+21
*
spirv: Rework logging
Jason Ekstrand
2017-12-04
4
-18
/
+119
*
spirv: Re-arrange vtn_builder initialization
Jason Ekstrand
2017-12-04
1
-6
/
+7
*
spirv: Parent the nir_shader to the builder while building
Jason Ekstrand
2017-12-04
1
-1
/
+4
*
freedreno: mark stencil buffer valid too in case of z32x24s8
Rob Clark
2017-12-04
2
-2
/
+4
*
freedreno: remove use of u_transfer
Rob Clark
2017-12-04
11
-41
/
+30
*
freedreno: add -Wno-packed-bitfield-compat for meson build
Eric Engestrom
2017-12-04
1
-2
/
+12
*
glsl: don't run intrastage array validation when the interface type is not an...
Samuel Iglesias Gonsálvez
2017-12-04
1
-1
/
+1
*
glsl/es: precision qualifier doesn't need to match in UBOs
Samuel Iglesias Gonsálvez
2017-12-04
1
-1
/
+1
*
nvc0/ir: Properly lower 64-bit shifts when the shift value is >32
Pierre Moreau
2017-12-04
1
-1
/
+1
*
glsl: Match order of gl_LightSourceParameters elements.
Fabian Bieler
2017-12-03
1
-2
/
+2
*
glsl: Fix gl_NormalScale.
Fabian Bieler
2017-12-03
3
-2
/
+6
*
st/glsl_to_nir/radeonsi: enable gs support for nir backend
Timothy Arceri
2017-12-04
3
-29
/
+47
*
ac: add si_nir_load_input_gs() to the abi
Timothy Arceri
2017-12-04
5
-14
/
+64
*
ac: move build_varying_gather_values() to ac_llvm_build.h and expose
Timothy Arceri
2017-12-04
3
-28
/
+32
*
ac: add basic nir -> llvm type helper
Timothy Arceri
2017-12-04
1
-0
/
+22
*
radeonsi: create si_llvm_load_input_gs()
Timothy Arceri
2017-12-04
2
-23
/
+44
*
radeonsi: pass llvm type to lds_load()
Timothy Arceri
2017-12-04
1
-13
/
+13
*
radeonsi: add llvm_type_is_64bit() helper
Timothy Arceri
2017-12-04
1
-0
/
+9
*
radeonsi: pass llvm type to si_llvm_emit_fetch_64bit()
Timothy Arceri
2017-12-04
3
-12
/
+18
[next]