summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radv: Don't allocate CMASK for linear images.Bas Nieuwenhuizen2017-09-131-1/+3
* radv: Disable multilayer & multilevel DCC.Bas Nieuwenhuizen2017-09-131-0/+1
* radv/winsys: fix flags vs va_flags thinko.Dave Airlie2017-09-131-1/+1
* egl/x11/dri3: adding missing __DRI_BACKGROUND_CALLABLE extensionEmil Velikov2017-09-131-0/+1
* radv: Fix vkCopyImage with both depth and stencil aspects.Bas Nieuwenhuizen2017-09-131-99/+107
* radv: Actually set the cmd_buffer usage_flags.Bas Nieuwenhuizen2017-09-131-0/+1
* radv: don't assert on empty hash tableGrazvydas Ignotas2017-09-131-0/+3
* mesa/st: remove unwanted backup fileEric Engestrom2017-09-131-479/+0
* radeonsi: update dirty_level_mask before dispatchingSamuel Pitoiset2017-09-132-0/+6
* glsl: fix glsl_struct_field size calculations for shader cacheNicolai Hähnle2017-09-131-7/+4
* ac/surface: match Z and stencil tile configNicolai Hähnle2017-09-131-6/+47
* radeonsi: apply a mask to gl_SampleMaskIn in the PS prologNicolai Hähnle2017-09-133-5/+76
* glsl: stop adding pointers from bindless structs to the cacheTimothy Arceri2017-09-131-4/+8
* glsl: stop adding pointers from shader_info to the cacheTimothy Arceri2017-09-131-6/+25
* compiler: move pointers to the start of shader_infoTimothy Arceri2017-09-131-3/+3
* glsl: always write a name/label string to the cacheTimothy Arceri2017-09-131-4/+7
* glsl: don't write uniform storage offset if there isn't oneTimothy Arceri2017-09-131-3/+10
* glsl: add has_uniform_storage() helper to shader cacheTimothy Arceri2017-09-131-6/+13
* glsl: stop adding pointers from glsl_struct_field to the cacheTimothy Arceri2017-09-131-7/+38
* glsl: stop adding pointers from gl_shader_variable to the cacheTimothy Arceri2017-09-131-12/+28
* glsl: allow NULL to be passed to encode_type_to_blob()Timothy Arceri2017-09-131-0/+10
* util: improve compiler guardEric Engestrom2017-09-131-6/+6
* i965: Set "Subslice Hashing Mode" to 16x16 on Apollolake.Kenneth Graunke2017-09-132-0/+16
* radv/gfx9: fix image resource handling.Dave Airlie2017-09-131-8/+19
* radv/ac: bump params array for image atomic comp swapDave Airlie2017-09-131-1/+1
* radv/gfx9: set mip0-depth correctly for 2d arrays/3d imagesDave Airlie2017-09-131-2/+2
* radv: handle GFX9 1D texturesDave Airlie2017-09-132-14/+76
* radv: don't use iview for meta image width/height.Dave Airlie2017-09-132-13/+21
* st/glsl_to_tgsi: only the first (inner-most) array reference can be a 2D indexNicolai Hähnle2017-09-131-1/+1
* radv: use simpler indirect packet 3 if possible.Dave Airlie2017-09-131-14/+24
* radv/gfx9: allocate events from uncached VA spaceDave Airlie2017-09-133-3/+8
* radv/winsys: use amdgpu_bo_va_op_raw.Dave Airlie2017-09-131-7/+24
* st/mesa: skip draw calls with pipe_draw_info::count == 0Marek Olšák2017-09-131-1/+6
* radeonsi/gfx9: always flush DB metadata on framebuffer changesNicolai Hähnle2017-09-133-2/+12
* Revert "radv: disable support for VEGA for now."Dave Airlie2017-09-131-5/+0
* radv/gfx9: set descriptor up for base_mip to level range.Dave Airlie2017-09-131-1/+4
* radv: disable 1d/2d linear optimisation on gfx9.Dave Airlie2017-09-131-3/+4
* spirv: Add support for the HelperInvocation builtinJason Ekstrand2017-09-131-1/+4
* st/mesa: fix view template initialization in try_pbo_readpixelsRoland Scheidegger2017-09-131-1/+1
* i965: Fix crash in fallback GTT mapping.Kenneth Graunke2017-09-131-2/+4
* freedreno: skip batch-cache for compute shadersRob Clark2017-09-131-7/+1
* nvc0: write 0 to pipeline_statistics.cs_invocationsKarol Herbst2017-09-131-0/+1
* llvmpipe: lp_build_gather_elem_vec BE fix for 3x16 loadBen Crocker2017-09-131-2/+28
* gallivm: correct channel shift logic on big endianRay Strode2017-09-131-1/+7
* anv/formats: Nicely handle unknown VkFormat enumsJason Ekstrand2017-09-131-5/+14
* vbo: fix offset in minmax cache keyCharmaine Lee2017-09-131-3/+5
* egl/dri2: only destroy created objectsMichael Olbrich2017-09-131-3/+6
* llvmpipe: initialize llvmpipe->dirty with LP_NEW_SCISSORBrian Paul2017-09-131-0/+6
* egl/wayland: make sure HAS_$FORMAT is set for wl_dmabufEmil Velikov2017-08-291-0/+3
* egl/wayland: set correct format with wl_dmabuf as wl_drm is missingEmil Velikov2017-08-291-1/+1