summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_state_common.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: replace is_flushing_texture with db_compatibleNicolai Hähnle2016-07-061-1/+1
* gallium/radeon: use r600_resource_referenceMarek Olšák2016-06-251-1/+1
* r600g: Implement POLYGON_OFFSET_UNITS_UNSCALEDAxel Davy2016-06-251-1/+3
* gallium: make constant_buffer constRob Clark2016-06-201-1/+1
* r600g: don't flush caches when binding shader resourcesMarek Olšák2016-06-041-3/+0
* gallium/radeon: add radeon_emitted to check for non-trivial IBsNicolai Hähnle2016-05-171-1/+1
* gallium/radeon: use radeon_emit_arrayNicolai Hähnle2016-05-171-2/+1
* gallium/radeon: use radeon_emitNicolai Hähnle2016-05-171-59/+59
* Treewide: Remove Elements() macroJan Vesely2016-05-171-3/+3
* gallium/radeon: fix crash in r600_set_streamout_targetsNicolai Hähnle2016-04-291-1/+2
* gallium/radeon: remove use_reusable_pool parameter from r600_init_resourceNicolai Hähnle2016-04-271-1/+1
* gallium: Remove every double semi-colonJakob Sinclair2016-04-261-1/+1
* r600g: use do_endian_swap in texture swapping functionOded Gabbay2016-04-261-1/+34
* r600g: use do_endian_swap in color swapping functionsOded Gabbay2016-04-261-1/+1
* r600g: set endianess of 16/32-bit buffers according to do_endian_swapOded Gabbay2016-04-261-4/+13
* r600g/radeonsi: send endian info to format translation functionsOded Gabbay2016-04-261-3/+5
* gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák2016-04-221-1/+1
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-6/+6
* r600g: use common scissor and viewport codeMarek Olšák2016-04-121-50/+16
* r600g: clean up aniso state translationMarek Olšák2016-04-121-11/+0
* r600g: add pausing pipeline & streamout queries into set_active_query_stateMarek Olšák2016-04-121-0/+9
* r600g: implement set_active_query_state for pausing occlusion queriesMarek Olšák2016-04-121-0/+12
* r600g: simplify r600_set_occlusion_query_stateMarek Olšák2016-04-121-4/+1
* gallium/radeon: unify checking streamout enable stateMarek Olšák2016-04-121-3/+2
* gallium/radeon: remove old CS tracingMarek Olšák2016-03-201-23/+0
* r600g: clear compressed_depthtex/colortex_mask when binding buffer textureNicolai Hähnle2016-03-111-12/+12
* r600g: update compressed_colortex_masks when a cmask is created or disabledNicolai Hähnle2016-03-101-0/+30
* gallium/radeon: disable CMASK on handle export if sharing doesn't allow it (v2)Marek Olšák2016-03-091-1/+8
* r600g: remove support for DRM < 2.12.0Marek Olšák2016-03-011-11/+0
* gallium/r600: Don't let h/w do endian swap for colorformatOded Gabbay2016-02-291-0/+7
* u_upload_mgr: pass alignment to u_upload_data manuallyMarek Olšák2016-01-021-3/+3
* u_upload_mgr: pass alignment to u_upload_alloc manuallyMarek Olšák2016-01-021-1/+1
* r600: fix viewport clipping handling (v2)Dave Airlie2015-12-221-5/+11
* r600/eg: workaround bug with tess shader and dynamic GPRs.Dave Airlie2015-12-071-0/+7
* r600: bind geometry shader ring to the correct placeDave Airlie2015-12-071-2/+9
* r600: create fixed function tess control shader fallback.Dave Airlie2015-12-071-1/+41
* r600: create LDS info constants buffer and write LDS registers. (v2)Dave Airlie2015-12-071-0/+12
* r600: hook TES/TCS shaders to the selection logic.Dave Airlie2015-12-071-2/+32
* r600: workout bitmask for the used tcs inputs/outputs.Dave Airlie2015-12-071-0/+25
* r600: add create/bind/delete shader hooks for tessellationDave Airlie2015-12-071-0/+59
* r600: add shader key entries for tcs and tes.Dave Airlie2015-12-071-1/+10
* r600: add PATCHES to the pipe conversion.Dave Airlie2015-12-071-0/+1
* r600: use macros for updating the various stages.Dave Airlie2015-12-071-15/+25
* r600: add SET_NULL_SHADER macro.Dave Airlie2015-12-071-2/+7
* r600: move clip misc and streamout stream updates to a single placeDave Airlie2015-12-071-6/+11
* r600: move selecting shaders into earlier code.Dave Airlie2015-12-071-5/+4
* r600: use a macro to remove common shader selection code.Dave Airlie2015-12-071-12/+9
* r600: move to using hw stages array for hw stage atomsDave Airlie2015-12-071-13/+12
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-3/+3
* r600: SMX returns CONTEXT_DONE early workaroundDave Airlie2015-12-021-0/+12