summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-06gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák51-58/+100
2018-09-06anv/pipeline: Only consider double elements which actually existJason Ekstrand1-1/+2
2018-09-06nir: Drop the vs_inputs_dual_locations optionJason Ekstrand8-58/+23
2018-09-06radeonsi/nir: Set vs_inputs_dual_locations and let NIR do the remapJason Ekstrand3-29/+22
2018-09-06compiler: Move double_inputs to gl_program::DualSlotInputsJason Ekstrand14-65/+83
2018-09-06gallium: add PIPE_CAP_RASTERIZER_SUBPIXEL_BITSMarek Olšák6-0/+9
2018-09-06meson: disable asserts by default on release buildsEric Engestrom2-5/+4
2018-09-06mesa/util: add missing va_end() after va_copy()Andrii Simiklit1-0/+1
2018-09-06mesa/util: don't ignore NULL returned from 'malloc'Andrii Simiklit1-1/+1
2018-09-06mesa/util: don't use the same 'va_list' instance twiceAndrii Simiklit1-1/+1
2018-09-06apple/glx/log: added missing va_end() after va_copy()Andrii Simiklit1-0/+1
2018-09-06meson: drop unnecessary llvm version hacksEric Engestrom1-9/+0
2018-09-06mesa: add missing return statement for GL_RG_SNORM caseDanylo Piliaiev1-1/+1
2018-09-06meson: consolidate langs listsEric Engestrom1-3/+9
2018-09-06intel/compiler: remove unused get_image_base_type()Eric Engestrom1-19/+0
2018-09-06tnl: Fix green gun regression in xonotic.Mathias Fröhlich1-1/+1
2018-09-06Revert "i965/tools: 32bit compilation with meson"Lionel Landwerlin1-1/+1
2018-09-06i965/tools: 32bit compilation with mesonSergii Romantsov1-1/+1
2018-09-06glsl: fixer lexer for unreachable definesTimothy Arceri2-23/+38
2018-09-05freedreno/ir3: insert mov if same instruction in the outputs.Hyunjun Ko1-0/+14
2018-09-05freedreno/ir3: make immediates array dynamicHyunjun Ko3-1/+11
2018-09-05freedreno: allocate ctx's batch on demandRob Clark4-15/+25
2018-09-05freedreno: add fd_context_batch() accessorRob Clark8-10/+21
2018-09-05freedreno/a6xx: fix mem2gmem for zsbufRob Clark1-1/+4
2018-09-05freedreno/batch: fix crash in !reorder caseRob Clark1-2/+8
2018-09-05freedreno/ir3: better compile_error() printingRob Clark1-2/+16
2018-09-05freedreno/a6xx: bordercolor fixesRob Clark1-4/+25
2018-09-05freedreno: fix context teardown harderRob Clark4-8/+8
2018-09-05freedreno/ir3: ignore unused inputsRob Clark1-1/+29
2018-09-05freedreno/a6xx: fix debug build crashRob Clark1-0/+7
2018-09-05meson: Print a message about why a libdrm version was selectedDylan Baker1-0/+5
2018-09-05svga: rename face to layer_faceCharmaine Lee1-22/+25
2018-09-05svga: encode sample count in resource declarationsBrian Paul4-0/+6
2018-09-05svga: sync with upstream changes to surface flagsCharmaine Lee9-14/+19
2018-09-05svga: avoid try_blit() for some depth formats on non vgpu10.Neha Bhende1-0/+13
2018-09-05svga: convert dst format to linear when blending is enabled.Neha Bhende1-1/+3
2018-09-05winsys/svga: Avoid cap2 code path for nowNeha Bhende1-13/+5
2018-09-05svga: start using SVGA3dCmdIntraSurfaceCopy command for svga_blit.Neha Bhende1-0/+112
2018-09-05svga/winsys: Add cap2 support in winsysNeha Bhende4-2/+38
2018-09-05svga: Add SVGA3dCmdIntraSurfaceCopy command support in OpenGL driverNeha Bhende3-0/+49
2018-09-05svga: update device header files from upstreamBrian Paul15-196/+569
2018-09-05winsys/drm: Fix assert when try to accumulate an invalid fdCharmaine Lee1-2/+7
2018-09-05loader: Drop unused argument from dri3_update_drawable().Eric Anholt1-4/+3
2018-09-05i965/fs: include multisamplers on image_intrinsic_coord_componentsAlejandro Piñeiro1-0/+2
2018-09-05i965: move brw_nir_lower_gl_images callAlejandro Piñeiro2-1/+10
2018-09-05intel/compiler: rename brw_nir_lower_glsl_imagesAlejandro Piñeiro3-5/+5
2018-09-05intel/compiler: remove unused variable num_imagesAlejandro Piñeiro1-2/+0
2018-09-05winsys/virgl/vtest: Correct off-by-one error in resource allocationGert Wollny1-4/+9
2018-09-05winsys/virgl: Initialize value to silence valgrindGert Wollny1-1/+1
2018-09-05winsys/virgl: correct resource and handle allocation (v2)Gert Wollny1-5/+18