summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-01-12etnaviv: gallium driver for Vivante GPUsThe etnaviv authors70-0/+14952
2017-01-12gallium: add renderonly libraryChristian Gmeiner5-0/+303
2017-01-12spirv: Handle patch decorations up-frontJason Ekstrand1-0/+23
2017-01-12anv: Support loader interface version 3 (patch v2)Chad Versace1-0/+44
2017-01-12vulkan: Add new cast macros for VkIcd typesChad Versace5-16/+34
2017-01-12Always defer memory free in swr_resource_destroyGeorge Kyriazis1-12/+5
2017-01-12nir/i965: assert first is always less than 64Juan A. Suarez Romero1-0/+1
2017-01-12nvc0: enable GL 4.3 on gm107+Samuel Pitoiset1-7/+4
2017-01-12nvc0: use sched control codes for gm107 MP counters codeSamuel Pitoiset1-44/+44
2017-01-12nvc0: use sched control codes for gm107 blitter shaderSamuel Pitoiset1-6/+14
2017-01-12nv50/ir: use sched control codes for gm107 builtinsSamuel Pitoiset2-40/+40
2017-01-12nv50/ir: improve instruction pipelining on gm107Samuel Pitoiset3-4/+1027
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