summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.c
Commit message (Expand)AuthorAgeFilesLines
...
* radeonsi: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset statesAxel Davy2016-06-251-23/+8
* radeonsi: fix fractional odd tessellation spacing for PolarisMarek Olšák2016-06-241-1/+2
* radeonsi: set some VGT context registers on SI-CIMarek Olšák2016-06-241-0/+3
* radeonsi: optimize rendering to linear color buffersMarek Olšák2016-06-241-1/+11
* radeonsi: set almost optimal settings in SC_MODE_CNTL_1Marek Olšák2016-06-241-1/+10
* gallium/radeon: let drivers specify SC_MODE_CNTL_1 fieldsMarek Olšák2016-06-241-1/+5
* gallium/radeon: disable complicated point clipping against user clip planesMarek Olšák2016-06-241-1/+0
* radeonsi: use trapezoid distribution for tess on Fiji and PolarisNicolai Hähnle2016-06-201-5/+17
* radeonsi: emit PA_SC_RASTER_CONFIG_1 only onceNicolai Hähnle2016-06-201-16/+17
* radeonsi: fix calculation of valid RB mask per SENicolai Hähnle2016-06-201-4/+9
* radeonsi: re-enable PBO ReadPixels accelerationMarek Olšák2016-06-081-3/+6
* radeonsi: allow MSAA resolving into a texture that has DCC enabledMarek Olšák2016-06-081-2/+10
* radeonsi: don't enable DCC in the sampler if first_level doesn't have itMarek Olšák2016-06-081-1/+1
* radeonsi: add per-level dcc_enabled flagsMarek Olšák2016-06-081-1/+1
* radeonsi: compute DCC register parameters in si_emit_framebuffer_stateMarek Olšák2016-06-081-10/+12
* radeonsi: add si_set_rw_buffer to be used for internal descriptorsNicolai Hähnle2016-06-071-6/+3
* gallium/radeon: add support for sharing textures with DCC between processesMarek Olšák2016-06-071-1/+34
* radeonsi: set some colorbuffer register fields at emit timeMarek Olšák2016-06-011-50/+44
* radeonsi: set some image descriptor fields at bind timeMarek Olšák2016-06-011-56/+43
* radeonsi: fix the raster config setup for 1 RB iceland chipsAlex Deucher2016-06-011-1/+4
* radeonsi: Decompress DCC textures in a render feedback loop.Bas Nieuwenhuizen2016-05-311-0/+2
* radeonsi: Add counter to check if a texture is bound to a framebuffer.Bas Nieuwenhuizen2016-05-311-0/+18
* radeonsi: Allow TES distribution between shader engines.Bas Nieuwenhuizen2016-05-261-0/+5
* radeonsi: Mixed colorbuffer formats are unsupportedAxel Davy2016-05-181-0/+10
* Treewide: Remove Elements() macroJan Vesely2016-05-171-1/+1
* radeonsi: only expose *_init_*dma_functions from (S)DMA filesMarek Olšák2016-05-101-6/+0
* radeonsi: fix some reported undefined left-shiftsNicolai Hähnle2016-05-071-3/+3
* radeonsi: set DECOMPRESS_Z_ON_FLUSH if nr_samples >= 4Marek Olšák2016-05-061-1/+2
* radeonsi: remove unused tile mode gettersMarek Olšák2016-05-021-150/+2
* radeonsi: just read tile mode arrays in DB setupMarek Olšák2016-05-021-36/+19
* radeonsi: fix PIPE_FORMAT_R11G11B10_FLOAT handlingNicolai Hähnle2016-05-021-8/+10
* gallium/radeon: drop support for LINEAR_GENERAL layoutMarek Olšák2016-04-281-15/+3
* radeonsi: check if value is negativeJakob Sinclair2016-04-281-1/+4
* radeonsi: work around an MSAA fast stencil clear problemNicolai Hähnle2016-04-271-3/+15
* radeonsi: fix build error because of missing paramOded Gabbay2016-04-261-1/+1
* r600g/radeonsi: send endian info to format translation functionsOded Gabbay2016-04-261-2/+2
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-11/+11
* radeonsi: move default tess level constant buffer to RW buffersMarek Olšák2016-04-221-2/+2
* radeonsi: move sample positions constant buffer to RW buffersMarek Olšák2016-04-221-2/+2
* radeonsi: move clip plane constant buffer to RW buffersMarek Olšák2016-04-221-1/+2
* radeonsi: rework polygon stippling to use constant buffer instead of textureMarek Olšák2016-04-221-55/+0
* radeonsi: Use defines for CONTEXT_CONTROL instead of magic values.Bas Nieuwenhuizen2016-04-211-2/+2
* radeonsi: do not do two full flushes on every compute dispatchBas Nieuwenhuizen2016-04-191-4/+8
* radeonsi: disable hw ETC2 on PolarisMarek Olšák2016-04-141-1/+1
* gallium/radeon: add an env variable to force a level of aniso filteringMarek Olšák2016-04-131-3/+7
* radeonsi: fix a critical SI hang since PIPELINESTAT_START/STOP was addedMarek Olšák2016-04-131-8/+0
* radeonsi: fix bounds check in si_create_vertex_elementsNicolai Hähnle2016-04-121-1/+1
* radeonsi: move scissor and viewport states into gallium/radeonMarek Olšák2016-04-121-265/+4
* radeonsi: use guard band clippingMarek Olšák2016-04-121-4/+69
* radeonsi: compute scissor from viewport in set_viewport_statesMarek Olšák2016-04-121-30/+40