summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-27vulkan/wsi: store present mode in swapchain base classDave Airlie3-3/+5
2016-10-27vulkan/wsi/x11: handle timeouts properly in next image acquire (v1.1)Dave Airlie1-5/+57
2016-10-27radv/ac/llvm: trim texture return valuesDave Airlie1-1/+2
2016-10-27glsl: Add pthread libs to cache_testRhys Kidd1-1/+4
2016-10-26genxml: Handle failure of Python codegen scripts.Matt Turner1-1/+1
2016-10-26nvc0/ir: fix emission of SHLADD with NEG modifiersSamuel Pitoiset2-2/+2
2016-10-26compiler: avoid warning about redefinition of PYTHON_GENErik Faye-Lund3-3/+1
2016-10-26egl/dri2: swap_buffers_with_damage falls back to swap_buffersEric Engestrom1-1/+2
2016-10-26compiler: automake: add shader_info.h to the sources listEmil Velikov1-1/+2
2016-10-26configure.ac: simplify EGL requirements for drivers dependent on EGLMarek Olšák1-14/+13
2016-10-26st/mesa: allow multiple concurrent waiters in ClientWaitSyncMarek Olšák1-4/+22
2016-10-26st/mesa: unduplicate st_check_sync codeMarek Olšák1-20/+6
2016-10-26radeonsi: remove si_resource_create_customMarek Olšák5-20/+11
2016-10-26gallium/radeon: stop using PIPE_BIND_CUSTOMMarek Olšák11-24/+18
2016-10-26r600g: remove a redundant buffer_create helperMarek Olšák1-23/+8
2016-10-26gallium/radeon: remove unused r600_cmask_info membersMarek Olšák2-16/+3
2016-10-26gallium/radeon: don't force the same tiling parameters for FMASKMarek Olšák2-8/+12
2016-10-26winsys/amdgpu: allocate FMASK properlyMarek Olšák1-2/+4
2016-10-26gallium/radeon: print tiling index when printing texture infoMarek Olšák1-4/+6
2016-10-26gallium/radeon: don't do (fmask.size && cmask.size)Marek Olšák3-3/+3
2016-10-26gallium/radeon: re-order radeon_surf::dcc and htile membersMarek Olšák1-5/+5
2016-10-26gallium/radeon: rename bo_size -> surf_size, bo_alignment -> surf_alignmentMarek Olšák7-20/+20
2016-10-26gallium/radeon: remove flags specific to libdrm_radeon from winsys interfaceMarek Olšák3-15/+6
2016-10-26gallium/radeon: remove r600_htile_infoMarek Olšák3-38/+21
2016-10-26gallium/radeon: remove unnecessary fields from radeon_surf_levelMarek Olšák7-37/+16
2016-10-26gallium/radeon: decrease the size of radeon_surfMarek Olšák3-34/+36
2016-10-26gallium/radeon: pass pipe_resource and other params to surface_init directlyMarek Olšák4-193/+179
2016-10-26radeon/vce: use nblk_y instead of npix_yMarek Olšák4-7/+7
2016-10-26gallium/radeon: define RADEON_SURF_MODE_* as enumsMarek Olšák2-9/+14
2016-10-26gallium/radeon: stop using some input fields from radeon_surfaceMarek Olšák4-20/+20
2016-10-26gallium/radeon: fold r600_setup_surface into r600_init_surfaceMarek Olšák1-38/+24
2016-10-26winsys/amdgpu: remove unused definitionsMarek Olšák1-8/+0
2016-10-26gallium/radeon: fold radeon_winsys::surface_best into radeon/winsysMarek Olšák4-38/+9
2016-10-26gallium/radeon: use r600_gfx_write_event_eop everywhereMarek Olšák3-23/+10
2016-10-26gallium/radeon: make r600_gfx_write_fence more genericMarek Olšák4-14/+34
2016-10-26gallium/radeon: fix a ZPASS comment, EVENT_WRITE_EOP fixupsMarek Olšák3-5/+5
2016-10-26radeonsi: enable SDMA on Carrizo and all CIK chips againMarek Olšák1-10/+0
2016-10-26winsys/amdgpu: fix radeon_surf::macro_tile_index for imported texturesMarek Olšák1-0/+17
2016-10-26gallium/radeon: make sure the address of separate CMASK is aligned properlyMarek Olšák1-2/+3
2016-10-26gallium/radeon: fix incorrect bpe use in si_set_optimal_micro_tile_modeMarek Olšák1-7/+7
2016-10-26glsl: update default precision qualifier when it is set in the shaderSamuel Iglesias Gonsálvez1-1/+4
2016-10-26mesa/program: Add _mesa_symbol_table_replace_symbol()Samuel Iglesias Gonsálvez2-0/+18
2016-10-26nir: stop adjusting driver location for varying packingTimothy Arceri5-53/+5
2016-10-26compiler: remove copy_shader_info()Timothy Arceri3-37/+1
2016-10-26glsl: set uses texture gather directly in shader_infoTimothy Arceri3-5/+1
2016-10-26glsl/st/mesa: use common system values read fieldTimothy Arceri8-11/+8
2016-10-26glsl: set patch outputs written directly in shader_infoTimothy Arceri3-4/+2
2016-10-26st/mesa: use common patch outputs written fieldTimothy Arceri2-2/+2
2016-10-26glsl: set patch inputs read directly in shader_infoTimothy Arceri3-4/+2
2016-10-26st/mesa: use common patch inputs read fieldTimothy Arceri2-2/+2