aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium: add PIPE_CAP_TGSI CLOCKNicolai Hähnle2017-03-3117-0/+17
* r300: Fix indenting in r300_get_param()Lyude2017-03-301-3/+3
* vc4: Fix indenting in vc4_screen_get_param()Lyude2017-03-301-3/+3
* ddebug: implement clear_textureMarek Olšák2017-03-302-0/+34
* radeonsi: fix an unused-variable warning in a release buildMarek Olšák2017-03-301-3/+1
* vdpau: fix a maybe-uninitialized warningMarek Olšák2017-03-301-1/+1
* softpipe: fix a maybe-uninitialized warningMarek Olšák2017-03-301-1/+1
* gallivm: fix a maybe-uninitialized warningMarek Olšák2017-03-301-1/+1
* gallium/radeon: s/dcc_disable/disable_dcc/Marek Olšák2017-03-304-9/+9
* radeonsi: handle incompatible DCC formats in resource_copy_regionMarek Olšák2017-03-301-0/+5
* radeonsi: remove a workaround for inexact *8_SNORM blitsMarek Olšák2017-03-301-3/+1
* gallium/radeon: add and use a new helper vi_dcc_enabledMarek Olšák2017-03-305-14/+16
* gallium/radeon: formalize that r600_query_hw_add_result doesn't need a contextMarek Olšák2017-03-303-8/+9
* radeonsi: don't make a copy of pipe_index_buffer in draw_vboMarek Olšák2017-03-301-32/+27
* gallium/util: use const in u_index_modify helpersMarek Olšák2017-03-302-6/+6
* winsys/amdgpu: remove AMDGPU_INFO_NUM_EVICTIONSSamuel Pitoiset2017-03-301-4/+0
* radeon/uvd: set correct vega10 db pitch alignmentBoyuan Zhang2017-03-301-4/+12
* radeon/vce: add vce support for firmware 53.19.4Leo Liu2017-03-301-0/+6
* radeon/vce: adapt gfx9 surface to vceLeo Liu2017-03-302-15/+51
* winsys/surface: add height pitch for gfx9Leo Liu2017-03-302-0/+2
* radeon/uvd: clear message buffer when reuseLeo Liu2017-03-301-1/+2
* radeon/uvd: adapt gfx9 surface to uvdLeo Liu2017-03-306-56/+106
* radeon/uvd: add uvd soc15 registerLeo Liu2017-03-302-4/+27
* radeonsi/gfx9: disable features that don't workMarek Olšák2017-03-304-5/+15
* radeonsi/gfx9: only allow GL 3.1Marek Olšák2017-03-301-0/+5
* radeonsi/gfx9: add linear address computations for texture transfersMarek Olšák2017-03-301-20/+53
* radeonsi/gfx9: don't generate LS and ES statesMarek Olšák2017-03-301-24/+46
* radeonsi/gfx9: SPI_SHADER_USER_DATA changesMarek Olšák2017-03-301-11/+34
* winsys/amdgpu: set/get BO tiling flags for GFX9Marek Olšák2017-03-301-2/+4
* radeonsi/gfx9: handle pitch and offset overrides for texture_from_handleMarek Olšák2017-03-301-11/+18
* radeonsi/gfx9: set/validate GFX9 BO metadataMarek Olšák2017-03-302-1/+24
* radeonsi/gfx9: add radeon_surf.gfx9.surf_offsetMarek Olšák2017-03-305-1/+7
* radeonsi/gfx9: don't write mipmap level offsets to BO metadataMarek Olšák2017-03-301-3/+6
* radeonsi/gfx9: flush CB & DB caches with an EOP TS eventMarek Olšák2017-03-301-23/+84
* radeonsi/gfx9: use ACQUIRE_MEMMarek Olšák2017-03-301-6/+17
* radeonsi/gfx9: only use CE RAM for most-used descriptorsMarek Olšák2017-03-302-5/+23
* radeonsi/gfx9: emit FLUSH_DFSM where requiredMarek Olšák2017-03-302-0/+18
* radeonsi/gfx9: emit BREAK_BATCH in emit_framebuffer_stateMarek Olšák2017-03-301-0/+5
* radeonsi/gfx9: fix MIP0_WIDTH & MIP0_HEIGHT for compressed texture blitsMarek Olšák2017-03-306-10/+26
* radeonsi/gfx9: fix textureSize/imageSize for 1D texturesMarek Olšák2017-03-301-25/+32
* radeonsi/gfx9: add a workaround for 1D depth texturesMarek Olšák2017-03-304-30/+86
* radeonsi/gfx9: enable clamping for Z UNORM formats promoted to Z32FMarek Olšák2017-03-301-1/+11
* radeonsi/gfx9: image descriptor changes in mutable fieldsMarek Olšák2017-03-303-23/+73
* radeonsi/gfx9: FMASK image descriptor changesMarek Olšák2017-03-301-21/+48
* radeonsi/gfx9: image descriptor changes in immutable fieldsMarek Olšák2017-03-302-5/+54
* radeonsi/gfx9: DB changesMarek Olšák2017-03-302-94/+176
* radeonsi/gfx9: CB changesMarek Olšák2017-03-302-52/+125
* radeonsi/gfx9: do DCC clears on non-mipmapped textures onlyMarek Olšák2017-03-302-4/+17
* radeonsi/gfx9: update can_sample_z/s flagsMarek Olšák2017-03-301-2/+7
* radeonsi/gfx9: pass correct parameters to buffer_get_handleMarek Olšák2017-03-301-6/+14