swr: [rasterizer common] add linux definition for InterlockedAdd64
[mesa.git] / src / gallium / drivers / vc4 /
2016-08-09 Marek Olšákgallium: add a pipe_context parameter to fence_finish
2016-08-09 Marek Olšákgallium: add render_condition_enable param to clear_ren...
2016-08-04 Eric Anholtvc4: Move scalarizing and some lowering to link time.
2016-08-04 Eric Anholtvc4: Avoid VS shader recompiles by keeping a set of...
2016-08-04 Eric Anholtvc4: Don't recompile the CS when the FS changes.
2016-08-04 Eric Anholtvc4: Move FS inputs setup out to a helper function.
2016-08-03 Eric Anholtvc4: Avoid generating a custom shader per level in...
2016-08-03 Eric Anholtvc4: Tell valgrind about BO allocations from mmap time...
2016-08-03 Eric Anholtvc4: Fix a leak of the src[] array of VPM reads in...
2016-08-03 Eric Anholtvc4: Fix leak of the bo_handles table.
2016-08-03 Eric Anholtvc4: Fix handling of UBO range offsets.
2016-08-03 Eric Anholtvc4: Dump NIR at shader state creation time as well.
2016-08-01 Eric Anholtvc4: Zero-initialize the hardware sampler view structure.
2016-07-28 Emil Velikovvc4: automake: remove vc4_drm.h from the sources lists
2016-07-26 Rob Herringvc4: add hash table look-up for exported dmabufs
2016-07-26 Eric Anholtvc4: Disable early Z with computed depth.
2016-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2016-07-20 Eric Anholtvc4: Return V3D version details in the GL renderer...
2016-07-20 Eric Anholtvc4: Check the V3D version reported by the kernel.
2016-07-20 Eric Anholtvc4: Detect and report kernel support for branching.
2016-07-20 Eric Anholtvc4: Switch to using the libdrm-provided vc4_drm.h.
2016-07-20 Józef Kuciagallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
2016-07-15 Eric Anholtvc4: Speed up glGenerateMipmaps by avoiding shadow...
2016-07-15 Eric Anholtvc4: Drop VC4_DIRTY_TEXSTATE in favor of the per-stage...
2016-07-15 Eric Anholtvc4: Remove dead dirty_samplers field.
2016-07-15 Eric Anholtvc4: Turn on control flow support in the simulator...
2016-07-14 Eric Anholtvc4: Emit resets of the uniform stream at the starts...
2016-07-14 Eric Anholtvc4: Add support for scheduling of branch instructions.
2016-07-14 Eric Anholtvc4: Move the QPU instructions to schedule into each...
2016-07-14 Eric Anholtvc4: Disable vc4_opt_vpm in the presence of control...
2016-07-14 Eric Anholtvc4: Convert vc4_opt_dead_code to work in the presence...
2016-07-14 Eric Anholtvc4: Update copy propagation for control flow.
2016-07-13 Eric Anholtvc4: Validate QPU uniform pointer updates.
2016-07-13 Eric Anholtvc4: Add support for NIR loops and break/continue.
2016-07-13 Eric Anholtvc4: Add support for emitting NIR IF nodes.
2016-07-13 Eric Anholtvc4: Add support for storing to NIR registers in a...
2016-07-13 Eric Anholtvc4: Add a flag in the screen to track control flow...
2016-07-13 Eric Anholtvc4: Define a QIR branch instruction
2016-07-13 Eric Anholtvc4: Add kernel support for branching in shader validation.
2016-07-13 Eric Anholtvc4: Add a bitmap of branch targets in kernel validation.
2016-07-13 Eric Anholtvc4: Track the current instruction into the validation_...
2016-07-13 Eric Anholtvc4: Add QPU support for generating BRANCH instructions.
2016-07-13 Eric Anholtvc4: Print live variable start/ends during QIR dumping.
2016-07-13 Eric Anholtvc4: Implement live intervals using a CFG.
2016-07-12 Eric Anholtvc4: Make vc4_qir_schedule handle each block in the...
2016-07-12 Eric Anholtvc4: Convert uniforms lowering to work with multiple...
2016-07-12 Eric Anholtvc4: Convert vc4_opt_peephole_sf to work with control...
2016-07-12 Eric Anholtvc4: Create a basic block structure and move the instru...
2016-07-12 Eric Anholtvc4: Add a "qir_for_each_inst_inorder" macro and use...
2016-07-12 Eric Anholtvc4: Also enable phi elimination.
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.
next