summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* svga: start using SVGA3dCmdIntraSurfaceCopy command for svga_blit.Neha Bhende2018-09-051-0/+112
* svga/winsys: Add cap2 support in winsysNeha Bhende2018-09-054-2/+38
* svga: Add SVGA3dCmdIntraSurfaceCopy command support in OpenGL driverNeha Bhende2018-09-053-0/+49
* svga: update device header files from upstreamBrian Paul2018-09-0515-196/+569
* winsys/drm: Fix assert when try to accumulate an invalid fdCharmaine Lee2018-09-051-2/+7
* loader: Drop unused argument from dri3_update_drawable().Eric Anholt2018-09-051-4/+3
* i965/fs: include multisamplers on image_intrinsic_coord_componentsAlejandro Piñeiro2018-09-051-0/+2
* i965: move brw_nir_lower_gl_images callAlejandro Piñeiro2018-09-052-1/+10
* intel/compiler: rename brw_nir_lower_glsl_imagesAlejandro Piñeiro2018-09-053-5/+5
* intel/compiler: remove unused variable num_imagesAlejandro Piñeiro2018-09-051-2/+0
* winsys/virgl/vtest: Correct off-by-one error in resource allocationGert Wollny2018-09-051-4/+9
* winsys/virgl: Initialize value to silence valgrindGert Wollny2018-09-051-1/+1
* winsys/virgl: correct resource and handle allocation (v2)Gert Wollny2018-09-051-5/+18
* virgl: use hw-atomics instead of in-ssbo onesTomeu Vizoso2018-09-057-2/+89
* virgl: update minor differences to upstream headerErik Faye-Lund2018-09-051-1/+1
* gallium: add PIPE_CAP_MAX_COMBINED_HW_ATOMIC_COUNTER{S,_BUFFERS}Erik Faye-Lund2018-09-055-9/+29
* gallium: add PIPE_CAP_MAX_COMBINED_SHADER_BUFFERSErik Faye-Lund2018-09-055-2/+13
* st/mesa: simplify MaxAtomicBufferSize-logicErik Faye-Lund2018-09-051-4/+3