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
...
*
vulkan/wsi/x11: Consistently update and return swapchain status
Daniel Stone
2018-02-21
1
-19
/
+63
*
vulkan/wsi/x11: Set OUT_OF_DATE if wait_for_special_event fails
Jason Ekstrand
2018-02-21
1
-1
/
+3
*
vulkan/wsi/wayland: Add support for zwp_dmabuf
Daniel Stone
2018-02-21
4
-15
/
+142
*
anv/image: Add support for modifiers for WSI
Jason Ekstrand
2018-02-21
4
-4
/
+104
*
anv/image: Separate modifiers from legacy scanout
Jason Ekstrand
2018-02-21
3
-38
/
+21
*
vulkan/wsi: Add modifiers support to wsi_create_native_image
Jason Ekstrand
2018-02-21
5
-19
/
+177
*
vulkan/wsi: Add drm_modifier member to wsi_image
Daniel Stone
2018-02-21
4
-1
/
+6
*
vulkan/wsi: Add multiple planes to wsi_image
Daniel Stone
2018-02-21
4
-20
/
+31
*
nir: remove old assert
Timothy Arceri
2018-02-22
1
-1
/
+0
*
radeonsi/nir: collect more accurate output_usagemask
Timothy Arceri
2018-02-22
1
-13
/
+43
*
radeonsi/nir: disable GLSL IR loop unrolling
Timothy Arceri
2018-02-22
1
-0
/
+2
*
radeonsi/nir: fix tess varying loads for doubles
Timothy Arceri
2018-02-22
1
-2
/
+2
*
ac/radeonsi: pass type to load_tess_varyings()
Timothy Arceri
2018-02-22
4
-2
/
+17
*
x11/dri3: Store raw present completion mode
Daniel Stone
2018-02-21
2
-10
/
+4
*
x11/dri3: Don't open-code ARRAY_SIZE
Daniel Stone
2018-02-21
2
-3
/
+4
*
anv: Don't assert that stencil HiZ clears are single-slice
Jason Ekstrand
2018-02-21
1
-3
/
+6
*
anv: Only copy clear dwords if we're rendering to the first slice
Jason Ekstrand
2018-02-21
1
-1
/
+4
*
radeonsi: don't flush when si_eliminate_fast_color_clear is no-op
Marek Olšák
2018-02-21
1
-1
/
+5
*
radeonsi: make texture_discard_cmask/eliminate functions non-static
Marek Olšák
2018-02-21
2
-11
/
+13
*
radeonsi: enable uvd encode for HEVC main
James Zhu
2018-02-21
1
-1
/
+3
*
radeonsi:create uvd hevc enc entry
James Zhu
2018-02-21
1
-3
/
+12
*
radeon/uvd:add uvd hevc enc functions
James Zhu
2018-02-21
3
-0
/
+383
*
radeon/uvd:add uvd hevc enc hw ib implementation
James Zhu
2018-02-21
3
-0
/
+1134
*
radeon/uvd:add uvd hevc enc hw interface header
James Zhu
2018-02-21
3
-0
/
+471
*
winsys/amdgpu:add uvd hevc enc support in amdgpu cs
James Zhu
2018-02-21
1
-0
/
+6
*
amd/common:add uvd hevc enc support check in hw query
James Zhu
2018-02-21
2
-1
/
+12
*
nvir/nvc0: fix legalizing of ld unlock c0[0x10000]
Karol Herbst
2018-02-21
1
-1
/
+1
*
ac/nir: add glsl_is_array_image() helper
Samuel Pitoiset
2018-02-21
1
-23
/
+18
*
ac/nir: set the DA field when performing atomics on 3D images
Samuel Pitoiset
2018-02-21
1
-1
/
+2
*
i965: Fix compiler warning about write being undefined.
Eric Anholt
2018-02-20
1
-1
/
+1
*
glsl/tests: Fix a compiler warning about signed/unsigned loop comparison.
Eric Anholt
2018-02-20
1
-1
/
+1
*
loader: Fix compiler warnings about truncating the PCI ID path.
Eric Anholt
2018-02-20
1
-8
/
+7
*
glsl: Silence warnings in the uniform initializer test about 16-bit types
Eric Anholt
2018-02-20
1
-0
/
+9
*
i965: Enable disk shader cache by default
Jordan Justen
2018-02-20
2
-3
/
+1
*
radv: don't send num_tcs_input_cp to sgprs.
Dave Airlie
2018-02-21
1
-4
/
+1
*
radv/tess: don't need to look in constant for vertices_per_patch
Dave Airlie
2018-02-21
2
-2
/
+5
*
ac/radv: cleanup some tcs output values access
Dave Airlie
2018-02-21
1
-2
/
+8
*
ac/radv: remove total_vertices variable
Dave Airlie
2018-02-21
1
-4
/
+3
*
ac/radv: don't mark tess inner as used if we don't use it.
Dave Airlie
2018-02-21
1
-8
/
+11
*
ac/nir: to integer the args to bcsel.
Dave Airlie
2018-02-20
1
-1
/
+2
*
anv/blorp: Use layout_to_aux_usage when a layout is provided
Jason Ekstrand
2018-02-20
1
-25
/
+46
*
anv/cmd_buffer: Delete some assert-only variables
Jason Ekstrand
2018-02-20
1
-4
/
+1
*
anv/cmd_buffer: Use layout_to_* helpers in compute_aux_usage
Jason Ekstrand
2018-02-20
1
-18
/
+35
*
anv/cmd_buffer: Simplify transition_depth_buffer
Jason Ekstrand
2018-02-20
1
-12
/
+0
*
anv/cmd_buffer: Do subpass image transitions in begin/end_subpass
Jason Ekstrand
2018-02-20
1
-132
/
+88
*
anv/cmd_buffer: Mark depth/stencil surfaces written in begin_subpass
Jason Ekstrand
2018-02-20
1
-21
/
+29
*
anv/cmd_buffer: Sync clear values in begin_subpass
Jason Ekstrand
2018-02-20
1
-100
/
+48
*
anv/pass: Store usage in each subpass attachment
Jason Ekstrand
2018-02-20
3
-14
/
+39
*
anv/cmd_buffer: Add a concept of pending load aspects
Jason Ekstrand
2018-02-20
2
-6
/
+17
*
anv/cmd_buffer: Iterate all subpass attachments when clearing
Jason Ekstrand
2018-02-20
1
-45
/
+33
[prev]
[next]