summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_state.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove PIPE_BIND_TRANSFER_READ/WRITEMarek Olšák2016-09-081-5/+0
* gallium/radeon: remove VPORT_ZMIN/ZMAX from init config statesMarek Olšák2016-09-051-6/+0
* gallium/radeon: set VPORT_ZMIN/MAX registers correctlyMarek Olšák2016-09-051-0/+1
* gallium/radeon: merge USER_SHADER and INTERNAL_SHADER priority flagsMarek Olšák2016-08-261-1/+1
* gallium: change pipe_sampler_view::first_element/last_element -> offset/sizeMarek Olšák2016-08-171-2/+2
* gallium/radeon: mark shader rings as highest-priority buffersMarek Olšák2016-08-171-2/+2
* gallium/radeon: replace is_flushing_texture with db_compatibleNicolai Hähnle2016-07-061-3/+3
* gallium/radeon: add can_sample_z/s flags for texturesNicolai Hähnle2016-07-061-8/+8
* gallium/radeon: use r600_resource_referenceMarek Olšák2016-06-251-10/+6
* r600g: Implement POLYGON_OFFSET_UNITS_UNSCALEDAxel Davy2016-06-251-16/+19
* r600g: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset states for r600Axel Davy2016-06-251-24/+13
* gallium/radeon: disable complicated point clipping against user clip planesMarek Olšák2016-06-241-1/+0
* r600g: don't flush caches when binding shader resourcesMarek Olšák2016-06-041-14/+11
* r600: Change default behaviour for undefined COLOR0Axel Davy2016-05-181-0/+4
* gallium/radeon: use radeon_emitNicolai Hähnle2016-05-171-11/+11
* gallium/radeon: flush if DMA IB memory usage is too highMarek Olšák2016-05-101-1/+1
* gallium/radeon: fix (S)DMA read-after-write hazardsMarek Olšák2016-05-101-0/+1
* gallium/radeon: use a common function for DMA blit preparationMarek Olšák2016-05-101-2/+3
* gallium/radeon: drop support for LINEAR_GENERAL layoutMarek Olšák2016-04-281-26/+7
* r600g/radeonsi: send endian info to format translation functionsOded Gabbay2016-04-261-9/+18
* gallium/radeon: add an env variable to force a level of aniso filteringMarek Olšák2016-04-131-3/+7
* r600g: use common scissor and viewport codeMarek Olšák2016-04-121-66/+4
* r600g: clean up aniso state translationMarek Olšák2016-04-121-4/+13
* r600g: add pausing pipeline & streamout queries into set_active_query_stateMarek Olšák2016-04-121-0/+6
* r600g: implement set_active_query_state for pausing occlusion queriesMarek Olšák2016-04-121-1/+5
* r600g: simplify r600_set_occlusion_query_stateMarek Olšák2016-04-121-1/+1
* r600: ignore PIPE_BIND_LINEAR in *_is_format_supportedChristian König2016-03-301-0/+5
* r600g: Do colorformat endian swap for PIPE_USAGE_STAGINGOded Gabbay2016-03-031-5/+1
* gallium/r600: Replace ALIGN_DIVUP with DIV_ROUND_UPKrzysztof Sobiecki2016-01-061-1/+1
* r600: fix constant buffer size programmingGrazvydas Ignotas2015-12-291-1/+1
* r600: move to using hw stages array for hw stage atomsDave Airlie2015-12-071-5/+3
* r600: make adjust_gprs use hw stages.Dave Airlie2015-12-071-54/+63
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-4/+4
* r600: rv670 use at least 16es/gs threadsDave Airlie2015-12-011-4/+5
* r600: geometry shader gsvs itemsize workaroundDave Airlie2015-12-011-0/+20
* gallium/radeon: atomize render condition (SET_PREDICATION)Marek Olšák2015-11-131-0/+1
* gallium/radeon: inline the r600_rings structureMarek Olšák2015-11-131-34/+34
* r600g: Pass conservative depth parameters to hwGlenn Kennard2015-11-111-1/+21
* Revert "r600g: Pass conservative depth parameters to hw"Dave Airlie2015-11-111-15/+0
* r600g: Pass conservative depth parameters to hwGlenn Kennard2015-11-111-0/+15
* r600g: only do depth-only or stencil-only in-place decompressionMarek Olšák2015-10-031-3/+9
* gallium/radeon: tell the winsys the exact resource binding typesMarek Olšák2015-10-031-12/+11
* r600: define some values for the fetch constant offsets.Dave Airlie2015-09-121-14/+11
* r600g: use pipe_resource::width0 instead pb_buffer::sizeMarek Olšák2015-09-101-4/+4
* r600g: start numbering atoms from 1Grazvydas Ignotas2015-09-031-1/+1
* r600g: make all viewport states use single atomGrazvydas Ignotas2015-09-031-5/+1
* r600g: apply disable workaround on all scissorsGrazvydas Ignotas2015-09-031-9/+13
* r600g: make all scissor states use single atomGrazvydas Ignotas2015-09-031-18/+28
* r600g: add multiple stream support for geom shadersGlenn Kennard2015-09-021-3/+3
* gallium/radeon: rename r600_context_bo_reloc -> radeon_add_to_buffer_listMarek Olšák2015-09-011-14/+14