summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600
AgeCommit message (Expand)AuthorFilesLines
2017-10-10Android: fix build break from r600/radeon splitRob Herring1-0/+4
2017-10-11r600: cleanup llvm ir target selection.Dave Airlie1-18/+2
2017-10-11r600: drop tc_L2_dirty bit, this was SI only.Dave Airlie3-15/+0
2017-10-10gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.Eric Anholt1-0/+1
2017-10-10r600: drop a bunch of post-cayman code. (v2)Dave Airlie12-1251/+199
2017-10-09amd: move r600d_common.h into r600gMarek Olšák4-2/+139
2017-10-09radeonsi: shrink r600d_common.h and stop using itMarek Olšák5-8/+144
2017-10-07gallium/u_blitter: let drivers decide which VS to use for draw_rectangleMarek Olšák2-0/+3
2017-10-07gallium/u_blitter: let drivers set the vertex elements stateMarek Olšák2-0/+4
2017-10-06gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESSMarek Olšák1-0/+1
2017-10-02gallium: Remove util_format_s3tc_init()Matt Turner1-1/+0
2017-10-02gallium: Remove util_format_s3tc_enabledMatt Turner1-4/+0
2017-09-29gallium: add LDEXP TGSI instruction and corresponding capNicolai Hähnle1-0/+1
2017-09-29tgsi: clarify the semantics of DFRACEXPNicolai Hähnle1-6/+8
2017-09-29r600: cleanup set_occlusion_query_stateNicolai Hähnle3-14/+3
2017-09-26r600: fork and import gallium/radeonMarek Olšák25-12/+14508
2017-09-21gallium: Add PIPE_SHADER_CAP_INT64_ATOMICSJan Vesely1-0/+1
2017-09-18gallium: Add PIPE_SHADER_CAP_FP16Jan Vesely1-0/+1
2017-09-18gallium/radeon: pass old_(perfect_)enable to set_occlusion_query_stateNicolai Hähnle1-1/+3
2017-09-15r600: add .gitignore for egd_tables.hDave Airlie1-0/+1
2017-09-15gallium: introduce PIPE_CAP_LOAD_CONSTBUFTimothy Arceri1-0/+1
2017-09-14gallium/{r600, radeonsi}: Fix segfault with color format (v2)Denis Pauk1-0/+4
2017-09-07ac/surface: add radeon_surf::has_stencil for convenienceMarek Olšák3-3/+3
2017-09-04gallium/radeon: sort DBG shader flags according to pipe_shader_typeMarek Olšák1-1/+1
2017-08-22gallium: remove TGSI opcode SCSMarek Olšák1-124/+3
2017-08-22gallium: remove TGSI opcode BREAKCMarek Olšák1-42/+3
2017-08-22gallium: remove TGSI opcode XPDMarek Olšák1-75/+3
2017-08-22gallium: remove TGSI opcode DPHMarek Olšák1-10/+3
2017-08-22gallium: remove TGSI opcode DP2AMarek Olšák1-3/+3
2017-08-22gallium: remove TGSI_OPCODE_CALLNZMarek Olšák1-3/+3
2017-08-22gallium: remove TGSI FENCE opcodesMarek Olšák1-9/+9
2017-08-22gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZMarek Olšák1-19/+16
2017-08-22gallium/radeon: add helpers for whether HTILE is enabledMarek Olšák3-6/+3
2017-08-21r600g: don't set up and don't call the fetch shader if there are no VS inputsMarek Olšák3-1/+7
2017-08-04radeonsi: set drirc compiler options before calling common screen initNicolai Hähnle1-1/+1
2017-08-03gallium: introduce PIPE_CAP_MEMOBJTimothy Arceri1-0/+1
2017-08-02gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle2-3/+6
2017-08-02gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding capNicolai Hähnle1-0/+1
2017-08-01radeonsi: print CE IBs into ddebug reportsMarek Olšák1-1/+1
2017-07-31gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREFNicolai Hähnle1-0/+1
2017-07-26gallium/radeon: make S_FIXED function signed and move it to shared codeMarek Olšák1-4/+0
2017-07-25r600: Add support for B5G5R5A1.Michal Srb1-0/+6
2017-07-25r600g: constify some args at r600_asm.cConstantine Charlamov1-5/+6
2017-07-25r600g: remove unused "bc" args, and one unneeded forward declarationConstantine Charlamov1-45/+40
2017-07-10gallium: use "ull" number suffix to keep the QtCreator parser happyMarek Olšák1-2/+2
2017-06-29Android: use symlinks for driver loadingRob Herring1-0/+1
2017-06-26r600g: fix crash when file in R600_TRACE doesn't existConstantine Charlamov1-4/+5
2017-06-26r600g: take into account offset to system inputs at tgsi_interp_egcm()Constantine Charlamov2-6/+7
2017-06-26r600g: get rid of trailing whitespaceConstantine Charlamov1-22/+22
2017-06-26r600/asm: add support for other GDS operations.Dave Airlie3-4/+26