summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* r600g: initial support for geometry shaders on evergreen (v2)Vadim Girlin2014-02-051-3/+6
* gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERSMarek Olšák2014-02-041-2/+0
* r600g,radeonsi: consolidate remaining obviously duplicated pipe_screen codeMarek Olšák2014-01-281-28/+7
* r600g,radeonsi: consolidate get_compute_paramMarek Olšák2014-01-281-162/+0
* r600g,radeonsi: consolidate get_paramf and get_video_paramMarek Olšák2014-01-281-64/+0
* r600g,radeonsi: consolidate variables for CS tracingMarek Olšák2014-01-281-9/+9
* r600g,radeonsi: consolidate get_timestamp, get_driver_query_infoMarek Olšák2014-01-281-32/+0
* r600g,radeonsi: consolidate get_name and get_vendor queriesMarek Olšák2014-01-281-45/+0
* r600g,radeonsi: consolidate the contents of r600_resource.cMarek Olšák2014-01-281-2/+11
* r600g: move queries to drivers/radeonMarek Olšák2014-01-281-10/+5
* gallium: remove PIPE_CAP_SCALED_RESOLVEMarek Olšák2014-01-231-1/+0
* radeon: Move gfx/dma cs cleanup to r600_common_context_cleanupAaron Watry2014-01-161-7/+0
* r600/pipe: Stop leaking context->start_compute_cs_cmd.buf on EG/CMAaron Watry2013-12-231-0/+2
* r600g,radeonsi: consolidate buffer code, add handling of DISCARD_RANGE for SIMarek Olšák2013-12-121-14/+0
* r600g,radeonsi: consolidate some debug flagsMarek Olšák2013-12-121-3/+0
* r600g,radeonsi: share flags has_cp_dma and has_streamoutMarek Olšák2013-12-121-8/+8
* gallium: add support for AMD_vertex_shader_layerMarek Olšák2013-12-031-0/+1
* gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger2013-11-281-0/+1
* gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin2013-10-261-0/+1
* r600g,radeonsi: use fences provided by the winsysMarek Olšák2013-10-251-171/+2
* r600g,radeonsi: create aux_context lastMarek Olšák2013-10-031-0/+3
* r600g,radeonsi: workaround for late shared screen initializationMarek Olšák2013-09-301-1/+3
* radeon: make texture logging more usefulMarek Olšák2013-09-291-2/+0
* r600g: move the low-level buffer functions for multiple rings to drivers/radeonMarek Olšák2013-09-291-68/+1
* r600g,radeonsi: consolidate tiling_info initializationMarek Olšák2013-09-291-119/+4
* r600g: move aux_context and r600_screen_clear_buffer to drivers/radeonMarek Olšák2013-09-291-36/+29
* r600g: move some debug options to drivers/radeonMarek Olšák2013-09-291-23/+10
* r600g,radeonsi: share the async dma interfaceMarek Olšák2013-09-291-2/+0
* r600g: move r600g-specific functions out of r600_texture.cMarek Olšák2013-09-291-1/+0
* radeon drivers: handle PIPE_CAP_MAX_VIEWPORTSMarek Olšák2013-09-291-0/+3
* radeon/winsys: keep screen pointer in winsys v2Christian König2013-09-251-0/+3
* r600g: fast color clears for single-sample buffersGrigori Goronzy2013-09-201-0/+4
* radeon/uvd: move more logic into the common filesChristian König2013-09-121-1/+1
* r600g: remove DMA paddingAlex Deucher2013-09-061-9/+0
* r600g: move streamout state to drivers/radeonMarek Olšák2013-08-311-162/+151
* r600g: enable SB backend by defaultVadim Girlin2013-08-301-2/+2
* 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
* vl: Add support for max level query v2Rico Schüller2013-08-141-0/+2
* gallium: Add PIPE_CAP_ENDIANNESSTom Stellard2013-07-221-0/+2
* r600g/sb: improve math optimizations v2Vadim Girlin2013-07-111-0/+1
* r600g: improve the mechanism for recognizing an empty CSMarek Olšák2013-07-081-0/+5
* r600g: don't call buffer_wait in buffer_mmap_sync_with_ringsMarek Olšák2013-07-081-2/+1
* mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák2013-07-021-1/+0
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-2/+4
* r600g: cleanup MSAA texture support checkingMarek Olšák2013-05-151-14/+6
* r600g: rewrite FMASK allocation, fix FMASK texturing with 2 and 4 samplesMarek Olšák2013-05-151-2/+1
* gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák2013-05-111-0/+3
* r600g/llvm: Update radeon family mappings for LLVM backendTom Stellard2013-05-061-3/+7
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+1