summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: allow multiple concurrent waiters in ClientWaitSyncMarek Olšák2016-10-261-4/+22
* st/mesa: unduplicate st_check_sync codeMarek Olšák2016-10-261-20/+6
* radeonsi: remove si_resource_create_customMarek Olšák2016-10-265-20/+11
* gallium/radeon: stop using PIPE_BIND_CUSTOMMarek Olšák2016-10-2611-24/+18
* r600g: remove a redundant buffer_create helperMarek Olšák2016-10-261-23/+8
* gallium/radeon: remove unused r600_cmask_info membersMarek Olšák2016-10-262-16/+3
* gallium/radeon: don't force the same tiling parameters for FMASKMarek Olšák2016-10-262-8/+12
* winsys/amdgpu: allocate FMASK properlyMarek Olšák2016-10-261-2/+4
* gallium/radeon: print tiling index when printing texture infoMarek Olšák2016-10-261-4/+6
* gallium/radeon: don't do (fmask.size && cmask.size)Marek Olšák2016-10-263-3/+3
* gallium/radeon: re-order radeon_surf::dcc and htile membersMarek Olšák2016-10-261-5/+5
* gallium/radeon: rename bo_size -> surf_size, bo_alignment -> surf_alignmentMarek Olšák2016-10-267-20/+20
* gallium/radeon: remove flags specific to libdrm_radeon from winsys interfaceMarek Olšák2016-10-263-15/+6
* gallium/radeon: remove r600_htile_infoMarek Olšák2016-10-263-38/+21
* gallium/radeon: remove unnecessary fields from radeon_surf_levelMarek Olšák2016-10-267-37/+16
* gallium/radeon: decrease the size of radeon_surfMarek Olšák2016-10-263-34/+36
* gallium/radeon: pass pipe_resource and other params to surface_init directlyMarek Olšák2016-10-264-193/+179
* radeon/vce: use nblk_y instead of npix_yMarek Olšák2016-10-264-7/+7
* gallium/radeon: define RADEON_SURF_MODE_* as enumsMarek Olšák2016-10-262-9/+14
* gallium/radeon: stop using some input fields from radeon_surfaceMarek Olšák2016-10-264-20/+20
* gallium/radeon: fold r600_setup_surface into r600_init_surfaceMarek Olšák2016-10-261-38/+24
* winsys/amdgpu: remove unused definitionsMarek Olšák2016-10-261-8/+0
* gallium/radeon: fold radeon_winsys::surface_best into radeon/winsysMarek Olšák2016-10-264-38/+9
* gallium/radeon: use r600_gfx_write_event_eop everywhereMarek Olšák2016-10-263-23/+10
* gallium/radeon: make r600_gfx_write_fence more genericMarek Olšák2016-10-264-14/+34
* gallium/radeon: fix a ZPASS comment, EVENT_WRITE_EOP fixupsMarek Olšák2016-10-263-5/+5
* radeonsi: enable SDMA on Carrizo and all CIK chips againMarek Olšák2016-10-261-10/+0
* winsys/amdgpu: fix radeon_surf::macro_tile_index for imported texturesMarek Olšák2016-10-261-0/+17
* gallium/radeon: make sure the address of separate CMASK is aligned properlyMarek Olšák2016-10-261-2/+3
* gallium/radeon: fix incorrect bpe use in si_set_optimal_micro_tile_modeMarek Olšák2016-10-261-7/+7
* glsl: update default precision qualifier when it is set in the shaderSamuel Iglesias Gonsálvez2016-10-261-1/+4
* mesa/program: Add _mesa_symbol_table_replace_symbol()Samuel Iglesias Gonsálvez2016-10-262-0/+18
* nir: stop adjusting driver location for varying packingTimothy Arceri2016-10-265-53/+5
* compiler: remove copy_shader_info()Timothy Arceri2016-10-263-37/+1
* glsl: set uses texture gather directly in shader_infoTimothy Arceri2016-10-263-5/+1
* glsl/st/mesa: use common system values read fieldTimothy Arceri2016-10-268-11/+8
* glsl: set patch outputs written directly in shader_infoTimothy Arceri2016-10-263-4/+2
* st/mesa: use common patch outputs written fieldTimothy Arceri2016-10-262-2/+2
* glsl: set patch inputs read directly in shader_infoTimothy Arceri2016-10-263-4/+2
* st/mesa: use common patch inputs read fieldTimothy Arceri2016-10-262-2/+2
* glsl: set outputs read directly in shader_infoTimothy Arceri2016-10-263-4/+2
* r200/glsl/st/mesa: use common outputs written fieldTimothy Arceri2016-10-2623-46/+51
* mesa/glsl: set double inputs read directly in shader_infoTimothy Arceri2016-10-263-3/+1
* st/mesa: use common double inputs read fieldTimothy Arceri2016-10-263-3/+6
* r200/i915/st/mesa/compiler: use common inputs read fieldTimothy Arceri2016-10-2630-79/+81
* mesa/compiler: copy early fragment tests to shader_info in _mesa_copy_linked_...Timothy Arceri2016-10-262-4/+1
* meta: remove remaining tabs in meta.cTimothy Arceri2016-10-261-49/+49
* i965: replace brw_compute_program with brw_programTimothy Arceri2016-10-264-35/+8
* i965: replace brw_fragment_program with brw_programTimothy Arceri2016-10-266-36/+13
* i965: replace brw_tess_{eval,ctrl}_program with brw_programTimothy Arceri2016-10-268-74/+18