summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove TGSI opcode SCSMarek Olšák2017-08-221-124/+3
* gallium: remove TGSI opcode BREAKCMarek Olšák2017-08-221-42/+3
* gallium: remove TGSI opcode XPDMarek Olšák2017-08-221-75/+3
* gallium: remove TGSI opcode DPHMarek Olšák2017-08-221-10/+3
* gallium: remove TGSI opcode DP2AMarek Olšák2017-08-221-3/+3
* gallium: remove TGSI_OPCODE_CALLNZMarek Olšák2017-08-221-3/+3
* gallium: remove TGSI FENCE opcodesMarek Olšák2017-08-221-9/+9
* gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZMarek Olšák2017-08-221-19/+16
* gallium/radeon: add helpers for whether HTILE is enabledMarek Olšák2017-08-223-6/+3
* r600g: don't set up and don't call the fetch shader if there are no VS inputsMarek Olšák2017-08-213-1/+7
* radeonsi: set drirc compiler options before calling common screen initNicolai Hähnle2017-08-041-1/+1
* gallium: introduce PIPE_CAP_MEMOBJTimothy Arceri2017-08-031-0/+1
* gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle2017-08-022-3/+6
* gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding capNicolai Hähnle2017-08-021-0/+1
* radeonsi: print CE IBs into ddebug reportsMarek Olšák2017-08-011-1/+1
* gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREFNicolai Hähnle2017-07-311-0/+1
* gallium/radeon: make S_FIXED function signed and move it to shared codeMarek Olšák2017-07-261-4/+0
* r600: Add support for B5G5R5A1.Michal Srb2017-07-251-0/+6
* r600g: constify some args at r600_asm.cConstantine Charlamov2017-07-251-5/+6
* r600g: remove unused "bc" args, and one unneeded forward declarationConstantine Charlamov2017-07-251-45/+40
* gallium: use "ull" number suffix to keep the QtCreator parser happyMarek Olšák2017-07-101-2/+2
* Android: use symlinks for driver loadingRob Herring2017-06-291-0/+1
* r600g: fix crash when file in R600_TRACE doesn't existConstantine Charlamov2017-06-261-4/+5
* r600g: take into account offset to system inputs at tgsi_interp_egcm()Constantine Charlamov2017-06-262-6/+7
* r600g: get rid of trailing whitespaceConstantine Charlamov2017-06-261-22/+22
* r600/asm: add support for other GDS operations.Dave Airlie2017-06-263-4/+26
* r600: don't merge GDS into VTXDave Airlie2017-06-261-2/+3
* r600: for memory instructions dump index gpr for read indirects also.Dave Airlie2017-06-261-1/+2
* r600: add support for vertex fetches via texture cacheDave Airlie2017-06-262-2/+20
* r600: route indirect address register correctly for vtx fetches.Dave Airlie2017-06-261-1/+1
* gallium/radeon: pass create_screen flags to r600_common_screen_initMarek Olšák2017-06-232-3/+3
* r600: fix off-by-one in egd_tables.pyNicolai Hähnle2017-06-191-1/+1
* r600: include libelf headers only as neededEmil Velikov2017-06-171-0/+2
* r600, radeon: move radeon_shader_binary_{init,clean} back to radeonEmil Velikov2017-06-171-23/+2
* r600g,compute: provide local copy of functions from ac_binary.cJan Vesely2017-06-164-13/+197
* r600: android: amdgpu_common is only required when building OpenCLJan Vesely2017-06-161-5/+0
* android: r600/eg: add support for tracing IBs after a hang.Mauro Rossi2017-06-151-0/+10
* gallium: add PIPE_CAP_BINDLESS_TEXTURESamuel Pitoiset2017-06-141-0/+1
* r600g: set pipe_context::priv = NULLMarek Olšák2017-06-121-1/+2
* r600/eg: distribute egd_tables.py in the dist fileJuan A. Suarez Romero2017-06-121-0/+4
* gallium/radeon: don't allocate HTILE in a separate bufferMarek Olšák2017-06-083-7/+7
* gallium/u_blitter: use 2D_ARRAY for cubemap blits if possibleMarek Olšák2017-06-071-1/+1
* tree-wide: remove trailing backslashEric Engestrom2017-06-071-1/+1
* r600: refactor out some compressed resource state code.Dave Airlie2017-06-061-24/+28
* r600: document some of the missing shader constants.Dave Airlie2017-06-061-0/+4
* r600: add register info for atomic counters.Dave Airlie2017-06-062-0/+51
* r600: add missing RAT registers and operations.Dave Airlie2017-06-063-0/+59
* r600/sb: fix typo in field definitionsDave Airlie2017-06-061-1/+1
* r600: fix incorrect and missing bit field in register headers.Dave Airlie2017-06-051-3/+4
* gallium: Add a cap to check if the driver supports ARB_post_depth_coverageLyude2017-06-021-0/+1