aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* r600g: Enable ARB_framebuffer_no_attachmentsEdward O'Callaghan2016-04-071-1/+1
* gallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENTEdward O'Callaghan2016-04-071-0/+1
* gallium: distinguish between shader IR in get_compute_paramBas Nieuwenhuizen2016-04-021-1/+1
* r600g: remove TGSI->LLVM translationMarek Olšák2016-03-201-5/+0
* gallium/radeon: remove old CS tracingMarek Olšák2016-03-201-3/+1
* gallium: add CAPs returning PCI device locationMarek Olšák2016-03-091-0/+8
* radeonsi: set amdgpu metadata before exporting a textureMarek Olšák2016-03-091-1/+1
* r600g: remove support for DRM < 2.12.0Marek Olšák2016-03-011-2/+1
* gallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGESIlia Mirkin2016-02-151-0/+1
* gallium: add PIPE_SHADER_CAP_SUPPORTED_IRSSamuel Pitoiset2016-02-131-0/+2
* gallium/radeon: drop support for LLVM 3.5Marek Olšák2016-02-111-4/+0
* gallium/radeon: implement query_memory_info (v2)Marek Olšák2016-02-051-1/+1
* gallium: add interface for querying memory usage and sizes (v2)Marek Olšák2016-02-051-0/+1
* gallium/radeon: rename & reorder members of radeon_infoMarek Olšák2016-02-051-2/+2
* gallium: add PIPE_CAP_QUERY_BUFFER_OBJECTIlia Mirkin2016-02-041-0/+1
* gallium/radeon: support PIPE_CAP_SURFACE_REINTERPRET_BLOCKSNicolai Hähnle2016-02-031-1/+1
* gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKSNicolai Hähnle2016-02-031-0/+1
* gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLYNicolai Hähnle2016-02-031-0/+3
* gallium: add GREMEDY_string_markerRob Clark2016-01-211-0/+1
* r600g: don't leak driver const buffersGrazvydas Ignotas2016-01-211-0/+6
* gallium/st: add pipe_context::generate_mipmap()Charmaine Lee2016-01-141-0/+1
* gallium/radeon: implement PIPE_CAP_INVALIDATE_BUFFERNicolai Hähnle2016-01-141-1/+1
* gallium: add PIPE_CAP_INVALIDATE_BUFFERNicolai Hähnle2016-01-141-0/+1
* gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENTIlia Mirkin2016-01-081-0/+1
* gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERSIlia Mirkin2016-01-081-0/+1
* gallium: add caps for POSITION and FACE system valuesMarek Olšák2016-01-081-0/+2
* gallium: add caps to expose support for multi indirect drawsIlia Mirkin2016-01-071-0/+2
* gallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate UP2H/PK2H supportIlia Mirkin2016-01-031-0/+1
* gallium: add PIPE_CAP_DRAW_PARAMETERSIlia Mirkin2015-12-301-0/+1
* gallium/radeon: remove radeon_winsys_cs_handleMarek Olšák2015-12-111-2/+2
* r600: Add ARB_copy_image supportEdward O'Callaghan2015-12-091-1/+1
* r600: remove stale tessellation commentDave Airlie2015-12-071-1/+0
* r600: enable tessellation for evergreen/cayman (v2)Dave Airlie2015-12-071-1/+9
* r600: enable tcs/tes dumping for R600_DUMP_SHADERS.Dave Airlie2015-12-071-1/+1
* r600: create fixed function tess control shader fallback.Dave Airlie2015-12-071-0/+3
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-3/+3
* gallium/radeon: inline the r600_rings structureMarek Olšák2015-11-131-5/+5
* gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototypeIlia Mirkin2015-11-111-0/+1
* r600g: Implement ARB_texture_viewGlenn Kennard2015-11-111-1/+1
* gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATSMarek Olšák2015-10-281-0/+1
* gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINTMarek Olšák2015-10-201-0/+6
* gallium: add PIPE_CAP_SHAREABLE_SHADERSMarek Olšák2015-10-201-0/+1
* r600g: Enable GL_ARB_gpu_shader5 extensionGlenn Kennard2015-10-131-1/+1
* gallium: add per-sample interpolation control into rasterizer statOAeMarek Olšák2015-10-031-0/+1
* r600g: add support for TXQS tgsi opcodeIlia Mirkin2015-09-131-1/+1
* gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supportedIlia Mirkin2015-09-131-0/+1
* r600: Enable fp64 on chips with native supportGlenn Kennard2015-09-121-0/+3
* r600g: add multiple stream support for geom shadersGlenn Kennard2015-09-021-1/+1
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-2/+3
* gallium: add an interface for EXT_depth_bounds_testMarek Olšák2015-08-141-0/+1