summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/radeonsi_pipe.h
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: Apply si_* file naming scheme.Andreas Hartmetz2014-01-141-263/+0
* radeonsi: fix binding the dummy pixel shaderMarek Olšák2013-12-121-1/+1
* r600g,radeonsi: consolidate buffer code, add handling of DISCARD_RANGE for SIMarek Olšák2013-12-121-5/+0
* radeonsi: bind a dummy constant buffer in place of NULL buffersMarek Olšák2013-11-041-0/+1
* r600g,radeonsi: use fences provided by the winsysMarek Olšák2013-10-251-26/+0
* r600g,radeonsi: share r600_texture.cMarek Olšák2013-09-291-10/+0
* r600g,radeonsi: consolidate tiling_info initializationMarek Olšák2013-09-291-2/+0
* radeonsi: move radeonsi-specific functions out of r600_texture.cMarek Olšák2013-09-291-3/+0
* r600g,radeonsi: remove unused codeMarek Olšák2013-09-291-1/+0
* radeonsi: bind streamout buffers to VGT and the vertex shaderMarek Olšák2013-09-131-0/+2
* radeonsi: initialize the first CS like any otherMarek Olšák2013-09-131-0/+2
* radeonsi: integrate shared streamout stateMarek Olšák2013-09-131-8/+1
* radeonsi: simplify and improve flushingMarek Olšák2013-08-311-3/+5
* radeonsi: convert constant buffers to si_descriptorsMarek Olšák2013-08-311-8/+2
* radeonsi: use r600_common_context, r600_common_screen, r600_resourceMarek Olšák2013-08-311-29/+13
* r600g,radeonsi: remove unused variablesMarek Olšák2013-08-311-5/+0
* radeonsi: Do not suspend timer queriesNiels Ole Salscheider2013-08-301-2/+2
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-191-2/+2
* vl: use a template for create_video_decoderChristian König2013-08-191-5/+1
* radeonsi: port texture improvements from r600gMarek Olšák2013-08-171-5/+6
* radeonsi: add FMASK texture binding slots and resource setup (v2)Marek Olšák2013-08-171-0/+1
* radeonsi: implement FMASK decompression for MSAA texturingMarek Olšák2013-08-171-0/+5
* radeonsi: implement MSAA colorbuffer compression for renderingMarek Olšák2013-08-171-0/+2
* radeonsi: implement GL_SAMPLE_ALPHA_TO_ONEMarek Olšák2013-08-171-0/+1
* radeonsi: implement uncompressed MSAA rendering and color resolvingMarek Olšák2013-08-171-0/+2
* radeonsi: add flexible shader descriptor management and use it for sampler viewsMarek Olšák2013-08-171-6/+13
* radeonsi: rename r600_resource_texture to r600_textureMarek Olšák2013-08-151-2/+2
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-0/+2
* radeonsi: Make border colour state handling safe for integer texturesMichel Dänzer2013-05-281-1/+1
* radeonsi: Handle TGSI_SEMANTIC_CLIPVERTEXMichel Dänzer2013-05-211-1/+0
* radeonsi: Initial support for multiple constant buffersMichel Dänzer2013-05-211-0/+8
* radeonsi: Fix handling of TGSI_SEMANTIC_PSIZEMichel Dänzer2013-05-211-1/+0
* radeon/uvd: add UVD implementation v5Christian König2013-04-111-0/+11
* radeonsi: Add compute support v3Tom Stellard2013-04-051-0/+10
* gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2Tom Stellard2013-04-051-0/+1
* radeonsi: add cs tracing v3Jerome Glisse2013-03-271-0/+12
* gallium/util: add helper util_max_layer from r600gMarek Olšák2013-02-261-16/+0
* radeonsi: add assertions to prevent creation of invalid surfacesMarek Olšák2013-02-201-0/+16
* radeonsi: More assorted depth/stencil changes ported from r600g.Marek Olšák2013-01-211-4/+10
* radeonsi: improve flushed depth texture handlingVadim Girlin2013-01-211-1/+3
* radeonsi: Assorted depth/stencil changes ported from r600g.Marek Olšák2013-01-211-1/+0
* radeonsi: Set SPI_SHADER_COL_FORMAT to what the pixel shader actually exports.Michel Dänzer2013-01-171-1/+0
* winsys/radeon: don't use BIND flags, add a flag for the cache bufmgr insteadMarek Olšák2012-12-121-1/+1
* radeonsi: Fix sampler views for depth textures.Michel Dänzer2012-11-281-0/+1
* radeonsi: Implement alpha testing in pixel shader.Michel Dänzer2012-11-121-2/+0
* radeonsi: start reworking inferred state handlingChristian König2012-09-261-1/+0
* radeonsi: Texture border colour fixes.Michel Dänzer2012-09-111-0/+3
* radeonsi: adjust PIPE_SHADER_CAP_MAX_CONSTSChristian König2012-09-041-3/+0
* radeonsi: Use FP16 shader export format when necessary / possible.Michel Dänzer2012-08-271-1/+2
* radeonsi: Maintain cache of pixel shader variants according to contxt state.Michel Dänzer2012-08-271-2/+2