summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-01-12nv50/ir: do not insert texture barriers on gm107Samuel Pitoiset1-1/+2
2017-01-12i965/gen7: expose OpenGL 4.2 on Haswell when supportedJuan A. Suarez Romero2-2/+2
2017-01-12i965: enable ARB_shader_precision to HSW+Samuel Iglesias Gonsálvez1-1/+1
2017-01-12i965: unify the code to enable of ARB_gpu_shader_fp64 and ARB_vertex_attrib_6...Samuel Iglesias Gonsálvez1-7/+2
2017-01-12i965: Enable ARB_vertex_attrib_64bit for HaswellAlejandro Piñeiro1-1/+3
2017-01-12i965: check for dual slot attributes on any genJuan A. Suarez Romero1-2/+1
2017-01-12i965/vec4: emit correctly load_inputs for 64bit dataJuan A. Suarez Romero1-6/+15
2017-01-12i965/vec4: take into account doubles when creating attribute mappingAlejandro Piñeiro1-4/+9
2017-01-12i965/vec4/nir: vec4 also needs to remap vs attributesAlejandro Piñeiro1-10/+22
2017-01-12i965/vec4: use attribute slots for first non payload GRFAlejandro Piñeiro1-1/+1
2017-01-12i965: downsize *64*PASSTHRU formats to equivalent *32*FLOAT formats on gen < 8Alejandro Piñeiro1-30/+139
2017-01-12i965: return PASSTHRU surface types also on gen7Alejandro Piñeiro1-2/+6
2017-01-12main/buffers: take into account FRONT_AND_BACK on ReadBufferAlejandro Piñeiro1-0/+2
2017-01-12main/buffers: update error handling on DrawBuffers for 4.5Alejandro Piñeiro1-13/+33
2017-01-12radeonsi: num_records is in units of stride for swizzled buffers even on VINicolai Hähnle1-2/+0
2017-01-12spirv: fix typo in warning messageIago Toral Quiroga1-1/+1
2017-01-11i965: Enable predicate support on gen >= 8.Rafael Antognolli1-1/+1
2017-01-12util: fix list_is_singular()Timothy Arceri1-1/+1
2017-01-11anv/image: Disable HiZ for depth buffer arraysNanley Chery1-0/+2
2017-01-11anv/cmd_buffer: Fix programmed HiZ qpitchNanley Chery1-1/+1
2017-01-11anv/cmd_buffer: Fix arrayed depth/stencil attachmentsNanley Chery1-2/+5
2017-01-11clover: Check for executables before enqueueing a kernelPierre Moreau1-1/+4
2017-01-11spirv: Shut up unhandled enumeration value warnings.Kenneth Graunke1-0/+2
2017-01-12nir: don't turn ieq/ine into inot if used by an ifTimothy Arceri2-2/+8
2017-01-12nir: add late opt to turn inot/b2f combos back to bcselTimothy Arceri2-0/+19
2017-01-12nir: add imprecise flrp optimisationTimothy Arceri1-0/+1
2017-01-12i965: Use the nir_move_comparisons pass.Kenneth Graunke1-0/+1
2017-01-12i965: Move nir_lower_locals_to_regs a bit later.Kenneth Graunke1-2/+2
2017-01-12nir: Introduce a nir_opt_move_comparisons() pass.Kenneth Graunke3-0/+188
2017-01-12nir/algebraic: add support for conditional helper functions to expressionsTimothy Arceri3-1/+15
2017-01-11anv/TODO: Check off a bunch of stuffJason Ekstrand1-12/+0
2017-01-11nir/search: Only allow matching SSA valuesJason Ekstrand1-5/+11
2017-01-11egl/dri2: add image_loader_extension back into loader extensions for waylandDerek Foreman1-0/+1
2017-01-11gallium/tgsi: fix overflow in parse propertyLi Qiang1-3/+6
2017-01-11st/dri: remove trailing whitespaceMauro Rossi1-1/+1
2017-01-11android: st/mesa: fix building error in libmesa_st_mesaMauro Rossi1-1/+3
2017-01-11radv: fix multi-viewport emissionDave Airlie1-2/+2
2017-01-11nir: change asserts to unreachable in nir_type_conversion_opTapani Pälli1-3/+3
2017-01-11spirv: gl_PrimitiveID in the fragment shader is handled as an inputIago Toral Quiroga1-1/+4
2017-01-10freedreno: add "nogrow" debug paramRob Clark3-1/+4
2017-01-10freedreno/a5xx: remove hack for glamorRob Clark1-3/+0
2017-01-10freedreno/a5xx: fixed instancedRob Clark1-0/+1
2017-01-10freedreno/a5xx: use the non-_ZERO_BASE for vertexidRob Clark4-6/+20
2017-01-10freedreno/a5xx: add texture MIPLVLSRob Clark1-3/+3
2017-01-10freedreno/a5xx: fix fragcoord related hangsRob Clark2-2/+6
2017-01-10freedreno: update generated headersRob Clark6-13/+22
2017-01-10anv: Enable tessellation shaders.Kenneth Graunke2-1/+2
2017-01-10anv: Initialize physical device limits for tessellationKenneth Graunke1-8/+8
2017-01-10anv: Clamp depth buffer dimensions to be at least 1.Kenneth Graunke1-2/+2
2017-01-10anv: Compile TCS/TES shaders.Kenneth Graunke1-2/+191