summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: fix polygon offset scaleMarek Olšák2015-08-131-1/+1
* radeonsi: enable VS_OUT_MISC_SIDE_BUS_ENAMarek Olšák2015-08-131-0/+1
* radeonsi: add support for gl_PrimitiveID in the fragment shaderMarek Olšák2015-08-131-1/+0
* gallium/radeon: use helper functions to mark atoms dirtyGrazvydas Ignotas2015-08-111-9/+9
* radeonsi: rename enable_s3tc -> enable_compressed_formatsMarek Olšák2015-08-061-5/+4
* radeonsi: flush if the memory usage for an IB is too highMarek Olšák2015-08-021-0/+4
* radeonsi: fix a regression since the resource_copy_region cleanupMarek Olšák2015-07-311-1/+1
* radeonsi: add GS multiple streams support (v2)Dave Airlie2015-07-301-4/+0
* radeonsi: update invariant registers for tessellationMarek Olšák2015-07-231-2/+6
* radeonsi: implement a fixed-function tessellation control shader and its stateMarek Olšák2015-07-231-0/+25
* radeonsi: remove switch statement in si_create_contextMarek Olšák2015-07-231-1/+5
* radeonsi: don't change pipe_resource in resource_copy_regionMarek Olšák2015-07-231-14/+48
* radeonsi: add support for geometry shader invocations.Dave Airlie2015-06-271-1/+0
* radeonsi: add support for viewport array (v3)Dave Airlie2015-06-271-25/+41
* radeonsi: Add CIK SDMA supportMichel Dänzer2015-06-081-1/+21
* radeonsi: add support for PIPE_CAP_TGSI_TEXCOORDMarek Olšák2015-05-261-12/+8
* winsys/radeon: add a private interface for radeon_surfaceMarek Olšák2015-04-291-2/+2
* radeonsi: set an optimal value for DB_Z_INFO.ZRANGE_PRECISIONMarek Olšák2015-04-271-7/+2
* radeonsi: remove deprecated and useless registersMarek Olšák2015-04-271-10/+0
* radeonsi: don't emit PA_SC_LINE_STIPPLE after every rasterizer state changeMarek Olšák2015-03-161-4/+0
* radeonsi: move PA_SU_SC_MODE_CNTL to rasterizer stateMarek Olšák2015-03-161-20/+12
* radeonsi: implement line and polygon smoothingMarek Olšák2015-03-161-6/+29
* radeonsi: split sample locations into its own state atomMarek Olšák2015-03-161-0/+11
* radeonsi: add basic code for overrasterizationMarek Olšák2015-03-161-1/+1
* radeonsi: simplify obtaining a shader property in si_emit_clip_regsMarek Olšák2015-02-241-2/+1
* r600g,radeonsi: cleanup of hex literalsMarek Olšák2015-02-241-16/+16
* radeonsi: set PA_SU_HARDWARE_SCREEN_OFFSET to 0Marek Olšák2015-02-241-0/+2
* radeonsi: fix a crash if a stencil ref state is set before a DSA stateMarek Olšák2015-02-171-4/+8
* radeonsi: implement polygon stipplingMarek Olšák2015-02-041-0/+52
* radeonsi: add support for sampler views where resource = NULLMarek Olšák2015-02-041-2/+13
* radeonsi: move the buffer descriptor to the end of the image descriptorMarek Olšák2015-02-041-4/+4
* radeonsi: flush all CB/DB caches unconditionally when changing the framebufferMarek Olšák2015-01-071-11/+7
* radeonsi: change TC cache flushing strategy for texturesMarek Olšák2015-01-071-0/+6
* radeonsi: rename flush flags, split the TC flag into L1 and L2Marek Olšák2015-01-071-6/+7
* radeonsi: remove unused and not useful variablesMarek Olšák2015-01-071-2/+1
* radeonsi: remove init config from statesMarek Olšák2015-01-071-1/+1
* radeonsi: Don't modify PA_SC_RASTER_CONFIG register value if rb_mask == 0Michel Dänzer2014-12-251-2/+4
* radeonsi: take into account NULL colorbuffers when computing CB_TARGET_MASKMarek Olšák2014-12-101-4/+12
* radeonsi: only emit line stippling and provoking vertex state when it changesMarek Olšák2014-12-101-0/+1
* radeonsi: fix SPI state dependency on sprite_coord_enableMarek Olšák2014-12-101-1/+0
* radeonsi: emit clip registers only if VS, GS, or rasterizer is changedMarek Olšák2014-12-101-0/+33
* radeonsi: move all shader-related functions to a new file si_state_shaders.cMarek Olšák2014-12-101-290/+0
* radeonsi: Program RASTER_CONFIG for harvested GPUs v5Tom Stellard2014-12-081-5/+123
* radeonsi: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITIONMarek Olšák2014-11-161-1/+0
* radeonsi: fix polygon mode for points and lines and point/line fill modesMarek Olšák2014-10-281-3/+3
* radeonsi: implement pipe_rasterizer_state::clip_halfzMarek Olšák2014-10-221-0/+1
* radeonsi: generate shader pm4 states right after shader compilationMarek Olšák2014-10-211-0/+1
* radeonsi: inline si_pm4_alloc_stateMarek Olšák2014-10-211-7/+7
* radeonsi: don't recompile shaders when changing nr_cbufs from 0 to 1Marek Olšák2014-10-121-1/+1
* radeonsi: remove vs.ucps_enabled from the shader keyMarek Olšák2014-10-121-8/+0