aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radeon/ac: add ac_emit_imsb helper.Dave Airlie2017-02-162-0/+28
* egl: _eglFilterArray's filter is always non-nullEmil Velikov2017-02-161-18/+9
* util/disk_cache: do not allow space in MESA_GLSL_CACHE_MAX_SIZEEmil Velikov2017-02-161-2/+0
* r100: use correct libdrm_radeon macroEmil Velikov2017-02-161-6/+2
* winsys/radeon: remove fall-back definesEmil Velikov2017-02-163-47/+0
* nir: handle some 64-bit integer conversionsDave Airlie2017-02-161-7/+19
* nir: handle 64-bit integer types in glsl->nir type conversion.Dave Airlie2017-02-161-0/+6
* spirv: handle SpvOpUConvert in proper place.Dave Airlie2017-02-161-1/+1
* spirv: add support for Int64 capabilityDave Airlie2017-02-162-1/+4
* spirv/nir: add support for int64Dave Airlie2017-02-162-2/+32
* nir/types: add C accessors for 64-bit integer types.Dave Airlie2017-02-162-0/+14
* radv: add fast color clear for b10g11r11Dave Airlie2017-02-161-0/+5
* mesa: retain gl_shader_programs after glDeleteProgram if they are in useTimothy Arceri2017-02-165-9/+17
* mesa: remove tabs in dri xmlconfig.cTimothy Arceri2017-02-161-362/+362
* mesa: style fixes for dri xmlconfig.cTimothy Arceri2017-02-161-37/+94
* i965: Do not use purged bo after calling glObjectUnpurgeableChris Wilson2017-02-151-9/+27
* Revert "i915: Always enable GL 2.0 support."Matt Turner2017-02-152-4/+25
* anv: Use build-id for pipeline cache UUID.Matt Turner2017-02-152-21/+8
* util: Add utility build-id code.Matt Turner2017-02-153-0/+149
* radv: Add support for shaderStorageImageReadWithoutFormat.Bas Nieuwenhuizen2017-02-152-1/+2
* spirv: Add support for SpvCapabilityStorageImageReadWithoutFormat.Bas Nieuwenhuizen2017-02-152-1/+5
* radv: Add support for shaderStorageImageWriteWithoutFormat.Bas Nieuwenhuizen2017-02-152-2/+3
* getteximage: Return correct error value when texure object is not foundEduardo Lima Mitev2017-02-151-2/+4
* util: Fix a typo in Makefile.sourcesJason Ekstrand2017-02-151-1/+1
* i965: define default allow_higher_compat_version valueLionel Landwerlin2017-02-151-0/+1
* drirc: add allow_higher_compat_version for Tropico 5Samuel Pitoiset2017-02-151-0/+4
* drirc: add allow_higher_compat_version for Crookz - The Big HeistSamuel Pitoiset2017-02-151-0/+4
* drirc: add allow_higher_compat_version for Worms WMDSamuel Pitoiset2017-02-151-0/+4
* driconf: add allow_higher_compat_version optionSamuel Pitoiset2017-02-157-2/+25
* gallium/radeon: add a HUD query for monitoring the CS thread activityMarek Olšák2017-02-155-1/+29
* anv: wsi: report presentation error per image requestLionel Landwerlin2017-02-151-8/+15
* egl: remove duplicate 0 assignmentEric Engestrom2017-02-151-3/+0
* glx/glvnd: Fix GLXdispatchIndex sortingHans de Goede2017-02-151-4/+4
* radv: also fixup event emission to not get culled.Dave Airlie2017-02-151-0/+1
* anv: Use vk_foreach_struct for handling extension structsJason Ekstrand2017-02-143-27/+21
* util: Add helpers for iterating over Vulkan extension structsJason Ekstrand2017-02-142-1/+45
* radv: query cmds should mark a cmd buffer as having draws.Dave Airlie2017-02-151-0/+4
* glsl: Handle packed_type == ivec4[] in lower_packed_varyings().Kenneth Graunke2017-02-141-1/+2
* anv: Implement the Skylake stencil PMA optimizationJason Ekstrand2017-02-143-6/+158
* genxml: Add the CACHE_MODE_0 register on gen9Jason Ekstrand2017-02-141-0/+28
* anv/pipeline: Be smarter about depth/stencil stateJason Ekstrand2017-02-141-34/+141
* anv/pipeline: Make a copy of VkPipelineDepthStencilStateCreateinfoJason Ekstrand2017-02-141-16/+18
* anv: Add support for the PMA fix on BroadwellJason Ekstrand2017-02-149-2/+221
* genxml: Add the CACHE_MODE_1 register on gen8Jason Ekstrand2017-02-141-0/+21
* anv: Disable stencil writes when both write masks are zeroJason Ekstrand2017-02-144-2/+17
* anv/entrypoints: Only generate entrypoints for supported featuresJason Ekstrand2017-02-141-3/+41
* anv: fix Get*MemoryRequirements for !LLCConnor Abbott2017-02-141-6/+8
* radeonsi: implement uploading zero-stride vertex attribsMarek Olšák2017-02-141-8/+23
* gallium/radeon: include SDMA in the GPU load queryMarek Olšák2017-02-142-1/+12
* gallium/hud: add monitoring of API thread busy statusMarek Olšák2017-02-143-0/+64