summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-19i965: nir_opt_constant_folding one more timecompare-with-integer-frobbingIan Romanick1-1/+2
2018-03-19push negs back down through addsIan Romanick1-0/+3
2018-03-19Pull negation up through fmin / fmaxIan Romanick1-0/+9
2018-03-19See through an fneg to apply an existing optimizationIan Romanick1-0/+1
2018-03-19nir: See through an fneg to apply an existing feq/fne optimizationIan Romanick1-2/+4
2018-03-19nir: Conservative flt reassociationIan Romanick1-2/+3
2018-03-19more compare-with-zero frobbing, pt 2Ian Romanick1-0/+1
2018-03-19more compare-with-zero frobbing, pt 0Ian Romanick1-0/+2
2018-03-19nir: Convert an add-multiply to a multiply-addIan Romanick1-0/+2
2018-03-19nir: Eliminate spurious i2f when comparing with an integer 0Ian Romanick1-0/+2
2018-03-19nir: Eliminate spurious i2f when comparing with an integer 1Ian Romanick1-0/+5
2018-03-19nir: Simplify i2f(b2i(a))Ian Romanick1-0/+1
2018-03-19nir: Simplify b2i(a) + b2i(b) != 0Ian Romanick1-0/+1
2018-03-19docs: Document spec quoting practicesIan Romanick1-8/+77
2018-03-19nir: Directly initialize a nir_alu_src from a nir_srcIan Romanick3-8/+13
2018-03-19nir: Silence missing field initializer warnings for nir_alu_srcIan Romanick4-5/+14
2018-03-19nir: Silence missing field initializer warnings for nir_destIan Romanick1-1/+1
2018-03-19nir: Silence missing field initializer warnings for nir_srcIan Romanick1-1/+1
2018-03-19nir: Don't compare b2f or b2i with zeroIan Romanick1-0/+5
2018-03-19radv: lower constant initializers on output variables earlierDave Airlie1-0/+5
2018-03-19radv/query: handle multiview timestamp queries.Dave Airlie1-36/+43
2018-03-19radv/query: handle multiview queries properly. (v3)Dave Airlie1-0/+19
2018-03-19radv/query: split out begin/end query emissionDave Airlie1-41/+57
2018-03-19radv/multiview: mark layer_input if we have input attachments.Dave Airlie1-1/+3
2018-03-19anv/pipeline: set active_stages earlyCaio Marcelo de Oliveira Filho2-3/+10
2018-03-19anv/pipeline: fail if TCS/TES compile failCaio Marcelo de Oliveira Filho1-7/+9
2018-03-19main/program_binary: In ProgramBinary set link status as LINKING_SKIPPEDJordan Justen1-1/+1
2018-03-19i965: Allow disk shader cache usage with LINKING_SUCCESS statusJordan Justen1-3/+0
2018-03-19glsl/serialize: Save shader program metadata sha1Jordan Justen1-0/+4
2018-03-19glsl: Remove api_enabled tracking for transform feedbackJordan Justen2-5/+0
2018-03-19i965: Allow disk shader cache usage with transform feedbackJordan Justen1-8/+0
2018-03-19glsl/shader_cache: Allow shader cache usage with transform feedbackJordan Justen2-10/+7
2018-03-19scons: need to split CC or things might failJose Fonseca1-1/+3
2018-03-19i965: Add INTEL_DEBUG stages support for disk shader cacheJordan Justen1-0/+26
2018-03-19radv: handle exporting view index to fragment shader. (v1.1)Dave Airlie4-2/+24
2018-03-18st/nine: Fix non inversible matrix checkAxel Davy1-1/+1
2018-03-18st/nine: Fixes warning about implicit conversionAxel Davy1-1/+1
2018-03-18st/nine: Fix bad tracking of vs textures for NINESBT_ALLAxel Davy1-1/+1
2018-03-18st/nine: Fix bad tracking of bound vs texturesAxel Davy1-1/+1
2018-03-17radv: make vk_format_description structures staticGrazvydas Ignotas1-1/+1
2018-03-17radv: fix stale comment in generated vk_format_table.cGrazvydas Ignotas1-1/+1
2018-03-16anv: Silence warning about heap_size.Eric Anholt1-1/+1
2018-03-16i965: Silence compiler warning about promoted_constants.Eric Anholt1-1/+1
2018-03-16anv: Silence compiler warnings about uninitialized bind_offset.Eric Anholt1-1/+1
2018-03-16intel/compiler: Use gen_get_device_info() in test_eu_validateMatt Turner3-39/+19
2018-03-16intel: Add cfl to gen_device_name_to_pci_device_id()Matt Turner1-0/+1
2018-03-16meson+dri3: allow building against older xcb (v3)Rob Clark1-3/+8
2018-03-16dri3: allow building against older xcb (v3)Dave Airlie6-13/+42
2018-03-16r600: consolidate PIPE_BIND_SHARED/SCANOUT handlingMarek Olšák2-14/+4
2018-03-16intel/compiler: Check for unsupported register sizes.Rafael Antognolli1-0/+3