summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/radeonsi
AgeCommit message (Expand)AuthorFilesLines
2013-06-27radeonsi/compute: Fix memory leak in radeonsi_launch_grid.Vinson Lee1-0/+1
2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger4-4/+12
2013-06-17gallium: replace bswap_32 calls with util_bswap32Jonathan Gray1-3/+1
2013-06-13gallium/u_blitter: make clearing independent of the colorbuffer formatMarek Olšák1-2/+1
2013-06-13gallium/u_blitter: make clearing independent of the number of bound colorbuffersMarek Olšák1-1/+1
2013-06-03radeonsi/compute: Upload work group, work item size in input bufferTom Stellard1-11/+27
2013-06-03radeonsi/compute: Pass kernel arguments in a buffer v2Tom Stellard3-35/+44
2013-06-03radeonsi/compute: Implement un-binding of global buffersTom Stellard1-12/+19
2013-06-03radeonsi/compute: Support multiple kernels in a compute programTom Stellard1-9/+18
2013-06-03radeonsi/compute: Add missing PIPE_COMPUTE capsTom Stellard1-0/+16
2013-05-25gallium: Add support for multiple viewportsZack Rusin1-6/+10
2013-05-28radeonsi: Enable GLSL 1.30Michel Dänzer1-1/+1
2013-05-28radeonsi: Handle TGSI TXQ opcodeMichel Dänzer1-2/+32
2013-05-28radeonsi: Add support for TGSI TXF opcodeMichel Dänzer1-13/+50
2013-05-28radeonsi: Use tgsi_util_get_texture_coord_dim()Michel Dänzer1-25/+7
2013-05-28radeonsi: Handle TGSI_SEMANTIC_CLIPDISTMichel Dänzer1-4/+17
2013-05-28radeonsi: Make border colour state handling safe for integer texturesMichel Dänzer2-20/+27
2013-05-28radeonsi: Fix hardware state for dual source blendingMichel Dänzer4-6/+17
2013-05-21radeonsi: Fix user clip planesMichel Dänzer1-4/+3
2013-05-21radeonsi: Handle TGSI_SEMANTIC_CLIPVERTEXMichel Dänzer6-8/+86
2013-05-21radeonsi: Initial support for multiple constant buffersMichel Dänzer4-73/+119
2013-05-21radeonsi: Fix handling of TGSI_SEMANTIC_PSIZEMichel Dänzer5-9/+17
2013-05-21radeonsi: increase array size for shader inputs and outputsMarek Olšák2-2/+4
2013-05-14radeonsi: update r600_get_llvm_processor_name for hainanAlex Deucher1-0/+1
2013-05-14radeonsi: add support for hainan chipsAlex Deucher2-0/+4
2013-05-11gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák1-0/+1
2013-05-06radeon/llvm: Always build libradeonllvm as staticTom Stellard1-1/+1
2013-05-04gallium: fix type of flags in pipe_context::flush()Chia-I Wu1-1/+1
2013-05-03scons: remove radeon buildAndreas Boll1-17/+0
2013-05-03vl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28950ddc06eChristian König1-3/+3
2013-05-03vl/buffers: fix typo in function nameChristian König1-3/+3
2013-05-01vl/buffer: use 2D_ARRAY instead of 3D texturesChristian König1-7/+7
2013-04-26radeon/uvd: stop using anonymous unionsChristian König1-1/+1
2013-04-25winsys/radeon: consolidate tracing into winsys v2Jerome Glisse3-3/+3
2013-04-24radeonsi: cleanup disabling tiling for UVD v3Christian König1-3/+4
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca1-1/+1
2013-04-18radeonsi: add support for compressed texture v2Jerome Glisse2-2/+76
2013-04-18radeonsi: add 2d tiling support for texture v3Jerome Glisse2-72/+20
2013-04-18st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller1-0/+1
2013-04-15radeonsi: Read config values from the .AMDGPU.config ELF sectionTom Stellard1-7/+27
2013-04-15radeon/llvm: Use a struct for storing compiled codeTom Stellard1-18/+17
2013-04-11radeon/uvd: add UVD implementation v5Christian König5-6/+193
2013-04-10radeonsi: remove sampler writemask v3Christian König1-12/+7
2013-04-05radeonsi: Add compute support v3Tom Stellard9-48/+375
2013-04-05radeonsi: Set TCL1_ACTION_ENA when invalidating the texture cacheTom Stellard1-0/+1
2013-04-05radeonsi: Remove si_pm4_inval_vertex_cache()Tom Stellard3-8/+1
2013-04-05gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2Tom Stellard3-1/+15
2013-04-03radeonsi: add more cases for copying unsupported formats to resource_copy_regionMarek Olšák1-0/+12
2013-04-03gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller1-0/+1
2013-04-02radeonsi: add instance divisor support v3Christian König4-59/+94