summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* gallium: replace bswap_32 calls with util_bswap32Jonathan Gray2013-06-171-3/+1
* gallium/u_blitter: make clearing independent of the colorbuffer formatMarek Olšák2013-06-131-2/+1
* gallium/u_blitter: make clearing independent of the number of bound colorbuffersMarek Olšák2013-06-131-1/+1
* radeonsi/compute: Upload work group, work item size in input bufferTom Stellard2013-06-031-11/+27
* radeonsi/compute: Pass kernel arguments in a buffer v2Tom Stellard2013-06-033-35/+44
* radeonsi/compute: Implement un-binding of global buffersTom Stellard2013-06-031-12/+19
* radeonsi/compute: Support multiple kernels in a compute programTom Stellard2013-06-031-9/+18
* radeonsi/compute: Add missing PIPE_COMPUTE capsTom Stellard2013-06-031-0/+16
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-6/+10
* radeonsi: Enable GLSL 1.30Michel Dänzer2013-05-281-1/+1
* radeonsi: Handle TGSI TXQ opcodeMichel Dänzer2013-05-281-2/+32
* radeonsi: Add support for TGSI TXF opcodeMichel Dänzer2013-05-281-13/+50
* radeonsi: Use tgsi_util_get_texture_coord_dim()Michel Dänzer2013-05-281-25/+7
* radeonsi: Handle TGSI_SEMANTIC_CLIPDISTMichel Dänzer2013-05-281-4/+17
* radeonsi: Make border colour state handling safe for integer texturesMichel Dänzer2013-05-282-20/+27
* radeonsi: Fix hardware state for dual source blendingMichel Dänzer2013-05-284-6/+17
* radeonsi: Fix user clip planesMichel Dänzer2013-05-211-4/+3
* radeonsi: Handle TGSI_SEMANTIC_CLIPVERTEXMichel Dänzer2013-05-216-8/+86
* radeonsi: Initial support for multiple constant buffersMichel Dänzer2013-05-214-73/+119
* radeonsi: Fix handling of TGSI_SEMANTIC_PSIZEMichel Dänzer2013-05-215-9/+17
* radeonsi: increase array size for shader inputs and outputsMarek Olšák2013-05-212-2/+4
* radeonsi: update r600_get_llvm_processor_name for hainanAlex Deucher2013-05-141-0/+1
* radeonsi: add support for hainan chipsAlex Deucher2013-05-142-0/+4
* gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák2013-05-111-0/+1
* radeon/llvm: Always build libradeonllvm as staticTom Stellard2013-05-061-1/+1
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+1
* scons: remove radeon buildAndreas Boll2013-05-031-17/+0
* vl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28950ddc06eChristian König2013-05-031-3/+3
* vl/buffers: fix typo in function nameChristian König2013-05-031-3/+3
* vl/buffer: use 2D_ARRAY instead of 3D texturesChristian König2013-05-011-7/+7
* radeon/uvd: stop using anonymous unionsChristian König2013-04-261-1/+1
* winsys/radeon: consolidate tracing into winsys v2Jerome Glisse2013-04-253-3/+3
* radeonsi: cleanup disabling tiling for UVD v3Christian König2013-04-241-3/+4
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-1/+1
* radeonsi: add support for compressed texture v2Jerome Glisse2013-04-182-2/+76
* radeonsi: add 2d tiling support for texture v3Jerome Glisse2013-04-182-72/+20
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-181-0/+1
* radeonsi: Read config values from the .AMDGPU.config ELF sectionTom Stellard2013-04-151-7/+27
* radeon/llvm: Use a struct for storing compiled codeTom Stellard2013-04-151-18/+17
* radeon/uvd: add UVD implementation v5Christian König2013-04-115-6/+193
* radeonsi: remove sampler writemask v3Christian König2013-04-101-12/+7
* radeonsi: Add compute support v3Tom Stellard2013-04-059-48/+375
* radeonsi: Set TCL1_ACTION_ENA when invalidating the texture cacheTom Stellard2013-04-051-0/+1
* radeonsi: Remove si_pm4_inval_vertex_cache()Tom Stellard2013-04-053-8/+1
* gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2Tom Stellard2013-04-053-1/+15
* radeonsi: add more cases for copying unsupported formats to resource_copy_regionMarek Olšák2013-04-031-0/+12
* gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller2013-04-031-0/+1
* radeonsi: add instance divisor support v3Christian König2013-04-024-59/+94
* radeonsi: add start instance supportChristian König2013-04-023-10/+21
* radeonsi: add instanceid supportChristian König2013-04-024-7/+43