summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: move all shader-related functions to a new file si_state_shaders.cMarek Olšák2014-12-101-0/+1
* radeonsi: support gl_FragCoord at integer pixel centerMarek Olšák2014-11-181-1/+1
* radeonsi: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITIONMarek Olšák2014-11-161-1/+1
* radeonsi/compute: Enable PIPE_SHADER_IR_NATIVE for compute shaders v2Tom Stellard2014-10-311-0/+4
* gallium: introduce PIPE_CAP_CLIP_HALFZ.Mathias Fröhlich2014-10-241-0/+1
* gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesaMarek Olšák2014-10-211-0/+2
* radeonsi: fix CS tracing and remove excessive CS dumpingMarek Olšák2014-10-041-1/+2
* radeonsi: release GS rings at context destructionMarek Olšák2014-09-241-0/+2
* r600g,radeonsi: add debug option which forces DMA for copy_region and blitMarek Olšák2014-09-121-0/+3
* gallium: add a texture target to sampler view and a CAP to use itIlia Mirkin2014-09-121-0/+1
* radeonsi: Compile dummy pixel shader on demandMichel Dänzer2014-09-021-7/+0
* radeonsi: move DB_RENDER_CONTROL into draw_vboMarek Olšák2014-09-011-6/+1
* gallium: add cap for MAX_VERTEX_ATTRIB_STRIDETimothy Arceri2014-08-271-0/+3
* gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTEDTobias Klausmann2014-08-191-0/+1
* radeonsi: use r600_draw_rectangle from r600gMarek Olšák2014-08-191-1/+1
* gallium/r300/r600/radeonsi: handle query_renderer capsEmil Velikov2014-08-151-0/+11
* gallium: add opcodes/cap for fine derivative supportIlia Mirkin2014-08-141-0/+1
* radeon/compute: Report a value for PIPE_SHADER_CAP_MAX_CONST_BUFFER_SIZETom Stellard2014-08-131-0/+7
* gallium: remove PIPE_SHADER_CAP_MAX_ADDRSMarek Olšák2014-08-111-3/+0
* radeonsi: fix CMASK and HTILE allocation on TahitiMarek Olšák2014-08-091-1/+54
* gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák2014-07-281-2/+2
* radeonsi: implement ARB_draw_indirectMarek Olšák2014-07-181-0/+1
* radeonsi: assume LLVM 3.4.2 is always presentMarek Olšák2014-07-181-8/+4
* radeonsi: rename definitions of shader limitsMarek Olšák2014-07-111-3/+3
* gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORTIlia Mirkin2014-07-031-1/+1
* gallium: Add PIPE_SHADER_CAP_DOUBLESTom Stellard2014-07-021-0/+5
* gallium: add a cap for max vertex streamsIlia Mirkin2014-07-011-0/+2
* radeonsi: implement ARB_texture_query_lodMarek Olšák2014-06-191-1/+1
* radeonsi: implement ARB_texture_gather and Gather functions from GLSL 4.00Marek Olšák2014-06-191-4/+8
* radeonsi: enable ARB_sample_shadingMarek Olšák2014-06-021-1/+1
* radeonsi: implement set_min_samplesMarek Olšák2014-06-021-0/+3
* gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2014-06-021-0/+1
* radeonsi: Enable geometry shaders with LLVM 3.4.1Tom Stellard2014-05-091-2/+2
* radeonsi: Don't use anonymous struct trick in atom trackingAdam Jackson2014-05-081-3/+3
* gallium: add a cap for supporting 4-offset TG4 opcodesIlia Mirkin2014-05-071-1/+2
* radeonsi: implement ARB_texture_cube_map_arrayMarek Olšák2014-05-061-1/+1
* gallium: add basic support for ARB_sample_shadingIlia Mirkin2014-04-261-0/+1
* r600g,radeonsi: share r600_flush_from_stMarek Olšák2014-04-161-17/+0
* radeonsi: merge si_flush with si_context_flushMarek Olšák2014-04-161-34/+3
* gallium/radeon: create and return a fence in the flush functionMarek Olšák2014-04-161-11/+8
* winsys/radeon: fold cs_set_flush_callback into cs_createMarek Olšák2014-04-161-2/+3
* radeonsi: cleanup redundant computation of flush flags and rename a functionMarek Olšák2014-04-161-8/+9
* gallium: add a way to query min/max texture gather offsetsIlia Mirkin2014-04-101-0/+2
* winsys/radeon: fix a race condition between winsys_create and winsys_destroyMarek Olšák2014-04-101-1/+1
* gallium: add support for LODQ opcodes.Dave Airlie2014-04-071-0/+1
* mesa/soft/llvmpipe: add fake MSAA supportDave Airlie2014-04-021-0/+1
* radeonsi: flush the dma ring in si_flush_from_stNiels Ole Salscheider2014-03-141-0/+7
* radeonsi: small cleanup in get_paramMarek Olšák2014-03-111-4/+2
* radeonsi: set correct alignment for texture buffers and constant buffersMarek Olšák2014-03-111-3/+2
* r600g, radeonsi: fix primitives-generated query with disabled streamoutMarek Olšák2014-03-111-0/+1