summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák2018-05-2918-0/+37
* mesa: update fixed-func state constants for TCS, TES, GSMarek Olšák2018-05-291-28/+36
* mesa: print Compatibility Profile in the version stringMarek Olšák2018-05-291-1/+3
* glsl: parse #version XXX compatibilityMarek Olšák2018-05-291-4/+8
* st/mesa: fix assertion failures with GL_UNSIGNED_INT64_ARB (v2)Marek Olšák2018-05-291-1/+2
* mesa: handle GL_UNSIGNED_INT64_ARB properly (v2)Marek Olšák2018-05-292-1/+3
* mesa: add display list support for glPatchParameter{i,fv}()Timothy Arceri2018-05-301-0/+78
* glx/drisw: make the shm/non-shm loader extensions separately.Dave Airlie2018-05-301-8/+24
* drisw/glx: implement getImageShmMarc-André Lureau2018-05-301-1/+30
* drisw: use getImageShm() if availableMarc-André Lureau2018-05-301-1/+22
* drisw: learn to query shmid handle typeMarc-André Lureau2018-05-304-3/+12
* drisw/glx: use XShm if possibleMarc-André Lureau2018-05-302-24/+144
* drisw: use shared memory when possibleMarc-André Lureau2018-05-301-12/+60
* drisw: use putImageShm if availableMarc-André Lureau2018-05-302-8/+32
* gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie2018-05-3030-110/+110
* gallium: move winsys handle to it's own file.Marc-André Lureau2018-05-302-47/+59
* intel/fs: Add explicit last_rt flag to fb writes orthogonal to eot.Francisco Jerez2018-05-294-5/+5
* intel/fs: Replace the CINTERP opcode with a simple MOVFrancisco Jerez2018-05-295-12/+3
* intel/fs: Use the ATTR file for FS inputsFrancisco Jerez2018-05-294-22/+30
* 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
* 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
* 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
* 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
* 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-281-140/+319
* 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