summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_state.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/radeon: rename write_*_reg functionsMarek Olšák2015-09-011-56/+56
* r600g: fix calculation for gpr allocationDave Airlie2015-09-011-1/+1
* r600g: Move geometry properties state from shader to selectorEdward O'Callaghan2015-08-301-6/+6
* r600g: fix polygon offset scaleMarek Olšák2015-08-131-1/+1
* r600g: use a helper to add an initialized atomGrazvydas Ignotas2015-08-111-2/+2
* gallium/radeon: use helper functions to mark atoms dirtyGrazvydas Ignotas2015-08-111-14/+14
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* Fix a few typosZoë Blade2015-04-271-1/+1
* r600g: Use R600_MAX_VIEWPORTS instead of 16Alexandre Demers2015-03-091-3/+3
* r600g,radeonsi: cleanup of hex literalsMarek Olšák2015-02-241-5/+5
* r600g: Implement GL_ARB_draw_indirect for EG/CMGlenn Kennard2015-02-241-1/+1
* r600g: add support for primitive id without geom shader (v2)Dave Airlie2015-01-281-0/+5
* r600g: only init GS_VERT_ITEMSIZE on r600Dave Airlie2014-12-101-5/+2
* r600g: fix polygon mode for points and lines and point/line fill modesMarek Olšák2014-10-281-3/+3
* r600g: implement pipe_rasterizer_state::clip_halfzMarek Olšák2014-10-221-0/+1
* r600g: Implement GL_ARB_sample_shadingGlenn Kennard2014-10-121-9/+51
* r600g,radeonsi: add debug option which forces DMA for copy_region and blitMarek Olšák2014-09-121-1/+1
* r600g: set VGT_ENHANCE=4 on R7xxMarek Olšák2014-09-011-0/+1
* r600g: some DB bug workarounds for R6xx DB flushingMarek Olšák2014-09-011-0/+7
* r600g: use HTILE allocator from SIMarek Olšák2014-09-011-3/+2