aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: R600_DEBUG=nodccfb disables separate DCCMarek Olšák2016-06-293-1/+4
* gallium/radeon: add and use r600_texture_referenceMarek Olšák2016-06-295-10/+13
* gallium/radeon: add a HUD query for PS draw ratio stats from separate DCCMarek Olšák2016-06-294-0/+8
* gallium/radeon: add a heuristic enabling DCC for scanout surfaces (v2)Marek Olšák2016-06-296-4/+338
* gallium/radeon: add state setup for a separate DCC bufferMarek Olšák2016-06-294-5/+41
* radeonsi: always calculate DCC info even if it's not used immediatelyMarek Olšák2016-06-292-2/+2
* radeonsi: unreference framebuffer state with set_framebuffer_stateMarek Olšák2016-06-293-4/+6
* gallium/radeon: add flag R600_QUERY_HW_FLAG_BEGIN_RESUMESMarek Olšák2016-06-292-1/+4
* i965: Use intel_get_param() more oftenChad Versace2016-06-291-11/+5
* i965: Refactor intel_get_param()Chad Versace2016-06-291-7/+8
* radeonsi: don't advertise multisample shader imagesMarek Olšák2016-06-291-0/+3
* radeonsi: enable distributed tess on multi-SE parts onlyMarek Olšák2016-06-294-2/+7
* radeonsi: set optimal VGT_HS_OFFCHIP_PARAMMarek Olšák2016-06-295-14/+49
* radeonsi: enable CU0 in each SE for LS-HS executionMarek Olšák2016-06-291-2/+1
* radeonsi: use conformant line rasterizationMarek Olšák2016-06-294-5/+29
* Android: add missing u_math.h include path for libmesa_islRob Herring2016-06-281-0/+2
* svga: force direct map for transfering multiple slicesCharmaine Lee2016-06-281-15/+24
* svga: whitespace, line wrapping fixes in svga_surface.cBrian Paul2016-06-281-11/+16
* gm107/ir: make sure that flagsDef is set when emitting setcondSamuel Pitoiset2016-06-281-1/+1
* radeonsi: set PA_SU_SMALL_PRIM_FILTER_CNTL register on PolarisMarek Olšák2016-06-282-0/+11
* radeon/vce: use vce structure for vce 52 firmwareBoyuan Zhang2016-06-285-98/+517
* radeon/vce: add vce structuresBoyuan Zhang2016-06-281-0/+297
* st/omx: fix decoder fillout for the OMX result bufferLeo Liu2016-06-281-4/+5
* pipe_loader_sw: Fix fd leak when instantiated via pipe_loader_sw_probe_kmsHans de Goede2016-06-281-0/+7
* clover: Fix kernel metadata retrieval after clang r273425Jan Vesely2016-06-271-4/+31
* clover/llvm: Fix copyright attribution of invocation.cpp.Francisco Jerez2016-06-271-1/+5
* i965: Print EOT in fs_visitor::dump_instruction().Kenneth Graunke2016-06-271-0/+4
* i965: Make emit_urb_writes() not produce an EOT message for GS.Kenneth Graunke2016-06-271-0/+7
* glsl: Ignore ir_texture in lower_const_arrays_to_uniforms.Kenneth Graunke2016-06-271-0/+7
* gm107/ir: add missing setcond flags for LOP variantsSamuel Pitoiset2016-06-281-0/+2
* gm107/ir: make use of LOP32I for all immediatesSamuel Pitoiset2016-06-281-1/+1
* virgl: reduce some limits for nowDave Airlie2016-06-281-3/+4
* st/omx: count number of slicesJulien Isorce2016-06-271-0/+3
* st/omx: add support for nouveau / interlacedJulien Isorce2016-06-271-25/+26
* st/omx: retrieve preferred interlaced and buffer_formatsJulien Isorce2016-06-271-2/+24
* radeonsi: use optimal WD settings for primitive restart on PolarisMarek Olšák2016-06-271-2/+10
* st/va: Check NULL pointerGurkirpal Singh2016-06-271-0/+4
* nir: Fix copy_prop_src when src is an indirect access on a reg.Eric Anholt2016-06-261-1/+1
* gm107/ir: make use of MOV32I for all immediatesSamuel Pitoiset2016-06-271-2/+1
* i965: Use miptree to decide format on multi-plane images for gen < 7Jordan Justen2016-06-261-1/+2
* nvc0: update "derived" state function namesIlia Mirkin2016-06-261-8/+8
* nvc0: provide support for unscaled poly offset unitsIlia Mirkin2016-06-263-3/+26
* gm107/ir: make use of IMUL32I for all immediatesSamuel Pitoiset2016-06-261-1/+1
* radeonsi: make si_is_format_supported staticMarek Olšák2016-06-253-11/+6
* radeonsi: boolean -> bool, TRUE -> true, FALSE -> falseMarek Olšák2016-06-254-15/+15
* gallium/radeon: boolean -> bool, TRUE -> true, FALSE -> falseMarek Olšák2016-06-259-75/+75
* gallium/radeon/winsyses: boolean -> bool, TRUE -> true, FALSE -> falseMarek Olšák2016-06-259-132/+134
* gallium/radeon: use r600_resource_referenceMarek Olšák2016-06-2512-40/+32
* nir: Add a NIR_VALIDATE environment variableJason Ekstrand2016-06-251-0/+6
* st/nine: Use offset_units_unscaledAxel Davy2016-06-255-11/+13