util/futex: fix dangling pointer use
[mesa.git] / src / gallium /
2019-06-12 Caio Marcelo de... iris: Only upload surface state for grid info when...
2019-06-12 Caio Marcelo de... iris: Create binding table slot for num_work_groups...
2019-06-12 Rui Salvaterrar300g: implement GLSL disk shader caching
2019-06-12 Richard Thierr300g: restore performance after RADEON_FLAG_NO_INTERPR...
2019-06-12 Marek Olšákradeonsi: don't test SDMA perf if SDMA is disabled...
2019-06-12 Marek Olšákradeonsi: always interpolate PrimID as flat
2019-06-12 Marek Olšákradeonsi: move color clamping to si_llvm_export_vs...
2019-06-12 Marek Olšákradeonsi: use the ac helper for index buffer stores...
2019-06-12 Marek Olšákradeonsi: use the ac helper for image stores
2019-06-12 Marek Olšákradeonsi: use the ac helper for SSBO stores
2019-06-12 Marek Olšákradeonsi: fixes for vec3 buffer stores in LLVM 9
2019-06-11 Caio Marcelo de... iris: Enable PIPE_CAP_CS_DERIVED_SYSTEM_VALUES_SUPPORTED
2019-06-11 Caio Marcelo de... gallium: Add PIPE_CAP_CS_DERIVED_SYSTEM_VALUES_SUPPORTED
2019-06-11 Rob Clarkfreedreno/a5xx: enable a540
2019-06-11 Rob Clarkfreedreno/a6xx: enable UBWC by default
2019-06-11 Rob Clarkfreedreno/a6xx: disallow UBWC for z24s8
2019-06-11 Rob Clarkfreedreno/a6xx: use correct UBWC reg builders
2019-06-11 Rob Clarkfreedreno/a6xx: disable UBWC for some formats
2019-06-11 Rob Clarkfreedreno/a6xx: handle non-UWC-compatible image views
2019-06-11 Rob Clarkfreedreno/a6xx: handle non-UBWC-compatible texture...
2019-06-11 Rob Clarkfreedreno: add helper to uncompress UBWC resource
2019-06-11 Rob Clarkfreedreno: handle images in rebind_resource()
2019-06-11 Rob Clarkfreedreno: allow null discard box in shadow path
2019-06-11 Rob Clarkfreedreno: swap UBWC state in shadow path
2019-06-11 Rob Clarkfreedreno: add modifier param to fd_try_shadow_resource()
2019-06-11 Rob Clarkfreedreno: correct modifier for UBWC buffers
2019-06-11 Chia-I Wuvirgl: consider newly created resources idle
2019-06-11 Chia-I Wuvirgl: make resource_wait/resource_is_busy cheaper
2019-06-11 Chia-I Wuvirgl: add virgl_drm_{alloc,free,clear}_res_list
2019-06-11 Chia-I Wuvirgl: do not cache external resources
2019-06-11 Alyssa Rosenzweigpanfrost: Enable AFBC on depth/stencil
2019-06-11 Alyssa Rosenzweigpanfrost: Linear depth/stencil should be aligned
2019-06-11 Alyssa Rosenzweigpanfrost/midgard: Decode LOD/bias registers
2019-06-11 Alyssa Rosenzweigpanfrost/midgard: Decode texture offset register swizzle
2019-06-11 Alyssa Rosenzweigpanfrost/midgard/disasm: include textureGather()
2019-06-11 Alyssa Rosenzweigpanfrost/midgard: Support negative immediate offsets
2019-06-11 Alyssa Rosenzweigpanfrost/midgard: Fix redunant mask redundancy
2019-06-11 Alyssa Rosenzweigpanfrost/midgard/disasm: Print LOD for texelFetch
2019-06-11 Alyssa Rosenzweigpanfrost/midgard: Identify the in_reg_full field
2019-06-11 Alyssa Rosenzweigpanfrost/midgard/disasm: Correctly dump bias/LOD
2019-06-11 Alyssa Rosenzweigpanfrost/midgard/disasm: Cleanup texture op code
2019-06-11 Alyssa Rosenzweigpanfrost/midgard/disasm: Add missing space
2019-06-11 Alyssa Rosenzweigpanfrost/midgard/disasm: LOD immediate/register select
2019-06-11 Alyssa Rosenzweigpanfrost/midgard/disasm: Use texture op name bare
2019-06-11 Alyssa Rosenzweigpanfrost/midgard/disasm: Varying perspective divides
2019-06-11 Alyssa Rosenzweigpanfrost/midgard: Add perspective division opcodes
2019-06-11 Alyssa Rosenzweigpanfrost/midgard: Print texture offsets
2019-06-11 Alyssa Rosenzweigpanfrost/midgard: Expand texture to 4-channel swizzle
2019-06-11 Eduardo Lima Mitevfreedreno/a5xx: Fix indirect draw max_indices calculation
2019-06-10 Kenneth Graunkeiris: Bypass half-float pack/unpack lowering.
2019-06-10 Alyssa Rosenzweigpanfrost: Ignore discards in dead branch analysis
2019-06-10 Alyssa Rosenzweigpanfrost/midgard: Disambiguate register mode
2019-06-10 Alyssa Rosenzweigpanfrost/midgard: Expose vec8/vec16 modes
2019-06-10 Alyssa Rosenzweigpanfrost/midgard: Add shifting int modifiers
2019-06-10 Alyssa Rosenzweigpanfrost/midgard: Add integer outmods
2019-06-10 Alyssa Rosenzweigpanfrost/midgard: Note floating compares type convert
2019-06-10 Alyssa Rosenzweigpanfrost: Align linear renderable resources
2019-06-10 Alyssa Rosenzweigpanfrost: Fix stride check when mipmapping
2019-06-10 Alyssa Rosenzweigpanfrost: Refactor texture/sampler upload
2019-06-10 Alyssa Rosenzweigpanfrost: Refactor blitting code
2019-06-10 Alyssa Rosenzweigpanfrost: Refactor AFBC code
2019-06-10 Alyssa Rosenzweigpanfrost: Move pan_screen() to pan_screen.h
2019-06-10 Alyssa Rosenzweigpanfrost: Always align strides to cache line (64)
2019-06-10 Tomeu Vizosopanfrost: ci: Switch from direct Docker use to buildah
2019-06-09 Kenneth Graunkegallium/u_transfer_helper: Free the staging buffer...
2019-06-08 Alexandros Frantzisvirgl: Work around possible memory exhaustion
2019-06-08 Alexandros Frantzisvirgl: Remove incorrect resource wait condition
2019-06-08 Alexandros Frantzisvirgl: Use copy transfers for textures
2019-06-08 Alexandros Frantzisvirgl: Use buffer copy transfers to avoid waiting when...
2019-06-08 Alexandros Frantzisvirgl: Support copy transfers
2019-06-08 Alexandros Frantzisvirgl: Add copy_transfer3d definitions
2019-06-08 Alexandros Frantzisvirgl: Make VIRGL_BIND_STAGING resources cacheable
2019-06-08 Alexandros Frantzisvirgl: Support VIRGL_BIND_STAGING
2019-06-08 Alexandros Frantzisvirgl: Avoid unfinished transfer_get with PIPE_TRANSFER...
2019-06-08 Alexandros Frantzisvirgl: Deduplicate checks for resource caching
2019-06-08 Alexandros Frantzisvirgl: Don't try to use cached resources for legacy...
2019-06-08 Alexandros Frantzisvirgl: More info about chosen alignment value
2019-06-07 Chia-I Wuvirgl: store all info about atomic buffers
2019-06-07 Chia-I Wuvirgl: add shader images to virgl_shader_binding_state
2019-06-07 Chia-I Wuvirgl: add SSBOs to virgl_shader_binding_state
2019-06-07 Chia-I Wuvirgl: add UBOs to virgl_shader_binding_state
2019-06-07 Chia-I Wuvirgl: add virgl_shader_binding_state
2019-06-07 Kenneth Graunkeiris: Zero shs->cbuf0 when binding a passthrough TCS
2019-06-07 Rob Clarkfreedreno/a6xx: re-arrange program stageobj/group
2019-06-07 Rob Clarkfreedreno/a6xx: fix hangs with newer sqe fw
2019-06-07 Rob Clarkfreedreno/a6xx: WFI before RB_CCU_CNTL writes
2019-06-07 Rob Clarkfreedreno/a6xx: don't pre-dispatch texture fetch on...
2019-06-07 Rob Clarkfreedreno/a6xx: fix issues with gallium HUD
2019-06-07 Kenneth Graunkeiris: Rename bind_state to bind_shader_state.
2019-06-07 Alyssa Rosenzweigpanfrost/ci: Texture wrap tests are legitimately fixed
2019-06-07 Alyssa Rosenzweigpanfrost/midgard: Lower inot to inor with 0
2019-06-07 Alyssa Rosenzweigpanfrost/midgard: Cleanup tag fetch in disassembler
2019-06-07 Alyssa Rosenzweigpanfrost/midgard: Use fancy iterator
2019-06-07 Alyssa Rosenzweigpanfrost/midgard: Cull dead branches
2019-06-07 Alyssa Rosenzweigpanfrost/midgard: Add mir_print_bundle helper
2019-06-07 Alyssa Rosenzweigpanfrost/midgard/disasm: Pretty-print branch tags
2019-06-07 Alyssa Rosenzweigpanfrost/ci: Note some since-fixed tests
2019-06-07 Alyssa Rosenzweigpanfrost/midgard: Vectorize I/O
2019-06-07 Alyssa Rosenzweigpanfrost/midgard: Remove varyings delay pass
2019-06-07 Alyssa Rosenzweigpanfrost/midgard: Apply component to load_input
next