aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* freedreno: Fix the Emacs indentation configuration fileNeil Roberts2018-10-171-1/+1
* freedreno: allocate batches from the cache in launch_gridHyunjun Ko2018-10-171-1/+2
* freedreno: adds nondraw param to fd_bc_alloc_batchHyunjun Ko2018-10-174-6/+6
* freedreno/a6xx: remove fd6_emit_render_cntl()Rob Clark2018-10-172-34/+0
* freedreno/ir3: fix broken texcoord inputsRob Clark2018-10-171-21/+1
* freedreno: fix off-by-one error in BEGIN_RING()Rob Clark2018-10-171-1/+1
* util: document a limitation of util_fast_udiv32Marek Olšák2018-10-171-1/+7
* i965/fs: Add 64-bit int immediate support to dump_instructions()Matt Turner2018-10-162-0/+8
* radeonsi: track context rolls better for the Vega scissor bug workaroundMarek Olšák2018-10-167-34/+80
* radeonsi: emit sample locations for 1xAA only when the hw bug is presentMarek Olšák2018-10-161-4/+2
* radeonsi: use compute shaders for clear_buffer & copy_bufferMarek Olšák2018-10-168-203/+350
* radeonsi: use copy_buffer in buffer_do_flush_region directlyMarek Olšák2018-10-161-11/+4
* radeonsi: use faster integer division for instance divisorsMarek Olšák2018-10-163-36/+83
* ac: add helpers for fast integer division by a constantMarek Olšák2018-10-162-0/+78
* radeonsi: use higher subpixel precision (QUANT_MODE) for smaller viewportsMarek Olšák2018-10-163-9/+53
* radeonsi: move emission of PA_SU_VTX_CNTL into emit_guardbandMarek Olšák2018-10-164-6/+11
* radeonsi: don't re-upload the sample position constant buffer repeatedlyMarek Olšák2018-10-164-16/+33
* radeonsi: set PA_SU_PRIM_FILTER_CNTL optimallyMarek Olšák2018-10-163-4/+13
* radeonsi: center viewport to improve guardband clipping for high resolutionsMarek Olšák2018-10-164-14/+62
* radeonsi: save raster config in screen, add se_tile_repeatMarek Olšák2018-10-166-11/+31
* radeonsi: switch back to standard DX sample positionsMarek Olšák2018-10-161-17/+26
* radeonsi: add GDS support to CP DMAMarek Olšák2018-10-163-21/+89
* radeonsi: rename si_gfx_* functions to si_cp_*Marek Olšák2018-10-166-59/+60
* radeonsi: make si_gfx_write_event_eop more configurableMarek Olšák2018-10-166-15/+34
* anv/skylake: disable ForceThreadDispatchEnableSergii Romantsov2018-10-161-7/+35
* anv: Implement VK_EXT_pci_bus_infoLionel Landwerlin2018-10-163-5/+26
* appveyor: Cache pip's cache files.Jose Fonseca2018-10-161-0/+2
* appveyor: Update to newer Mako/winflexbison versions.Jose Fonseca2018-10-161-4/+5
* appveyor: Update to MSVC 2017.Jose Fonseca2018-10-161-6/+6
* radv: disable VK_SUBGROUP_FEATURE_VOTE_BITSamuel Pitoiset2018-10-161-2/+4
* radv: implement buffer to image operations for R32G32B32Samuel Pitoiset2018-10-163-2/+353
* ac/nir: Use context-specific LLVM typesAlex Smith2018-10-161-2/+2
* glsl: Check the subroutine associated functions namesVadym Shovkoplias2018-10-161-0/+36
* glsl/linker: Change the format of spec quotationVadym Shovkoplias2018-10-161-6/+5
* nir: fix clip cull lowering to not assert if GLSL already lowered.Dave Airlie2018-10-151-0/+6
* i965: Add PCI IDs for new Amberlake parts that are Coffeelake basedKenneth Graunke2018-10-151-2/+3
* intel: disable FS IR validation in release mode.Kenneth Graunke2018-10-151-0/+2
* nir: Copy propagation between blocksCaio Marcelo de Oliveira Filho2018-10-152-82/+351
* nir: Take call instruction into account in copy_prop_varsCaio Marcelo de Oliveira Filho2018-10-151-6/+12
* nir: Add tests for copy propagation of derefsCaio Marcelo de Oliveira Filho2018-10-151-0/+300
* nir: Remove handling of dead writes from copy_prop_varsCaio Marcelo de Oliveira Filho2018-10-151-76/+8
* intel/nir, freedreno/ir3: Use the separated dead write vars passCaio Marcelo de Oliveira Filho2018-10-152-0/+2
* nir: Separate dead write removal into its own passCaio Marcelo de Oliveira Filho2018-10-155-3/+227
* nir: Add tests for dead write eliminationCaio Marcelo de Oliveira Filho2018-10-151-0/+241
* nir: Add test file for vars related passesCaio Marcelo de Oliveira Filho2018-10-153-11/+224
* nir: Add nir_imm_ivec2 helperCaio Marcelo de Oliveira Filho2018-10-151-0/+12
* util: Add foreach_reverse for dynarrayCaio Marcelo de Oliveira Filho2018-10-151-0/+6
* v3d: Add support for hardware pack/unpack of half floats.Eric Anholt2018-10-152-0/+17
* nir: Expose nir_remove_unused_io_vars().Eric Anholt2018-10-152-8/+27
* nir: Be sure to fix deref modes after demoting shader i/o vars to global.Eric Anholt2018-10-151-0/+3