summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "glsl: skip stringification in preprocessor if in unreachable branch"Andres Gomez2018-09-071-4/+2
* egl/wayland: do not leak wl_buffer when it is lockedJuan A. Suarez Romero2018-09-042-7/+16
* st/mesa: help fix stencil border color for GL_DEPTH_STENCIL texturesMarek Olšák2018-09-041-0/+3
* u_vbuf: Fix leakErnestas Kulik2018-09-041-0/+1
* egl/android: do not indent HAVE_DRM_GRALLOC preprocessor directiveMauro Rossi2018-09-031-3/+3
* radv: Fix CMASK dimensions.Bas Nieuwenhuizen2018-09-031-2/+2
* radv: Use a lower max offchip buffer count.Bas Nieuwenhuizen2018-09-031-2/+22
* radv: Add VEGA20 support.Bas Nieuwenhuizen2018-09-032-0/+2
* anv/blorp: Do more flushing around HiZ clearsJason Ekstrand2018-09-031-11/+33
* i965/vec4: Clamp indirect tes input array reads with 0x0fffffffIan Romanick2018-09-031-1/+11
* i965/vec4: Correctly handle uniform sources in generate_tes_add_indirect_urb_...Ian Romanick2018-09-031-1/+14
* tegra: fix memory leakChristian Gmeiner2018-09-011-0/+1
* i965/gen7_urb: Re-emit PUSH_CONSTANT_ALLOC on some gen9Nanley Chery2018-09-011-0/+28
* radv: fix passing clip/cull distances from VS to PSSamuel Pitoiset2018-09-014-1/+51
* ac/radeonsi: fix CIK copy max sizeDave Airlie2018-09-011-1/+3
* glsl: skip stringification in preprocessor if in unreachable branchTimothy Arceri2018-09-011-2/+4
* i965/screen: Allow modifiers on sRGB formatsJason Ekstrand2018-09-011-3/+11
* egl/dri2: Guard against invalid fourcc formatsJason Ekstrand2018-09-012-0/+21
* egl/dri2: Add a helper for the number of planes for a FOURCC formatJason Ekstrand2018-08-301-11/+21
* radv: Add missing checks in radv_get_image_format_properties.Bas Nieuwenhuizen2018-08-301-0/+19
* glsl/linker: Link all out vars from a shader objects on a single stagevadym.shovkoplias2018-08-301-0/+37
* i965/gen6/xfb: handle case where transform feedback is not activeAndrii Simiklit2018-08-301-1/+1
* nir/format_convert: Fix a bitmask in unpack_11f11f10fJason Ekstrand2018-08-301-1/+1
* nir/algebraic: Be more careful converting ushr to extract_u8/16Jason Ekstrand2018-08-301-2/+2
* anv: blorp: support multiple aspect blitsLionel Landwerlin2018-08-301-70/+75
* ac/surface: fix CMASK fast clear for NPOT textures with mipmapping on SI/CI/VIMarek Olšák2018-08-301-2/+2
* anv: Claim to support depthBounds for ID gamesJason Ekstrand2018-08-301-0/+9
* anv: Copy the appliation info into the instanceJason Ekstrand2018-08-302-8/+33
* vulkan/alloc: Add a vk_strdup helperJason Ekstrand2018-08-301-0/+17
* meson: Actually load translation filesDylan Baker2018-08-291-1/+4
* intel: decoder: handle 0 sized structsLionel Landwerlin2018-08-281-4/+8
* intel/batch_decoder: Print blend states properlyJason Ekstrand2018-08-281-1/+16
* intel/batch_decoder: Fix dynamic state printingJason Ekstrand2018-08-281-2/+2
* intel/decoder: Clean up field iteration and fix sub-dword fieldsJason Ekstrand2018-08-281-16/+16
* intel: decoder: unify MI_BB_START field namingLionel Landwerlin2018-08-283-7/+7
* glsl/linker: Allow unused in blocks which are not declated on previous stagevadym.shovkoplias2018-08-282-3/+9
* anv: Fill holes in the VF VUE to zeroJason Ekstrand2018-08-271-1/+28
* glsl: remove execute bit and shebang from python testsEmil Velikov2018-08-243-3/+0
* meson: Run the test with PythonMathieu Bridon2018-08-242-4/+10
* meson: fix egl build for androidGurchetan Singh2018-08-241-0/+1
* meson: fix egl build for surfacelessGurchetan Singh2018-08-241-0/+1
* glapi: actually implement GL_EXT_robustness for GLESMarek Olšák2018-08-241-0/+32
* radv: place pointer length into cache uuidGrazvydas Ignotas2018-08-231-1/+1
* intel/isl: Avoid tiling some 16K-wide render targetsNanley Chery2018-08-231-0/+23
* i965/miptree: Fix can_blit_slice()Nanley Chery2018-08-231-4/+3
* i965/miptree: Use miptree_map in map_blit functionsNanley Chery2018-08-231-8/+6
* ac/nir: fix getting GLSL type of array of samplers for TG4Samuel Pitoiset2018-08-231-2/+4
* radv: remove dead variables after splitting per member structsSamuel Pitoiset2018-08-231-3/+3
* ac: completely remove +auto-waitcnt-before-barrierMarek Olšák2018-08-233-7/+2
* r600/eg: rework atomic counter emission with flushesDave Airlie2018-08-216-31/+54