summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* anv: Fix a harmless overflow warningChad Versace2016-06-151-1/+1
* vc4: fix vc4_resource_from_handle() stride calculationRob Herring2016-06-151-2/+2
* i965: Use a uniform for gl_PatchVerticesIn in the TCS on Gen8+.Kenneth Graunke2016-06-152-2/+5
* glsl: Optionally lower TCS gl_PatchVerticesIn to a uniform.Kenneth Graunke2016-06-154-1/+18
* i965: Use a uniform for gl_PatchVerticesIn in the TES.Kenneth Graunke2016-06-151-0/+1
* glsl: Optionally lower TES gl_PatchVerticesIn to a uniform.Kenneth Graunke2016-06-154-3/+26
* winsys/radeon: use the common job queue for multithreaded command submission v2Marek Olšák2016-06-154-82/+19
* gallium/util: import the multithreaded job queue from amdgpu winsys (v2)Marek Olšák2016-06-157-83/+229
* radeonsi: fix undefined left-shift into sign bitNicolai Hähnle2016-06-151-1/+2
* st_glsl_to_tgsi: don't read potentially uninitialized buffer variableNicolai Hähnle2016-06-151-1/+1
* mesa/main: fix integer overflows in _mesa_image_offsetNicolai Hähnle2016-06-151-4/+4
* i965: remove type_size_vec4_times_4()Timothy Arceri2016-06-154-17/+3
* mesa: Pass gl_constant_value union into _mesa_fetch_state().Kenneth Graunke2016-06-141-3/+5
* gallium/radeon: num-cs-flushes query should display per-frame averageMarek Olšák2016-06-141-1/+1
* gallium/radeon: add driver queries for compute/dma call stats and spillsMarek Olšák2016-06-146-1/+45
* radeonsi: don't generate "ret void undef"Marek Olšák2016-06-141-6/+14
* radeonsi: try to hit direct hw MSAA resolve by changing micro mode in clearMarek Olšák2016-06-143-1/+107
* radeonsi: clarify the MSAA resolve limitation with scanoutMarek Olšák2016-06-141-1/+5
* gallium/radeon: add micro_tile_mode to radeon_surfMarek Olšák2016-06-143-3/+43
* Added pbuffer hooks for surfaceless platformGurchetan Singh2016-06-142-5/+215
* gallium/util: don't use blocksize for minify for assertionsRoland Scheidegger2016-06-141-20/+8
* llvmpipe: hack-fix bugs due to bogus bind flagsRoland Scheidegger2016-06-146-17/+28
* freedreno: support start param for sampler views/statesRob Clark2016-06-142-33/+23
* freedreno: only do extra vertex-buffer state logic on a2xxRob Clark2016-06-141-8/+10
* freedreno: use util_copy_constant_buffer() helperRob Clark2016-06-141-6/+2
* st/vdpau: replace 0.f and 1.f with 0.0f and 1.0f respectivelyNayan Deshmukh2016-06-142-8/+8
* i965: Check return value of screen->image.loader->getBuffers (v2)Tomasz Figa2016-06-141-6/+9
* st/dri: Clear drawable texture_mask in dri2_invalidate_drawableMichel Dänzer2016-06-141-0/+1
* glsl/builtin_variables: Populate MaxCombinedShaderStorageBlocks on GLSL 4.40Eduardo Lima Mitev2016-06-141-1/+1
* st/va: ensure linear memory for dmabufJulien Isorce2016-06-143-1/+10
* isl: Replace bash generator with python generatorDylan Baker2016-06-134-137/+217
* mesa: Make use of u_bit_scan{,64}.Mathias Fröhlich2016-06-142-5/+5
* mesa/gallium: Move u_bit_scan{,64} from gallium to util.Mathias Fröhlich2016-06-146-222/+237
* clover: Include generated sources in AM_CPPFLAGSAaron Watry2016-06-141-0/+1
* nv50/ir: make Graph destructor virtualStephan Bergmann2016-06-131-1/+1
* i965/compiler: Bring back the INTEL_PRECISE_TRIG environment variableJason Ekstrand2016-06-132-2/+4
* i965: Defeat the register stride checker in pull uniform messages.Samuel Iglesias Gonsálvez2016-06-131-1/+1
* i965: Defeat the register stride checker in URB reads.Kenneth Graunke2016-06-131-1/+1
* i965: Fix issues with number of VS URB entries on Cherryview/Broxton.Kenneth Graunke2016-06-132-2/+5
* glsl: make sure UBO arrays are sized in EScros-mesa-12.1.0-r7-vanillacros-mesa-12.1.0-r5-vanillacros-mesa-12.1.0-r3-vanillachadv/cros-mesa-12.1.0-r7-vanillachadv/cros-mesa-12.1.0-r5-vanillachadv/cros-mesa-12.1.0-r3-vanillaTimothy Arceri2016-06-141-0/+14
* clover: Update OpenCL version string to match OpenGLVedran Miletić2016-06-132-2/+6
* i965/fs: Fix regs_written for SIMD-lowered instructions some more.Francisco Jerez2016-06-131-3/+3
* i965: Fix cross-primitive scratch corruption when changing the per-thread all...Francisco Jerez2016-06-1317-18/+31
* i965: Keep track of the per-thread scratch allocation in brw_stage_state.Francisco Jerez2016-06-138-49/+70
* i965: Fix scratch overallocation if the original slot size was already a powe...Francisco Jerez2016-06-131-1/+1
* mesa: Make TexSubImage check negative dimensions sooner.Kenneth Graunke2016-06-131-19/+43
* util: update some assertions in util_resource_copy_region()Brian Paul2016-06-131-4/+8
* i965: Fix encode_slm_size() to take a generation, not a device info.Kenneth Graunke2016-06-132-3/+4
* i965: Don't leak scratch BOs for TCS/TES.Kenneth Graunke2016-06-131-0/+4
* anv/pipeline: Don't dereference NULL dynamic state pointersNanley Chery2016-06-131-22/+48