imgui: delete demo file
[mesa.git] / src / gallium /
2019-05-20 Rob Clarkfreedreno/a6xx: WFI in program stateobj too
2019-05-20 Rob Clarkfreedreno/a6xx: make sure binning pass constlen is...
2019-05-20 Rob Clarkfreedreno/a6xx: limit IBO state to draw pass
2019-05-20 Rob Clarkfreedreno/a6xx: don't evaluate FS tex state in binning...
2019-05-20 Qiang Yulima/gpir: switch to use nir_lower_viewport_transform
2019-05-20 Qiang Yulima/gpir: support vector ssa load
2019-05-20 Qiang Yulima/gpir: add helper function for emit load node
2019-05-19 Alyssa Rosenzweigpanfrost/midgard: Split up midgard_compile.c (RA)
2019-05-19 Alyssa Rosenzweigpanfrost: Improve fixed-function blending
2019-05-19 Alyssa Rosenzweigpanfrost: Wire up nir_lower_blend
2019-05-19 Alyssa Rosenzweigpanfrost/midgard: Route new blending intrinsics
2019-05-19 Alyssa Rosenzweigpanfrost/nir: Add nir_lower_blend pass
2019-05-19 Alyssa Rosenzweigpanfrost: Fix Bifrost-specific padding
2019-05-19 Alyssa Rosenzweigpanfrost: Cleanup panfrost_job comments
2019-05-19 Alyssa Rosenzweigpanfrost/decode: Decode blend constant
2019-05-19 Alyssa Rosenzweigpanfrost: Hoist blend constant into Midgard-specific...
2019-05-19 Alyssa Rosenzweigpanfrost/decode: Disassemble Bifrost shaders
2019-05-18 Eric Engestrommeson: expose glapi through osmesa
2019-05-17 Neha Bhendedraw: fix memory leak introduced 7720ce32a
2019-05-17 Alyssa Rosenzweigpanfrost/midgard: Typofix
2019-05-17 Thomas Hellstromsvga: Add an environment variable to force coherent...
2019-05-17 Thomas Hellstrompipebuffer, winsys/svga: Add functionality to update...
2019-05-17 Thomas Hellstromsvga: Set the rendered-to flag for dma transfers to...
2019-05-17 Thomas Hellstromwinsys/svga: Fix RELOC_INTERNAL mob GPU access
2019-05-17 Thomas Hellstromsvga: Remove the surface_invalidate winsys function
2019-05-17 Gert WollnyRevert "softpipe/buffer: load only as many components...
2019-05-17 Alyssa Rosenzweigpanfrost: Cleanup leak todos
2019-05-16 Alyssa Rosenzweigpanfrost: assert(0) -> unreachable for some switch
2019-05-16 Eric Anholtfreedreno: Log the number of loops in the shader for...
2019-05-16 Eric Anholtfreedreno: Output the same shader-db format as v3d...
2019-05-16 Eric Anholtfreedreno: Remove the ir3_tgsi_to_nir() helper function.
2019-05-16 Eric Anholtfreedreno: Fix assertion failures in context setup...
2019-05-16 Marek Olšákr600+radeonsi: use ctx_query_reset_status on radeon
2019-05-16 Marek Olšákwinsys/radeon: implement ctx_query_reset_status by...
2019-05-16 Marek Olšákwinsys/amdgpu: report a CS rejection as a reset only...
2019-05-16 Marek Olšákradeonsi: update buffer descriptors in all contexts...
2019-05-16 Marek Olšákradeonsi: remove old_va parameter from si_rebind_buffer...
2019-05-16 Marek Olšákradeonsi: compute culling - flush CS to remove write...
2019-05-16 Marek Olšákradeonsi: invalidate caches at the beginning of the...
2019-05-16 Marek Olšákradeonsi: disable primitive restart for triangles for...
2019-05-16 Marek Olšákradeonsi: add primitive culling stats to the HUD
2019-05-16 Marek Olšákradeonsi: cull primitives with async compute for large...
2019-05-16 Marek Olšákwinsys/amdgpu: add REWIND emulation via INDIRECT_BUFFER...
2019-05-16 Marek Olšákradeonsi: add si_vs_prolog_bits::unpack_instance_id_fro...
2019-05-16 Marek Olšákradeonsi: make some functions non-static
2019-05-16 Marek Olšákradeonsi: allow si_shader_select_with_key to return...
2019-05-16 Marek Olšákradeonsi: use pipe_draw_info::instance_count indirectly
2019-05-16 Marek Olšákradeonsi: use pipe_draw_info::prim and primitive_restar...
2019-05-16 Marek Olšákradeonsi: make functions for creating LLVM functions...
2019-05-16 Marek Olšákwinsys/amdgpu: add a parallel compute IB coupled with...
2019-05-16 Marek Olšákradeonsi: add a cs parameter into si_cp_copy_data
2019-05-16 Marek Olšákradeonsi: add a cs parameter into si_cp_release_mem
2019-05-16 Marek Olšákradeonsi: add threadgroups_per_cu param into si_get_com...
2019-05-16 Marek Olšákradeonsi: move si_*_descriptors_idx functions into...
2019-05-16 Marek Olšákradeonsi: make si_initialize_compute reusable
2019-05-16 Marek Olšákradeonsi: extract COMPUTE_RESOURCE_LIMITS code into...
2019-05-16 Marek Olšákradeonsi: return the last part's return value from...
2019-05-16 Marek Olšákwinsys/amdgpu: always set NO_CPU_ACCESS and NO_SUBALLOC...
2019-05-16 Jan Zielinskiswr: clean up supported OGL4.0/4.1 extensions list
2019-05-16 Leo Liuvl/dri3: set back buffer from output to NULL with front...
2019-05-16 Roland Scheideggerauxiliary/draw: fix crash with zero-stride draw auto
2019-05-16 Kenneth Graunkeiris: Dodge more GLSL IR lowering
2019-05-16 Alyssa Rosenzweigpanfrost/midgard: Add load/store opcodes
2019-05-16 Alyssa Rosenzweigpanfrost/midgard: Enable integer constant inlining
2019-05-16 Alyssa Rosenzweigpanfrost/midgard: Remove imov workaround
2019-05-16 Alyssa Rosenzweigpanfrost/midgard: Set int outmod for ops writing integers
2019-05-16 Alyssa Rosenzweigpanfrost: Set custom stride for textures when necessary
2019-05-16 Alyssa Rosenzweigpanfrost/decode: Stride decoding
2019-05-16 Alyssa Rosenzweigpanfrost/decode: Futureproof texture dumping
2019-05-16 Marek Olšákac: rename SI-CIK-VI to GFX6-GFX7-GFX8
2019-05-15 Kenneth Graunkest/dri: Minor style fixes
2019-05-15 Chia-I Wuvirgl: handle DONT_BLOCK and MAP_DIRECTLY
2019-05-15 Chia-I Wuvirgl: add virgl_resource_transfer_prepare
2019-05-15 Chia-I Wuvirgl: honor DISCARD_WHOLE_RESOURCE in virgl_res_needs_...
2019-05-15 Chia-I Wuvirgl: clean up virgl_res_needs_readback
2019-05-15 Alyssa Rosenzweiggallium: Add default check for PIPE_CAP_FRAGMENT_SHADER...
2019-05-15 Andrii Kryvytskyiiris: Check if resource has stencil before returning it
2019-05-15 Kenneth Graunkeiris: Enable fragment shader interlock on Gen9+.
2019-05-15 Kenneth Graunkegallium: Add a PIPE_CAP_FRAGMENT_SHADER_INTERLOCK.
2019-05-14 Kenneth Graunkeintel/compiler: Implement TCS 8_PATCH mode and INTEL_DE...
2019-05-14 Chia-I Wuvirgl: clean up virgl_res_needs_flush
2019-05-14 Chia-I Wuvirgl: comment on a sync issue in transfers
2019-05-14 Chia-I Wuvirgl: PIPE_TRANSFER_READ does not imply flush
2019-05-14 Chia-I Wuvirgl: do not skip readback because of explicit flush
2019-05-14 Chia-I Wuvirgl: remove unused virgl_transfer_inline_write
2019-05-14 Nanley Cheryiris/resource: Drop redundant checks for aux support
2019-05-14 Nanley Cheryiris/resource: Fall back to no aux if creation fails
2019-05-14 Gert Wollnysoftpipe/buffer: load only as many components as the...
2019-05-14 Tomeu Vizosopanfrost: ci: Reduce batch size to 3000
2019-05-14 Tomeu Vizosopanfrost: ci: Update expectations
2019-05-13 Eric Anholtfreedreno: Fix warning on printing a uint64_t using...
2019-05-13 Eric Anholtfreedreno: Silence compiler warnings about "*" in boole...
2019-05-13 Eric Anholtfreedreno: Silence compiler warnings about uninit ...
2019-05-13 Eric Anholtfreedreno: Make emacs indent the way robclark's eclipse...
2019-05-13 Eric Anholtfreedreno: Make .editorconfig match .dir-locals.el.
2019-05-13 Karol Herbstnv50/ir/nir: make use of SYSTEM_VALUE_MAX when iteratin...
2019-05-13 Karol Herbstnv50/ir/nir: prefer to shift 1ull instead of 1ll
2019-05-13 Eric Anholtv3d: Use driconf to expose non-MSAA texture limits...
2019-05-13 Eric Anholtgallium: Redefine the max texture 2d cap from _LEVELS...
2019-05-13 Nicolai Hähnleradeonsi: overhaul the vertex fetch fixup mechanism
next