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
*
radv: sort the shader capabilities alphabetically
Samuel Pitoiset
2019-04-16
1
-3
/
+3
*
iris: Make shader_perf_log print to stderr if INTEL_DEBUG=perf is set
Kenneth Graunke
2019-04-15
1
-4
/
+11
*
radv: enable shaderInt8 on SI and CIK
Samuel Pitoiset
2019-04-16
2
-4
/
+3
*
virgl: fix fence fd version check
Chia-I Wu
2019-04-15
1
-2
/
+2
*
virgl: introduce virgl_drm_fence
Chia-I Wu
2019-04-15
2
-45
/
+115
*
virgl: hide fence internals from the driver
Chia-I Wu
2019-04-15
4
-41
/
+44
*
virgl: handle fence_server_sync in winsys
Chia-I Wu
2019-04-15
6
-20
/
+28
*
gallivm: fix bogus assert in get_indirect_index
Roland Scheidegger
2019-04-16
1
-1
/
+1
*
glsl/linker: always validate explicit locations for first and last interfaces
Andres Gomez
2019-04-15
3
-20
/
+17
*
vc4: fix build
Rhys Perry
2019-04-15
1
-1
/
+0
*
iris: Fix FLUSH_EXPLICIT handling with staging buffers.
Kenneth Graunke
2019-04-15
1
-23
/
+41
*
iris: Preserve all PIPE_TRANSFER flags in xfer->usage
Kenneth Graunke
2019-04-15
2
-13
/
+12
*
iris: Actually mark blorp_copy_buffer destinations as written.
Kenneth Graunke
2019-04-15
1
-0
/
+1
*
drirc: add Spectacle, Falkon to a-sync blacklist
grmat
2019-04-15
1
-0
/
+6
*
drirc: add Waterfox to adaptive-sync blacklist
davidbepo
2019-04-15
1
-0
/
+3
*
drirc: add Budgie WM to adaptive-sync blacklist
El Christianito
2019-04-15
1
-0
/
+3
*
Delete autotools
Dylan Baker
2019-04-15
135
-9126
/
+0
*
radeonsi: enable GL_EXT_shader_image_load_formatted
Marek Olšák
2019-04-15
1
-0
/
+1
*
st/mesa: add support for EXT_shader_image_load_formatted
Rhys Perry
2019-04-15
1
-0
/
+1
*
mesa, glsl: add support for EXT_shader_image_load_formatted
Rhys Perry
2019-04-15
5
-0
/
+15
*
gallium: add support for formatted image loads
Rhys Perry
2019-04-15
8
-0
/
+8
*
radv: set ACCESS_NON_READABLE on stores for copy/fill/clear meta shaders
Samuel Pitoiset
2019-04-15
2
-0
/
+3
*
radv: Use local buffers for the global bo list.
Bas Nieuwenhuizen
2019-04-15
3
-2
/
+8
*
ac: Move has_local_buffers disable to radeonsi.
Bas Nieuwenhuizen
2019-04-15
2
-3
/
+5
*
radv: Add bolist RADV_PERFTEST flag.
Bas Nieuwenhuizen
2019-04-15
2
-0
/
+3
*
ac: fix incorrect bindless atomic code in visit_image_atomic
Marek Olšák
2019-04-15
1
-3
/
+3
*
nir,ac/nir: fix cube_face_coord
Rhys Perry
2019-04-15
2
-8
/
+24
*
anv: Update to use the new features struct names
Jason Ekstrand
2019-04-15
1
-6
/
+6
*
vulkan: Update the XML and headers to 1.1.106
Jason Ekstrand
2019-04-15
1
-18
/
+64
*
nir: fix packing components with arrays
Timothy Arceri
2019-04-15
1
-1
/
+2
*
radv: enable VK_KHR_shader_float16_int8
Samuel Pitoiset
2019-04-15
2
-1
/
+2
*
spirv: add SpvCapabilityFloat16 support
Samuel Pitoiset
2019-04-15
2
-1
/
+5
*
intel: Emit 3DSTATE_VF_STATISTICS dynamically
Kenneth Graunke
2019-04-14
6
-11
/
+35
*
nir/validate: Require unused bits of nir_const_value to be zero
Jason Ekstrand
2019-04-14
2
-20
/
+41
*
nir/load_const_to_scalar: Get rid of a bit size switch statement
Jason Ekstrand
2019-04-14
1
-19
/
+1
*
spirv: Drop some unneeded bit size switch statements
Jason Ekstrand
2019-04-14
1
-62
/
+4
*
nir/constant_folding: Get rid of a bit size switch statement
Jason Ekstrand
2019-04-14
1
-19
/
+1
*
nir: make nir_const_value scalar
Karol Herbst
2019-04-14
43
-416
/
+470
*
spirv: reduce array size in vtn_handle_constant
Karol Herbst
2019-04-14
1
-1
/
+1
*
nir/loop_analyze: use nir_const_value.b for boolean results, not u32
Karol Herbst
2019-04-14
1
-1
/
+1
*
nir/print: Use nir_src_as_int for array indices
Jason Ekstrand
2019-04-14
1
-3
/
+2
*
nir/builder: Add a nir_imm_zero helper
Jason Ekstrand
2019-04-14
4
-17
/
+18
*
nir/builder: Move nir_imm_vec2 from blorp into the builder
Karol Herbst
2019-04-14
2
-12
/
+12
*
lima: use nir_src_as_float
Karol Herbst
2019-04-14
2
-9
/
+2
*
freedreno/ir3: use nir_src_as_uint in a few places
Karol Herbst
2019-04-14
5
-51
/
+20
*
intel/nir: use nir_src_is_const and nir_src_as_uint
Karol Herbst
2019-04-14
1
-6
/
+4
*
intel/nir: Take a nir_tex_instr and src index in brw_texture_offset
Jason Ekstrand
2019-04-14
4
-27
/
+21
*
radv: use nir constant helpers
Karol Herbst
2019-04-14
2
-20
/
+10
*
amd/nir: some cleanups
Karol Herbst
2019-04-14
1
-20
/
+9
*
panfrost/midgard: Use shared nir_lower_viewport_transform
Alyssa Rosenzweig
2019-04-14
1
-101
/
+4
[next]