aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/radeonsi_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: Handle additional PIPE_COMPUTE_CAP_*Niels Ole Salscheider2013-08-231-1/+14
* radeonsi: copy r600_get_timestampNiels Ole Salscheider2013-08-231-0/+9
* radeonsi: Implement PIPE_QUERY_TIMESTAMPNiels Ole Salscheider2013-08-231-1/+1
* vl: add entrypoint to get_video_paramChristian König2013-08-191-1/+2
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-191-2/+2
* radeonsi: fix feature support reportingMarek Olšák2013-08-171-0/+1
* radeonsi: require LLVM 3.4 for MSAAMarek Olšák2013-08-171-1/+2
* radeonsi: port texture improvements from r600gMarek Olšák2013-08-171-3/+5
* radeonsi: implement FMASK decompression for MSAA texturingMarek Olšák2013-08-171-0/+1
* radeonsi: implement uncompressed MSAA texturingMarek Olšák2013-08-171-1/+2
* radeonsi: implement uncompressed MSAA rendering and color resolvingMarek Olšák2013-08-171-0/+1
* radeonsi: add flexible shader descriptor management and use it for sampler viewsMarek Olšák2013-08-171-1/+6
* radeonsi: unduplicate code in create_contextMarek Olšák2013-08-151-6/+0
* vl: Add support for max level query v2Rico Schüller2013-08-141-0/+2
* gallium: Add PIPE_CAP_ENDIANNESSTom Stellard2013-07-221-0/+2
* mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák2013-07-021-1/+0
* radeonsi: add llvm processor names for CIKAlex Deucher2013-06-281-0/+3
* radeonsi: initial support for CIK chipsAlex Deucher2013-06-281-1/+13
* radeonsi: rename SI chip class from TAHITI to SIAlex Deucher2013-06-281-2/+2
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-2/+4
* radeonsi/compute: Add missing PIPE_COMPUTE capsTom Stellard2013-06-031-0/+16
* radeonsi: Enable GLSL 1.30Michel Dänzer2013-05-281-1/+1
* radeonsi: update r600_get_llvm_processor_name for hainanAlex Deucher2013-05-141-0/+1
* radeonsi: add support for hainan chipsAlex Deucher2013-05-141-0/+1
* gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák2013-05-111-0/+1
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+1
* winsys/radeon: consolidate tracing into winsys v2Jerome Glisse2013-04-251-1/+1
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-181-0/+1
* radeon/uvd: add UVD implementation v5Christian König2013-04-111-4/+17
* radeonsi: Add compute support v3Tom Stellard2013-04-051-1/+60
* gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2Tom Stellard2013-04-051-0/+11
* gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller2013-04-031-0/+1
* radeonsi: add instanceid supportChristian König2013-04-021-1/+1
* radeonsi: add cs tracing v3Jerome Glisse2013-03-271-0/+22
* gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák2013-03-231-0/+1
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-201-0/+2
* radeonsi: enable indirect adressingChristian König2013-03-191-1/+1
* radeonsi: remove constant index limitation v3Christian König2013-02-121-1/+1
* radeonsi: add support for Oland chipsAlex Deucher2013-02-041-0/+1
* gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED queryBrian Paul2013-02-041-0/+2
* radeonsi: Enable texture arrays.Michel Dänzer2013-02-041-1/+1
* gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTAndreas Boll2013-02-041-0/+1
* radeonsi: port some of get_shader_param changes from r600gMarek Olšák2013-02-011-6/+2
* radeon/winsys: add dma ring support to winsys v3Jerome Glisse2013-01-281-1/+1
* radeonsi: More assorted depth/stencil changes ported from r600g.Marek Olšák2013-01-211-1/+4
* gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák2013-01-151-1/+0
* gallium/radeon: send the END_OF_FRAME flag to the DRMMarek Olšák2013-01-041-1/+2
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-1/+2
* radeonsi: fix int->bool conversion in fence_signalledMarek Olšák2013-01-041-1/+1
* gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca2012-12-201-1/+1