Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
d7603cb518cf1e0bf2c07d6ce4b139bf075b3980
d7603cb
meson: Add default DRI drivers for ARM/AArch64
by Daniel Stone
· 7 years ago
28780c5
st/mesa: add compiler/nir/ prefix for nir includes
by Emil Velikov
· 7 years ago
d849d36
anv: off-by-one in GetDescriptorSetLayoutSupport
by Scott D Phillips
· 7 years ago
035cc7a
i965: perf: reduce i965 binary size
by Lionel Landwerlin
· 7 years ago
e9a9e85
i965: perf: fix a counter return type on hsw
by Lionel Landwerlin
· 7 years ago
604cac9
mesa: fix leaking ParameterValueOffset
by Tapani Pälli
· 7 years ago
478fc2d
dri3: Don't fail on version mismatch
by Daniel Stone
· 7 years ago
9a243ec
radv: don't lower indirects until after opts have run
by Timothy Arceri
· 7 years ago
dfe2f19
st/nir: fix atomic lowering for gallium drivers
by Timothy Arceri
· 7 years ago
632d5e9
st/radeonsi: enable uniform packing in NIR backend
by Timothy Arceri
· 7 years ago
231333a
st: add uniform packing support to lower_uniforms_to_ubo()
by Timothy Arceri
· 7 years ago
9c51a7e
gallium: add packed uniform CAP
by Timothy Arceri
· 7 years ago
ffa4bbe
st/nir/radeonsi: move nir_lower_uniforms_to_ubo() to the state tracker
by Timothy Arceri
· 7 years ago
a80cf44
st: add st_glsl_type_dword_size() helper
by Timothy Arceri
· 7 years ago
5488166
st/glsl_to_nir: add support for packed builtin uniforms
by Timothy Arceri
· 7 years ago
57ebab6
mesa: add _mesa_add_sized_state_reference() helper
by Timothy Arceri
· 7 years ago
2377754
mesa: add support propagate uniform support for packed uniforms
by Timothy Arceri
· 7 years ago
40711a7
mesa: allow for uniform packing when adding uniforms to param list
by Timothy Arceri
· 7 years ago
a2198d4
mesa: add packing support for setting uniform handles
by Timothy Arceri
· 7 years ago
6cfa15b
mesa: add packing support for setting uniforms
by Timothy Arceri
· 7 years ago
4a7c5c0
mesa: create copy uniform to storage helpers
by Timothy Arceri
· 7 years ago
edded12
mesa: rework ParameterList to allow packing
by Timothy Arceri
· 7 years ago
b13b9eb
mesa: add PackedDriverUniformStorage const
by Timothy Arceri
· 7 years ago
00910e3
broadcom/vc5: Don't annotate dumps with stale live intervals.
by Eric Anholt
· 7 years ago
facc3c6
broadcom/vc5: Add support for register spilling.
by Eric Anholt
· 7 years ago
271fc58
broadcom/vc5: Remove redundant last_inst lookup.
by Eric Anholt
· 7 years ago
34dc64f
broadcom/vc5: On QPU pack error, dump the instruction and return cleanly.
by Eric Anholt
· 7 years ago
d721348
broadcom/vc5: Add cursors to the compiler infrastructure, like NIR's.
by Eric Anholt
· 7 years ago
c81d681
broadcom/vc5: Move the umul macro to a header.
by Eric Anholt
· 7 years ago
9e28c18
broadcom/vc5: Correct the arg count of TIDX/EIDX.
by Eric Anholt
· 7 years ago
55bf298
broadcom/vc5: Re-do live variables after removing thrsws.
by Eric Anholt
· 7 years ago
c3a504f
broadcom/vc5: Add a QPU helper for instructions using the TLB.
by Eric Anholt
· 7 years ago
09c4dd1
broadcom/vc5: Introduce v3d_qpu_reads_vpm()/v3d_qpu_writes_vpm().
by Eric Anholt
· 7 years ago
407f21e
broadcom/vc5: The ldvpm signal also a case of using the VPM.
by Eric Anholt
· 7 years ago
4760040
broadcom/vc5: Extract v3d_qpu_writes_tmu() helper.
by Eric Anholt
· 7 years ago
32791a0
radv: don't export NULL layer.
by Dave Airlie
· 7 years ago
f674b50
mesa: adjust incorrect comment in texture_buffer_range
by Marek Olšák
· 7 years ago
6aeaa7d
nir: Don't compare b2f or b2i with zero
by Ian Romanick
· 9 years ago
e8d9b7a
radv: lower constant initializers on output variables earlier
by Dave Airlie
· 7 years ago
032014a
radv/query: handle multiview timestamp queries.
by Dave Airlie
· 7 years ago
32b4f3c
radv/query: handle multiview queries properly. (v3)
by Dave Airlie
· 7 years ago
4034dc5
radv/query: split out begin/end query emission
by Dave Airlie
· 7 years ago
d4c74ae
radv/multiview: mark layer_input if we have input attachments.
by Dave Airlie
· 7 years ago
f6338c3
anv/pipeline: set active_stages early
by Caio Marcelo de Oliveira Filho
· 7 years ago
318073c
anv/pipeline: fail if TCS/TES compile fail
by Caio Marcelo de Oliveira Filho
· 7 years ago
2ed2883
main/program_binary: In ProgramBinary set link status as LINKING_SKIPPED
by Jordan Justen
· 7 years ago
d2b74ca
i965: Allow disk shader cache usage with LINKING_SUCCESS status
by Jordan Justen
· 7 years ago
b5baaee
glsl/serialize: Save shader program metadata sha1
by Jordan Justen
· 7 years ago
9b473f9
glsl: Remove api_enabled tracking for transform feedback
by Jordan Justen
· 7 years ago
fc4a7aa
i965: Allow disk shader cache usage with transform feedback
by Jordan Justen
· 7 years ago
6d83094
glsl/shader_cache: Allow shader cache usage with transform feedback
by Jordan Justen
· 7 years ago
e10dc12
scons: need to split CC or things might fail
by Jose Fonseca
· 7 years ago
d07a49f
i965: Add INTEL_DEBUG stages support for disk shader cache
by Jordan Justen
· 7 years ago
8f052a3
radv: handle exporting view index to fragment shader. (v1.1)
by Dave Airlie
· 7 years ago
dbc2483
st/nine: Fix non inversible matrix check
by Axel Davy
· 7 years ago
f61e9a9
st/nine: Fixes warning about implicit conversion
by Axel Davy
· 7 years ago
71eae79
st/nine: Fix bad tracking of vs textures for NINESBT_ALL
by Axel Davy
· 7 years ago
76fa1f7
st/nine: Fix bad tracking of bound vs textures
by Axel Davy
· 7 years ago
e1b2e56
radv: make vk_format_description structures static
by Grazvydas Ignotas
· 7 years ago
331141e
radv: fix stale comment in generated vk_format_table.c
by Grazvydas Ignotas
· 7 years ago
7db1c09
anv: Silence warning about heap_size.
by Eric Anholt
· 7 years ago
d25640c
i965: Silence compiler warning about promoted_constants.
by Eric Anholt
· 7 years ago
9f89452
anv: Silence compiler warnings about uninitialized bind_offset.
by Eric Anholt
· 7 years ago
f3833f1
intel/compiler: Use gen_get_device_info() in test_eu_validate
by Matt Turner
· 7 years ago
54db78b
intel: Add cfl to gen_device_name_to_pci_device_id()
by Matt Turner
· 7 years ago
bc50013
meson+dri3: allow building against older xcb (v3)
by Rob Clark
· 7 years ago
7aeef2d
dri3: allow building against older xcb (v3)
by Dave Airlie
· 7 years ago
f099c3a
r600: consolidate PIPE_BIND_SHARED/SCANOUT handling
by Marek Olšák
· 7 years ago
f89e735
intel/compiler: Check for unsupported register sizes.
by Rafael Antognolli
· 7 years ago
315ee5f
loader: Include include/drm-uapi in the autotools build
by Jason Ekstrand
· 7 years ago
5fc21c6
egl/android: Implement the eglSwapinterval for Android.
by Wu, Zhongmin
· 7 years ago
3a9fb4f
st/mesa: simplify st_init_limits() via tgsi_processor_to_shader_stage
by Emil Velikov
· 7 years ago
f7f9531
tgsi: move tgsi_processor_to_shader_stage() to a header
by Emil Velikov
· 7 years ago
9fa1d82
egl/dri2: move wayland header inclusion where applicable
by Emil Velikov
· 7 years ago
d091c9c
vulkan/wsi/x11: correct DRI3 version in comment
by Emil Velikov
· 7 years ago
19ec817
vulkan/wsi/x11: use ARRAY_SIZE where applicable
by Emil Velikov
· 7 years ago
705a644
mesa: RGB9_E5 invalid for CopyTexSubImage* in GLES
by Juan A. Suarez Romero
· 7 years ago
5e51f72
etnaviv: remove superfluous \n from DBG(..) callers
by Christian Gmeiner
· 7 years ago
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
Next »