summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-02-13glx: remove DRI2DriverPrimeShift compile guardsEmil Velikov1-2/+0
2017-02-13vl: remove DRI2DriverPrimeShift compile guardsEmil Velikov1-2/+0
2017-02-13glx: remove always true ifdef guardsEmil Velikov1-4/+0
2017-02-13winsys/intel: remove unused winsys - ilo was its only userEmil Velikov5-744/+0
2017-02-13util/disk_cache: correctly use stat(3)Timothy Arceri1-4/+4
2017-02-12glsl: Drop resize-to-MaxPatchVertices hack.Kenneth Graunke4-43/+0
2017-02-12mesa: Ignore per-vertex array size in SSO pipeline validation.Kenneth Graunke1-42/+56
2017-02-12glsl: Update a comment about link errors for TCS && !TES.Kenneth Graunke1-1/+9
2017-02-12mesa: Do a draw time check for TES && !TCS in ES 3.x.Kenneth Graunke1-0/+14
2017-02-12mesa: Do (TCS && !TES) draw time validation in ES as well.Kenneth Graunke1-19/+26
2017-02-12i965/sampler_state: Set the "Base Mip Level" field on Sandy BridgeJason Ekstrand2-1/+20
2017-02-12i965/sampler_state: Pass texObj into update_sampler_stateJason Ekstrand1-6/+4
2017-02-12i965/sampler_state: Clamp min/max LOD to 14 on gen7+Jason Ekstrand1-2/+5
2017-02-12st/mesa: don't pass compare mode for stencil-sampled texturesIlia Mirkin1-1/+1
2017-02-12nv50,nvc0: use alternate samplers for stencilIlia Mirkin1-3/+3
2017-02-13radv: Fix radv_GetPhysicalDeviceQueueFamilyProperties2KHR.Bas Nieuwenhuizen1-9/+36
2017-02-12etnaviv: Set shader instruction area correctly for GC3000Wladimir J. van der Laan1-5/+21
2017-02-12etnaviv: Update hw header filesWladimir J. van der Laan5-48/+160
2017-02-12radv: reduce CPU overhead merging bo lists.Dave Airlie1-1/+11
2017-02-11nvc0: set the render condition in the compute objectIlia Mirkin1-2/+10
2017-02-11gm107/ir: fix address offset bitfield for ATOMSIlia Mirkin1-1/+1
2017-02-11nv50/ir: convert an ATOM.EXCH without a destination into a storeIlia Mirkin1-0/+5
2017-02-11nvc0: fix 64-bit integer query buffer writesIlia Mirkin3-20/+37
2017-02-11nv50/ir: return a register when retrieving thread id sysvalIlia Mirkin1-1/+1
2017-02-11nv50/ir: add missing break after DSSGIlia Mirkin1-0/+1
2017-02-11etnaviv: shader-db tracesChristian Gmeiner4-1/+47
2017-02-11etnaviv: keep track of emitted loopsChristian Gmeiner2-0/+7
2017-02-11etnaviv: wire up core pipe_debug_callbackChristian Gmeiner2-0/+15
2017-02-10glsl: non-last member unsized array on SSBO must fail compilation on GLSL ES 3.1Jose Maria Casanova Crespo1-4/+7
2017-02-10vc4: Enable glSampleMask() even when !rasterizer->multisample.Eric Anholt1-2/+1
2017-02-10vc4: Respect glSampleMask() even when we're not writing color.Eric Anholt1-3/+13
2017-02-10vc4: Use the nir_builder helper for loading sample mask.Eric Anholt1-10/+1
2017-02-10vc4: Use accurate 1/w in coordinate shader as well as vert shader.Eric Anholt1-1/+1
2017-02-10vc4: Drop VS inputs to 8.Eric Anholt1-4/+1
2017-02-10vc4: Avoid emitting small immediates for UBO indirect load address guards.Eric Anholt5-4/+20
2017-02-10util/disk_cache: use stat() to check if entry is a directoryTimothy Arceri1-9/+24
2017-02-10st/nine: update configure options in the READMEEmil Velikov1-2/+1
2017-02-10loader: unconditionally include unistd.h and stdlib.hNicolai Hähnle1-2/+2
2017-02-10intel/blorp: do not return const data by get_px_size_sa()Emil Velikov1-1/+1
2017-02-10gallium/radeon: use staging for texture read mappings from GTT WCMarek Olšák1-4/+5
2017-02-10gallium/radeon: ignore the level parameter in buffer_transfer_mapMarek Olšák1-5/+4
2017-02-10gallium/radeon: fix performance of buffer readbacksMarek Olšák1-8/+9
2017-02-10radeonsi: align vertex buffer descriptor list size for optimal prefetchMarek Olšák4-2/+7
2017-02-10radeonsi: align shader binaries to CP DMA alignment for optimal prefetchMarek Olšák1-1/+2
2017-02-10radeonsi: move CP_DMA_ALIGNMENT definitionMarek Olšák2-10/+10
2017-02-10radeonsi: remove SI_CONTEXT_FLUSH_AND_INV_FRAMEBUFFERMarek Olšák3-6/+6
2017-02-10radeonsi: remove separate CB/DB_META flush flagsMarek Olšák3-17/+8
2017-02-10radeonsi: reduce the number of FMASK input coordinatesMarek Olšák1-7/+3
2017-02-10radeonsi: write shader asm annotated with wave info into GPU hang reportsMarek Olšák3-3/+252
2017-02-10radeonsi: write wave information into GPU hang reportsMarek Olšák1-0/+20