summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update version to 12.0.0-rc3mesa-12.0.0-rc3Emil Velikov2016-06-151-1/+1
* radeonsi: mark buffer texture range valid for shader imagesNicolai Hähnle2016-06-151-0/+24
* nv50/ir: record number of threads in a compute shaderIlia Mirkin2016-06-155-2/+10
* nvc0/ir: limit max number of regs based on availability in SMIlia Mirkin2016-06-152-2/+4
* i965: Check return value of screen->image.loader->getBuffers (v2)Tomasz Figa2016-06-151-6/+9
* isl: Replace bash generator with python generatorDylan Baker2016-06-154-137/+217
* radeonsi: Reinitialize all descriptors in CE preamble.Bas Nieuwenhuizen2016-06-153-2/+17
* cherry-ignore: drop the "i965 bring back INTEL_PRECISE_TRIG"Emil Velikov2016-06-151-0/+2
* i965: Defeat the register stride checker in pull uniform messages.Samuel Iglesias Gonsálvez2016-06-151-1/+1
* i965: Defeat the register stride checker in URB reads.Kenneth Graunke2016-06-151-1/+1
* i965: Fix issues with number of VS URB entries on Cherryview/Broxton.Kenneth Graunke2016-06-152-2/+5
* glsl: make sure UBO arrays are sized in ESTimothy Arceri2016-06-151-0/+14
* clover: Update OpenCL version string to match OpenGLVedran Miletić2016-06-153-2/+7
* i965/fs: Fix regs_written for SIMD-lowered instructions some more.Francisco Jerez2016-06-151-3/+3
* i965: Fix cross-primitive scratch corruption when changing the per-thread all...Francisco Jerez2016-06-1517-18/+31
* i965: Keep track of the per-thread scratch allocation in brw_stage_state.Francisco Jerez2016-06-158-49/+70
* i965: Fix scratch overallocation if the original slot size was already a powe...Francisco Jerez2016-06-151-1/+1
* i965: Fix encode_slm_size() to take a generation, not a device info.Kenneth Graunke2016-06-152-3/+4
* i965: Don't leak scratch BOs for TCS/TES.Kenneth Graunke2016-06-151-0/+4
* anv/pipeline: Don't dereference NULL dynamic state pointersNanley Chery2016-06-151-22/+48
* anv: Document and rename anv_pipeline_init_dynamic_state()Nanley Chery2016-06-151-3/+16
* nvc0/ir: clamp the UBO index for compute on KeplerSamuel Pitoiset2016-06-151-1/+9
* st/va: hardlink driver instances to gallium_drv_video.soJimmy Berry2016-06-151-0/+14
* swr: automake: add missing -I flagEmil Velikov2016-06-151-0/+1
* automake: add SWR to `make distcheck' gallium driversEmil Velikov2016-06-151-1/+1
* configure.ac: strip out the llvm-config -march/mtune flagsEmil Velikov2016-06-151-0/+3
* swr: Add missing headers for package inclusionChuck Atkins2016-06-151-1/+9
* automake: get in-tree `make distclean' working again.Emil Velikov2016-06-151-1/+1
* i965: Use the correct number of threads for compute shaders.Kenneth Graunke2016-06-151-1/+3
* i965: Assert that the scratch spaces are in range.Kenneth Graunke2016-06-151-0/+14
* i965: Fix CS scratch size calculations on Ivybridge and Baytrail.Kenneth Graunke2016-06-152-2/+10
* i965: Fix Haswell CS per-thread scratch space encoding.Kenneth Graunke2016-06-152-3/+25
* i965: Account for poor address calculations in Haswell CS scratch size.Kenneth Graunke2016-06-151-1/+20
* i965: Allocate scratch space for the maximum number of compute threads.Kenneth Graunke2016-06-151-1/+3
* i965: Set subslice_total on Gen7/7.5 platforms.Kenneth Graunke2016-06-151-1/+4
* i965: Fix shared local memory size for Gen9+.Kenneth Graunke2016-06-154-27/+37
* mesa: add drawbuffer argument to ClearNamedFramebufferfiIlia Mirkin2016-06-153-3/+4
* GL: update glcorearb.h to svn 32433Ilia Mirkin2016-06-151-38/+70
* GL: update glext to svn 32957Ilia Mirkin2016-06-151-5/+82
* gallium: Fix region overlap conditions for rectangles with a shared edgeAnuj Phogat2016-06-151-4/+4
* mesa: Fix region overlap conditions for rectangles with a shared edgeAnuj Phogat2016-06-151-4/+4
* anv/entrypoints: Rework #if guardsJason Ekstrand2016-06-151-7/+9
* anv/entrypoints: Use the function pointer types provided by vulkan.hJason Ekstrand2016-06-151-1/+1
* anv/entrypoints: Emit #if guards for all platformsJason Ekstrand2016-06-151-10/+22
* st/mesa: use base level size as "guess" when availableNicolai Hähnle2016-06-141-6/+27
* anv: Remove the PhysicalDeviceLimits FINISHMEJason Ekstrand2016-06-141-2/+0
* anv/pipeline_cache: Allow for an zero-sized cacheJason Ekstrand2016-06-141-1/+4
* anv/pipeline: Store the (set, binding, index) tripple in the bind mapJason Ekstrand2016-06-145-15/+25
* anv/descriptor_set: Ensure that bindings are always in increasing orderJason Ekstrand2016-06-141-0/+13
* anv/descriptor_set: Add a type field in debug buildsJason Ekstrand2016-06-142-0/+10