vl/dri3: handle PresentCompleteNotify event
[mesa.git] / src / gallium /
2016-05-16 Leo Liuvl/dri3: handle PresentCompleteNotify event
2016-05-16 Leo Liust/va: add dri3 support
2016-05-16 Leo Liuvl/dri3: implement DRI3 BufferFromPixmap
2016-05-16 Leo Liuvl/dri3: add support for resizing
2016-05-16 Leo Liuvl/dri3: implement funciton for get dirty area
2016-05-16 Leo Liuvl/dri3: implement function for flush frontbuffer
2016-05-16 Leo Liuvl/dri3: add back buffers support
2016-05-16 Leo Liuvl/dri3: implement flushing for queued events
2016-05-16 Leo Liuvl/dri3: register present events
2016-05-16 Leo Liuvl/dri3: set drawable geometry
2016-05-16 Leo Liuvl/dri3: add DRI3 support and implement create and...
2016-05-16 Jan Veselyclover: grid_offset should be padded with 0 not 1
2016-05-16 Jan Veselyclover: Handle PIPE_SHADER_IR_NIR in switch
2016-05-15 Rob Clarkfreedreno/ir3: small standalone compiler cleanup
2016-05-15 Rob Clarkfreedreno/ir3: lower fdiv
2016-05-15 Rob Clarkfreedreno/ir3: handle VARYING_SLOT_PNTC
2016-05-15 Rob Clarkfreedreno/ir3: disable TGSI specific hacks in nir case
2016-05-15 Rob Clarkfreedreno/ir3: add support for NIR as preferred IR
2016-05-15 Ilia Mirkinnv50/ir: avoid asserts when the state tracker feeds...
2016-05-15 Ilia Mirkinnvc0: don't try to go through the push path for indirec...
2016-05-15 Ilia Mirkinnvc0/ir: make sure to align the second arg of TXD to...
2016-05-15 Tobias Klausmannnv50,nvc0: add support for cull distances
2016-05-13 Tobias Klausmanngallium: Add a pipe cap for arb_cull_distance
2016-05-13 Nicolai Hähnleradeonsi/sid_tables: rename reg_table to sid_reg_table
2016-05-13 Nicolai Hähnleradeonsi/sid_tables: store offset into global fields...
2016-05-13 Nicolai Hähnleradeonsi/sid_tables: store strings by offset instead...
2016-05-13 Nicolai Hähnler600: remove TABLE_SIZE macro
2016-05-13 Nicolai Hähnler600: move alu_op_table to .c file
2016-05-13 Nicolai Hähnler600: move cf_op_table to .c file
2016-05-13 Nicolai Hähnler600: move fetch_op_table to .c file
2016-05-13 Nicolai Hähnler600: protect r600_isa.h with extern "C"
2016-05-13 Bas Nieuwenhuizengallium/ddebug: Implement launch_grid.
2016-05-13 Bas Nieuwenhuizengallium/ddebug: Support compute states.
2016-05-13 Bas Nieuwenhuizengallium/ddebug: Add passthrough for get_compute_param.
2016-05-12 Leo Liuvl/dri: fix close fd error out
2016-05-12 Samuel Pitoisetnvc0: fix indentation in nvc0_invalidate_resource_storage()
2016-05-12 Samuel Pitoisetnvc0: save some CPU cycles in nvc0_context_unreference_...
2016-05-12 Samuel Pitoisetnvc0: invalidate texture buffers for compute
2016-05-12 Tim Rowleyswr: properly expose compressed format support
2016-05-12 Ilia Mirkinnvc0: fix gl_SampleMaskIn computation
2016-05-12 Ilia Mirkinnv50/ir: generalize interp fixups to be able to fixup...
2016-05-11 Jason Ekstrandnir/algebraic: Separate ffma lowering from fusing
2016-05-11 Rob Clarkgallium: add NIR as a possible IR
2016-05-11 Rob Clarkgallium: refactor pipe_shader_state to support multiple...
2016-05-11 Rob Clarkfreedreno: fix multi-layer transfer_map's
2016-05-11 Roland Scheideggergallivm: improve dumping of bitcode
2016-05-11 Vinson Leeswr: [rasterizer] Include cmath for std::isnan and...
2016-05-10 Bas Nieuwenhuizenradeonsi: Set declared tessellation LDS size to hardwar...
2016-05-10 Rob Clarkfreedreno/ir3: size input/output arrays properly
2016-05-10 Samuel Pitoisetnvc0: enable compute support by default on GK110+
2016-05-10 Marek Olšákgallium/radeon: don't flush the GFX IB if DMA doesn...
2016-05-10 Marek Olšákradeonsi: consolidate radeon_add_to_buffer_list calls...
2016-05-10 Marek Olšákgallium/radeon: add a heuristic for better (S)DMA perfo...
2016-05-10 Marek Olšákgallium/radeon: flush if DMA IB memory usage is too...
2016-05-10 Marek Olšákradeonsi: add new SDMA texture copy code
2016-05-10 Marek Olšákgallium/radeon: fix (S)DMA read-after-write hazards
2016-05-10 Marek Olšákradeonsi: raise the max size for SDMA buffer copies
2016-05-10 Marek Olšákradeonsi: remove SDMA texture copy code
2016-05-10 Marek Olšákradeonsi: only expose *_init_*dma_functions from (S...
2016-05-10 Marek Olšákgallium/radeon: implement randomized SDMA texture copy...
2016-05-10 Marek Olšákgallium/radeon: discard CMASK or DCC if overwriting...
2016-05-10 Marek Olšákgallium/radeon: use a common function for DMA blit...
2016-05-10 Marek Olšákgallium/radeon: split out code for discarding DCC
2016-05-10 Marek Olšákgallium/radeon: rename r600_texture_disable_cmask ...
2016-05-10 Marek Olšákgallium/radeon: fix partial layered transfers of cube...
2016-05-10 Marek Olšákgallium/radeon: align alignments for better buffer...
2016-05-10 Marek Olšákgallium/radeon: use gart_page_size instead of hardcoded...
2016-05-10 Marek Olšákwinsys/radeon: use gart_page_size instead of private...
2016-05-10 Marek Olšákwinsys/amdgpu: move gart_page_size to struct radeon_winsys
2016-05-10 Roland Scheideggergallivm: print declarations of intrinsics with GALLIVM_...
2016-05-10 Roland Scheideggergallivm: use InternalLinkage instead of PrivateLinkage...
2016-05-10 Roland Scheideggergallivm: disable avx512 features
2016-05-10 Samuel Iglesias... freedreno/ir3: lower lrp when operating with double...
2016-05-09 Samuel Pitoisetnv50/ir: silence unsupported TGSI_PROPERTY_CS_FIXED_BLOCK_*
2016-05-09 Rob Clarkfreedreno/ir3: fix fallout from new block iterators
2016-05-09 Nicolai Hähnleradeonsi: workaround for tesselation on SI
2016-05-09 Nicolai Hähnleradeonsi: always allocate export memory for pixel shaders
2016-05-09 Nicolai Hähnleradeonsi: expose performance counters as 64 bit
2016-05-09 Tim Rowleygallium: enable intel jitevents profiling
2016-05-09 Bruce Cherniakswr: Add missing break in query switch statement.
2016-05-09 Rob Clarkfreedreno/ir3: allow for additional VS sysval inputs
2016-05-09 Marek Olšákr300g: add support for PIPE_FORMAT_x8R8G8B8_*
2016-05-07 Nicolai Hähnleradeonsi: fix undefined behavior (memcpy arguments...
2016-05-07 Nicolai Hähnleradeonsi: fix some reported undefined left-shifts
2016-05-07 Nicolai Hähnlegallium/radeon: clean left-shift undefined behavior
2016-05-07 Nicolai Hähnlegallium: fix various undefined left shifts into sign bit
2016-05-06 Bas Nieuwenhuizenradeonsi: Compute correct LDS size for fragment shaders.
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-06 Samuel Pitoisetnvc0: unreference images when the context is destroyed
2016-05-06 Marek Olšákradeonsi: set DECOMPRESS_Z_ON_FLUSH if nr_samples >= 4
2016-05-06 Marek Olšákr600g: use the hw MSAA resolving if formats are compatible
2016-05-05 Leo Liust/omx/enc: fix incorrect reference picture order for...
2016-05-05 Connor Abbottvc4: fixup for new nir_foreach_block()
2016-05-05 Connor Abbottir3: fixup for new nir_foreach_block()
next