summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-04-27winsys/radeon: remove use_reusable_pool parameter from buffer_createNicolai Hähnle7-8/+6
2016-04-27gallium/radeon: remove use_reusable_pool parameter from r600_init_resourceNicolai Hähnle5-9/+7
2016-04-27radeon/video: always use the reusable buffer poolNicolai Hähnle4-5/+5
2016-04-27radeonsi: work around an MSAA fast stencil clear problemNicolai Hähnle1-3/+15
2016-04-27radeonsi: expclear must be disabled on first Z/S clearNicolai Hähnle1-2/+2
2016-04-27radeonsi: move blend choice out of loop in si_blit_decompress_colorNicolai Hähnle1-9/+9
2016-04-27radeonsi: use level mask for early out in si_blit_decompress_colorNicolai Hähnle1-6/+8
2016-04-27radeonsi: si_blit_decompress_depth is only used for stagingNicolai Hähnle1-21/+5
2016-04-27radeonsi: only decompress the required ZS planes from si_blitNicolai Hähnle1-6/+7
2016-04-27radeonsi: decompress Z & S planes in one passNicolai Hähnle1-28/+73
2016-04-27radeonsi: early out of si_blit_decompress_depth_in_place based on dirty maskNicolai Hähnle1-6/+14
2016-04-27radeonsi: use MIN2 instead of expanded ?: operatorNicolai Hähnle1-3/+3
2016-04-27radeonsi: fix brace styleNicolai Hähnle1-2/+4
2016-04-27swr: s/Elements/ARRAY_SIZE/Tim Rowley3-7/+7
2016-04-27radeonsi: emit s_waitcnt for shader memory barriers and volatileNicolai Hähnle1-13/+23
2016-04-27swr: [rasterizer] warning cleanupTim Rowley9-74/+27
2016-04-27swr: [rasterizer core] implement legacy depth bias enableTim Rowley4-21/+25
2016-04-27swr: [rasterizer jitter] support for dumping x86 asmTim Rowley2-0/+50
2016-04-27swr: [rasterizer core] more backend refactoringTim Rowley8-963/+573
2016-04-27swr: [rasterizer jitter] add mSimdInt1TyTim Rowley2-0/+2
2016-04-27swr: [rasterizer core] backend refactorTim Rowley5-238/+633
2016-04-27svga: use the SVGA3D_DEVCAP_MAX_FRAGMENT_SHADER_INSTRUCTIONS queryBrian Paul1-0/+3
2016-04-27nouveau: codegen: LOAD: Take src swizzle into accountHans de Goede1-2/+6
2016-04-27nouveau: codegen: LOAD: Do not call fetchSrc(1) if the address is immediateHans de Goede1-2/+3
2016-04-27nouveau: codegen: LOAD: Always use component 0 when getting the addressHans de Goede1-1/+3
2016-04-27r600g: fix and optimize tgsi_cmp when using ABS and NEG modifierPatrick Rudolph1-1/+10
2016-04-27softpipe: add support for compute shaders. (v2)Dave Airlie8-3/+369
2016-04-27tgsi: accept a starting PC value for exec machine.Dave Airlie1-1/+1
2016-04-26swr: autogenerate swr_context_llvm.hTim Rowley6-128/+16
2016-04-26gallium: Remove every double semi-colonJakob Sinclair8-13/+13
2016-04-26gallium/r600: removing double semi-colonsJakob Sinclair1-1/+1
2016-04-26radeonsi: add RW_BUFFERS only once in si_ce_needed_cs_spaceMarek Olšák1-2/+2
2016-04-26nvc0: expose GLSL version 420 on GK110Samuel Pitoiset1-1/+1
2016-04-26nvc0: enable ARB_shader_image_load_store on GK110Samuel Pitoiset1-1/+1
2016-04-26gk110/ir: add emission for VSHLSamuel Pitoiset1-0/+58
2016-04-26gk110/ir: add emission for OP_SUEAU, OP_SUBFM and OP_SUCLAMPSamuel Pitoiset1-0/+87
2016-04-26gk110/ir: add emission for OP_SULDB and OP_SUSTxSamuel Pitoiset1-0/+155
2016-04-26gk110/ir: add emission for OP_MADSPSamuel Pitoiset1-0/+23
2016-04-26gk110/ir: add emission for OP_PERMTSamuel Pitoiset1-0/+12
2016-04-26nvc0: expose GLSL version 420 on GK104Samuel Pitoiset1-0/+2
2016-04-26nvc0: enable ARB_shader_image_load_store on GK104Ilia Mirkin1-0/+2
2016-04-26nvc0: inform users that 3D images are not fully supportedSamuel Pitoiset3-5/+10
2016-04-26nvc0: reduce GL_MAX_3D_TEXTURE_SIZE to 2048 on Kepler+Samuel Pitoiset1-1/+1
2016-04-26nvc0/ir: check that the image format doesn't mismatchSamuel Pitoiset3-2/+25
2016-04-26nvc0/ir: prevent out of bounds when no images are boundSamuel Pitoiset1-2/+19
2016-04-26nvc0/ir: add indirect support for images on KeplerSamuel Pitoiset1-12/+28
2016-04-26nvc0/ir: fix 1D arrays images for KeplerSamuel Pitoiset1-2/+9
2016-04-26nvc0/ir: fix cube images for KeplerSamuel Pitoiset1-5/+5
2016-04-26nv50/ir: add support for SULDP -> SULDB conversionIlia Mirkin5-45/+293
2016-04-26nv50/ir: make use of OP_SUQ for surfaces querySamuel Pitoiset4-11/+71