aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_pipe_common.h
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: fix a hang with streamout on HawaiiMarek Olšák2014-07-281-0/+1
* r600g,radeonsi: add debug flags which disable tilingMarek Olšák2014-07-281-10/+11
* radeonsi/compute: Share COMPUTE_DBG macro with r600gTom Stellard2014-07-211-0/+5
* radeonsi: Read rodata from ELF and append it to the end of shadersTom Stellard2014-07-211-0/+5
* radeonsi: implement SAMPLEPOS fragment shader inputMarek Olšák2014-06-021-0/+10
* radeon: split cayman_emit_msaa_state into 2 functionsMarek Olšák2014-06-021-1/+3
* radeonsi: Fix anisotropic filtering state setupMichel Dänzer2014-05-141-0/+9
* r600g,radeonsi: share some of gfx flush codeMarek Olšák2014-04-161-0/+2
* radeonsi: merge si_flush with si_context_flushMarek Olšák2014-04-161-0/+4
* gallium/radeon: create and return a fence in the flush functionMarek Olšák2014-04-161-1/+2
* r600g,radeonsi: add a bunch of useful queries for the HUDMarek Olšák2014-04-091-0/+4
* radeon: Move r600_need_dma_space to common codeNiels Ole Salscheider2014-03-201-0/+1
* radeon: Move DMA ring creation to common codeNiels Ole Salscheider2014-03-141-0/+2
* r600g,radeonsi: use a fallback in dma_copy instead of failingMarek Olšák2014-03-111-9/+8
* r600g, radeonsi: fix primitives-generated query with disabled streamoutMarek Olšák2014-03-111-0/+8
* r600g: move fast color clear code to a common placeMarek Olšák2014-03-111-2/+5
* r600g,radeonsi: move CMASK register values from r600_surface to r600_textureMarek Olšák2014-03-111-4/+5
* r600g: move cayman MSAA setup to a common placeMarek Olšák2014-03-111-0/+16
* radeon: Fix build.Vinson Lee2014-03-101-1/+1
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-071-1/+1
* radeon: Rename struct radeon_llvm_binary to radeon_shader_binary v2Tom Stellard2014-03-071-0/+16
* radeonsi: move translate_colorswap to common codeMarek Olšák2014-03-041-0/+1
* r600g,radeonsi: consolidate create_surface and surface_destroyMarek Olšák2014-02-251-1/+6
* r600g: remove r600_surface::htile_enabledMarek Olšák2014-02-251-2/+0
* r600g,radeonsi: share r600_surfaceMarek Olšák2014-02-251-0/+45
* r600g,radeonsi: Consolidate logic for short-circuiting flushesMichel Dänzer2014-02-181-0/+1
* radeon: reverse DBG_NO_HYPERZ logicAlex Deucher2014-02-131-1/+1
* r600g,radeonsi: set resource domains in one place (v2)Marek Olšák2014-02-061-1/+1
* radeonsi: Initial geometry shader supportMichel Dänzer2014-01-291-0/+1
* r600g,radeonsi: consolidate remaining obviously duplicated pipe_screen codeMarek Olšák2014-01-281-1/+1
* r600g,radeonsi: consolidate get_compute_paramMarek Olšák2014-01-281-0/+1
* r600g,radeonsi: consolidate variables for CS tracingMarek Olšák2014-01-281-0/+4
* r600g,radeonsi: consolidate the contents of r600_resource.cMarek Olšák2014-01-281-3/+3
* r600g: move queries to drivers/radeonMarek Olšák2014-01-281-0/+43
* radeon: More missing stdio.h includes.José Fonseca2014-01-231-0/+2
* radeon: rearrange r600_texture and related code a bit.Andreas Hartmetz2013-12-121-4/+4
* r600g,radeonsi: consolidate buffer code, add handling of DISCARD_RANGE for SIMarek Olšák2013-12-121-0/+8
* r600g,radeonsi: add common interface for buffer invalidationMarek Olšák2013-12-121-0/+4
* r600g,radeonsi: consolidate some debug flagsMarek Olšák2013-12-121-0/+1
* r600g,radeonsi: share flags has_cp_dma and has_streamoutMarek Olšák2013-12-121-0/+2
* radeon: move some functions to r600_buffer_common.cMarek Olšák2013-12-121-10/+12
* radeon: make texture logging more usefulMarek Olšák2013-09-291-4/+5
* r600g,radeonsi: share r600_texture.cMarek Olšák2013-09-291-0/+36
* r600g: move the low-level buffer functions for multiple rings to drivers/radeonMarek Olšák2013-09-291-0/+6
* r600g,radeonsi: consolidate tiling_info initializationMarek Olšák2013-09-291-1/+8
* r600g: move aux_context and r600_screen_clear_buffer to drivers/radeonMarek Olšák2013-09-291-0/+11
* radeonsi: move debug options to R600_DEBUGMarek Olšák2013-09-291-0/+2
* r600g: move some debug options to drivers/radeonMarek Olšák2013-09-291-0/+15
* r600g,radeonsi: share the async dma interfaceMarek Olšák2013-09-291-0/+10
* r600g,radeonsi: consolidate r600_texture structuresMarek Olšák2013-09-291-0/+25