Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
9aeb726045d4df13e3c832fb62f449961faeddee
9aeb726
pan/midgard: Fix block successors
by Alyssa Rosenzweig
· 5 years ago
1a11603
pan/midgard: Add helper to pack load/store registers
by Alyssa Rosenzweig
· 5 years ago
e112d9d
pan/midgard: Decode register/component in load/store argument
by Alyssa Rosenzweig
· 5 years ago
5a572f4
pan/midgard: Fix REGISTER_OFFSET
by Alyssa Rosenzweig
· 5 years ago
c908772
pan/midgard: Split ld/st unknown to arg_1/arg_2 fields
by Alyssa Rosenzweig
· 5 years ago
2d54fdb
radv: Expose VK_KHR_imageless_framebuffer.
by Bas Nieuwenhuizen
· 5 years ago
9475782
radv: Implement VK_KHR_imageless_framebuffer.
by Bas Nieuwenhuizen
· 5 years ago
a7041f3
radv: Store image view also outside framebuffer.
by Bas Nieuwenhuizen
· 5 years ago
49e6c2f
radv: Store color/depth surface info in attachment info instead of framebuffer.
by Bas Nieuwenhuizen
· 5 years ago
cd98d94
panfrost: Allocate polygon lists on-demand
by Alyssa Rosenzweig
· 5 years ago
ed501c0
panfrost: Handle the bo == NULL case in panfrost_bo_[un]reference()
by Boris Brezillon
· 5 years ago
12f7217
panfrost: Get rid of the skippable param in attach_vt_framebuffer()
by Boris Brezillon
· 5 years ago
8227d28
panfrost: Don't emit a new FB desc when setting a new FB state
by Boris Brezillon
· 5 years ago
95507a3
panfrost: Bail out early when doing a wallpaper blit
by Boris Brezillon
· 5 years ago
8645afc
panfrost: Bail out early when new and current FB states are equal
by Boris Brezillon
· 5 years ago
17d6ee2
panfrost: Delay FB descriptor allocation
by Boris Brezillon
· 5 years ago
b5ca1e5
panfrost: Remove job from ctx->jobs at submission time
by Boris Brezillon
· 5 years ago
20b00e1
panfrost: Make ctx->job useful
by Boris Brezillon
· 5 years ago
72e7b7a
ac/nir,radv: Optimize bounds check for 64 bit CAS.
by Bas Nieuwenhuizen
· 5 years ago
74baeac
gallivm: fix issue with AtomicCmpXchg wrapper on llvm 3.5-3.8
by Roland Scheidegger
· 5 years ago
dcf9d91
util: Handle differences in pthread_setname_np
by Matt Turner
· 5 years ago
55eadf9
util/os_time: use detect_os.h to uncouple from gallium
by Eric Engestrom
· 5 years ago
bffa233
util/u_debug: use detect_os.h
by Eric Engestrom
· 5 years ago
7f12a66
util/os_misc: use detect_os.h to start uncoupling from gallium
by Eric Engestrom
· 5 years ago
87adc89
util/os_memory: use detect_os.h to uncouple it from gallium
by Eric Engestrom
· 5 years ago
9a51481
gallium: deduplicate os detection logic by using detect_os.h
by Eric Engestrom
· 5 years ago
8c52bca
gallium/utils: drop PIPE_SUBSYSTEM_WINDOWS_USER
by Eric Engestrom
· 5 years ago
e740e7a
scons: rename PIPE_SUBSYSTEM_EMBEDDED to EMBEDDED_DEVICE
by Eric Engestrom
· 5 years ago
8c63348
gallium: remove never-used PIPE_SUBSYSTEM_DRI
by Eric Engestrom
· 5 years ago
bfb7003
util: fix typo in comment
by Eric Engestrom
· 5 years ago
362e9d8
util: introduce detect_os.h
by Eric Engestrom
· 5 years ago
9d5beab
freedreno/batch: fix dependency loop detection
by Rob Clark
· 5 years ago
e1790c5
freedreno/a6xx: add missing flush/invalidates for blit
by Rob Clark
· 5 years ago
d8379da
freedreno/a6xx: skip tiles with no geometry
by Rob Clark
· 5 years ago
de3e130
freedreno/a6xx: VSC overflow detection/handling
by Rob Clark
· 5 years ago
401f532
freedreno/a6xx: remove USE/IGNORE_VISIBILITY draw patching
by Rob Clark
· 5 years ago
146d6e6
freedreno/a6xx: cleanup "blit_mem"
by Rob Clark
· 5 years ago
1cbb7f7
freedreno: refresh tile debug
by Rob Clark
· 5 years ago
44f3c1c
freedreno: update registers
by Rob Clark
· 5 years ago
c179ded
freedreno/gmem: small cleanup
by Rob Clark
· 5 years ago
e2bb3e8
freedreno/drm: convert ring_pool to child_pool
by Rob Clark
· 5 years ago
9ac2379
freedreno/drm: remove idx_lock
by Rob Clark
· 5 years ago
e439f63
freedreno/batch: always update last_fence
by Rob Clark
· 5 years ago
c93eae7
freedreno: drop unused fd_fence_ref param
by Rob Clark
· 5 years ago
1637a53
pan/midgard: Print invert modifier
by Alyssa Rosenzweig
· 5 years ago
62a5ee3
pan/midgard: Flip conditionals
by Alyssa Rosenzweig
· 5 years ago
d066ca35
pan/midgard: Add bitwise src/invert fusing
by Alyssa Rosenzweig
· 5 years ago
620c271
pan/midgard: Add .not propagation pass
by Alyssa Rosenzweig
· 5 years ago
b821e1b
pan/midgard: Fuse invert into bitwise ops
by Alyssa Rosenzweig
· 5 years ago
d8584c5
freedreno: a2xx: implement texture tiling
by Jonathan Marek
· 5 years ago
fb5c3db
freedreno: a2xx: use nir_lower_alu_to_scalar instead of lowering pass
by Jonathan Marek
· 5 years ago
e652ca4
freedreno: a2xx: fix HW binning for batches with >256K vertices
by Jonathan Marek
· 5 years ago
257957b
freedreno: a2xx: fix fneg/fabs/fsat opcodes
by Jonathan Marek
· 5 years ago
43dbd7d
freedreno: a2xx: fix order of NIR opts
by Jonathan Marek
· 5 years ago
57e980a
freedreno: a2xx: fix non-etc1 cubemaps
by Jonathan Marek
· 5 years ago
2e029ac
freedreno: a2xx: fix fast clear not being used for Z24X8 buffers
by Jonathan Marek
· 5 years ago
e25388c
freedreno: align renderonly scanout buffers
by Jonathan Marek
· 5 years ago
6125c93
gitlab-ci: just build all the tools
by Eric Engestrom
· 5 years ago
a86eccf
i965/clear: clear_value better precision
by Sergii Romantsov
· 5 years ago
e8110e5
radv: fix image_has_{cmask,fmask}() helpers
by Samuel Pitoiset
· 5 years ago
ad1bc86
radv: remove radv_get_image_fmask_info()
by Samuel Pitoiset
· 5 years ago
10d08da
radv/gfx10: add missing dcc_tile_swizzle tweak
by Samuel Pitoiset
· 5 years ago
9c9745e
radv: remove radv_get_image_cmask_info()
by Samuel Pitoiset
· 5 years ago
856487a
radv: only account for tile_swizzle for color surfaces with DCC
by Samuel Pitoiset
· 5 years ago
e1c5d8a
radv: Enable VK_KHR_shader_atomic_int64
by Bas Nieuwenhuizen
· 5 years ago
a17f220
ac/nir: Implement LLVM9 64-bit buffer compare & exchange.
by Bas Nieuwenhuizen
· 5 years ago
73274c9
Revert "ac/nir: handle negate modifier"
by Connor Abbott
· 5 years ago
4a382d6
Revert "ac/nir: handle abs modifier"
by Connor Abbott
· 5 years ago
06ec14d
iris: bump compat profile support to 4.6
by Timothy Arceri
· 5 years ago
74f96b0
egl: fix OpenGL 3.1 context creation
by Timothy Arceri
· 5 years ago
f41516b
nir/find_array_copies: Reject copies with mismatched type
by Connor Abbott
· 5 years ago
7368000
radv: re-apply "Optimize rebinding the same descriptor set."
by Samuel Pitoiset
· 5 years ago
96a5445
radv/gfx10: use the correct target machine for Wave32
by Samuel Pitoiset
· 5 years ago
8a86908
radv/gfx10: add Wave32 support for vertex, tessellation and geometry shaders
by Samuel Pitoiset
· 5 years ago
953bbac
radv/gfx10: add Wave32 support for fragment shaders
by Samuel Pitoiset
· 5 years ago
18c2e09
gallium: Implement GL_EXT_shader_samples_identical via a new capability
by Kenneth Graunke
· 5 years ago
adcc0a8
intel/tools: Fix aubinator_viewer build.
by Kenneth Graunke
· 5 years ago
54fbc62
intel/ir: Fix CFG corruption in opt_predicated_break().
by Francisco Jerez
· 5 years ago
ddb59cd
intel/device: make internal functions private
by Mark Janes
· 5 years ago
086c486
intel/device: rename gen_get_device_info
by Mark Janes
· 5 years ago
d594d2a
intel/tools: use device info initializer
by Mark Janes
· 5 years ago
e4a0070
anv: use initialization routine for gen_device_info
by Mark Janes
· 5 years ago
49465f1
iris/screen: use initialization routine for gen_device_info
by Mark Janes
· 5 years ago
96e1c94
i965: Move device info initialization to common code
by Mark Janes
· 5 years ago
1186f6e
i965/perf: verify kernel support before registering OA metrics
by Mark Janes
· 5 years ago
7852fe5
intel/common: provide common ioctl routine
by Mark Janes
· 5 years ago
b40ba2d
panfrost: Remove unused argument
by Alyssa Rosenzweig
· 5 years ago
ff345d4
panfrost: Handle MESA_SHADER_COMPUTE in compile callback
by Alyssa Rosenzweig
· 5 years ago
73c40d6
pan/midgard: Use standard list traversal to find initial tag
by Alyssa Rosenzweig
· 5 years ago
4647999
panfrost: Use gl_shader_stage directly for compiles
by Alyssa Rosenzweig
· 5 years ago
d9eb65c
panfrost: Emit "draw" info for compute jobs
by Alyssa Rosenzweig
· 5 years ago
22a8f6d
panfrost: Feed compute shaders into the compiler
by Alyssa Rosenzweig
· 5 years ago
1b28462
panfrost: Expose compute shaders as panfrost_shader_variants
by Alyssa Rosenzweig
· 5 years ago
8b53230
panfrost: Remove shader state *base
by Alyssa Rosenzweig
· 5 years ago
c228046
panfrost: Remove CSO dependency from shader_compile
by Alyssa Rosenzweig
· 5 years ago
428bed3
panfrost: Generalize UBO upload for other shader stages
by Alyssa Rosenzweig
· 5 years ago
a34370e
panfrost: Guard vertex upload by ctx->vertex != NULL
by Alyssa Rosenzweig
· 5 years ago
3bfdb87
panfrost: Generalize vertex shader upload
by Alyssa Rosenzweig
· 5 years ago
3b72241
panfrost: Share gl_enables between VERTEX/COMPUTE
by Alyssa Rosenzweig
· 5 years ago
871c02b
panfrost: Invoke compute shader according to grid info
by Alyssa Rosenzweig
· 5 years ago
Next »