summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* Revert "radeonsi: reduce the size of si_pm4_state"Marek Olšák2015-01-082-3/+12
* radeonsi: Fix crash when destroying si_screenTom Stellard2015-01-071-2/+4
* radeonsi: enable LLVM optimizations that assume no NaNs for non-compute shadersMarek Olšák2015-01-073-4/+12
* radeonsi: emit SURFACE_SYNC lastMarek Olšák2015-01-071-23/+35
* radeonsi: flush all CB/DB caches unconditionally when changing the framebufferMarek Olšák2015-01-071-11/+7
* radeonsi: change TC cache flushing strategy for texturesMarek Olšák2015-01-072-4/+6
* radeonsi: improve and fix streamout flushingMarek Olšák2015-01-073-10/+40
* radeonsi: use TC L2 for CP DMA operations with shader resources on CIKMarek Olšák2015-01-072-10/+27
* radeonsi: use TC L2 for updating descriptors on CIKMarek Olšák2015-01-072-5/+10
* radeonsi: don't use TC L2 for updating descriptors on SIMarek Olšák2015-01-072-2/+14
* radeonsi: only flush the right set of caches for CP DMA operationsMarek Olšák2015-01-074-25/+32
* radeonsi: implement separate ICACHE and KCACHE flush for SIMarek Olšák2015-01-071-9/+17
* radeonsi: add a combined flag for flushing a framebufferMarek Olšák2015-01-073-20/+10
* radeonsi: rename flush flags, split the TC flag into L1 and L2Marek Olšák2015-01-077-91/+109
* r600g,radeonsi: separate cache flush flagsMarek Olšák2015-01-073-4/+22
* radeonsi: only set BC_OPTIMIZE_DISABLE when necessaryMarek Olšák2015-01-072-6/+15
* radeonsi: do not define FACE as an ordinary PS inputMarek Olšák2015-01-071-1/+2
* radeonsi: remove flatshade from the shader keyMarek Olšák2015-01-073-7/+7
* radeonsi: remove special handling of TGSI_INTERPOLATE_COLOR in shader codegenMarek Olšák2015-01-071-6/+10
* radeonsi: implement VERTEXID_NOBASE and BASEVERTEX system valuesMarek Olšák2015-01-071-0/+10
* radeonsi: fix VertexID for OpenGLMarek Olšák2015-01-071-2/+5
* radeonsi: clarify a hw bug in shader exportsMarek Olšák2015-01-071-5/+10
* radeonsi: use ordered compares for SSG and face selectionMarek Olšák2015-01-071-1/+1
* radeonsi: remove unused and not useful variablesMarek Olšák2015-01-073-6/+1
* radeonsi: remove init config from statesMarek Olšák2015-01-076-5/+4
* radeonsi: reduce the size of si_pm4_stateMarek Olšák2015-01-072-12/+3
* radeon/llvm: Use amdgcn triple for SI+ on LLVM >= 3.6Tom Stellard2015-01-061-2/+7
* radeonsi: Cache LLVMTargetMachine object in si_screenTom Stellard2015-01-063-1/+21
* radeonsi: fix warningsMarek Olšák2015-01-011-1/+1
* radeonsi: Don't modify PA_SC_RASTER_CONFIG register value if rb_mask == 0Michel Dänzer2014-12-251-2/+4
* radeonsi: force NaNs to 0Marek Olšák2014-12-211-4/+8
* gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEXRoland Scheidegger2014-12-161-0/+1
* gallium: Remove Android files from distribution.Matt Turner2014-12-121-2/+0
* radeonsi: take into account NULL colorbuffers when computing CB_TARGET_MASKMarek Olšák2014-12-101-4/+12
* radeonsi: only emit line stippling and provoking vertex state when it changesMarek Olšák2014-12-105-0/+9
* radeonsi: fix SPI state dependency on sprite_coord_enableMarek Olšák2014-12-102-2/+4
* radeonsi: fix line stippling and provoking vertex state for GS primitivesMarek Olšák2014-12-101-1/+3
* radeonsi: emit DRAW_PREAMBLE only if it changesMarek Olšák2014-12-103-8/+17
* radeonsi: remove setting of VGT_DISPATCH_DRAW_INDEXMarek Olšák2014-12-101-3/+0
* radeonsi: emit GS_OUT_PRIM_TYPE only if it changesMarek Olšák2014-12-103-1/+6
* radeonsi: emit primitive restart only if it changesMarek Olšák2014-12-103-5/+22
* radeonsi: emit base vertex and start instance only if they changeMarek Olšák2014-12-103-3/+38
* radeonsi: emit clip registers only if VS, GS, or rasterizer is changedMarek Olšák2014-12-105-32/+39
* radeonsi: get info about VS outputs from tgsi_shader_infoMarek Olšák2014-12-103-35/+34
* radeonsi: move all shader-related functions to a new file si_state_shaders.cMarek Olšák2014-12-106-785/+810
* radeonsi: generate derived and draw-related registers directly in the CSMarek Olšák2014-12-103-75/+76
* radeonsi: si_conv_pipe_prim shouldn't failMarek Olšák2014-12-101-11/+3
* radeonsi: remove useless variable si_context::pm4_dirty_cdwordsMarek Olšák2014-12-103-11/+1
* radeonsi: remove unused draw packet functionsMarek Olšák2014-12-102-87/+0
* radeonsi: emit draw packets directly into the CSMarek Olšák2014-12-103-68/+95