summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600
AgeCommit message (Expand)AuthorFilesLines
2017-09-16gallium: add LDEXP TGSI instruction and corresponding capNicolai Hähnle1-0/+1
2017-09-16tgsi: clarify the semantics of DFRACEXPNicolai Hähnle1-6/+8
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
2017-06-26r600: don't merge GDS into VTXDave Airlie1-2/+3
2017-06-26r600: for memory instructions dump index gpr for read indirects also.Dave Airlie1-1/+2
2017-06-26r600: add support for vertex fetches via texture cacheDave Airlie2-2/+20
2017-06-26r600: route indirect address register correctly for vtx fetches.Dave Airlie1-1/+1
2017-06-23gallium/radeon: pass create_screen flags to r600_common_screen_initMarek Olšák2-3/+3
2017-06-19r600: fix off-by-one in egd_tables.pyNicolai Hähnle1-1/+1
2017-06-17r600: include libelf headers only as neededEmil Velikov1-0/+2
2017-06-17r600, radeon: move radeon_shader_binary_{init,clean} back to radeonEmil Velikov1-23/+2
2017-06-16r600g,compute: provide local copy of functions from ac_binary.cJan Vesely4-13/+197
2017-06-16r600: android: amdgpu_common is only required when building OpenCLJan Vesely1-5/+0
2017-06-15android: r600/eg: add support for tracing IBs after a hang.Mauro Rossi1-0/+10
2017-06-14gallium: add PIPE_CAP_BINDLESS_TEXTURESamuel Pitoiset1-0/+1
2017-06-12r600g: set pipe_context::priv = NULLMarek Olšák1-1/+2
2017-06-12r600/eg: distribute egd_tables.py in the dist fileJuan A. Suarez Romero1-0/+4
2017-06-08gallium/radeon: don't allocate HTILE in a separate bufferMarek Olšák3-7/+7
2017-06-07gallium/u_blitter: use 2D_ARRAY for cubemap blits if possibleMarek Olšák1-1/+1
2017-06-07tree-wide: remove trailing backslashEric Engestrom1-1/+1
2017-06-06r600: refactor out some compressed resource state code.Dave Airlie1-24/+28
2017-06-06r600: document some of the missing shader constants.Dave Airlie1-0/+4
2017-06-06r600: add register info for atomic counters.Dave Airlie2-0/+51