aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* nouveau: set lower_sub = trueDaniel Schürmann2019-09-303-6/+2
* v3d: Enable the late algebraic optimizations to get real subs.Eric Anholt2019-09-301-0/+16
* aco: call nir_opt_algebraic_late() exhaustivelyDaniel Schürmann2019-09-301-4/+15
* radv/aco: Don't lower subtractionsDaniel Schürmann2019-09-301-1/+0
* nir: Remove unnecessary subtraction optimizationsDaniel Schürmann2019-09-301-10/+0
* nir: recombine nir_op_*sub when lower_sub = falseDaniel Schürmann2019-09-301-8/+13
* freedreno: Enable the nir_opt_algebraic_late() pass.Daniel Schürmann2019-09-301-0/+14
* vc4: Enable the nir_opt_algebraic_late() pass.Eric Anholt2019-09-301-0/+15
* scons: Fix MSYS2 Mingw-w64 build.pal10002019-09-291-2/+2
* lima: set uniforms_address lower bits properlyVasily Khoruzhick2019-09-281-0/+8
* android: aco: add support for libmesa_acoMauro Rossi2019-09-284-1/+129
* android: compiler/nir: build nir_divergence_analysis.cMauro Rossi2019-09-281-0/+1
* android: aco: fix undefined template 'std::__1::array' build errorsMauro Rossi2019-09-285-1/+5
* etnaviv: nir: fix gl_FragDepthJonathan Marek2019-09-281-3/+17
* etnaviv: disable earlyZ when shader writes fragment depthJonathan Marek2019-09-283-3/+8
* etnaviv: nir: make lower_alu easier to followJonathan Marek2019-09-281-32/+36
* etnaviv: remove extra allocation for shader codeJonathan Marek2019-09-281-1/+1
* etnaviv: nir: remove "options" structJonathan Marek2019-09-282-41/+24
* etnaviv: nir: use store_deref instead of store_outputJonathan Marek2019-09-282-70/+59
* etnaviv: nir: add native integers (HALTI2+)Jonathan Marek2019-09-285-34/+170
* qetnaviv: nir: use new immediates when possibleJonathan Marek2019-09-281-1/+21
* etnaviv: nir: set num_components for inputs/outputsJonathan Marek2019-09-281-3/+3
* etnaviv: nir: allocate contiguous components for LOAD destinationJonathan Marek2019-09-281-8/+53
* etnaviv: nir: fix gl_FrontFacingJonathan Marek2019-09-283-1/+9
* lima: do not set the PP uniforms address lowest bitsIcenowy Zheng2019-09-281-1/+0
* glsl: disallow incompatible matrices multiplicationAndrii Simiklit2019-09-271-3/+3
* turnip: Fix failure behavior of vkCreateGraphicsPipelines.Eric Anholt2019-09-271-10/+7
* turnip: Silence compiler warning about uninit pipeline.Eric Anholt2019-09-271-1/+1
* turnip: Add a .editorconfig and .dir-locals.elEric Anholt2019-09-273-1/+13
* shader_enums: Move MAX_DRAW_BUFFERS to this file.Eric Anholt2019-09-272-7/+4
* intel/fs: Fix fs_inst::flags_read for ANY/ALL predicatesJason Ekstrand2019-09-271-6/+28
* etnaviv: support ARB_framebuffer_objectChristian Gmeiner2019-09-271-0/+1
* etnaviv: etna_resource_copy_region(..): drop assertChristian Gmeiner2019-09-271-3/+0
* meson: Link xvmc with libxvDylan Baker2019-09-271-3/+7
* meson: Try finding libxvmcw via pkg-config before using find_libraryDylan Baker2019-09-271-2/+7
* drisw: Fix shared memory leak on drawable resizeAndreas Gottschling2019-09-271-0/+2
* drisw: Fix and simplify drawable setupAdam Jackson2019-09-272-36/+7
* drisw: Simplify GC setupAdam Jackson2019-09-272-26/+4
* turnip: Add todo for d24_s8 copiesBas Nieuwenhuizen2019-09-271-0/+1
* turnip: Disallow NPoT formats.Bas Nieuwenhuizen2019-09-271-10/+18
* turnip: Always use UINT formats for copies.Bas Nieuwenhuizen2019-09-271-3/+29
* turnip: Add image->image blitting.Bas Nieuwenhuizen2019-09-271-14/+165
* aco: don't remove the loop exec mask in transition_to_Exact()Rhys Perry2019-09-271-1/+5
* aco: set loop_info::has_discard for demotesRhys Perry2019-09-273-5/+9
* iris: Only resolve for image levels/layers which are actually in use.Kenneth Graunke2019-09-262-17/+12
* lima/ppir: add NIR pass to split varying loadsVasily Khoruzhick2019-09-265-0/+127
* radv: Fix L2 cache rinse programming.Timur Kristóf2019-09-261-5/+9
* turnip: emit texture and uniform stateJonathan Marek2019-09-262-15/+339
* turnip: add some shader information in pipeline stateJonathan Marek2019-09-262-0/+32
* turnip: use nir_opt_copy_prop_varsJonathan Marek2019-09-261-0/+2