aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: move and rename scissor and viewport state and functionsNicolai Hähnle2017-10-021-1/+2
* radeonsi: emit DLDEXP and DFRACEXP TGSI opcodesNicolai Hähnle2017-09-291-1/+1
* radeonsi: emit LDEXP opcodeNicolai Hähnle2017-09-291-1/+1
* gallium: add LDEXP TGSI instruction and corresponding capNicolai Hähnle2017-09-291-0/+1
* r600: fork and import gallium/radeonMarek Olšák2017-09-261-12/+12
* gallium: Add PIPE_SHADER_CAP_INT64_ATOMICSJan Vesely2017-09-211-0/+1
* gallium: Add PIPE_SHADER_CAP_FP16Jan Vesely2017-09-181-0/+1
* radeonsi: allow out-of-order rasterization in commutative blending casesNicolai Hähnle2017-09-181-0/+2
* radeonsi: add drirc option "radeonsi_assume_no_z_fights"Nicolai Hähnle2017-09-181-0/+2
* radeonsi: enable out-of-order rasterization when possible on VI and GFX9 dGPUsNicolai Hähnle2017-09-181-0/+3
* amd/common: remove has_ds_bpermute argument from ac_build_ddxyNicolai Hähnle2017-09-181-1/+0
* radeonsi: enable STD430 packing of UBOs by defaultTimothy Arceri2017-09-151-1/+1
* gallium: introduce PIPE_CAP_LOAD_CONSTBUFTimothy Arceri2017-09-151-0/+1
* radeonsi/gfx9: implement primitive binningMarek Olšák2017-09-051-0/+5
* gallium/radeon: sort DBG shader flags according to pipe_shader_typeMarek Olšák2017-09-041-3/+2
* radeonsi: fix ARB_transform_feedback_overflow_query on <= VINicolai Hähnle2017-09-041-1/+3
* radeonsi: set IF_THRESHOLD to 4Timothy Arceri2017-08-251-1/+1
* radeonsi: add support for TGSI opcodes DCEIL, DFLR, DROUND, DSSG, DTRUNCMarek Olšák2017-08-221-1/+1
* radeonsi: remove Constant Engine supportMarek Olšák2017-08-221-43/+0
* radeonsi: use slot indexes for bindless handlesSamuel Pitoiset2017-08-221-12/+0
* radeonsi: emit string markers to log contextNicolai Hähnle2017-08-221-0/+3
* radeonsi: print saved CS to the log contextNicolai Hähnle2017-08-221-3/+4
* radeonsi: implement pipe_context::set_log_contextNicolai Hähnle2017-08-221-0/+9
* radeonsi: don't use CLEAR_STATE on SIMarek Olšák2017-08-181-0/+4
* radeonsi: disable CE by defaultMarek Olšák2017-08-151-6/+18
* radeonsi: enable support for EXT_memory_objectAndres Rodriguez2017-08-061-1/+1
* radeonsi: hook up device/driver UUID queriesAndres Rodriguez2017-08-061-0/+14
* radeonsi: set drirc compiler options before calling common screen initNicolai Hähnle2017-08-041-4/+10
* gallium: introduce PIPE_CAP_MEMOBJTimothy Arceri2017-08-031-0/+1
* radeonsi: add enable_sisched driconf optionNicolai Hähnle2017-08-021-0/+4
* gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle2017-08-021-2/+2
* radeonsi: enable ARB_transform_feedback_overflow_queryNicolai Hähnle2017-08-021-1/+1
* gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding capNicolai Hähnle2017-08-021-0/+1
* radeonsi: enable R600_DEBUG=nir for vertex and fragment shadersNicolai Hähnle2017-07-311-0/+6
* radeonsi: implement pipe_screen::get_compiler_options for NIRNicolai Hähnle2017-07-311-0/+33
* gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREFNicolai Hähnle2017-07-311-0/+1
* radeonsi: decrease the number of compiler threadsMarek Olšák2017-07-261-1/+1
* radeonsi: fix detection of DRAW_INDIRECT_MULTI on SINicolai Hähnle2017-07-261-2/+2
* radeonsi: add back the USE_MININUM_PRIORITY flag to the low-prio compiler queueMarek Olšák2017-07-181-1/+2
* radeonsi: automatically resize shader compiler thread queues when they are fullMarek Olšák2017-07-171-8/+4
* radeonsi: expose ARB_timer_query unconditionallyMarek Olšák2017-07-171-5/+2
* radeonsi: prevent a crash with DBG_CHECK_VM and u_threaded_contextMarek Olšák2017-07-171-4/+6
* radeonsi/gfx9: add workarounds to avoid VGPR indexing completelyMarek Olšák2017-07-171-6/+19
* radeonsi: merge si_llvm_get_amdgpu_target into ac_get_llvm_targetMarek Olšák2017-07-171-1/+1
* radeonsi: move instance divisors into a constant bufferMarek Olšák2017-06-271-0/+2
* gallium/radeon: pass create_screen flags to r600_common_screen_initMarek Olšák2017-06-231-2/+3
* radeonsi/gfx9: keep reusing the same buffer/address for the gfx9 flush fenceMarek Olšák2017-06-221-0/+18
* radeonsi/gfx9: enable the constant engineMarek Olšák2017-06-221-4/+1
* radeonsi/gfx9: indirect buffers and all CP packets use TC L2Marek Olšák2017-06-221-2/+4
* radeonsi/gfx9: disable sparse buffersMarek Olšák2017-06-191-0/+3