summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/evergreen_state.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-1/+1
* 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-68/+8
* r600g: disable aniso filtering for non-mipmap textures on EGMarek Olšák2016-04-121-1/+3
* r600g: clean up aniso state translationMarek Olšák2016-04-121-5/+4
* r600g: add pausing pipeline & streamout queries into set_active_query_stateMarek Olšák2016-04-121-0/+12
* r600g: implement set_active_query_state for pausing occlusion queriesMarek Olšák2016-04-121-1/+4
* 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-12/+1
* r600g: remove support for DRM < 2.12.0Marek Olšák2016-03-011-36/+8
* gallium/radeon: get pipe_interleave_bytes AKA group_bytes from the winsysMarek Olšák2016-02-051-1/+1
* gallium/radeon: set num_banks in the winsysMarek Olšák2016-02-051-4/+4
* gallium/radeon: rename & reorder members of radeon_infoMarek Olšák2016-02-051-1/+1
* r600: Typos and whitespace fixesJan Vesely2016-01-261-2/+2
* 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: fix viewport clipping handling (v2)Dave Airlie2015-12-221-7/+3
* r600: drop VTX_CNT_EN write from initial stateDave Airlie2015-12-221-8/+4
* r600g: remove a Hyper-Z workaround that's likely not needed anymoreMarek Olšák2015-12-111-19/+7
* r600g: re-enable Hyper-Z for stencil on Evergreen & CaymanMarek Olšák2015-12-111-4/+1
* gallium/radeon: fix Hyper-Z hangs by programming PA_SC_MODE_CNTL_1 correctlyMarek Olšák2015-12-111-2/+7
* r600: apply SIMD workaround to cayman also.Dave Airlie2015-12-071-1/+8
* r600g: reduce number of ps thread on caicosDave Airlie2015-12-071-1/+1
* r600g: adjust ls/hs thread counts for sumoDave Airlie2015-12-071-4/+4
* r600: move VGT_VTX_CNT_EN into shader stages atom.Dave Airlie2015-12-071-2/+2
* r600: handle SIMD allocation issue with HS/LSDave Airlie2015-12-071-0/+5
* r600/eg: workaround bug with tess shader and dynamic GPRs.Dave Airlie2015-12-071-56/+170
* r600: create LDS info constants buffer and write LDS registers. (v2)Dave Airlie2015-12-071-0/+151
* r600/eg: update shader stage emission/tf param for tess.Dave Airlie2015-12-071-5/+69
* r600: add set_tess_state callback.Dave Airlie2015-12-071-1/+11
* r600/eg: init tess registers to defaults (v1.1)Dave Airlie2015-12-071-10/+31
* r600: hook up constants/samplers/sampler view for tessellationDave Airlie2015-12-071-9/+81
* r600: add functions to update ls/hs state.Dave Airlie2015-12-071-0/+25
* r600: move to using hw stages array for hw stage atomsDave Airlie2015-12-071-5/+3
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-4/+4
* r600: add missing register to initial stateDave Airlie2015-11-301-5/+14
* 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-33/+33
* r600: initialised PGM_RESOURCES_2 for ES/GSDave Airlie2015-11-121-0/+4
* r600g: Pass conservative depth parameters to hwGlenn Kennard2015-11-111-0/+13
* Revert "r600g: Pass conservative depth parameters to hw"Dave Airlie2015-11-111-13/+0
* r600g: Implement ARB_texture_viewGlenn Kennard2015-11-111-6/+17
* r600g: Pass conservative depth parameters to hwGlenn Kennard2015-11-111-0/+13
* r600g: only do depth-only or stencil-only in-place decompressionMarek Olšák2015-10-031-3/+9
* gallium/radeon: add separate stencil level dirty flagsMarek Olšák2015-10-031-2/+2
* gallium/radeon: tell the winsys the exact resource binding typesMarek Olšák2015-10-031-13/+12
* r600: define some values for the fetch constant offsets.Dave Airlie2015-09-121-13/+17
* r600g: use pipe_resource::width0 instead pb_buffer::sizeMarek Olšák2015-09-101-2/+2
* r600g: start numbering atoms from 1Grazvydas Ignotas2015-09-031-1/+1