aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: add support for AlphaToCoverageDitherControlNVIndrajit Kumar Das2020-04-2313-0/+79
* gallium: prepare framework for supporting AlphaToCoverageDitherControlNVIndrajit Kumar Das2020-04-233-0/+3
* turnip: Fix crashes when geometry shader constants aren't usedHyunjun Ko2020-04-231-0/+2
* gallium: add # of MRT to blend stateRob Clark2020-04-238-2/+14
* mesa/st: avoid u_vbuf for GLESRob Clark2020-04-235-5/+25
* mesa: avoid redundant VBO updatesRob Clark2020-04-232-15/+15
* nir: Actually do load/store vectorization beyond vec2Kenneth Graunke2020-04-221-1/+2
* mesa: enable GL_EXT_draw_instanced for gles2Simon Zeni2020-04-235-1/+10
* turnip: Skip unused regs when setting up streamout buffersHyunjun Ko2020-04-231-0/+4
* turnip : Fix wrong offset calculation for xfb buffer.Hyunjun Ko2020-04-231-2/+0
* turnip: Implement and enable VK_QUERY_TYPE_TRANSFORM_FEEDBACK_STREAM_EXTHyunjun Ko2020-04-232-2/+133
* turnip: make the struct slot_value of queries get 2 valuesHyunjun Ko2020-04-231-57/+86
* intel/compiler: Don't create 64-bit src1 immediates in opt_peephole_selKenneth Graunke2020-04-231-2/+8
* intel/compiler: Delete abs/neg handling in fsign codeKenneth Graunke2020-04-222-40/+2
* intel/compiler: Don't copy prop source mods into PICK_HIGH_32BITKenneth Graunke2020-04-221-1/+2
* docs: update calendar, add news item, and link releases notes for 20.0.5Dylan Baker2020-04-223-7/+4
* docs: Add sha256 sums for 20.0.5Dylan Baker2020-04-221-1/+1
* docs: Add relnotes for 20.0.5Dylan Baker2020-04-221-0/+213
* v3d: support for textureQueryLODAlejandro Piñeiro2020-04-222-27/+21
* nir: add nir_tex_instr_need_sampler helperAlejandro Piñeiro2020-04-221-0/+24
* v3d/packet: fixing TMU_Config_Parameter_2 definitionAlejandro Piñeiro2020-04-221-3/+3
* v3d/tex: Configuration Parameter 1 can be only skipped if P2 can be skipped tooAlejandro Piñeiro2020-04-221-2/+9
* v3d/tex: don't configure tmu config 1 if not neededAlejandro Piñeiro2020-04-221-27/+66
* turnip: implement VK_EXT_sampler_filter_minmaxJonathan Marek2020-04-224-2/+26
* turnip: enable cube arraysJonathan Marek2020-04-221-1/+1
* turnip: implement VK_EXT_filter_cubicJonathan Marek2020-04-224-6/+40
* turnip: implement VK_EXT_sample_locationsJonathan Marek2020-04-229-48/+135
* turnip: set shader key msaa fieldJonathan Marek2020-04-221-0/+6
* aco: coalesce v_mad's accumulator with definition's affinitiesDaniel Schürmann2020-04-221-15/+13
* aco: use upper part of gap in register file if it is beneficial for stridingDaniel Schürmann2020-04-221-5/+16
* aco: try to always find a register with stride for even sizesDaniel Schürmann2020-04-221-2/+4
* aco: stop get_reg_simple after reaching max_used_gprDaniel Schürmann2020-04-221-1/+7
* aco: refactor get_reg_simple() to return early on exact matchesDaniel Schürmann2020-04-221-25/+22
* aco: don't create vector affinities for operands which are not killed or are ...Daniel Schürmann2020-04-221-1/+1
* aco: allocate full register for subdword definitions if HW doesn't support itDaniel Schürmann2020-04-222-5/+26
* aco: move attempt to find strided register into get_reg_simple()Daniel Schürmann2020-04-221-8/+9
* aco: use DefInfo in more places to simplify RADaniel Schürmann2020-04-221-42/+19
* aco: create and use DefInfo struct in RADaniel Schürmann2020-04-221-45/+71
* aco: create pseudo dummy instruction in RA to be used for live-range splitsDaniel Schürmann2020-04-221-2/+6
* aco: refactor get_reg() to also handle affinitiesDaniel Schürmann2020-04-221-60/+51
* aco: refactor get_reg() to take Temp instead of RegClassDaniel Schürmann2020-04-221-85/+84
* aco: simplify operand handling in RADaniel Schürmann2020-04-221-72/+53
* turnip: enable VK_FORMAT_S8_UINT as stencil formatJonathan Marek2020-04-224-20/+33
* turnip: improve GMEM load/store logicJonathan Marek2020-04-224-59/+89
* turnip: disable depth test for S8_UINT attachmentJonathan Marek2020-04-221-6/+13
* aco: implement 64-bit sgpr swapsRhys Perry2020-04-221-1/+10
* aco: implement sub-dword swapsRhys Perry2020-04-223-140/+320
* aco: add VOP3P_instructionRhys Perry2020-04-224-19/+85
* aco: fix copy statistic for 64-bit vgpr constant copyRhys Perry2020-04-221-0/+1
* ir3: Fix bug with shaders that only exit via discardConnor Abbott2020-04-222-0/+71