aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of _mesa_bitcount with util_bitcountDylan Baker2018-09-0736-134/+104
* move u_math to src/utilDylan Baker2018-09-0716-15/+15
* docs: update calendar, add news item and link release notes for X.Y.ZDylan Baker2018-09-073-7/+8
* docs/relnotes: Add sha256 sums for mesa 18.1.8Dylan Baker2018-09-071-1/+2
* docs: Add release notes for 18.1.8Dylan Baker2018-09-071-0/+179
* i965: Workaround the gen9 hw astc5x5 sampler bugJason Ekstrand2018-09-076-12/+131
* v3d: Fix setup of the VCM cache size.Eric Anholt2018-09-072-2/+3
* v3d: Fix SRC_ALPHA_SATURATE blending for RTs without alpha.Eric Anholt2018-09-071-1/+3
* intel/genxml: turn SLM Enable bit into booleanLionel Landwerlin2018-09-073-3/+3
* i965/tools: 32bit compilation with mesonSergii Romantsov2018-09-071-1/+1
* intel: compiler option msse2 and mstackrealignSergii Romantsov2018-09-077-9/+10
* freedreno: fix rast->depth_cleap_near/farRob Clark2018-09-071-1/+2
* gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák2018-09-0622-3/+25
* gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák2018-09-0651-58/+100
* anv/pipeline: Only consider double elements which actually existJason Ekstrand2018-09-061-1/+2
* nir: Drop the vs_inputs_dual_locations optionJason Ekstrand2018-09-068-58/+23
* radeonsi/nir: Set vs_inputs_dual_locations and let NIR do the remapJason Ekstrand2018-09-063-29/+22
* compiler: Move double_inputs to gl_program::DualSlotInputsJason Ekstrand2018-09-0614-65/+83
* gallium: add PIPE_CAP_RASTERIZER_SUBPIXEL_BITSMarek Olšák2018-09-066-0/+9
* meson: disable asserts by default on release buildsEric Engestrom2018-09-062-5/+4
* mesa/util: add missing va_end() after va_copy()Andrii Simiklit2018-09-061-0/+1
* mesa/util: don't ignore NULL returned from 'malloc'Andrii Simiklit2018-09-061-1/+1
* mesa/util: don't use the same 'va_list' instance twiceAndrii Simiklit2018-09-061-1/+1
* apple/glx/log: added missing va_end() after va_copy()Andrii Simiklit2018-09-061-0/+1
* meson: drop unnecessary llvm version hacksEric Engestrom2018-09-061-9/+0
* mesa: add missing return statement for GL_RG_SNORM caseDanylo Piliaiev2018-09-061-1/+1
* meson: consolidate langs listsEric Engestrom2018-09-061-3/+9
* intel/compiler: remove unused get_image_base_type()Eric Engestrom2018-09-061-19/+0
* tnl: Fix green gun regression in xonotic.Mathias Fröhlich2018-09-061-1/+1
* Revert "i965/tools: 32bit compilation with meson"Lionel Landwerlin2018-09-061-1/+1
* i965/tools: 32bit compilation with mesonSergii Romantsov2018-09-061-1/+1
* glsl: fixer lexer for unreachable definesTimothy Arceri2018-09-062-23/+38
* freedreno/ir3: insert mov if same instruction in the outputs.Hyunjun Ko2018-09-051-0/+14
* freedreno/ir3: make immediates array dynamicHyunjun Ko2018-09-053-1/+11
* freedreno: allocate ctx's batch on demandRob Clark2018-09-054-15/+25
* freedreno: add fd_context_batch() accessorRob Clark2018-09-058-10/+21
* freedreno/a6xx: fix mem2gmem for zsbufRob Clark2018-09-051-1/+4
* freedreno/batch: fix crash in !reorder caseRob Clark2018-09-051-2/+8
* freedreno/ir3: better compile_error() printingRob Clark2018-09-051-2/+16
* freedreno/a6xx: bordercolor fixesRob Clark2018-09-051-4/+25
* freedreno: fix context teardown harderRob Clark2018-09-054-8/+8
* freedreno/ir3: ignore unused inputsRob Clark2018-09-051-1/+29
* freedreno/a6xx: fix debug build crashRob Clark2018-09-051-0/+7
* meson: Print a message about why a libdrm version was selectedDylan Baker2018-09-051-0/+5
* svga: rename face to layer_faceCharmaine Lee2018-09-051-22/+25
* svga: encode sample count in resource declarationsBrian Paul2018-09-054-0/+6
* svga: sync with upstream changes to surface flagsCharmaine Lee2018-09-059-14/+19
* svga: avoid try_blit() for some depth formats on non vgpu10.Neha Bhende2018-09-051-0/+13
* svga: convert dst format to linear when blending is enabled.Neha Bhende2018-09-051-1/+3
* winsys/svga: Avoid cap2 code path for nowNeha Bhende2018-09-051-13/+5