iris: Silence unused variable warnings in release mode
[mesa.git] / src / gallium / drivers /
2019-03-22 Rob Clarkfreedreno: add ESSL cap
2019-03-22 Vinson Leeswr: Fix build with llvm-9.0.
2019-03-22 Samuel Pitoisetspirv,nir: lower frexp_exp/frexp_sig inside a new NIR...
2019-03-22 Chris Wilsoniris: Push heavy memchecker code to DEBUG
2019-03-22 Kenneth Graunkeiris: Fix batch chaining map_next increment.
2019-03-22 Rob Clarkfreedreno/ir3: rename has_kill to no_earlyz
2019-03-22 Kenneth Graunkeiris: Skip resolves and flushes altogether if unnecessary
2019-03-22 Kenneth Graunkeiris: Skip framebuffer resolve tracking if framebuffer...
2019-03-22 Kenneth Graunkeiris: Skip input resolve handling if bindings haven...
2019-03-22 Kenneth Graunkeiris: Fix util_vma_heap_init size for IRIS_MEMZONE_SHADER
2019-03-21 Dave Airliesoftpipe: fix integer texture swizzling for 1 vs 1.0f
2019-03-21 Eric Anholtv3d: Upload all of UBO[0] if any indirect load occurs.
2019-03-21 Eric Anholtv3d: Move constant offsets to UBO addresses into the...
2019-03-21 Eric Anholtv3d: Rename v3d_tmu_config_data to v3d_unit_data.
2019-03-21 Karol Herbstnv50/ir/nir: support gather offsets
2019-03-20 Rafael Antognolliiris: Let blorp update the clear color for us.
2019-03-20 Rafael Antognolliiris: Track fast clear color.
2019-03-20 Rafael Antognolliiris: Stall on the CPU and resolve predication during...
2019-03-20 Rafael Antognolliiris: Add iris_resolve_conditional_render().
2019-03-20 Rafael Antognolliiris: Implement fast clear color.
2019-03-20 Rafael Antognolliiris: Bring back check for srgb and fast clear color.
2019-03-20 Rafael Antognolliiris: Add function to update clear color in surface...
2019-03-20 Rafael Antognolliiris: Add helper to convert fast clear color.
2019-03-20 Rafael Antognolliiris: Fast clear depth buffers.
2019-03-20 Rafael Antognolliiris: Use the clear depth when emitting 3DSTATE_CLEAR_P...
2019-03-20 Rafael Antognolliiris: Allocate buffer space for the fast clear color.
2019-03-20 Dave Airliesoftpipe: fix texture view crashes
2019-03-20 Kenneth Graunkenvc0: Skip new update barrier bits
2019-03-20 Kenneth Graunkegallium: Add PIPE_BARRIER_UPDATE_BUFFER and UPDATE_TEXT...
2019-03-20 Tapani Pälliiris: mark switch case fallthrough
2019-03-20 Tapani Pälliiris: initialize num_cbufs
2019-03-20 Daniel Stonepanfrost: Properly align stride
2019-03-19 Eric Anholtv3d: Expose the dma-buf modifiers query.
2019-03-19 Eric Anholtv3d: Allow the UIF modifier with renderonly.
2019-03-19 Eric Anholtv3d: Always lay out shared tiled buffers with UIF_TOP...
2019-03-19 Rafael Antognolliiris: Make intel_hiz_exec public.
2019-03-19 Rafael Antognolliiris: Enable HiZ for multisampled depth surfaces.
2019-03-19 Alyssa Rosenzweigpanfrost: Rewrite varying assembly
2019-03-19 Alyssa Rosenzweigpanfrost: Replay more varying buffers
2019-03-19 Alyssa Rosenzweigpanfrost/decode: Respect primitive size pointers
2019-03-19 Alyssa Rosenzweigpanfrost: Disable PIPE_CAP_TGSI_TEXCOORD
2019-03-19 Alyssa Rosenzweigpanfrost: Fix primconvert check
2019-03-19 Alyssa Rosenzweigpanfrost: Workaround buffer overrun with mip level
2019-03-18 Kenneth Graunkeiris: Slightly better bounds on buffer sizes
2019-03-18 Kenneth Graunkeiris: Don't flush the batch for unsynchronized mappings
2019-03-18 Brian Pauli915g: remove calls to pipe_sampler_view_release()
2019-03-18 Brian Paulswr: remove call to pipe_sampler_view_release()
2019-03-18 Brian Paulllvmpipe: stop using pipe_sampler_view_release()
2019-03-18 Brian Paulsvga: stop using pipe_sampler_view_release()
2019-03-17 Mauro Rossiandroid: nouveau: add support for nir
2019-03-17 Timothy Arceriradeonsi/nir: call some more var optimisation passes
2019-03-17 Karol Herbstnv50ir/nir: move immediates before use
2019-03-17 Karol Herbstnv50/ir/nir: handle user clip planes for each emitted...
2019-03-17 Karol Herbstnv50/ir/nir: implement intrinsic shader_clock
2019-03-17 Karol Herbstnv50/ir/nir: implement load_per_vertex_output
2019-03-17 Karol Herbstnv50/ir/nir: add memory barriers
2019-03-17 Karol Herbstnv50/ir/nir: implement images
2019-03-17 Karol Herbstnv50/ir/nir: implement ssbo intrinsics
2019-03-17 Karol Herbstnv50/ir/nir: implement nir_intrinsic_load_ubo
2019-03-17 Karol Herbstnv50/ir/nir: implement geometry shader nir_intrinsics
2019-03-17 Karol Herbstnv50/ir/nir: implement variable indexing
2019-03-17 Karol Herbstnv50/ir/nir: implement vote and ballot
2019-03-17 Karol Herbstnv50/ir/nir: add skeleton getOperation for intrinsics
2019-03-17 Karol Herbstnv50/ir/nir: implement nir_instr_type_tex
2019-03-17 Karol Herbstnv50/ir/nir: implement nir_ssa_undef_instr
2019-03-17 Karol Herbstnv50/ir/nir: implement loading system values
2019-03-17 Karol Herbstnv50/ir/nir: implement intrinsic_discard(_if)
2019-03-17 Karol Herbstnv50/ir/nir: implement load_(interpolated_)input/output
2019-03-17 Karol Herbstnv50/ir/nir: implement nir_intrinsic_store_(per_vertex_...
2019-03-17 Karol Herbstnv50/ir/nir: implement nir_intrinsic_load_uniform
2019-03-17 Karol Herbstnv50/ir/nir: implement nir_alu_instr handling
2019-03-17 Karol Herbstnv50/ir/nir: add skeleton for nir_intrinsic_instr
2019-03-17 Karol Herbstnv50/ir/nir: implement nir_load_const_instr
2019-03-17 Karol Herbstnv50/ir/nir: parse NIR shader info
2019-03-17 Karol Herbstnv50/ir/nir: add loadFrom and storeTo helpler
2019-03-17 Karol Herbstnv50/ir/nir: run assignSlots
2019-03-17 Karol Herbstnv50/ir/nir: add nir type helper functions
2019-03-17 Karol Herbstnv50/ir/nir: track defs and provide easy access functions
2019-03-17 Karol Herbstnv50/ir/nir: run some passes to make the conversion...
2019-03-17 Karol Herbstnouveau: fix nir and TGSI shader cache collision
2019-03-17 Karol Herbstnouveau: add support for nir
2019-03-17 Karol Herbstnv50/ir: add lowering helper
2019-03-17 Karol Herbstnv50/ir: move common converter code in base class
2019-03-17 Karol Herbstnvc0: print the shader type when dumping headers
2019-03-16 Bas Nieuwenhuizenradeonsi: Remove implicit const cast.
2019-03-15 Gert Wollnysoftpipe: Enable PIPE_CAP_MIXED_COLORBUFFER_FORMATS
2019-03-15 Marek Olšákgallium: add pipe_grid_info::last_block
2019-03-14 Alyssa Rosenzweigpanfrost/midgard: Implement fpow
2019-03-14 Alyssa Rosenzweigpanfrost: Compute viewport state on the fly
2019-03-14 Alyssa Rosenzweigpanfrost; Disable AFBC for depth buffers
2019-03-14 Alyssa Rosenzweigpanfrost: Allocate extra data for depth buffer
2019-03-14 Alyssa Rosenzweigpanfrost: Comment spelling fix
2019-03-14 Alyssa Rosenzweigpanfrost/mfbd: Respect per-job depth write flag
2019-03-14 Alyssa Rosenzweigpanfrost/mfbd: Implement linear depth buffers
2019-03-14 Alyssa Rosenzweigpanfrost: Minor comment cleanup (version detection)
2019-03-14 Alyssa Rosenzweigpanfrost: Remove staging MFBD
2019-03-14 Alyssa Rosenzweigpanfrost: Remove staging SFBD for pan_context
2019-03-14 Alyssa Rosenzweigpanfrost: Break out fragment to SFBD/MFBD files
2019-03-14 Alyssa Rosenzweigfreedreno: Use shared drm_find_modifier util
2019-03-14 Alyssa Rosenzweigvc4: Use shared drm_find_modifier util
next