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