summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* Android: move libdrm settings to top-level Android.common.mkRob Herring2016-06-131-1/+1
* gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowedIlia Mirkin2016-06-061-0/+1
* r600g: use hw MSAA resolve for non-trivial resolvesMarek Olšák2016-06-061-9/+53
* r600g: don't flush caches when binding shader resourcesMarek Olšák2016-06-044-31/+26
* r600g: only do necessary cache flushes in cp_dma_copy_bufferMarek Olšák2016-06-041-14/+1
* r600g: only do necessary cache flushes in cp_dma_clear_bufferMarek Olšák2016-06-042-14/+18
* r600g: remove a CP DMA workaround that's not needed anymoreMarek Olšák2016-06-041-6/+0
* r600g: fix CP DMA hazard with index buffer fetches (v3)Marek Olšák2016-06-046-6/+92
* r600g: properly sync CP with CP DMA on R6xxMarek Olšák2016-06-041-1/+8
* r600g: write WAIT_UNTIL in the correct placeMarek Olšák2016-06-041-8/+11
* gallium/u_suballoc: allow different alignment for each allocationMarek Olšák2016-06-042-2/+3
* radeon/winsys: introduce radeon_winsys_cs_chunkNicolai Hähnle2016-06-012-6/+7
* gallium/radeon: use cs_check_space throughoutNicolai Hähnle2016-06-011-4/+2
* r600g: do GL-compliant integer resolvesMarek Olšák2016-05-311-37/+1
* gallium: Add a pipe cap for whether primitive restart works for patches.Kenneth Graunke2016-05-231-0/+1
* r600g: Change default behaviour for undefined COLOR0Axel Davy2016-05-181-0/+4
* r600: Change default behaviour for undefined COLOR0Axel Davy2016-05-181-0/+4
* gallium/radeon: add radeon_emitted to check for non-trivial IBsNicolai Hähnle2016-05-173-6/+4
* gallium/radeon: use radeon_emit_arrayNicolai Hähnle2016-05-171-2/+1
* gallium/radeon: use radeon_emitNicolai Hähnle2016-05-176-108/+108
* Treewide: Remove Elements() macroJan Vesely2016-05-174-15/+15
* r600g,sb: Don't use standard macro nameJan Vesely2016-05-175-11/+11
* gallium: Add a pipe cap for arb_cull_distanceTobias Klausmann2016-05-141-0/+1
* r600: remove TABLE_SIZE macroNicolai Hähnle2016-05-132-4/+2
* r600: move alu_op_table to .c fileNicolai Hähnle2016-05-133-277/+291
* r600: move cf_op_table to .c fileNicolai Hähnle2016-05-132-108/+111
* r600: move fetch_op_table to .c fileNicolai Hähnle2016-05-132-118/+121
* r600: protect r600_isa.h with extern "C"Nicolai Hähnle2016-05-131-0/+8
* gallium/radeon: flush if DMA IB memory usage is too highMarek Olšák2016-05-104-4/+4
* gallium/radeon: fix (S)DMA read-after-write hazardsMarek Olšák2016-05-104-0/+4
* gallium/radeon: implement randomized SDMA texture copy testing (v2)Marek Olšák2016-05-101-0/+3
* gallium/radeon: use a common function for DMA blit preparationMarek Olšák2016-05-102-9/+6
* gallium/radeon: clean left-shift undefined behaviorNicolai Hähnle2016-05-077-1867/+1867
* r600g: use the hw MSAA resolving if formats are compatibleMarek Olšák2016-05-061-1/+2
* r600,compute: create vtx buffer for text + rodataJan Vesely2016-05-041-2/+10
* gallium/radeon: fix crash in r600_set_streamout_targetsNicolai Hähnle2016-04-291-1/+2
* gallium/radeon: drop support for LINEAR_GENERAL layoutMarek Olšák2016-04-282-53/+13
* radeonsi: rework clear_buffer flagsMarek Olšák2016-04-281-1/+1
* gallium/radeon: remove use_reusable_pool parameter from r600_init_resourceNicolai Hähnle2016-04-271-1/+1
* radeon/video: always use the reusable buffer poolNicolai Hähnle2016-04-271-1/+1
* r600g: fix and optimize tgsi_cmp when using ABS and NEG modifierPatrick Rudolph2016-04-271-1/+10
* gallium: Remove every double semi-colonJakob Sinclair2016-04-261-1/+1
* gallium/r600: removing double semi-colonsJakob Sinclair2016-04-261-1/+1
* r600g: use do_endian_swap in texture swapping functionOded Gabbay2016-04-261-1/+34
* r600g: use do_endian_swap in color swapping functionsOded Gabbay2016-04-261-1/+1
* r600g: set endianess of 16/32-bit buffers according to do_endian_swapOded Gabbay2016-04-261-4/+13
* r600g/radeonsi: send endian info to format translation functionsOded Gabbay2016-04-264-27/+49
* r600: fix missing include for Elements macroDave Airlie2016-04-261-0/+1
* gallium: fix warnings in release buildGrazvydas Ignotas2016-04-251-1/+1
* gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák2016-04-224-69/+69