summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add MULTISAMPLE_Z_RESOLVE capAxel Davy2015-02-061-0/+2
* gallium: add a cap to determine whether the driver supports offset_clampIlia Mirkin2015-02-021-0/+1
* gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEXRoland Scheidegger2014-12-161-0/+1
* r600g/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
* radeon: enable Hyper-Z on r600g and radeonsi by defaultAndreas Boll2014-10-241-2/+2
* gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesaMarek Olšák2014-10-211-0/+2
* r600g: Implement GL_ARB_sample_shadingGlenn Kennard2014-10-121-1/+1
* 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
* r600g: expose AMD_vertex_shader_layer and *_viewport_index on R600-R700Marek Olšák2014-09-011-1/+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/+0
* gallium/r300/r600/radeonsi: handle query_renderer capsEmil Velikov2014-08-151-0/+11
* r600g: Implement ARB_derivative_controlGlenn Kennard2014-08-151-1/+1
* 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-1/+10
* gallium: remove PIPE_SHADER_CAP_MAX_ADDRSMarek Olšák2014-08-111-3/+0
* r600g: Implement gpu_shader5 textureGatherGlenn Kennard2014-08-011-2/+3
* r600g: Implement GL_ARB_texture_query_lodGlenn Kennard2014-07-311-1/+1
* gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák2014-07-281-1/+1
* r600g: Use hardware sqrt instructionGlenn Kennard2014-07-231-1/+1
* r600g: Implement GL_ARB_texture_gatherGlenn Kennard2014-07-181-1/+1
* 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/+2
* gallium: add facilities for indirect drawingChristoph Bumiller2014-07-021-0/+1
* gallium: add a cap for max vertex streamsIlia Mirkin2014-07-011-0/+2
* r600g: fix the max vertex shader input limitMarek Olšák2014-06-191-1/+1
* r600g: use TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2014-06-021-2/+2
* gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2014-06-021-0/+1
* gallium: add a cap for supporting 4-offset TG4 opcodesIlia Mirkin2014-05-071-1/+2
* gallium: add basic support for ARB_sample_shadingIlia Mirkin2014-04-261-0/+1
* r600g: Disable LLVM by default at runtime for graphicsMichel Dänzer2014-04-171-3/+3
* r600g,radeonsi: share r600_flush_from_stMarek Olšák2014-04-161-17/+0
* r600g: merge r600_flush with r600_context_flushMarek Olšák2014-04-161-41/+2
* gallium/radeon: create and return a fence in the flush functionMarek Olšák2014-04-161-9/+9
* winsys/radeon: fold cs_set_flush_callback into cs_createMarek Olšák2014-04-161-6/+5
* r600g: remove redundant r600_flush_from_winsysMarek Olšák2014-04-161-8/+1
* 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/+3
* radeon: Move DMA ring creation to common codeNiels Ole Salscheider2014-03-141-30/+0
* r600g,radeonsi: fix MAX_TEXTURE_3D_LEVELS and MAX_TEXTURE_ARRAY_LAYERS limitsMarek Olšák2014-03-111-3/+5
* r600g/compute: PIPE_CAP_COMPUTE should be false for pre-evergreen GPUsTom Stellard2014-02-281-1/+3
* r300g,r600g,radeonsi: add support for ARB_buffer_storageMarek Olšák2014-02-251-0/+1
* gallium: add texture gather support to gallium (v3)Dave Airlie2014-02-251-0/+2
* r600g,radeonsi: Consolidate logic for short-circuiting flushesMichel Dänzer2014-02-181-2/+2
* radeon: reverse DBG_NO_HYPERZ logicAlex Deucher2014-02-131-2/+2