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
/
gallium
/
drivers
/
zink
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
zink: make sure src image is transfer-src-optimal
Duncan Hopkins
2019-11-06
1
-0
/
+4
*
zink: do not advertize coherent mapping
Erik Faye-Lund
2019-11-06
1
-1
/
+1
*
zink: always allow mutating the format
Erik Faye-Lund
2019-11-06
1
-2
/
+3
*
zink: use actual format for render-pass
Erik Faye-Lund
2019-11-06
1
-3
/
+4
*
zink: emit line-width when using polygon line-mode
Erik Faye-Lund
2019-10-31
1
-1
/
+20
*
zink: heap-allocate samplers objects
Erik Faye-Lund
2019-10-31
1
-7
/
+14
*
zink: only enable KHR_external_memory_fd if supported
Erik Faye-Lund
2019-10-30
3
-7
/
+28
*
zink: drop nop descriptor-updates
Erik Faye-Lund
2019-10-30
1
-4
/
+5
*
zink: use bitfield for dirty flagging
Erik Faye-Lund
2019-10-30
2
-7
/
+6
*
zink: use dynamic state for line-width
Erik Faye-Lund
2019-10-30
5
-13
/
+17
*
zink: Use optimal layout instead of general. Reduces valid layer warnings. Fi...
Duncan Hopkins
2019-10-30
3
-36
/
+113
*
zink: pass line width from rast_state to gfx_pipeline_state.
Duncan Hopkins
2019-10-29
1
-1
/
+3
*
zink: emulate optional depth-formats
Erik Faye-Lund
2019-10-28
6
-8
/
+42
*
zink: error if VK_KHR_maintenance1 isn't supported
Erik Faye-Lund
2019-10-28
2
-2
/
+7
*
zink: simplify gl-to-vulkan lowering
Erik Faye-Lund
2019-10-28
1
-48
/
+23
*
zink/spirv: more complete sampler-dim handling
Erik Faye-Lund
2019-10-28
1
-4
/
+8
*
zink: fixup scissoring
Erik Faye-Lund
2019-10-28
2
-35
/
+12
*
zink: limited uniform buffer size so the limits is not exceeded.
Duncan Hopkins
2019-10-28
1
-1
/
+2
*
zink: do not set lineWidth to invalid value
Erik Faye-Lund
2019-10-28
1
-1
/
+6
*
zink: pass screen to zink_create_gfx_pipeline
Erik Faye-Lund
2019-10-28
3
-4
/
+8
*
zink: respect ubo buffer alignment requirement
Duncan Hopkins
2019-10-28
1
-2
/
+5
*
zink: fix line-width calculation
Duncan Hopkins
2019-10-28
1
-3
/
+16
*
zink: fixup return-value
Erik Faye-Lund
2019-10-28
1
-1
/
+1
*
zink: refactor blitting
Erik Faye-Lund
2019-10-28
1
-107
/
+138
*
zink: implement resource_from_handle
Erik Faye-Lund
2019-10-28
1
-4
/
+27
*
zink: use VK_FORMAT_B8G8R8A8_UNORM for PIPE_FORMAT_B8G8R8X8_UNORM
Erik Faye-Lund
2019-10-28
1
-0
/
+1
*
zink: do not set VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT for non-3D textures
Erik Faye-Lund
2019-10-28
1
-10
/
+4
*
zink/spirv: alias var0 on tex0 etc instead
Erik Faye-Lund
2019-10-28
1
-2
/
+6
*
zink: lower two-sided coloring
Erik Faye-Lund
2019-10-28
2
-4
/
+9
*
zink/spirv: alias generic varyings on non-generic ones
Erik Faye-Lund
2019-10-28
1
-9
/
+12
*
zink/spirv: implement load_front_face
Erik Faye-Lund
2019-10-28
2
-3
/
+43
*
zink/spirv: fixup b2i32
Erik Faye-Lund
2019-10-28
1
-2
/
+33
*
zink: do not lower bools to float
Erik Faye-Lund
2019-10-28
2
-2
/
+1
*
zink/spirv: prepare for 1-bit booleans
Erik Faye-Lund
2019-10-28
1
-6
/
+6
*
zink/spirv: fixup b2i32 and implement b2f32
Erik Faye-Lund
2019-10-28
1
-1
/
+10
*
zink/spirv: clean up get_[fu]vec_constant
Erik Faye-Lund
2019-10-28
1
-59
/
+48
*
zink/spirv: inline get_uvec_constant into emit_load_const
Erik Faye-Lund
2019-10-28
1
-3
/
+17
*
zink/spirv: add emit_uint_const-helper
Erik Faye-Lund
2019-10-28
1
-14
/
+20
*
zink/spirv: add emit_bitcast-helper
Erik Faye-Lund
2019-10-28
1
-6
/
+11
*
zink/spirv: use bit_size instead of hard-coding
Erik Faye-Lund
2019-10-28
1
-2
/
+2
*
zink/spirv: implement emit_float_const helper
Erik Faye-Lund
2019-10-28
1
-6
/
+12
*
zink/spirv: implement emit_select helper
Erik Faye-Lund
2019-10-28
1
-4
/
+11
*
zink/spirv: implement b2i32
Erik Faye-Lund
2019-10-28
1
-0
/
+5
*
zink/spirv: implement bitwise ops
Erik Faye-Lund
2019-10-28
1
-0
/
+3
*
zink/spirv: implement bcsel
Erik Faye-Lund
2019-10-28
1
-0
/
+5
*
zink/spirv: assert bit-size
Erik Faye-Lund
2019-10-28
1
-0
/
+1
*
zink/spirv: implement f2b1
Erik Faye-Lund
2019-10-28
1
-0
/
+9
*
zink/spirv: use ordered compares
Erik Faye-Lund
2019-10-28
1
-2
/
+2
*
zink: lower point-size
Erik Faye-Lund
2019-10-28
1
-0
/
+1
*
zink: add missing sRGB DXT-formats
Erik Faye-Lund
2019-10-28
1
-0
/
+5
[prev]
[next]