summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Update version to 17.3.0-rc4mesa-17.3.0-rc4Emil Velikov1-1/+1
2017-11-13glsl: Allow precision mismatch on dead data with GLSL ES 1.00Tomasz Figa1-4/+10
2017-11-13i965: Make L3 configuration atom listen for TCS/TES program updates.Kenneth Graunke1-0/+2
2017-11-13autotools: Set C++ visibility flags on IntelDylan Baker1-0/+3
2017-11-13docs: Fix GL_MESA_program_debug enumsRoland Scheidegger1-18/+8
2017-11-13nir: Don't print swizzles when there are more than 4 componentsMatt Turner1-1/+1
2017-11-13glsl: Fix typo fragement -> fragmentAndreas Boll1-1/+1
2017-11-13broadcom/vc5: Remove unused v3d_compiler.cAndreas Boll1-43/+0
2017-11-13configure.ac: require xcb* for the omx/va/... when using x11 platformEmil Velikov1-1/+3
2017-11-13configure.ac: loosen --enable-glvnd check to honour eglEmil Velikov1-8/+4
2017-11-13automake: intel: correctly append to the LIBADD variableEmil Velikov1-1/+1
2017-11-13i965: disable NIR linking on HSW and belowTimothy Arceri1-1/+4
2017-11-13automake: include git_sha1.h.in in release tarballJuan A. Suarez Romero1-1/+1
2017-11-13glsl: Transform fb buffers are only active if a variable uses themNeil Roberts1-9/+15
2017-11-13glsl: add varying resources for arrays of complex typesJuan A. Suarez Romero1-4/+59
2017-11-10intel/nir: Use the correct indirect lowering masks in link_shadersJason Ekstrand1-6/+4
2017-11-10mesa: rework how we free gl_shader_program_dataTimothy Arceri3-42/+18
2017-11-10glsl: use the correct parent when allocating program data membersTimothy Arceri4-8/+8
2017-11-10glsl: drop cache_fallbackTimothy Arceri5-77/+55
2017-11-10i965: properly initialize brw->cs.base.stage to MESA_SHADER_COMPUTEKenneth Graunke1-0/+1
2017-11-10intel/nir: Break the linking code into a helper in brw_nir.cJason Ekstrand3-34/+40
2017-11-10intel/nir: Add a helper for getting the NoIndirect maskJason Ekstrand1-14/+19
2017-11-10broadcom/vc5: Add vc5_drm.h to the release tarballAndreas Boll1-0/+1
2017-11-10targets/opencl: don't hardcode the icd file install to /etc/...Emil Velikov1-1/+1
2017-11-10intel/fs: Rework zero-length URB write handlingJason Ekstrand1-29/+31
2017-11-10intel/fs: Mark 64-bit values as being contiguousJason Ekstrand1-1/+4
2017-11-10intel/fs: Fix integer multiplication lowering for src/dst hazardsJason Ekstrand1-2/+8
2017-11-10intel/fs: Fix MOV_INDIRECT for 64-bit values on little-coreJason Ekstrand1-36/+39
2017-11-10intel/eu/reg: Add a subscript() helperJason Ekstrand1-0/+16
2017-11-10intel/fs: Use a pair of 1-wide MOVs instead of SEL for any/allJason Ekstrand1-9/+33
2017-11-10intel/fs: Use an explicit D type for vote any/all/eq intrinsicsJason Ekstrand1-0/+6
2017-11-10intel/fs: Don't stomp f0.1 in SIMD16 ballotJason Ekstrand1-2/+9
2017-11-10intel/fs: Use ANY/ALL32 predicates in SIMD32Jason Ekstrand1-12/+30
2017-11-10intel/fs: Be more explicit about our placement of [un]zipJason Ekstrand1-3/+17
2017-11-10intel/fs: Pass builders instead of blocks into emit_[un]zipJason Ekstrand1-26/+35
2017-11-10intel/fs: Use a pure vertical stride for large register stridesJason Ekstrand1-3/+13
2017-11-10radv: add initial copy descriptor support. (v2)Dave Airlie1-2/+53
2017-11-10radv: free attachments on end command buffer.Dave Airlie1-0/+2
2017-11-07pdate version to 17.3.0-rc3mesa-17.3.0-rc3Emil Velikov1-1/+1
2017-11-03i965: Fix ARB_indirect_parameters logic.Plamena Manolova1-31/+16
2017-11-03i915g: make gears run again.Dave Airlie4-4/+24
2017-11-03disk_cache: Fix issue reading GLSL metadataJordan Justen1-1/+1
2017-11-03radeonsi: fix culldist_writemask in nir pathTimothy Arceri1-2/+1
2017-11-03radv: add cache items to in memory cache when reading from diskTimothy Arceri1-70/+84
2017-11-03radv: Don't expose heaps with 0 memory.Bas Nieuwenhuizen3-53/+101
2017-11-03intel/fs: Alloc pull constants off mem_ctxJason Ekstrand1-1/+1
2017-11-03etnaviv: don't do resolve-in-place without valid TSWladimir J. van der Laan4-0/+11
2017-11-03r600/sb: bail out if prepare_alu_group() doesn't find a proper schedulingGert Wollny2-20/+31
2017-11-03nir/opt_intrinsics: Fix values for gl_SubGroupG{e,t}MaskARBNeil Roberts1-2/+22
2017-11-03i965: Check CCS_E compatibility for texture view renderingNanley Chery1-2/+27