summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: default PA_SC_RASTER_CONFIG to 0Alex Deucher2013-02-041-1/+3
* radeonsi: add support for Oland chipsAlex Deucher2013-02-042-0/+4
* gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED queryBrian Paul2013-02-041-0/+2
* radeonsi: Remove spurious traces of R16G16B16 support.Michel Dänzer2013-02-041-3/+0
* radeonsi: Enable texture arrays.Michel Dänzer2013-02-041-1/+1
* radeonsi: Improve packing of texture address parameters.Michel Dänzer2013-02-041-30/+97
* radeonsi: Adapt to sample intrinsics changes.Michel Dänzer2013-02-041-24/+31
* gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTAndreas Boll2013-02-041-0/+1
* radeonsi: Fix draws using user index buffer.Michel Dänzer2013-02-011-4/+3
* radeonsi: port some of get_shader_param changes from r600gMarek Olšák2013-02-011-6/+2
* radeon/winsys: add dma ring support to winsys v3Jerome Glisse2013-01-281-1/+1
* radeonsi: Fall back to dummy pixel shader instead of trying indirect addressing.Michel Dänzer2013-01-241-0/+5
* radeonsi: make sure copying of all texture formats is acceleratedMarek Olšák2013-01-242-59/+54
* radeonsi: Handle PIPE_FORMAT_L32A32_S/UINT for rendering.Michel Dänzer2013-01-241-0/+4
* radeonsi: Make sure to use float number format for packed float colour formats.Michel Dänzer2013-01-241-2/+4
* radeonsi: More assorted depth/stencil changes ported from r600g.Marek Olšák2013-01-217-136/+251
* radeonsi: improve flushed depth texture handlingVadim Girlin2013-01-215-81/+100
* radeonsi: Assorted depth/stencil changes ported from r600g.Marek Olšák2013-01-215-56/+48
* radeonsi: Enable 1D tiling for non-depth resources as well.Michel Dänzer2013-01-211-2/+1
* radeonsi: Fix 1D tiling mode index for non-scanout resources.Michel Dänzer2013-01-211-1/+4
* radeonsi: Actually keep track if we are using depth textures for samplers.Michel Dänzer2013-01-171-3/+7
* radeonsi: Fix Z24 texture formats.Michel Dänzer2013-01-171-2/+2
* radeonsi: Set SPI_SHADER_COL_FORMAT to what the pixel shader actually exports.Michel Dänzer2013-01-175-7/+14
* radeonsi: Use proper hardware format for stencil texturing.Michel Dänzer2013-01-171-1/+2
* radeonsi: Enable tiling for depth/stencil resources.Michel Dänzer2013-01-171-4/+3
* radeonsi: Consolidate calculation of tile mode index.Michel Dänzer2013-01-171-111/+71
* radeonsi: Pass texture type to sampling intrinsics.Michel Dänzer2013-01-171-4/+2
* gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák2013-01-151-1/+0
* Remove hacks for static MakefilesMatt Turner2013-01-131-4/+0
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* radeon/llvm: Convert to AutomakeTom Stellard2013-01-101-7/+6
* radeonsi: Convert to automakeMatt Turner2013-01-103-21/+42
* radeon/winsys: move radeon family/class identification to winsysJerome Glisse2013-01-071-12/+0
* gallium/radeon: send the END_OF_FRAME flag to the DRMMarek Olšák2013-01-041-1/+2
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-1/+2
* radeonsi: fix int->bool conversion in fence_signalledMarek Olšák2013-01-041-1/+1
* gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca2012-12-201-1/+1
* radeon/llvm: improve cube map handlingVadim Girlin2012-12-181-2/+12
* r600g/radeonsi: Silence warningsMaxence Le Dore2012-12-131-0/+2
* winsys/radeon: don't use BIND flags, add a flag for the cache bufmgr insteadMarek Olšák2012-12-123-5/+7
* gallium: remove pipe_surface::usageMarek Olšák2012-12-122-3/+0
* radeonsi: Fix cube texture coordinates.Michel Dänzer2012-12-061-0/+7
* radeonsi: Bitcast result of packf16 intrinsic to float for export intrinsic.Michel Dänzer2012-11-291-1/+5
* radeonsi: Reinstate assertions against invalid colour/depth formats.Michel Dänzer2012-11-281-0/+2
* radeonsi: Re-enable Z16 depth buffers.Michel Dänzer2012-11-281-2/+2
* radeonsi: remove redundant parameter in r600_init_surfaceMarek Olšák2012-11-281-5/+4
* radeonsi: Use explicit stencil mipmap level offsets.Michel Dänzer2012-11-282-7/+6
* radeonsi: correct texture memory size for Z32F_S8X24Marek Olšák2012-11-281-7/+15
* radeonsi: Depth/stencil fixes.Michel Dänzer2012-11-282-8/+21
* radeonsi: Flesh out support for depth/stencil exports from the pixel shader.Michel Dänzer2012-11-282-6/+68