summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: move r600_common_context::texture_buffers to r600gMarek Olšák2016-10-046-9/+8
* radeonsi: don't set sampler buffer offsets in create_sampler_viewMarek Olšák2016-10-043-24/+22
* radeonsi: optimize si_invalidate_buffer based on bind_historyMarek Olšák2016-10-041-87/+100
* radeonsi: track buffer bind historyMarek Olšák2016-10-044-5/+23
* radeonsi: drop support for NULL sampler viewsMarek Olšák2016-10-042-12/+4
* radeonsi: separate IA_MULTI_VGT_PARAM and VGT_PRIMITIVE_TYPE emissionMarek Olšák2016-10-041-7/+10
* radeonsi: move VGT_LS_HS_CONFIG to derived tess_stateMarek Olšák2016-10-043-28/+14
* radeonsi: don't check PIPE_BARRIER_MAPPED_BUFFERMarek Olšák2016-10-041-4/+3
* radeonsi: parse SURFACE_SYNC correctly on CIK-VIMarek Olšák2016-10-041-9/+16
* gallium/radeon: inline r600_context_add_resource_sizeMarek Olšák2016-10-042-21/+13
* radeonsi: Fix primitive restart when index changesJames Legg2016-10-041-7/+7
* spirv: replace assert() with unreachable()Timothy Arceri2016-10-041-1/+1
* intel: use the correct format specifier for printing uint64_tTimothy Arceri2016-10-042-11/+13
* gallium/winsys: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock2016-10-045-5/+9
* st/xa: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock2016-10-041-1/+2
* st/dri: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock2016-10-041-2/+3
* gallium/auxiliary: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock2016-10-041-1/+2
* egl/android: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock2016-10-041-1/+2
* intel: fix compilation warning on gen_get_device_infoTapani Pälli2016-10-042-2/+2
* i965: Only emit 1 viewport when possible.Kenneth Graunke2016-10-0310-30/+75
* spirv: translate cull distance semantic.Dave Airlie2016-10-041-1/+1
* compiler: add printable values for cull distance varyings.Dave Airlie2016-10-041-0/+2
* nir/spirv/cfg: Use a nop intrinsic for tagging the ends of blocksJason Ekstrand2016-10-032-4/+6
* nir: Add a nop intrinsicJason Ekstrand2016-10-031-0/+3
* intel/isl: Allow non-2D HiZ surfacesJason Ekstrand2016-10-031-2/+2
* intel/isl: Add a detailed comment about multisampling with HiZJason Ekstrand2016-10-031-2/+58
* intel/isl: Remove tiling checks from choose_msaa_layoutJason Ekstrand2016-10-032-14/+7
* intel/isl: Handle HiZ and CCS tiling more directlyJason Ekstrand2016-10-032-16/+16
* intel/isl: Allow multisampling with ISL_FORMAT_HiZJason Ekstrand2016-10-032-3/+12
* intel/isl: Allow creation of 1-D compressed texturesJason Ekstrand2016-10-032-3/+11
* intel/isl: Fix up asserts in calc_phys_level0_extent_saJason Ekstrand2016-10-031-2/+4
* intel/isl: Add a format_supports_multisampling helperJason Ekstrand2016-10-035-36/+33
* vl/dri3: fix warning about incompatible pointer typeNayan Deshmukh2016-10-031-1/+1
* swr: Removed stalling SwrWaitForIdle from queries.Bruce Cherniak2016-10-034-119/+87
* swr: [rasterizer core] refactor thread creationTim Rowley2016-10-033-9/+29
* swr: [rasterizer jitter] canonicalize blend compile stateTim Rowley2016-10-032-0/+39
* swr: [rasterizer core] archrast fixesTim Rowley2016-10-034-7/+14
* swr: [rasterizer jitter] fixes for icc in vs2015 compat modeTim Rowley2016-10-0312-1404/+1439
* swr: [rasterizer core] generalize compute dispatch mechanismTim Rowley2016-10-033-4/+15
* swr: [rasterizer common] os.h portability header changesTim Rowley2016-10-031-0/+6
* anv/formats: Fix build on gcc-4 and earlierVille Syrjälä2016-10-031-4/+19
* egl: stop claiming support for pbuffer + msaaTapani Pälli2016-10-031-0/+9
* i965: rename max_ds_* variable to max_tes_*Timothy Arceri2016-10-037-32/+32
* i965: rename max_hs_* variables to max_tcs_*Timothy Arceri2016-10-037-32/+32
* i965: Drop pointless stage == MESA_SHADER_FRAGMENT checks.Kenneth Graunke2016-10-021-5/+1
* glsl: add missing headers to blob.hTimothy Arceri2016-10-021-0/+2
* nir/spirv/cfg: Detect switch_break after loop_break/continueJason Ekstrand2016-10-011-2/+2
* nir/spirv/cfg: Handle switches whose break block is a loop continueJason Ekstrand2016-10-011-0/+13
* nir/spirv: add spirv2nir binary to .gitignoreEric Engestrom2016-10-011-0/+1
* nir/spirv: improve mmap() error handlingEric Engestrom2016-10-011-1/+9