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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
zink: disable PIPE_CAP_QUERY_TIME_ELAPSED for now
Erik Faye-Lund
2019-10-28
1
-0
/
+4
*
zink: support shadow-samplers
Erik Faye-Lund
2019-10-28
3
-7
/
+34
*
zink: fix rendering to 3D-textures
Erik Faye-Lund
2019-10-28
2
-1
/
+3
*
zink: initialize nr_samples for pipe_surface
Erik Faye-Lund
2019-10-28
1
-0
/
+1
*
zink: use primconvert to get rid of 8-bit indices
Erik Faye-Lund
2019-10-28
1
-1
/
+2
*
zink: also accept txl
Erik Faye-Lund
2019-10-28
1
-1
/
+2
*
HACK: zink: suspend / resume queries on batch-boundaries
Erik Faye-Lund
2019-10-28
4
-33
/
+176
*
zink: move set_active_query_state-stub to zink_query.c
Erik Faye-Lund
2019-10-28
2
-6
/
+6
*
zink: disable timestamp-queries
Erik Faye-Lund
2019-10-28
1
-0
/
+2
*
zink: fixup boolean queries
Erik Faye-Lund
2019-10-28
1
-4
/
+21
*
zink/spirv: support vec1 coordinates
Erik Faye-Lund
2019-10-28
1
-6
/
+11
*
zink: do not use both depth and stencil aspects for sampler-views
Erik Faye-Lund
2019-10-28
3
-7
/
+18
*
zink/spirv: always enable Sampled1D for fragment shaders
Erik Faye-Lund
2019-10-28
1
-0
/
+4
*
zink: add note about enabling PIPE_CAP_CLIP_HALFZ
Erik Faye-Lund
2019-10-28
1
-0
/
+5
*
zink: don't crash when setting rast-state to NULL
Erik Faye-Lund
2019-10-28
1
-1
/
+3
*
zink: remove insecure comment
Erik Faye-Lund
2019-10-28
1
-1
/
+0
*
zink: avoid texelFetch until it's implemented
Erik Faye-Lund
2019-10-28
1
-1
/
+1
*
zink: set ExecutionModeDepthReplacing when depth is written
Erik Faye-Lund
2019-10-28
1
-1
/
+5
*
zink: fixup: save rasterizer
Erik Faye-Lund
2019-10-28
1
-1
/
+1
*
zink: ensure layout is reasonable before copying
Erik Faye-Lund
2019-10-28
1
-0
/
+14
[prev]
[next]