vc4: fix memory leak
[mesa.git] / src / gallium / drivers / vc4 /
2016-07-12 Eric Engestromvc4: fix memory leak
2016-07-12 Eric Anholtvc4: Close our screen's fd on screen close.
2016-07-04 Eric Anholtvc4: Regularize instruction emit macros
2016-07-04 Eric Anholtvc4: Enable dead CF elimination.
2016-07-04 Eric Anholtvc4: Optimize out redundant SF updates.
2016-07-04 Eric Anholtvc4: Move SF removal to a separate peephole pass.
2016-07-04 Eric Anholtvc4: DCE instructions with a NULL destination.
2016-07-04 Eric Anholtvc4: Mark texturing setup instructions as having side...
2016-07-04 Eric Anholtvc4: Fix a pasteo in scheduling condition flag usage.
2016-07-04 Eric Anholtvc4: Drop the dead QIR_PACK() macro.
2016-06-25 Axel Davygallium: Add a cap for offset_units_unscaled
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-06-20 Rob Clarkgallium: make constant_buffer const
2016-06-18 Ilia Mirkingallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all...
2016-06-15 Rob Herringvc4: fix vc4_resource_from_handle() stride calculation
2016-06-13 Rob HerringAndroid: move libdrm settings to top-level Android...
2016-06-07 Ilia Mirkingallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops...
2016-05-31 Rhys Kiddvc4: Fix compiler warnings in fail_instr path of QIR...
2016-05-30 Rhys Kiddvc4: Fix doxygen warnings
2016-05-30 Stanimir Varbanovgallium: push offset down to driver
2016-05-23 Kenneth Graunkegallium: Add a pipe cap for whether primitive restart...
2016-05-19 Eric Anholtvc4: Size transfer temporary mappings appropriately...
2016-05-18 Eric Anholtvc4: Add support for vertex color clamping in the raste...
2016-05-18 Eric Anholtvc4: Move tgsi_to_nir to precompile time.
2016-05-18 Eric Anholtvc4: Mark the driver as supporting fragment color clamp...
2016-05-18 Eric Anholtvc4: Enable sharing shaders across contexts.
2016-05-18 Eric Anholtvc4: Switch to using nir_load_front_face.
2016-05-18 Eric Anholtvc4: Drop the dead export_linkage array.
2016-05-18 Eric Anholtvc4: Fix a -Wformat-security warning.
2016-05-13 Tobias Klausmanngallium: Add a pipe cap for arb_cull_distance
2016-05-06 Eric Anholtvc4: Add support for loading immediate values in QIR.
2016-05-06 Eric Anholtvc4: Make vc4_qpu_validate() produce more verbose failures.
2016-05-06 Eric Anholtvc4: Add a small QIR validate pass.
2016-05-06 Eric Anholtvc4: Fix the src count on exp2/log2.
2016-05-06 Eric Anholtvc4: Reuse QPU disasm's cond flags in QIR.
2016-05-06 Eric Anholtvc4: When emitting an instruction to an existing temp...
2016-05-06 Eric Anholtvc4: Make sure that we don't overwrite the signal for...
2016-05-05 Connor Abbottvc4: fixup for new nir_foreach_block()
2016-05-02 Eric Anholtvc4: Use NIR lowering for sRGB decode.
2016-05-02 Eric Anholtvc4: Just use NIR lowering for texture projection.
2016-05-02 Eric Anholtvc4: Scalarize phi nodes as well.
2016-05-02 Eric Anholtvc4: Add whitespace after each program stage dump.
2016-05-02 Eric Anholtvc4: Remove the CSE pass.
2016-05-02 Eric Anholtvc4: Emit only one FRAG_Z or FRAG_W QIR opcode.
2016-05-02 Eric Anholtvc4: Use the NIR cubemap normalization instead of our...
2016-05-02 Eric Anholtvc4: Drop the support for DCE of texture instructions.
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_function
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_instr
2016-04-28 Samuel Iglesias... nir: rename lower_flrp to lower_flrp32
2016-04-22 Eric Anholtvc4: Make sure we recompile when sample_mask changes.
2016-04-22 Eric Anholtvc4: Fix validation of full res tile offset if used...
2016-04-22 Eric Anholtvc4: Only do MSAA FB operations if the FB is MSAA.
2016-04-22 Eric Anholtvc4: Fix tests for format supported with nr_samples...
2016-04-22 Eric Anholtvc4: Don't try to blit from MSAA surfaces with mismatch...
2016-04-22 Nicolai Hähnlegallium: add bool return to pipe_context::end_query
2016-04-21 Marek Olšákgallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
2016-04-20 Connor Abbottnir: rename nir_foreach_block*() to nir_foreach_block...
2016-04-18 Eric Anholtvc4: Fix fbo-generatemipmap-formats for NPOT.
2016-04-18 Eric Anholtvc4: Remove unused "immediates" field
2016-04-18 Eric Anholtvc4: Add support for rendering to cube map surfaces.
2016-04-18 Eric Anholtvc4: Don't flush on read-only access of buffers read...
2016-04-18 Eric Anholtvc4: Sanity check that flushes don't happen between...
2016-04-18 Eric Anholtvc4: Sanity check strides for imported BOs.
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-15 Eric Anholtvc4: Fix subimage accesses to LT textures.
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-13 Jason Ekstrandnir/dead_variables: Configurably work with any variable...
2016-04-13 Eric Anholtvc4: Work around hardware limits on the number of verts...
2016-04-12 Bas Nieuwenhuizengallium: Add capability for ARB_robust_buffer_access_be...
2016-04-12 Marek Olšákgallium: add pipe_context::set_active_query_state for...
2016-04-09 Eric Anholtvc4: Move FRAG_X/Y/REV_FLAG to a QFILE like VPM or...
2016-04-09 Eric Anholtvc4: Allow TLB Z/color/stencil writes from any ALU...
2016-04-09 Eric Anholtvc4: Add a helper function for the construction of...
2016-04-09 Eric Anholtvc4: Add missing scheduling dependency for MS color...
2016-04-09 Eric Anholtvc4: Drop the multi_instruction distinction for QIR...
2016-04-09 Eric Anholtvc4: Handle SF on instructions that write r4.
2016-04-09 Eric Anholtvc4: Allow multi-instruction QIR nodes to get VPM optim...
2016-04-09 Eric Anholtvc4: Switch to using NIR_PASS macros.
2016-04-09 Eric Anholtvc4: Handle nir_intrinsic_load_user_clip_plane as a...
2016-04-09 Rhys Kiddvc4: Emit a warning and proceed for handling loops...
2016-04-09 Rhys Kiddvc4: Add a stub for NIR->QIR of control flow function...
2016-04-09 Rhys Kiddvc4: Add better debug of NIR->QIR control flow graph...
2016-04-09 Rhys Kiddvc4: Remove unused include from vc4_program.c
2016-04-07 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-07 Edward O'Callaghangallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENT
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-28 Rhys Kiddvc4: Remove unused include from vc4_nir_lower_txf_ms.c
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-17 Connor Abbottnir: add a bit_size parameter to nir_ssa_dest_init
2016-03-17 Iago Toral Quiroganir: rename nir_const_value fields to include bitsize...
2016-03-17 Connor Abbottnir: update opcode definitions for different bit sizes
2016-03-17 Jordan JustenMerge remote-tracking branch 'origin/master' into vulkan
2016-03-16 Eric Anholtvc4: Move discard handling to the condition flag.
2016-03-16 Eric Anholtvc4: Don't make a temporary for setting flags.
2016-03-16 Eric Anholtvc4: Add a safety check for setting flags.
2016-03-16 Eric Anholtvc4: Reuse list_for_each_entry_safe_rev().
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-15 Varad Gautamvc4: Coalesce instructions using VPM reads into the...
2016-03-15 Varad Gautamvc4: rename file to group vpm optimizations together
2016-03-15 Eric Anholtvc4: Fix failures with nir_extract_* since the addition...
next