summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vulkan/wsi: store present mode in swapchain base classDave Airlie2016-10-273-3/+5
* vulkan/wsi/x11: handle timeouts properly in next image acquire (v1.1)Dave Airlie2016-10-271-5/+57
* radv/ac/llvm: trim texture return valuesDave Airlie2016-10-271-1/+2
* glsl: Add pthread libs to cache_testRhys Kidd2016-10-271-1/+4
* genxml: Handle failure of Python codegen scripts.Matt Turner2016-10-261-1/+1
* nvc0/ir: fix emission of SHLADD with NEG modifiersSamuel Pitoiset2016-10-262-2/+2
* compiler: avoid warning about redefinition of PYTHON_GENErik Faye-Lund2016-10-263-3/+1
* egl/dri2: swap_buffers_with_damage falls back to swap_buffersEric Engestrom2016-10-261-1/+2
* compiler: automake: add shader_info.h to the sources listEmil Velikov2016-10-261-1/+2
* configure.ac: simplify EGL requirements for drivers dependent on EGLMarek Olšák2016-10-261-14/+13
* 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