summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-272-4/+10
* 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
* turnip: lower samplers and uniform buffer indicesJonathan Marek2019-09-262-0/+147
* turnip: basic descriptor sets (uniform buffer and samplers)Jonathan Marek2019-09-262-102/+430
* turnip: enable linear filteringJonathan Marek2019-09-261-2/+2
* turnip: align layer_sizeJonathan Marek2019-09-261-1/+1
* turnip: use linear tiling for scanout imageJonathan Marek2019-09-261-2/+9
* turnip: implement image view descriptorJonathan Marek2019-09-262-2/+90
* turnip: implement sampler stateJonathan Marek2019-09-262-0/+73
* turnip: fix vertex_idJonathan Marek2019-09-261-1/+1
* turnip: emit shader immediatesJonathan Marek2019-09-261-0/+37
* util/rb_tree: Stop relying on &iter->field != NULLJason Ekstrand2019-09-261-41/+28
* util/rb_tree: Also test _safe iteratorsJason Ekstrand2019-09-261-0/+42
* freedreno/a3xx: Mostly fix min-vs-mag filtering decisions on non-mipmap tex.Eric Anholt2019-09-262-73/+12
* intel/compiler: avoid truncating int64_t to intMaya Rashish2019-09-261-1/+1
* lima: support rectangle textureIcenowy Zheng2019-09-264-3/+9
* loader: Avoid use-after-free / use of uninitialized local variablesMichel Dänzer2019-09-261-9/+9
* Revert "glx: Lift sending the MakeCurrent request to top-level code"Adam Jackson2019-09-262-187/+167
* Revert "glx: Implement GLX_EXT_no_config_context"Adam Jackson2019-09-2612-65/+26
* radv: Add debug option to dump meta shaders.Timur Kristóf2019-09-263-2/+6
* amd/common: Introduce ac_get_fs_input_vgpr_cnt.Timur Kristóf2019-09-264-73/+63
* radv: Set shared VGPR count in radv_postprocess_config.Timur Kristóf2019-09-262-2/+18
* amd/common: Add num_shared_vgprs to ac_shader_config for GFX10.Timur Kristóf2019-09-262-0/+20
* amd/common: Extract some helper functions to ac_shader_util.Timur Kristóf2019-09-265-117/+131
* amd/common: Move ac_export_mrt_z to ac_llvm_build.Timur Kristóf2019-09-264-75/+76
* aco: CSE readlane/readfirstlane/permute/reduce with the same exec maskRhys Perry2019-09-262-9/+37
* aco: don't CSE v_readlane_b32/v_readfirstlane_b32Rhys Perry2019-09-261-0/+4
* aco,radv: rename record_llvm_ir/llvm_ir_string to record_ir/ir_stringRhys Perry2019-09-266-18/+18
* radv/aco: return a correct name and description for the backend IRRhys Perry2019-09-263-2/+9
* aco: store printed backend IR in binaryRhys Perry2019-09-261-4/+21