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: use type of src[0] for ntv store and load ops
Mike Blumenkrantz
2020-07-13
1
-4
/
+2
*
zink: add lengthy comment and remove assert from discard_if ntv pass
Mike Blumenkrantz
2020-07-13
1
-2
/
+43
*
zink: handle ntv case of nested loop instructions more permissively
Mike Blumenkrantz
2020-07-13
1
-1
/
+3
*
zink: use right vulkan type for GL_PRIMITIVES_GENERATED queries
Mike Blumenkrantz
2020-07-13
1
-1
/
+1
*
zink: only reset query pool on query end if current batch isn't in renderpass
Mike Blumenkrantz
2020-07-13
1
-44
/
+65
*
zink: properly handle query pool overflows
Mike Blumenkrantz
2020-07-13
1
-3
/
+12
*
zink: only stall during query destroy for xfb queries
Mike Blumenkrantz
2020-07-13
1
-7
/
+24
*
zink: use #define for number of queries per-pool
Mike Blumenkrantz
2020-07-13
1
-4
/
+6
*
zink: rework query handling
Mike Blumenkrantz
2020-07-13
8
-81
/
+135
*
zink: fix missing fallthrough comment
Timothy Arceri
2020-07-09
1
-0
/
+1
*
zink: translate gl_FragColor to gl_FragData before ntv to fix multi-rt output
Mike Blumenkrantz
2020-07-08
2
-5
/
+6
*
zink: expose depth-clip if supported
Erik Faye-Lund
2020-07-08
1
-3
/
+1
*
gallium: add PIPE_SHADER_CAP_GLSL_16BIT_TEMPS for LowerPrecisionTemporaries
Marek Olšák
2020-07-07
1
-0
/
+1
*
zink: implement Vk_EXT_index_type_uint8
Mike Blumenkrantz
2020-07-02
3
-5
/
+33
*
zink: set lower_uadd_carry in nir options
Mike Blumenkrantz
2020-06-29
1
-0
/
+1
*
zink: use OpFUnordNotEqual for nir_op_fne
Mike Blumenkrantz
2020-06-26
1
-1
/
+1
*
zink: set lower_mul_high and lower_rotate in ntv compiler options
Mike Blumenkrantz
2020-06-26
1
-0
/
+2
*
zink: handle isign alu in ntv
Mike Blumenkrantz
2020-06-26
1
-0
/
+1
*
zink: handle ixor in ntv
Mike Blumenkrantz
2020-06-26
1
-0
/
+1
*
zink: lower byte/word extract ops in nir
Mike Blumenkrantz
2020-06-26
1
-0
/
+2
*
zink: add bitfield_reverse handling to ntv
Mike Blumenkrantz
2020-06-26
1
-0
/
+1
*
zink: add ult handling for ntv
Mike Blumenkrantz
2020-06-26
1
-0
/
+1
*
zink: handle signed and unsigned min/max ops in ntv
Mike Blumenkrantz
2020-06-26
1
-0
/
+4
*
zink: unify code for setting resource barriers
Mike Blumenkrantz
2020-06-25
1
-26
/
+20
*
zink: clamp VkImageCreateInfo.arrayLayers to 1 for image resource creation
Mike Blumenkrantz
2020-06-24
1
-1
/
+1
*
zink: use correct define value for reserved slot count in ntv
Mike Blumenkrantz
2020-06-22
1
-1
/
+1
*
zink: use int assignment for vk int type
Mike Blumenkrantz
2020-06-19
1
-1
/
+1
*
zink: enable xfb extension in screen creation
Mike Blumenkrantz
2020-06-17
1
-2
/
+26
*
zink: switch to passing VkPhysicalDeviceFeatures2 in VkDeviceCreateInfo
Mike Blumenkrantz
2020-06-17
1
-1
/
+4
*
zink: set PIPE_CAP_VIEWPORT_TRANSFORM_LOWERED and remove POS special casing
Mike Blumenkrantz
2020-06-17
2
-16
/
+3
*
zink: implement transform feedback support to finish off opengl 3.0
Mike Blumenkrantz
2020-06-17
11
-22
/
+349
*
zink: implement streamout and xfb handling in ntv
Mike Blumenkrantz
2020-06-17
5
-8
/
+241
*
zink: add spirv_builder methods for OpVectorExtractDynamic and OpVectorInsert...
Mike Blumenkrantz
2020-06-17
2
-1
/
+45
*
zink: add spirv builder util functions for emitting xfb decorations
Mike Blumenkrantz
2020-06-17
2
-0
/
+36
*
zink: use '2' variants for device props/feats, check features for ext enabling
Mike Blumenkrantz
2020-06-17
1
-3
/
+21
*
zink: expose GLSL 1.30
Erik Faye-Lund
2020-06-16
1
-1
/
+1
*
zink: enable cull-distance if supported
Erik Faye-Lund
2020-06-16
1
-2
/
+0
*
zink: rework input/output location emission
Mike Blumenkrantz
2020-06-15
1
-55
/
+107
*
zink: handle more glsl->spirv builtin translation
Mike Blumenkrantz
2020-06-15
1
-14
/
+22
*
zink: only report device-local memory as video-memory
Erik Faye-Lund
2020-06-10
1
-2
/
+5
*
zink: emit interpolation decorations for ntv outputs
Mike Blumenkrantz
2020-06-09
1
-0
/
+17
*
zink: track program usages for each shader
Mike Blumenkrantz
2020-06-09
4
-1
/
+34
*
zink: assert that image-view format isn't undefined
Erik Faye-Lund
2020-06-09
1
-0
/
+1
*
zink: emulate B8G8R8X8_SRGB with B8G8R8A8_SRGB
Erik Faye-Lund
2020-06-09
1
-0
/
+1
*
nir: add callback to nir_remove_dead_variables()
Timothy Arceri
2020-06-03
1
-1
/
+1
*
zink: Use store_dest_raw instead of storing an uint
Erik Faye-Lund
2020-06-02
1
-2
/
+1
*
gallium: add shader caps INT16 and FP16_DERIVATIVES
Marek Olšák
2020-06-02
1
-0
/
+2
*
meson: use gnu_symbol_visibility argument
Dylan Baker
2020-06-01
1
-1
/
+1
*
zink: Check fopen result.
Vinson Lee
2020-05-29
1
-3
/
+5
*
zink: always use logical eq ops in ntv with 1bit inputs
Mike Blumenkrantz
2020-05-27
1
-9
/
+28
[next]