summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-12i965: Split gen_device_info_i965 between brw and cl.wip/validateMatt Turner3-17/+26
2017-01-12i965: Validate "Special Cases for Byte Operations"Matt Turner2-9/+150
2017-01-12i965: Validate "Region Alignment Rules"Matt Turner2-1/+697
2017-01-12i965: Validate "General Restrictions Based on Operand Types"Matt Turner2-0/+273
2017-01-12i965: Validate "General Restrictions on Regioning Parameters"Matt Turner2-0/+377
2017-01-12i965: Replace reg_type_size[] with a function.Matt Turner3-25/+75
2017-01-12i965: Validate math instruction sources.Matt Turner2-9/+23
2017-01-12i965: Claim that SEND/math has two sources.Matt Turner1-1/+8
2017-01-12i965: Simplify num_sources_from_inst().Matt Turner1-3/+1
2017-01-12i965: Factor out send_restrictions() function.Matt Turner1-12/+22
2017-01-12i965: Factor out sources_not_null() validation function.Matt Turner1-17/+23
2017-01-12i965: Structure code so unsupported inst will not generate more errors.Matt Turner1-2/+5
2017-01-12i965: Add a test for the EU assembly validator.Matt Turner2-0/+176
2017-01-12i965: Add a CHECK macro to call more complicated validation funcs.Matt Turner1-0/+9
2017-01-12i965: Make ERROR_IF usable from other functions.Matt Turner1-1/+1
2017-01-12i965: Mark error annotation on correct SIMD16 inst.Matt Turner1-2/+2
2017-01-12i965/vec4: Use UW-typed operands when dest is UW.Matt Turner1-4/+6
2017-01-12i965: Use W-typed immediate in brw_F32TO16().Matt Turner1-1/+1
2017-01-12gtest: Update to 1.8.0.Matt Turner26-972/+2975
2017-01-12i965: Don't change F->VF if dest type is DF.Matt Turner1-1/+2
2017-01-12radv: Call NIR passes using NIR_PASS_V.Bas Nieuwenhuizen1-17/+7
2017-01-12radv: Call nir_lower_constant_initializers.Bas Nieuwenhuizen1-0/+13
2017-01-12radv: Only call remove_dead_variables once.Bas Nieuwenhuizen1-3/+3
2017-01-12st/nine: Protect dtors with mutexAxel Davy4-19/+64
2017-01-12st/nine: Flush the queue at device dtorAxel Davy1-1/+6
2017-01-12st/nine: Process pending commands on ResetAxel Davy3-0/+5
2017-01-12st/nine: Flush pending commands if needed for surface9 changesAxel Davy2-13/+32
2017-01-12st/nine: Rework CreatePipeSurfaceAxel Davy2-22/+30
2017-01-12st/nine: Remove duplicated checksAxel Davy2-10/+7
2017-01-12st/nine: Don't call u_box_union_* when dirty region is emptyMasanori Kakura3-10/+22
2017-01-12winsys/etnaviv: automake: introduce Makefile.sourcesEmil Velikov2-1/+5
2017-01-12etnaviv: automake: include all files in the sources listsEmil Velikov1-1/+9
2017-01-12ac: automake: rework sid_tables.h generationEmil Velikov2-3/+3
2017-01-12automake: use shared llvm libs for make distcheckEmil Velikov1-1/+1
2017-01-12automake: add the new drivers etnaviv and imx to make distcheckEmil Velikov1-1/+1
2017-01-12imx: gallium driver for imx-drm scanout driverChristian Gmeiner13-1/+195
2017-01-12etnaviv: gallium driver for Vivante GPUsThe etnaviv authors71-1/+14962
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: Update vk_icd.h to interface version 3Chad Versace1-32/+78
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