summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* i965: properly initialize brw->cs.base.stage to MESA_SHADER_COMPUTEKenneth Graunke2017-11-101-0/+1
* intel/nir: Break the linking code into a helper in brw_nir.cJason Ekstrand2017-11-103-34/+40
* intel/nir: Add a helper for getting the NoIndirect maskJason Ekstrand2017-11-101-14/+19
* broadcom/vc5: Add vc5_drm.h to the release tarballAndreas Boll2017-11-101-0/+1
* targets/opencl: don't hardcode the icd file install to /etc/...Emil Velikov2017-11-101-1/+1
* intel/fs: Rework zero-length URB write handlingJason Ekstrand2017-11-101-29/+31
* intel/fs: Mark 64-bit values as being contiguousJason Ekstrand2017-11-101-1/+4
* intel/fs: Fix integer multiplication lowering for src/dst hazardsJason Ekstrand2017-11-101-2/+8
* intel/fs: Fix MOV_INDIRECT for 64-bit values on little-coreJason Ekstrand2017-11-101-36/+39
* intel/eu/reg: Add a subscript() helperJason Ekstrand2017-11-101-0/+16
* intel/fs: Use a pair of 1-wide MOVs instead of SEL for any/allJason Ekstrand2017-11-101-9/+33
* intel/fs: Use an explicit D type for vote any/all/eq intrinsicsJason Ekstrand2017-11-101-0/+6
* intel/fs: Don't stomp f0.1 in SIMD16 ballotJason Ekstrand2017-11-101-2/+9
* intel/fs: Use ANY/ALL32 predicates in SIMD32Jason Ekstrand2017-11-101-12/+30
* intel/fs: Be more explicit about our placement of [un]zipJason Ekstrand2017-11-101-3/+17
* intel/fs: Pass builders instead of blocks into emit_[un]zipJason Ekstrand2017-11-101-26/+35
* intel/fs: Use a pure vertical stride for large register stridesJason Ekstrand2017-11-101-3/+13
* radv: add initial copy descriptor support. (v2)Dave Airlie2017-11-101-2/+53
* radv: free attachments on end command buffer.Dave Airlie2017-11-101-0/+2
* pdate version to 17.3.0-rc3mesa-17.3.0-rc3Emil Velikov2017-11-071-1/+1
* i965: Fix ARB_indirect_parameters logic.Plamena Manolova2017-11-031-31/+16
* i915g: make gears run again.Dave Airlie2017-11-034-4/+24
* disk_cache: Fix issue reading GLSL metadataJordan Justen2017-11-031-1/+1
* radeonsi: fix culldist_writemask in nir pathTimothy Arceri2017-11-031-2/+1
* radv: add cache items to in memory cache when reading from diskTimothy Arceri2017-11-031-70/+84
* radv: Don't expose heaps with 0 memory.Bas Nieuwenhuizen2017-11-033-53/+101
* intel/fs: Alloc pull constants off mem_ctxJason Ekstrand2017-11-031-1/+1
* etnaviv: don't do resolve-in-place without valid TSWladimir J. van der Laan2017-11-034-0/+11
* r600/sb: bail out if prepare_alu_group() doesn't find a proper schedulingGert Wollny2017-11-032-20/+31
* nir/opt_intrinsics: Fix values for gl_SubGroupG{e,t}MaskARBNeil Roberts2017-11-031-2/+22
* i965: Check CCS_E compatibility for texture view renderingNanley Chery2017-11-031-2/+27
* Android: move drivers' symlinks to /vendor (v2)Mauro Rossi2017-11-031-2/+3
* i965: fix blorp stage_prog_data->param leakTapani Pälli2017-11-031-1/+1
* intel/compiler/gen9: Pixel shader header only workaroundTopi Pohjolainen2017-11-031-0/+29
* Update version to 17.3.0-rc2mesa-17.3.0-rc2Emil Velikov2017-10-301-1/+1
* wayland-egl: fix wayland cflagsEric Engestrom2017-10-271-1/+1
* vc4: fix release buildEric Engestrom2017-10-271-6/+6
* radeonsi: update hack for HTILE corruption in ARK: Survival EvolvedSamuel Pitoiset2017-10-276-13/+13
* meson: wayland-egl depends on wayland-clientDaniel Stone2017-10-271-0/+1
* intel/eu: Use EXECUTE_1 for JMPIJason Ekstrand2017-10-272-2/+1
* radv: Fix truncation issue hexifying the cache uuid for the disk cache.Bas Nieuwenhuizen2017-10-271-2/+2
* i965: Fix memmem compiler warnings.Eric Anholt2017-10-271-1/+2
* radv: move nir print after linking is doneTimothy Arceri2017-10-272-3/+8
* mesa/bufferobj: don't double negate the rangeDave Airlie2017-10-271-3/+3
* radv: clone meta shaders before linkingTimothy Arceri2017-10-271-1/+8
* meson: fix egl build for meson version < 0.43Dylan Baker2017-10-271-5/+4
* mesa: Accept GL_BACK in get_fb0_attachment with ARB_ES3_1_compatibility.Kenneth Graunke2017-10-271-0/+9
* i965: unref push_const_bo in intelDestroyContextTapani Pälli2017-10-271-0/+6
* i965/miptree: Take an isl_format in render_aux_usageJason Ekstrand2017-10-275-27/+39
* i965/blorp: Use more temporary isl_format variablesJason Ekstrand2017-10-271-8/+7