summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* intel/fs: Rename a local variable so it doesn't shadow component()Francisco Jerez2018-05-291-4/+4
* intel/eu: Remove brw_codegen::compressed_stack.Francisco Jerez2018-05-291-1/+0
* intel/fs: Use groups for SIMD16 LINTERP on gen11+Jason Ekstrand2018-05-291-4/+5
* intel/fs: Assert that the gen4-6 plane restrictions are followedJason Ekstrand2018-05-291-2/+8
* travis: Add clover llvm-6.0 buildJan Vesely2018-05-291-0/+33
* clover: Cleanup compat code for llvm < 3.9Jan Vesely2018-05-293-121/+20
* clover: Fix build after llvm r332881.Jan Vesely2018-05-292-2/+12
* i965: Only emit VF cache invalidations when the high bits changesChris Wilson2018-05-291-1/+1
* vulkan: don't free uninitialised memoryEric Engestrom2018-05-291-1/+1
* dri: replace two-way switch case with a table lookupEric Engestrom2018-05-291-74/+84
* dri: fix error value returned by driGLFormatToImageFormat()Eric Engestrom2018-05-293-3/+3
* egl/x11: fix build with DRI3 disabledEric Engestrom2018-05-291-0/+3
* meson: require shared glapi when using DRI based libGLEmil Velikov2018-05-291-2/+6
* meson: remove unreachable with_glx == 'auto' checkEmil Velikov2018-05-291-5/+1
* tegra: Treat resources with modifiers as scanoutThierry Reding2018-05-291-1/+12
* tegra: Fix scanout resources without modifiersThierry Reding2018-05-291-1/+18
* tegra: Remove usage of non-stable UAPIThierry Reding2018-05-291-66/+3
* docs: add favicon to the websiteEric Engestrom2018-05-292-0/+0
* docs: add missing html closing tagEric Engestrom2018-05-291-2/+2
* docs: add missing html tagEric Engestrom2018-05-291-0/+1
* nir/print: fix printing of 8/16 bit constant variablesKarol Herbst2018-05-291-0/+31
* nv50/ir: Extend ImmediateValue::applyLog2 to 64-bit integersPierre Moreau2018-05-291-1/+10
* util/u_math: Implement a logbase2 function for unsigned longPierre Moreau2018-05-292-0/+66
* docs: trivial typo fixEric Engestrom2018-05-291-1/+1
* radv: emit shader descriptor pointers consecutivelySamuel Pitoiset2018-05-291-47/+57
* radv: allow radv_emit_shader_pointer_head() to emit more pointersSamuel Pitoiset2018-05-291-3/+5
* radv: split radv_emit_shader_pointer()Samuel Pitoiset2018-05-291-5/+20
* gm107/ir: prevent WaW hazards in instruction schedulingRhys Perry2018-05-281-54/+57
* radv: Implement VK_KHR_draw_indirect_count.Bas Nieuwenhuizen2018-05-282-0/+50
* vulkan: Update header+vk.xml to 1.1.76Bas Nieuwenhuizen2018-05-282-141/+426
* radv: Implement alternate GFX9 scissor workaround.Bas Nieuwenhuizen2018-05-281-33/+47
* Revert "st/nir: use NIR for asm programs"Eric Anholt2018-05-281-58/+7
* anv: move canonical_address calculation into a separate functionScott D Phillips2018-05-275-11/+47
* r600: Fix SSG when not all components are writtenGert Wollny2018-05-281-4/+10
* r600: Correct IDIV if DST and SRC use the same temporaryGert Wollny2018-05-281-3/+49
* i965: Revert recent tiled memcpy changes.Kenneth Graunke2018-05-265-186/+9
* i965/miptree: Use cpu tiling/detiling when mappingScott D Phillips2018-05-251-4/+98
* i915: Fix streaming loads for intel_tiled_memcpyChris Wilson2018-05-251-5/+5
* radeonsi: remove unused variable addr_vecMarek Olšák2018-05-251-1/+1
* intel/blorp: Support blits and clears on surfaces with offsetsJason Ekstrand2018-05-255-1/+39
* radeonsi: fix passing gl_ClipVertex for GS and tessMarek Olšák2018-05-253-4/+8
* radeonsi: fix color inputs/outputs for GS and tessMarek Olšák2018-05-253-20/+34
* radeonsi: fix incorrect parentheses around VS-PS varying eliminationMarek Olšák2018-05-251-2/+2
* st/mesa: simplify lastLevel determination in st_finalize_textureMarek Olšák2018-05-251-13/+4
* i965/tiled_memcpy: inline movntdqa loads in tiled_to_linearScott D Phillips2018-05-254-5/+88
* swr/rast: Adjusted avx512 primitive assembly for msvc codegenAlok Hota2018-05-251-49/+90
* swr/rast: Moved memory init out of core swr initAlok Hota2018-05-257-7/+86
* swr/rast: Removed superfluous JitManager argument from passesAlok Hota2018-05-256-14/+13
* swr/rast: Renamed MetaData callsAlok Hota2018-05-252-87/+87
* swr/rast: Use metadata to communicate between passesAlok Hota2018-05-251-0/+28