summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/evergreen_state.c
Commit message (Expand)AuthorAgeFilesLines
* r600g: add draw_vbo check for a NULL pixel shaderConstantine Kharlamov2017-04-101-0/+1
* gallium/radeon: move pre-GFX9 radeon_surf.* members to radeon_surf.u.legacy.*Marek Olšák2017-03-301-52/+52
* r600: refactor binding code for attach buffer to CB.Dave Airlie2017-03-151-33/+78
* r600: refactor out CB setup.Dave Airlie2017-03-151-104/+143
* r600: refactor texture resource words setup code.Dave Airlie2017-03-151-88/+131
* r600: factor out the code to initialise a buffer resource.Dave Airlie2017-03-151-29/+51
* r600g: make framebuffer atom rely on dual src blend state.Dave Airlie2017-03-151-1/+1
* gallium/radeon: prevent SDMA stalls by detecting RAW hazards in need_dma_spaceMarek Olšák2017-01-051-1/+0
* gallium/radeon: remove radeon_surf_level::pitch_bytesMarek Olšák2016-11-011-2/+2
* gallium/radeon: don't do (fmask.size && cmask.size)Marek Olšák2016-10-261-1/+1
* gallium/radeon: remove unnecessary fields from radeon_surf_levelMarek Olšák2016-10-261-4/+4
* gallium/radeon: stop using some input fields from radeon_surfaceMarek Olšák2016-10-261-1/+1
* gallium/radeon: move r600_common_context::texture_buffers to r600gMarek Olšák2016-10-041-1/+1
* 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-13/+1
* 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
* r600g: call cayman_emit_msaa_sample_locs only when neededNicolai Hähnle2016-07-081-1/+2
* gallium/radeon: replace is_flushing_texture with db_compatibleNicolai Hähnle2016-07-061-5/+7
* r600g: Implement POLYGON_OFFSET_UNITS_UNSCALEDAxel Davy2016-06-251-18/+21
* r600g: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset states for evergreenAxel Davy2016-06-251-25/+13
* gallium/radeon: let drivers specify SC_MODE_CNTL_1 fieldsMarek Olšák2016-06-241-1/+6
* 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
* r600g: Change default behaviour for undefined COLOR0Axel Davy2016-05-181-0/+4
* gallium/radeon: use radeon_emitNicolai Hähnle2016-05-171-13/+13
* Treewide: Remove Elements() macroJan Vesely2016-05-171-6/+6
* 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-7/+3
* gallium/radeon: drop support for LINEAR_GENERAL layoutMarek Olšák2016-04-281-27/+6
* r600g/radeonsi: send endian info to format translation functionsOded Gabbay2016-04-261-12/+21
* 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