summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: do compilation from si_create_shader_selector asynchronouslyMarek Olšák2016-07-051-0/+18
* radeonsi: move LLVMTargetMachineRef creation to a separate functionMarek Olšák2016-07-051-14/+18
* gallium/radeon: add and use radeon_info::max_alloc_size (v2)Marek Olšák2016-07-051-2/+2
* radeonsi: print LLVM IRs to ddebug logsMarek Olšák2016-07-051-0/+3
* radeonsi: enable string markers and record apitrace call numbersMarek Olšák2016-07-051-1/+19
* radeonsi: unreference framebuffer state with set_framebuffer_stateMarek Olšák2016-06-291-2/+5
* radeonsi: enable distributed tess on multi-SE parts onlyMarek Olšák2016-06-291-0/+4
* radeonsi: set optimal VGT_HS_OFFCHIP_PARAMMarek Olšák2016-06-291-0/+6
* radeonsi: make si_is_format_supported staticMarek Olšák2016-06-251-1/+0
* radeonsi: boolean -> bool, TRUE -> true, FALSE -> falseMarek Olšák2016-06-251-3/+3
* radeonsi: Implement POLYGON_OFFSET_UNITS_UNSCALEDAxel Davy2016-06-251-1/+1
* gallium: Add a cap for offset_units_unscaledAxel Davy2016-06-251-0/+1
* radeonsi: extract IB and bo list saving into separate functionsNicolai Hähnle2016-06-241-6/+2
* radeonsi: set LLVM denormal flagsMarek Olšák2016-06-241-2/+5
* radeonsi: use u_blitter for mipmap generationMarek Olšák2016-06-211-1/+1
* gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all driversIlia Mirkin2016-06-181-0/+1
* radeonsi: improve the computation and comment of scratch_wavesMarek Olšák2016-06-081-4/+18
* gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowedIlia Mirkin2016-06-061-0/+1
* gallium/u_suballoc: allow different alignment for each allocationMarek Olšák2016-06-041-1/+1
* radeonsi: Add counter to check if a texture is bound to a framebuffer.Bas Nieuwenhuizen2016-05-311-0/+2
* radeonsi: enable OpenGL 4.3Bas Nieuwenhuizen2016-05-271-0/+4
* radeonsi: Add buffer for offchip storage between TCS and TES.Bas Nieuwenhuizen2016-05-261-0/+1
* gallium: Add a pipe cap for whether primitive restart works for patches.Kenneth Graunke2016-05-231-0/+1
* Treewide: Remove Elements() macroJan Vesely2016-05-171-1/+1
* gallium: Add a pipe cap for arb_cull_distanceTobias Klausmann2016-05-141-0/+1
* radeonsi: only expose *_init_*dma_functions from (S)DMA filesMarek Olšák2016-05-101-0/+5
* gallium/radeon: implement randomized SDMA texture copy testing (v2)Marek Olšák2016-05-101-0/+3
* radeonsi: rework clear_buffer flagsMarek Olšák2016-04-281-1/+2
* radeonsi: clean up shader resource limit definitionsMarek Olšák2016-04-221-2/+2
* radeonsi: rework polygon stippling to use constant buffer instead of textureMarek Olšák2016-04-221-2/+0
* radeonsi: enable TGSI support cap for compute shadersBas Nieuwenhuizen2016-04-191-2/+14
* radeonsi: rework compute scratch bufferBas Nieuwenhuizen2016-04-191-0/+1
* radeonsi: Add CE uploader.Bas Nieuwenhuizen2016-04-191-0/+11
* radeonsi: Create CE IB.Bas Nieuwenhuizen2016-04-191-0/+15
* radeonsi: gate PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT by LLVM versionNicolai Hähnle2016-04-131-1/+2
* radeonsi: enable GLSL 4.20 and therefore OpenGL 4.2Nicolai Hähnle2016-04-121-1/+2
* radeonsi: enable shader buffer pipe capsNicolai Hähnle2016-04-121-2/+2
* radeonsi: Mark ARB_robust_buffer_access_behavior as supported.Bas Nieuwenhuizen2016-04-121-1/+1
* gallium: Add capability for ARB_robust_buffer_access_behavior.Bas Nieuwenhuizen2016-04-121-0/+1
* radeonsi: move scissor and viewport states into gallium/radeonMarek Olšák2016-04-121-1/+1
* radeonsi: replace magic 16 by SI_NUM_USER_SAMPLERSNicolai Hähnle2016-04-071-1/+1
* radeonsi: 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
* radeonsi: add support for Polaris (v2)Sonny Jiang2016-03-241-0/+2
* radeonsi: Set PIPE_SHADER_CAP_MAX_SHADER_IMAGESEdward O'Callaghan2016-03-211-1/+2
* gallium/radeon: remove old CS tracingMarek Olšák2016-03-201-3/+2
* gallium: add CAPs returning PCI device locationMarek Olšák2016-03-091-0/+8
* radeonsi: set amdgpu metadata before exporting a textureMarek Olšák2016-03-091-1/+3
* radeonsi: add DCC decompression (v2)Bas Nieuwenhuizen2016-03-091-0/+2