summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-09glsl: Use shared storage variable type for shared variablescs-parse-shared-vars-v2Jordan Justen1-0/+2
2015-11-09glsl: Add shared variable typeJordan Justen2-1/+2
2015-11-09glsl: Add space to shader_storage in print_visitorJordan Justen1-1/+1
2015-11-09glsl: Align comments on variables typesJordan Justen1-7/+7
2015-11-09glsl: Parse shared keyword for compute shader variablesJordan Justen4-0/+15
2015-11-09docs: note that ARB_copy_image was added to nv50, nvc0 in this releaseIlia Mirkin1-1/+1
2015-11-09st/wgl: add null pointer check for HUD textureBrian Paul1-1/+3
2015-11-09st/wgl: fix double-present on swapbuffers bugBrian Paul3-20/+12
2015-11-09st/wgl: reorder pixel formats to put MSAA formats lastBrian Paul1-29/+32
2015-11-09st/wgl: Don't rely on GDI to bookkeep pixelformat for us.José Fonseca2-7/+6
2015-11-09winsys/radeon: Use CPU page size instead of hardcoding 4096 bytes v3Michel Dänzer1-11/+19
2015-11-08radeon/uvd: add H.265/HEVC to legal notesChristian König1-2/+2
2015-11-08st/omx: add headless supportLeo Liu1-10/+35
2015-11-08st/va: use vl screen drm support from vl_wys_drmLeo Liu1-21/+3
2015-11-08vl: add drm support for vl_screenLeo Liu3-1/+85
2015-11-08st/va: fix build fails with pipe loaderLeo Liu1-2/+3
2015-11-08nvc0: enable compute support on FermiSamuel Pitoiset1-2/+2
2015-11-07nv50/ir: fix emission of s[] args in certain situationsIlia Mirkin1-2/+2
2015-11-07nv50/ir: only take abs value when computing high resultIlia Mirkin1-1/+1
2015-11-07nouveau: avoid queueing too much work onto a single fenceIlia Mirkin2-26/+43
2015-11-08llvmpipe: disable front updates for nowDave Airlie1-1/+1
2015-11-08virgl: wrap ret assignment with braces to do correct thingDave Airlie2-2/+2
2015-11-07nir: Add a nir_deref_tail helperJason Ekstrand3-23/+13
2015-11-07nir/types: Add an is_vector_or_scalar helperJason Ekstrand2-0/+7
2015-11-07i965/fs: Use regs_read/written for post-RA scheduling in calculate_depsJason Ekstrand1-11/+4
2015-11-07nir/validate: Add better validation of load/store typesJason Ekstrand1-2/+14
2015-11-07radeonsi: add register definitions for StoneyMarek Olšák1-0/+322
2015-11-07radeonsi: add workarounds for CP DMA to stay on the fast pathMarek Olšák1-5/+88
2015-11-07radeonsi: unify CP DMA preparation logicMarek Olšák1-37/+34
2015-11-07radeonsi: unify CP DMA code determining various flagsMarek Olšák1-28/+23
2015-11-07radeonsi: only enable write confirmation on the last CP DMA packetMarek Olšák1-2/+4
2015-11-07nv50/ir: allow emission of immediates in imul/imad opsIlia Mirkin1-2/+8
2015-11-06nv50/ir: properly set the type of the constant folding resultIlia Mirkin1-4/+4
2015-11-06nv50/ir: add support for const-folding OP_CVT with F64 source/destIlia Mirkin3-0/+45
2015-11-06nv50/ir: add fp64 opcode emission support for G200 (NVA0)Ilia Mirkin1-10/+84
2015-11-06nv50/ir: Add support for 64bit immediates to checkSwapSrc01Hans de Goede1-5/+6
2015-11-06nvc0/ir: Teach insnCanLoad about double immediatesHans de Goede1-6/+19
2015-11-06nv50/ir: Add support for merge-s to the ConstantFolding passHans de Goede1-0/+15
2015-11-06nv50/ir: disallow 64-bit immediates on nv50 targetsIlia Mirkin1-1/+1
2015-11-06nv50/ir: allow movs with TYPE_F64 destinations to be splitIlia Mirkin1-0/+6
2015-11-06gm107/ir: Add support for double immediatesHans de Goede1-1/+4
2015-11-06nvc0/ir: Add support for double immediatesHans de Goede1-0/+8
2015-11-06i965/nir/fs: Add comment for no-op memory barrier functionsFrancisco Jerez1-0/+19
2015-11-06i965/nir/fs: Implement new barrier functions for compute shadersJordan Justen1-0/+7
2015-11-06nir: Add new barrier functions for compute shadersJordan Justen2-0/+26
2015-11-06glsl: Add new barrier functions for compute shadersJordan Justen1-6/+49
2015-11-06radeon/uvd: fix VC-1 simple/main profile decode v2Boyuan Zhang2-2/+7
2015-11-06st/vaapi: fix vaapi VC-1 simple/main corruption v2Boyuan Zhang1-0/+2
2015-11-06st/va: add support for RGBX and BGRX in VPPJulien Isorce2-18/+23
2015-11-06vl/buffers: add RGBX and BGRX to the supported formatsJulien Isorce1-0/+18