d3dadapter9: Add ddebug, rbug and trace support
[mesa.git] / src / gallium / drivers /
2016-05-18 Axel Davyradeon: Change AA sample locations for EG+
2016-05-18 Axel Davyradeonsi: Mixed colorbuffer formats are unsupported
2016-05-18 Axel Davyradeonsi: Change default behaviour for undefined COLOR0
2016-05-18 Axel Davyr600g: Change default behaviour for undefined COLOR0
2016-05-18 Axel Davyr600: Change default behaviour for undefined COLOR0
2016-05-18 Brian Paulsvga: add another debug_printf() in svga_screen_create()
2016-05-18 Brian Paulsvga: null out all sampler views if start=num=0
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-17 Nicolai Hähnleradeonsi: force level zero on image instructions in...
2016-05-17 Nicolai Hähnleradeonsi: emit TXQ in separate functions
2016-05-17 Nicolai Hähnlegallium/radeon: add radeon_emitted to check for non...
2016-05-17 Nicolai Hähnlegallium/radeon: use radeon_emit_array
2016-05-17 Nicolai Hähnlegallium/radeon: use radeon_emit
2016-05-17 Jan VeselyTreewide: Remove Elements() macro
2016-05-17 Jan Veselyr600g,sb: Don't use standard macro name
2016-05-17 Ilia Mirkinnvc0/ir: fix shared atomic lowering to preserve shared...
2016-05-17 Rob Clarkfreedreno/ir3: fix compiler warning
2016-05-17 Ilia Mirkinnvc0/ir: make sure out-of-bounds buffer loads/atomics...
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 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 Clarkfreedreno: fix multi-layer transfer_map's
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: use gart_page_size instead of hardcoded...
2016-05-10 Marek Olšákwinsys/amdgpu: move gart_page_size to struct radeon_winsys
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 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 Connor Abbottvc4: fixup for new nir_foreach_block()
2016-05-05 Connor Abbottir3: fixup for new nir_foreach_block()
next