summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-06r600: add missing RAT registers and operations.Dave Airlie3-0/+59
2017-06-06r600/sb: fix typo in field definitionsDave Airlie1-1/+1
2017-06-05r600: fix incorrect and missing bit field in register headers.Dave Airlie1-3/+4
2017-06-02gallium: Add a cap to check if the driver supports ARB_post_depth_coverageLyude1-0/+1
2017-06-01r600/eg: add support for tracing IBs after a hang.Dave Airlie11-7/+785
2017-05-25radeon: rename has_uvd info to has_hw_decodeLeo Liu1-1/+1
2017-05-19Android: r600: fix build when LLVM is disabledRob Herring1-0/+4
2017-05-17gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTIONMarek Olšák1-0/+1
2017-05-12r600g: Add defines for per-shader engine settingsGlenn Kennard1-0/+6
2017-05-12r600g: Add instruction encoding defines for MEM_RDGlenn Kennard1-0/+30
2017-05-12r600g: Add scratch ring register definesGlenn Kennard2-2/+20
2017-05-11Android: push driver build details to driver makefilesRob Herring1-0/+9
2017-05-11Android: amd: use exported include dirs instead of explicit includesRob Herring1-2/+0
2017-05-11Android: remove remaining explicit libcxx includesRob Herring1-2/+1
2017-05-10gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEXMarek Olšák1-0/+1
2017-05-10gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2-57/+33
2017-05-10gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytesMarek Olšák1-6/+6
2017-05-10gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák4-10/+10
2017-04-26gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERSSamuel Pitoiset1-0/+1
2017-04-19r600g: update dirty_level_mask after the 1-st draw after FB changeConstantine Kharlamov4-18/+26
2017-04-14gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORTNicolai Hähnle1-0/+1
2017-04-12Revert "r600g: get rid of dummy pixel shader"Marek Olšák3-30/+40
2017-04-10r600g: get rid of dummy pixel shaderConstantine Kharlamov3-40/+30
2017-04-10r600g: add draw_vbo check for a NULL pixel shaderConstantine Kharlamov4-2/+10
2017-04-10r600g: skip repeating vs, gs, and tes shader bindsConstantine Kharlamov1-1/+7
2017-04-05gallium: add PIPE_CAP_TGSI_BALLOTNicolai Hähnle1-0/+1
2017-04-05gallium: add sparse buffer interface and capabilityNicolai Hähnle1-0/+1
2017-04-04r600g: check rasterizer primitive states like in radeonsiConstantine Kharlamov1-8/+13
2017-04-04r600g: extract a code into a r600_emit_rasterizer_prim_state()Constantine Kharlamov3-14/+33
2017-04-04r600g/radeonsi: use the correct types (taken from pipe_draw_info)Constantine Kharlamov1-4/+4
2017-04-04r600g: remove duplicate memset by using a pointer, and constify argsConstantine Kharlamov1-22/+19
2017-04-03r600g: Add more (un)likely functionsConstantine Kharlamov1-6/+4
2017-04-03r600g: Remove intermediate assignment of pipe_draw_infoConstantine Kharlamov1-51/+50
2017-04-03r600g: Use separate index_bias variableConstantine Kharlamov1-3/+5
2017-03-31gallium: Add a cap to check if the driver supports fill_rectangleLyude1-0/+1
2017-04-01gallium: remove support for predicates from TGSI (v2)Marek Olšák2-6/+0