summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeonsi: Fix sampler views for depth textures.Michel Dänzer2012-11-282-5/+6
* radeonsi: Fix z/stencil texture creation.Jerome Glisse2012-11-281-9/+5
* radeonsi: clean up some magic numbersAlex Deucher2012-11-161-1/+2
* radeonsi: emit PA_SC_RASTER_CONFIGAlex Deucher2012-11-161-0/+11
* radeonsi: remove new asserts and replace with warningsAlex Deucher2012-11-151-2/+6
* radeonsi: cleanup si_db()Alex Deucher2012-11-152-12/+12
* radeonsi: assert the CB format is valid (v2)Alex Deucher2012-11-151-2/+3
* radeonsi: assert that the DB format is valid (v2)Alex Deucher2012-11-151-8/+5
* radeonsi: Set STENCILOPVAL fields to 1.Michel Dänzer2012-11-141-2/+4
* radeonsi: Bump SI_PM4_MAX_DW.Michel Dänzer2012-11-141-1/+1