summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* 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
* r600g: implement set_active_query_state for pausing occlusion queriesMarek Olšák2016-04-126-3/+24
* r600g: simplify r600_set_occlusion_query_stateMarek Olšák2016-04-124-7/+3
* r600g: fix typo in r600 register definitionsMarek Olšák2016-04-121-1/+1
* gallium/radeon: unify checking streamout enable stateMarek Olšák2016-04-121-3/+2
* r600: use radeon_emit in a few more places in evergreen_computeDave Airlie2016-04-071-4/+4
* r600: make compute global buffer functions static.Dave Airlie2016-04-072-98/+86
* r600: make two compute functions static.Dave Airlie2016-04-072-5/+3
* r600: using pipe_grid_info more in evergreen_compute.Dave Airlie2016-04-072-26/+21
* r600: in evergreen_compute use ctx consistently instead of ctx_Dave Airlie2016-04-071-25/+25
* r600: use rctx consistently in evergreen_compute.cDave Airlie2016-04-071-74/+74
* r600: cleanup whitespace in evergreen_compute.cDave Airlie2016-04-071-87/+75
* r600g: Enable ARB_framebuffer_no_attachmentsEdward O'Callaghan2016-04-071-1/+1
* gallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENTEdward O'Callaghan2016-04-071-0/+1
* gallium: distinguish between shader IR in get_compute_paramBas Nieuwenhuizen2016-04-021-1/+1
* r600: ignore PIPE_BIND_LINEAR in *_is_format_supportedChristian König2016-03-302-0/+10
* r600/sb: Do not distribute neg in expr_handler::fold_assoc() when folding mul...xavier2016-03-221-2/+6
* r600g: flatten if (1) statement after removal of TGSI->LLVMMarek Olšák2016-03-201-81/+79
* r600g: remove TGSI->LLVM translationMarek Olšák2016-03-209-1107/+89
* gallium/radeon: remove old CS tracingMarek Olšák2016-03-204-41/+3
* r600g: clear compressed_depthtex/colortex_mask when binding buffer textureNicolai Hähnle2016-03-111-12/+12
* r600g: update compressed_colortex_masks when a cmask is created or disabledNicolai Hähnle2016-03-101-0/+30