summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: set CB_COLORn_INFO.ROUND_MODEMarek Olšák2016-08-101-0/+5
* radeonsi: set CB_COLORn_INFO.SIMPLE_FLOATMarek Olšák2016-08-101-0/+1
* radeonsi: disallow MIN/MAX blend equations for dual source blendingMarek Olšák2016-08-101-0/+10
* radeonsi: only set dual source blending for MRT0Marek Olšák2016-08-101-0/+4
* gallium/radeon: implement ARB_clear_texture (v3)Marek Olšák2016-08-101-1/+1
* gallium/radeon: handle render_condition_enable for clear_rt/dsMarek Olšák2016-08-101-2/+4
* gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák2016-08-101-2/+4
* radeonsi: enable multi-draw related pipe capsNicolai Hähnle2016-08-091-3/+5
* radeonsi: program additional multi draw parametersNicolai Hähnle2016-08-091-5/+25
* radeonsi: program the DRAWID SGPRNicolai Hähnle2016-08-092-4/+7
* radeonsi: add DRAWID parameter to vertex shadersNicolai Hähnle2016-08-092-2/+10
* radeonsi: wire up TGSI_SEMANTIC_BASEINSTANCENicolai Hähnle2016-08-091-0/+5
* radeonsi: remove an incorrect assertionNicolai Hähnle2016-08-091-2/+0
* radeonsi: flush TC L2 cache for indirect draw dataNicolai Hähnle2016-08-092-4/+9
* radeonsi/sid: add additional bits for the DRAW_(INDEX)_INDIRECT_MULTI packetsNicolai Hähnle2016-08-091-0/+3
* radeonsi: add has_draw_indirect_multi flagNicolai Hähnle2016-08-083-1/+14
* radeonsi: transpose indirect/index draw dispatchNicolai Hähnle2016-08-081-45/+31
* radeonsi: move index buffer calculations in si_emit_draw_packets upNicolai Hähnle2016-08-081-9/+12
* radeonsi: unify emitting PKT3_SET_BASE for indirect drawsNicolai Hähnle2016-08-081-16/+9
* radeonsi: move spi_ps_input_addr override outside of the loopNicolai Hähnle2016-08-081-3/+3
* radeonsi: drop unnecessary u_pstipple.h includeNicolai Hähnle2016-08-081-1/+0
* radeonsi: do not pass the return type to buffer_load_constNicolai Hähnle2016-08-081-18/+18
* radeonsi: add GLSL lit testsMarek Olšák2016-08-0619-0/+490
* radeonsi: add a standalone compiler amdgcn_glslcMarek Olšák2016-08-063-0/+323
* radeonsi: add environment variable SI_FORCE_FAMILYMarek Olšák2016-08-061-0/+32
* gallium/radeon: count gfx IB flushesMarek Olšák2016-08-061-1/+1
* gallium/radeon: move radeon_winsys::cs_memory_below_limit to driversMarek Olšák2016-08-061-2/+3
* radeonsi: flush if constant, shader, and streamout buffers use too much memoryMarek Olšák2016-08-061-15/+18
* radeonsi: flush if sampler views and images use too much memoryMarek Olšák2016-08-061-19/+29
* radeonsi: deal with high vertex buffer memory usage correctlyMarek Olšák2016-08-063-3/+10
* radeonsi: take compute shader and dispatch indirect memory usage into accountMarek Olšák2016-08-061-0/+6
* radeonsi: take scratch buffer and draw indirect memory usage into accountMarek Olšák2016-08-061-0/+6
* radeonsi: check IB memory usage of CP DMA operationsMarek Olšák2016-08-061-0/+5
* gallium/radeon: move last_gfx_fence from radeonsi to common codeMarek Olšák2016-08-033-7/+5
* radeonsi: skip unnecessary si_update_shaders callsMarek Olšák2016-08-034-7/+27
* radeonsi: print the command line to VM fault reports (v2)Marek Olšák2016-08-031-0/+3
* radeonsi: pre-generate shader logs for ddebugMarek Olšák2016-07-264-6/+34
* radeonsi: add empty lines after shader statsMarek Olšák2016-07-261-1/+1
* radeonsi: move the shader key dumping to si_shader_dumpMarek Olšák2016-07-263-5/+9
* gallium: rework flags for pipe_context::dump_debug_stateMarek Olšák2016-07-261-13/+19
* radeonsi: ensure sample locations are set for line and polygon smoothingNicolai Hähnle2016-07-231-2/+1
* radeonsi: fix Polaris MSAA regressionNicolai Hähnle2016-07-232-15/+20
* radeonsi: implement buffer_subdata without indirect callsMarek Olšák2016-07-231-1/+1
* radeonsi: advertise 8 bits subpixel precision for viewport boundsJózef Kucia2016-07-201-1/+2
* gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)Józef Kucia2016-07-201-0/+1
* radeonsi: emit PS exports lastMarek Olšák2016-07-191-13/+31
* radeonsi: set optimal settings in COMPUTE_RESOURCE_LIMITSMarek Olšák2016-07-191-2/+6
* radeonsi: really wait for the second EOP event and not the first oneMarek Olšák2016-07-191-1/+5
* gallium/radeon: remove RADEON_FLUSH_KEEP_TILING_FLAGS flagMarek Olšák2016-07-191-3/+0
* gallium/u_queue: add optional cleanup callbackRob Clark2016-07-161-1/+2