summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-222-7/+7
* r600g: Move R600_BIG_ENDIAN to r600_pipe_common.hOded Gabbay2016-04-181-6/+0
* r600g: fix code indentationOded Gabbay2016-04-182-10/+10
* gallium/radeon: add an env variable to force a level of aniso filteringMarek Olšák2016-04-132-6/+14
* gallium: Add capability for ARB_robust_buffer_access_behavior.Bas Nieuwenhuizen2016-04-121-0/+1
* r600g: use common scissor and viewport codeMarek Olšák2016-04-126-209/+34
* radeonsi: move scissor and viewport states into gallium/radeonMarek Olšák2016-04-121-2/+0
* r600g: disable aniso filtering for non-mipmap textures on EGMarek Olšák2016-04-121-1/+3
* r600g: clean up aniso state translationMarek Olšák2016-04-126-31/+29
* radeonsi: allow clearing buffers >= 4 GBMarek Olšák2016-04-121-1/+1
* gallium/radeon: remove R600_QUERY_HW_FLAG_TIMERMarek Olšák2016-04-121-1/+1
* gallium/radeon: merge timer and non-timer query listsMarek Olšák2016-04-121-2/+1
* r600g: don't manually stop queries for blitterMarek Olšák2016-04-121-3/+0
* r600g: add pausing pipeline & streamout queries into set_active_query_stateMarek Olšák2016-04-125-1/+38