Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
42b73955808d7b33cf8f65fc8b4abe53aeaba135
42b7395
radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIK
by Nicolai Hähnle
· 8 years ago
7cb3535
radeonsi: handle MultiDrawIndirect in si_get_draw_start_count
by Nicolai Hähnle
· 8 years ago
c47f1d6
gallivm: Override getHostCPUName() "generic" w/ "pwr8" (v4)
by Ben Crocker
· 8 years ago
c8e345a
gallivm: Improve debug output (V2)
by Ben Crocker
· 8 years ago
b8d2371
winsys/amdgpu: reduce max_alloc_size based on GTT limits
by Nicolai Hähnle
· 8 years ago
bc8d047
gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionally
by Marek Olšák
· 8 years ago
91b3b54
gallium/util: remove unused u_index_modify helpers
by Marek Olšák
· 8 years ago
9c80a81
radeonsi: fix UNSIGNED_BYTE index buffer fallback with non-zero start (v2)
by Marek Olšák
· 8 years ago
e1ba82d
i965/fs: fix uninitialized memory access
by Lionel Landwerlin
· 8 years ago
b4880ea
radv: Never try to create more than max_sets descriptor sets.
by Bas Nieuwenhuizen
· 8 years ago
a594bd1
i965/fs: Fix the inline nir_op_pack_double optimization
by Jason Ekstrand
· 8 years ago
63ef132
bin/get-fixes-pick-list.sh: add new script
by Emil Velikov
· 8 years ago
13f1fb0
bin/get-pick-list.sh: remove ancient way of nominating patches
by Emil Velikov
· 8 years ago
61d9475
bin/get-pick-list.sh: limit `git grep ...' only as needed
by Emil Velikov
· 8 years ago
a5f3255
bin/get-typod-pick-list.sh: limit `git grep ...' to only as needed
by Emil Velikov
· 8 years ago
227db8d
bin/get-extra-pick-list: rework to use already_picked list
by Emil Velikov
· 8 years ago
a57d1af
bin/get-extra-pick-list: use git merge-base to get the branchpoint
by Emil Velikov
· 8 years ago
173a2ab
anv: wsi: report presentation error per image request
by Lionel Landwerlin
· 8 years ago
3c93076
glx/glvnd: Fix GLXdispatchIndex sorting
by Hans de Goede
· 8 years ago
3b52413
anv: fix Get*MemoryRequirements for !LLC
by Connor Abbott
· 8 years ago
e179a60
radv: adopt some init config workarounds from radeonsi.
by Dave Airlie
· 8 years ago
3b97299
radv: fix cik macroModeIndex.
by Dave Airlie
· 8 years ago
e42f43b
radv: change base aligmment for allocated memory.
by Dave Airlie
· 8 years ago
2416481
nvc0: disable linked tsc mode in compute launch descriptor
by Ilia Mirkin
· 8 years ago
bd25bc6
tgsi: fix memory leak in tgsi sanity check
by Dave Airlie
· 8 years ago
4d40f72
intel/blorp: Swizzle clear colors on the CPU
by Jason Ekstrand
· 8 years ago
84a2f46
mesa: Do (TCS && !TES) draw time validation in ES as well.
by Kenneth Graunke
· 8 years ago
1db3ceb
i965/sampler_state: Set the "Base Mip Level" field on Sandy Bridge
by Jason Ekstrand
· 8 years ago
bcd58a9
i965/sampler_state: Pass texObj into update_sampler_state
by Jason Ekstrand
· 8 years ago
d5859cb
i965/sampler_state: Clamp min/max LOD to 14 on gen7+
by Jason Ekstrand
· 8 years ago
eb5a044
st/mesa: don't pass compare mode for stencil-sampled textures
by Ilia Mirkin
· 8 years ago
8d7110e
nvc0: set the render condition in the compute object
by Ilia Mirkin
· 8 years ago
138be7e
gm107/ir: fix address offset bitfield for ATOMS
by Ilia Mirkin
· 8 years ago
1f76523
glsl: non-last member unsized array on SSBO must fail compilation on GLSL ES 3.1
by Jose Maria Casanova Crespo
· 8 years ago
ce0eebc
vc4: Avoid emitting small immediates for UBO indirect load address guards.
by Eric Anholt
· 8 years ago
548fe31
gallivm: Reenable PPC VSX (v3)
by Ben Crocker
· 8 years ago
80b41d9
docs: add sha256 checksums for 17.0.0
by Emil Velikov
· 8 years ago
683462e
docs: Update 17.0.0 release notes
by Emil Velikov
· 8 years ago
8088ffa
Update version to 17.0.0(final)
by Emil Velikov
· 8 years ago
2692663
util/disk_cache: use stat() to check if entry is a directory
by Timothy Arceri
· 8 years ago
e81e284
configure.ac: correctly manage llvm auto-detection
by Emil Velikov
· 8 years ago
edecfda
configure.ac: disable enable_gallium_llvm in the !x86 case
by Emil Velikov
· 8 years ago
d0c7c6a
configure.ac: set LLVM_{C, CXX, LD}FLAGS only as needed
by Emil Velikov
· 8 years ago
619b102
configure.ac: Only define HAVE_LLVM if LLVM is used
by Tobias Droste
· 8 years ago
b90405d
configure.ac: Rework MESA_LLVM and LLVM detection
by Tobias Droste
· 8 years ago
d6e8489
configure.ac: move enable-gallium-llvm dependency with-gallium-drivers
by Emil Velikov
· 8 years ago
fbc28af
configure.ac: Mandate --enable-gallium-llvm when checking LLVM version
by Emil Velikov
· 8 years ago
8ae5b0b
configure.ac: Rename the gallium_require_llvm helper
by Emil Velikov
· 8 years ago
7265963
configure.ac: Don't check LLVM version in require_llvm
by Tobias Droste
· 8 years ago
ba43238
configure.ac: move AC_ARG_ENABLE([gallium-llvm] hunk further up
by Emil Velikov
· 8 years ago
7e6b4a2
anv/blorp: Disable resolves for transparent black clears
by Nanley Chery
· 8 years ago
72156aa
gallium/radeon: fix performance of buffer readbacks
by Marek Olšák
· 8 years ago
32d0dc5
tgsi-dump: dump label if instruction has one
by Marc-André Lureau
· 8 years ago
8ca2e38
nvc0/ir: fix ubo max clamp, reset file index
by Ilia Mirkin
· 8 years ago
40281fc
nvc0/ir: fix robustness guarantees for constbuf loads on kepler+ compute
by Ilia Mirkin
· 8 years ago
73b1570
nvc0: increase number of ubo binding points
by Ilia Mirkin
· 8 years ago
06128bd
glsl: correct compute shader checks for memoryBarrier functions
by Marc Di Luzio
· 8 years ago
05abd64
Revert "i965: Disable guardband clipping in the smaller-than-viewport case."
by Kenneth Graunke
· 8 years ago
0946822
i965: Always scissor on Gen6-7.5 instead of disabling guardband.
by Kenneth Graunke
· 8 years ago
d44a881
i965: Use a better guardband calculation.
by Jason Ekstrand
· 8 years ago
726c327
i965: Combine the Gen6 SF and Clip viewport atoms.
by Kenneth Graunke
· 8 years ago
dc398d9
radv: pass FMASK alignment to application
by Dave Airlie
· 8 years ago
d424194
radv: Pass DCC alignment to application.
by Bas Nieuwenhuizen
· 8 years ago
27b6f74
radv: Pass CMASK alignment to application.
by Bas Nieuwenhuizen
· 8 years ago
1e868de
radv/ac: avoid the fmask path when doing txs.
by Dave Airlie
· 8 years ago
be48168
swr: [rasterizer core] Remove dead code Clipper::ClipScalar()
by Bruce Cherniak
· 8 years ago
cdc5bb8
dri/common: clear the loaderPrivate pointer in driDestroyDrawable
by Nicolai Hähnle
· 8 years ago
e4bb5be
glx: guard swap-interval functions against destroyed drawables
by Nicolai Hähnle
· 8 years ago
48d5cf3
glx/dri3: guard in_current_context against a disappeared drawable
by Nicolai Hähnle
· 8 years ago
b3bc9b4
glx/dri3: handle NULL pointers in loader-to-DRI3 drawable conversion
by Nicolai Hähnle
· 8 years ago
241e0b7
radv: fix shared memory load/stores.
by Dave Airlie
· 8 years ago
e789af4
radv/ac: correctly size shared memory usage.
by Dave Airlie
· 8 years ago
f02f17f
winsys/amdgpu: avoid potential segfault in amdgpu_bo_map()
by Samuel Pitoiset
· 8 years ago
d4f1ed6
st/mesa: MAX_VARYING is the max supported number of patch varyings, not min
by Ilia Mirkin
· 8 years ago
d936b57
vbo: process buffer binding state changes on draw when recording
by Ilia Mirkin
· 8 years ago
539afe4
Revert "radeonsi: decrease the number of texture slots to 24"
by Marek Olšák
· 8 years ago
19f029c
anv/pass: Store the depth-stencil attachment's last subpass index
by Nanley Chery
· 8 years ago
ebbca2f
vulkan: Don't install vk_platform.h or vulkan.h.
by Matt Turner
· 8 years ago
40fc6e7
android: correct typo in build
by Tapani Pälli
· 8 years ago
07571cd8
Update version to 17.0.0-rc3
by Emil Velikov
· 8 years ago
2fc362f
etnaviv: force vertex buffers through the MMU
by Lucas Stach
· 8 years ago
89b51c7
st/va: make sure that we call begin_frame() only once v2
by Christian König
· 8 years ago
ac2337e
st/vdpau: only send buffers with B8G8R8A8 format to X
by Nayan Deshmukh
· 8 years ago
77ec080
android: fix llvm, elf dependencies for M, N releases
by Mauro Rossi
· 8 years ago
eadbc95
anv: Improve flushing around STATE_BASE_ADDRESS
by Jason Ekstrand
· 8 years ago
69ec90a
anv: Flush render cache before STATE_BASE_ADDRESS on gen7
by Jason Ekstrand
· 8 years ago
7abecef
isl/formats: Only advertise sampling for A4B4G4R4 on Broadwell
by Jason Ekstrand
· 8 years ago
5d470a6
intel/blorp: Handle clearing of A4B4G4R4 on all platforms
by Jason Ekstrand
· 8 years ago
3df060d
etnaviv: Set SE.CLIP registers, add margins for scissor/clip registers
by Wladimir J. van der Laan
· 8 years ago
34cd53c
etnaviv: Generate new sin/cos instructions on GC3000
by Wladimir J. van der Laan
· 8 years ago
05d1c8a
anv/cmd_buffer: Use the proper depth input attachment surface state
by Nanley Chery
· 8 years ago
ca222b7
glsl: fix heap-buffer-overflow
by Bartosz Tomczyk
· 8 years ago
6c89a72
etnaviv: Cannot render to rb-swapped formats
by Wladimir J. van der Laan
· 8 years ago
f3b7a51
etnaviv: Avoid infinite loop in find_frame()
by Christian Gmeiner
· 8 years ago
9ecfbaf
radv/ac: apply slice rounding to 1d arrays as well.
by Dave Airlie
· 8 years ago
eaf311d
radv/ac: implement txs for buffer textures.
by Dave Airlie
· 8 years ago
bbb4562
radv/ac: handle nir irem opcode.
by Dave Airlie
· 8 years ago
7083ca2
radv/ac: fix multisample subpass image.
by Dave Airlie
· 8 years ago
8917af1
radv: handle transfer_write as a dst flag.
by Dave Airlie
· 8 years ago
b7f7dc7
radeonsi: don't invoke DCC decompression in update_all_texture_descriptors
by Marek Olšák
· 8 years ago
Next »