Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
e96a1d27dc69b039575f912d6705546b9c7b3141
e96a1d2
radv: run nir_opt_move_load_ubo
by Samuel Pitoiset
· 7 years ago
af355aa
nir: add nir_opt_move_load_ubo() optimization pass
by Samuel Pitoiset
· 7 years ago
9d0d806
radv: drop geometry stride user sgpr.
by Dave Airlie
· 7 years ago
6f05154
radv: get rid of geometry user sgpr for num entries.
by Dave Airlie
· 7 years ago
9188bd7
radv: migrate lds size calculations to shader gen.
by Dave Airlie
· 7 years ago
384aced
radv: drop scanning the tess shader in the nir code.
by Dave Airlie
· 7 years ago
f50d520
radv: use num_patches output from tcs shader.
by Dave Airlie
· 7 years ago
bf9a0ea
radv/tess: remove last chunk of tess sgprs
by Dave Airlie
· 7 years ago
6db44d6
radv: pass num_patches to tes from tcs
by Dave Airlie
· 7 years ago
010d055
radv: drop tess offchip layout for tcs.
by Dave Airlie
· 7 years ago
ee31cff
radv: drop tcs_out_offsets
by Dave Airlie
· 7 years ago
b0460bb
radv: drop tcs_out_layout
by Dave Airlie
· 7 years ago
6adf991
radv/tess: drop tcs_in_layout setting completely.
by Dave Airlie
· 7 years ago
f343d11
radv: drop ls_out_layout const.
by Dave Airlie
· 7 years ago
d89b16b
radv/shader_info: start gathering tess output info (v2)
by Dave Airlie
· 7 years ago
2012dae
radv: migrate unique index info shader info (v2)
by Dave Airlie
· 7 years ago
f02f1ad
Revert "mesa: do not trigger _NEW_TEXTURE_STATE in glActiveTexture()"
by Samuel Pitoiset
· 7 years ago
51783f3
anv: silence unused variable warning
by Lionel Landwerlin
· 7 years ago
b5b56f9
i965: silence unused function warning
by Lionel Landwerlin
· 7 years ago
0f544a3
anv: silence unused function warning on gen11
by Lionel Landwerlin
· 7 years ago
2a7027f
meson: fix pipe-loaders after omx changes
by Dylan Baker
· 7 years ago
9bd7a6f
meson: require amdgpu >= 2.4.91
by Dylan Baker
· 7 years ago
f8773ed
configure.ac: require libdrm_amdgpu 2.4.91
by Marek Olšák
· 7 years ago
5d0acff
configure.ac: blacklist libdrm 2.4.90
by Marek Olšák
· 7 years ago
16ecf03
radv: dump LLVM IR when a hang is detected
by Samuel Pitoiset
· 7 years ago
8181866
radv: record LLVM IR when debugging shaders
by Samuel Pitoiset
· 7 years ago
d07edf5
radv: add dump_shader to the NIR compiler options
by Samuel Pitoiset
· 7 years ago
50fcca3
radv: pass the NIR compiler options to ac_compile_llvm_module()
by Samuel Pitoiset
· 7 years ago
14c27c2
radv: print some information when RADV_TRACE_FILE is set
by Samuel Pitoiset
· 7 years ago
5be2757
radv: only display options that are enabled
by Samuel Pitoiset
· 7 years ago
6332893
mailmap: Use Eric Engestrom's personal email address
by Eric Engestrom
· 8 years ago
5076721
spirv/radv: add AMD_gcn_shader capability, remove current extensions
by Alejandro Piñeiro
· 7 years ago
adf58e5
spirv: update arguments for vtn_nir_alu_op_for_spirv_opcode()
by Samuel Iglesias Gonsálvez
· 7 years ago
ce2fd87
spirv: fix the translation of SPIR-V conversion opcodes to NIR
by Samuel Iglesias Gonsálvez
· 7 years ago
98f35ad
vbo: Correctly handle source arrays in vbo_split_copy.
by Mathias Fröhlich
· 7 years ago
361f79c
sched.h needs to be imported on Darwin/OSX targets.
by Apple SWE
· 7 years ago
67f27b1
Add processor topology calculation implementation for Darwin/OSX targets.
by Apple SWE
· 7 years ago
4b15b5e
virgl: resize resource bo allocation if we need to.
by Dave Airlie
· 7 years ago
c1e47a3
nv50,nvc0: Support BGRX1010102 and RGBX1010102 for sampling.
by Mario Kleiner
· 7 years ago
03e37ec
util: Use set_foreach instead of rolling our own
by Thomas Helland
· 10 years ago
5f129c0
glsl: Use hash table cloning in copy propagation
by Thomas Helland
· 8 years ago
6baaf42
util: Implement a hash table cloning function
by Thomas Helland
· 8 years ago
388ed47
st/mesa: Factorize duplicate code in st_BlitFramebuffer()
by Guillaume Charifi
· 7 years ago
7dd261a
autotools: add -I/src/egl to tizonia
by Dylan Baker
· 7 years ago
848f2b6
Revert "Add processor topology calculation implementation for Darwin/OSX targets."
by Dylan Baker
· 7 years ago
0f30c80
Revert "sched.h needs to be imported on Darwin/OSX targets."
by Dylan Baker
· 7 years ago
b617bfc
compiler: int8/uint8 support
by Karol Herbst
· 7 years ago
fcf267b
radv: Fix CmdCopyImage between uncompressed and compressed images
by Alex Smith
· 7 years ago
38f3411
radv: fix vkGetDeviceQueue2() when create flags don't match
by Samuel Pitoiset
· 7 years ago
25a966a
spirv: Handle doubles when multiplying a mat by a scalar
by Neil Roberts
· 7 years ago
1a0aba7
anv/entrypoints: VkGetDeviceProcAddr returns NULL for core instance commands
by Iago Toral Quiroga
· 7 years ago
a631575
anv/entrypoints: dispatches to VkQueue are device-level
by Iago Toral Quiroga
· 7 years ago
3b0f208
radv: drop assert on bindingDescriptorCount > 0
by Dave Airlie
· 7 years ago
9dc5063
sched.h needs to be imported on Darwin/OSX targets.
by Apple SWE
· 7 years ago
de0d10d
Add processor topology calculation implementation for Darwin/OSX targets.
by Apple SWE
· 7 years ago
274f8bf
r600: fix abs for op3 sources
by Roland Scheidegger
· 7 years ago
27a5e53
radv: mark all tess output for an indirect access.
by Dave Airlie
· 7 years ago
4f0c89d
ac/nir: pass the nir variable through tcs loading.
by Dave Airlie
· 7 years ago
f9de2d4
radv: get correct offset into LDS for indexed vars.
by Dave Airlie
· 7 years ago
4e44284
nir: lower_load_const_to_scalar fix for 8/16b types
by Rob Clark
· 7 years ago
2aad12b
Update the documentation for meson
by Dylan Baker
· 7 years ago
85000b8
ac/nir: Use lower_vote_eq_to_ballot instead of ac_nir_lower_subgroups
by Jason Ekstrand
· 7 years ago
3d1d7e8
nir/subgroups: Add lowering for vote_ieq/vote_feq to a ballot
by Jason Ekstrand
· 7 years ago
8247a30
meson: don't use compiler.has_header
by Dylan Baker
· 7 years ago
8379bff
i965: Emit texture cache invalidates around blorp_copy
by Jason Ekstrand
· 7 years ago
a326eed
brodacom/vc4: Fix simulator since the perfmon change.
by Eric Anholt
· 7 years ago
191bc7c
spirv: Silence compiler warning about undefined srcs[0]
by Eric Anholt
· 7 years ago
7c83430
ac/nir: rename radeon_llvm_reg_index_soa() to ac_llvm_reg_index_soa()
by Samuel Pitoiset
· 7 years ago
b128fd7
ac/nir: remove some unnecessary includes and declarations
by Samuel Pitoiset
· 7 years ago
cd4e823
ac/nir: drop radv prefix from radv_lower_gather4_integer()
by Samuel Pitoiset
· 7 years ago
fbe6945
ac/nir: move ac_nir_compiler_options and friends to radv folder
by Samuel Pitoiset
· 7 years ago
2372294
ac: move ac_shader_info to radv folder
by Samuel Pitoiset
· 7 years ago
2cfba40
ac/nir: move ac_shader_variant_info and friends to radv folder
by Samuel Pitoiset
· 7 years ago
b265300
ac/nir: move all RADV related code to radv_nir_to_llvm.c
by Samuel Pitoiset
· 7 years ago
8e15824
ac/nir: make emit_barrier() non-static
by Samuel Pitoiset
· 7 years ago
4e3117b
ac/nir: move radeon_llvm_reg_index_soa() to ac_nir_to_llvm.h
by Samuel Pitoiset
· 7 years ago
3a30b89
ac/nir: make handle_shader_output_decl() non-static
by Samuel Pitoiset
· 7 years ago
3fe47b1
ac/nir: change prototype of handle_shader_output_decl()
by Samuel Pitoiset
· 7 years ago
61a91ca
ac/nir: move unpack_param() to ac_llvm_build.c
by Samuel Pitoiset
· 7 years ago
28bb687
ac/nir: move trim_vector to ac_llvm_build.c
by Samuel Pitoiset
· 7 years ago
895632b
ac/nir: move cast_ptr() to ac_llvm_build.c
by Samuel Pitoiset
· 7 years ago
bf63682
ac/nir: move ac_build_alloca() to ac_llvm_build.c
by Samuel Pitoiset
· 7 years ago
370e356
gallium: silence __builtin_frame_address nonzero argument is unsafe warning
by Timothy Arceri
· 7 years ago
b7c6870
meson: Add moduledir to d3d.pc
by Dylan Baker
· 7 years ago
a2f08dd
gallium: Use struct gl_array_attributes* as st_pipe_vertex_format argument.
by Mathias Fröhlich
· 7 years ago
def0030
mesa: Don't write to user buffer in glGetTexParameterIuiv on error
by Ian Romanick
· 7 years ago
f94597f
gallium: work around libtool relink issue for libdrm
by Roman Gilg
· 7 years ago
678ba53
vulkan: autotools: do not redirect stdin/stdout for wayland-scanner
by Emil Velikov
· 7 years ago
8151f5c
wayland-drm: autotools: do not redirect stdin/stdout for wayland-scanner
by Emil Velikov
· 7 years ago
1178e0c
egl: autotools: do not redirect stdin/stdout for wayland-scanner
by Emil Velikov
· 7 years ago
0818973
docs: document removal of GLX_SGIX_swap_{barrier,group} stubs
by Emil Velikov
· 7 years ago
5ef608f
glx: remove empty GLX_SGIX_swap_group stubs
by Emil Velikov
· 7 years ago
2c765b0
gallium/x11: remove empty GLX_SGIX_swap_group stubs
by Emil Velikov
· 7 years ago
afab516
x11: remove empty GLX_SGIX_swap_group stubs
by Emil Velikov
· 7 years ago
742b8e3
glx: remove empty GLX_SGIX_swap_barrier stubs
by Emil Velikov
· 7 years ago
4477313
gallium/x11: remove empty GLX_SGIX_swap_barrier stubs
by Emil Velikov
· 7 years ago
1d2d519
x11: remove empty GLX_SGIX_swap_barrier stubs
by Emil Velikov
· 7 years ago
f197f02
configure: remove unused AM_CONDITIONAL
by Emil Velikov
· 7 years ago
997306c
radv: Increase the number of dynamic uniform buffers.
by Bas Nieuwenhuizen
· 7 years ago
e76cf1f
u_vbuf/translate: pass max_index into the set_buffer.
by Dave Airlie
· 7 years ago
Next »