summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_state.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r600g: only set PIPE_BIND_BLENDABLE if colorbuffer rendering is supportedMarek Olšák2014-08-251-10/+5
* r600g: clear constant buffer sizes at the beginning of CSMarek Olšák2014-08-141-19/+12
* r600g: remove useless r600_resource_va callsMarek Olšák2014-08-091-18/+9
* r600g: switch SNORM conversion to DX and GLES behaviorMarek Olšák2014-07-281-2/+0
* r600g: use TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2014-06-021-2/+11
* r600g: check for PIPE_BIND_BLENDABLE in is_format_supportedChristoph Bumiller2014-06-021-0/+9
* r600g: fix hang on RV740 by using DX_RASTERIZATION_KILL instead of SX_MISCMarek Olšák2014-04-251-1/+11
* r600g: fix for an MSAA hang on RV770Marek Olšák2014-04-251-0/+5
* r600g: fix for broken CULL_FRONT behavior on R6xxMarek Olšák2014-04-251-36/+15
* r600g: fix edge flags and layered rendering on R600-R700Marek Olšák2014-04-251-2/+4
* r600g: use more appropriate names for async DMA functionsMarek Olšák2014-03-201-4/+4
* r600g: deobfuscate async DMA codeMarek Olšák2014-03-201-9/+9
* r600g: don't flush the gfx IB explicitly before doing DMAMarek Olšák2014-03-201-3/+0
* radeon: Move r600_need_dma_space to common codeNiels Ole Salscheider2014-03-201-1/+1
* r600g,radeonsi: use a fallback in dma_copy instead of failingMarek Olšák2014-03-111-17/+27